summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/PublicMethods.cpp
AgeCommit message (Expand)Author
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