summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/util.cpp
AgeCommit message (Expand)Author
2017-10-23Cleanup CJS_Valuechromium/3248Dan Sinclair
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-04Remove platform-specific IsFinite, JS_PortIsNan, and GetNan.Tom Sepez
2017-07-18Small tidy of defines in util.hchromium/3161Tom Sepez
2017-07-17More tightly validate format strings in util.cpp.chromium/3160Tom Sepez
2017-07-14Create ParseDataType unit tests based on specs.chromium/3159chromium/3158Henrique Nakashima
2017-07-13Fix invalid write for util.printfDan Sinclair
2017-06-16Avoid a crash inside wcsftime() on Windows.chromium/3135chromium/3134chromium/3133Lei Zhang
2017-06-16Simplify code in the JS printf/printd implementations.Lei Zhang
2017-04-25Use fx_extension.h utilities in more places.Lei Zhang
2017-04-21Replace FXSYS_iswdigit with std::iswdigit.Lei Zhang
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-03-30Fix some nits in the javascript util code.Lei Zhang
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-22Convert native method names to single-byte.Tom Sepez
2017-02-21Remove some JS_Define macroschromium/3020Tom Sepez
2017-02-21Pass CJS_Runtime to JS callbacks.Tom Sepez
2017-02-16Rename IJS_Context to IJS_EventContext.Tom Sepez
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-08Remove unused context parameter from JSGetStringFromIDtsepez
2016-08-15Push v8::Isolate into CFXJS_Engine classchromium/2831tsepez
2016-08-10Remove backpointer to CJS_Runtime from CJS_Valuetsepez
2016-08-09Remove back-pointer to CJS_Runtime from CJS_Datetsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-03-31Move the fpdfsdk/include/javascript folderdsinclair
2016-03-29Add test for util.byteToChar() and fix error msg.tsepez
2016-03-28Added test for util.printx() and make it match spec.tsepez
2016-03-25util.printd() replaces specified date with current date.tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair