summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/global.cpp
AgeCommit message (Expand)Author
2016-09-08Remove unused context parameter from JSGetStringFromIDtsepez
2016-08-15Push v8::Isolate into CFXJS_Engine classchromium/2831tsepez
2016-08-11Make FXJS_GetObjectElement return std::vector<CFX_WideString>.chromium/2829chromium/2828tsepez
2016-08-10Remove backpointer to CJS_Runtime from CJS_Valuetsepez
2016-07-20Clean up singleton implementationweili
2016-07-15Remove type info from CJS_Value, interrogate v8 insteadtsepez
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-15Pass WideStrings without narrowing to c_str in javascript/tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-11Pass CFX_ByteStrings rather than raw ptrs to JS_GlobalData.tsepez
2016-03-31Move the fpdfsdk/include/javascript folderdsinclair
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair