summaryrefslogtreecommitdiff
path: root/fxjs/cjs_publicmethods.cpp
AgeCommit message (Expand)Author
2018-10-29Rename two more CJS_PublicMethods methods.HEADmasterTom Sepez
2018-10-29Rename CJS_PublicMethods::MakeFormatDate() and MakeRegularDate()Tom Sepez
2018-10-18De-dup some static string tables in cjs_publicmethods.cppTom Sepez
2018-10-18Add JavaScript public methods tests.Tom Sepez
2018-10-15Make fxjs/ pass gn check.Lei Zhang
2018-10-11Rename InterForm classes to InteractiveForm.Lei Zhang
2018-10-11Rename interform files to interactiveform.Lei Zhang
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-17Introduce safer CJS_Return::Success() and Failure().Tom Sepez
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-06-21Clean up constant values for JS alert and beepRyan Harrison
2018-06-21Remove WideString::c_str() calls where possible.Tom Sepez
2018-06-20Re-work some more c_str() usage.Tom Sepez
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-06-08Ensure CJS_Return() with error always includes a message.Tom Sepez
2018-06-06Remove still more v8::Context slot usage.chromium/3452Tom Sepez
2018-06-04Lowercase JS_Define.{h,cpp} and CJS_Define.hTom Sepez
2018-06-04Make CJS_Objects track CJS_Runtime (and hence the document itself)Tom Sepez
2018-04-17Avoid some string -> ptr -> string duplicate allocations in FF EnvironmentTom Sepez
2018-04-17Re-land "Return pdfium::span<char> from ByteString::GetBuffer().""Tom Sepez
2018-04-16Revert "Return pdfium::span<char> from ByteString::GetBuffer()."Tom Sepez
2018-04-12Return pdfium::span<char> from ByteString::GetBuffer().Tom Sepez
2018-04-04Parse "yy" correctly for AFDate_FormatEx().Lei Zhang
2018-03-12Remove all usages of FXSYS_iswASCIIalphaRyan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIalnumRyan Harrison
2018-03-12Handle inserting negative values without a selectionDan Sinclair
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-02-26Fixup AFSimple_Calculate indexing bugDan Sinclair
2018-02-05Fold CJS_EmbedObj classes into CJS_Object classesDan Sinclair
2018-02-01Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpersTom Sepez
2018-01-12Use enum for tracking form field typesRyan Harrison
2017-11-21Add {Byte/Wide}String::Trim().Lei Zhang
2017-11-21Clean up CJS_PublicMethods.Lei Zhang
2017-11-20Make some CJS_EventHandler methods const.Lei Zhang
2017-11-16Make WideString::{Format|FormatV} staticDan Sinclair
2017-10-30Convert JS resource into enum classchromium/3254Dan Sinclair
2017-10-30Move fpdfsdk/javascript to fxjs/Dan Sinclair