summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/cjs_runtime.cpp
AgeCommit message (Expand)Author
2017-10-30Move fpdfsdk/javascript to fxjs/Dan Sinclair
2017-10-30Rename util to cjs_utilDan Sinclair
2017-10-30Rename report to cjs_reportDan Sinclair
2017-10-30Rename event to cjs_eventDan Sinclair
2017-10-30Rename console to cjs_consoleDan Sinclair
2017-10-30Rename color to cjs_colorDan Sinclair
2017-10-30Rename app to cjs_appDan Sinclair
2017-10-30Rename PublicMethods to cjs_publicmethodsDan Sinclair
2017-10-30Move JS_Value into JS_DefineDan Sinclair
2017-10-30Move JS_Object to cjs_objectDan Sinclair
2017-10-30Rename Icon to cjs_iconDan Sinclair
2017-10-30Rename Field to cjs_fieldDan Sinclair
2017-10-30Rename Document to match classDan Sinclair
2017-10-26Remove unneeded DefineJSObject paramDan Sinclair
2017-10-26Cleanup statics in JS classesDan Sinclair
2017-10-26Rename JS_EventHandlerdan sinclair
2017-10-26Move global.{h|cpp} to match classdan sinclair
2017-10-26Rename Annot to cjs_annotdan sinclair
2017-10-26Split Consts into individual filesdan sinclair
2017-10-25Convert JS input params to v8::Local<v8::Value>>sdan sinclair
2017-10-24Move MaybeCoerceToNumber to CJS_RuntimeDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-07-19Rename StringCs c_str() to unterminated_c_str().Tom Sepez
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-23Observe all formfill environment pointer in JS objects.Tom 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-11-02Merge CPDFXFA_App into CPDFXFA_Document.dsinclair
2016-11-01Reland: Make the CPDFXFA_App non-globalchromium/2907dsinclair
2016-10-13Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of ht...dsinclair
2016-10-13Reland: Make the CPDFXFA_App non-globaldsinclair
2016-10-13Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://co...dsinclair
2016-10-13Make the CPDFXFA_App non-globaldsinclair
2016-10-11Convert IJS_Runtime to CPDFSDK_FormFillEnvironmentdsinclair
2016-10-05Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironmentdsinclair
2016-10-04Rename fpdfsdk/fpdfxfa files to match contentschromium/2881dsinclair
2016-09-29Move fxjs/include to fxjsdsinclair
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-29Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfadsinclair
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-12Make CFX_Obeservable::Observer into a pointer-ish type;tsepez
2016-09-08Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observertsepez
2016-08-18Add initial Document::getAnnot supportchromium/2833tonikitoo
2016-08-15Push v8::Isolate into CFXJS_Engine classchromium/2831tsepez
2016-08-15Move some v8 objects from CJS back into FXJStsepez
2016-07-12Rename fxjse/ to fxjs/ update files to match class names.dsinclair