summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/PublicMethods.cpp
AgeCommit message (Expand)Author
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-04-21Replace FXSYS_iswdigit with std::iswdigit.Lei Zhang
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-18Use Byte/WideString iteratorsTom Sepez
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-12-14Verify precision length before converting to string.dsinclair
2016-11-15Replace fcvt with std::stringstream in AFNumber_Formatnpm
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-10-12Cleanup env variable namesdsinclair
2016-10-12Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironmentdsinclair
2016-10-11Remove CPDFSDK_Document from IJS_Contextdsinclair
2016-10-05Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironmentdsinclair
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
2016-09-22Rename App to Env where needed.dsinclair
2016-09-14Rename CPDFDoc_Environment to CPDFSDK_Environmentdsinclair
2016-09-13Split fsdk_mgr files apart.dsinclair
2016-09-08Remove unused context parameter from JSGetStringFromIDtsepez
2016-08-17Split fpdfsdk/fsdk_baseform.h into individual classes.jaepark
2016-08-15Push v8::Isolate into CFXJS_Engine classchromium/2831tsepez
2016-08-10Remove backpointer to CJS_Runtime from CJS_Valuetsepez
2016-08-08Remove MsgBox()/Alert() from CJS_EmbedObj.tsepez
2016-08-08Remove backpointer to runtime from CJS_Array.tsepez
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-05-12Fix use of an uninitialised CFX_Widestring in AFNumber_Keystroke.ochang
2016-05-09Remove std::string usage in PublicMethods.cpp.thestig
2016-04-15Pass WideStrings without narrowing to c_str in javascript/tsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-12Make CJS_PublicMethods::StrTrim() take a CFX_ByteStringtsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-08Make CFX_WideString::FromLocal() take a CFX_ByteStringC argtsepez
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-03-31Move the fpdfsdk/include/javascript folderdsinclair
2016-03-29Code change to avoid signed/unsigned mismatch warnings.Wei Li
2016-03-28Added test for util.printx() and make it match spec.tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-15Fix CJS_PublicMethods::IsNumber() with unit test and some cleanupWei Li
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair