summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/app.cpp
AgeCommit message (Expand)Author
2017-10-23Cleanup CJS_Valuechromium/3248Dan Sinclair
2017-10-19Refactoring JS Callbacks.dan sinclair
2017-10-18Refactor HasXFAField into HasFormInfoRyan Harrison
2017-10-17Convert XFA Doc Types to be more preciseRyan Harrison
2017-09-18Convert string class namesRyan Harrison
2017-06-20Use early returns in more CPDFSDK_FormFillEnvironment code.Lei Zhang
2017-05-02Remove some more |new|s, part 11chromium/3088Tom Sepez
2017-04-18Use Byte/WideString iteratorsTom Sepez
2017-03-23Cleanup DocType definesDan Sinclair
2017-02-27Fix uninitialized memory read in CJS_Object::GetEmbedObject()Tom Sepez
2017-02-23Observe all formfill environment pointer in JS objects.Tom Sepez
2017-02-22Convert JS property tables to single-byte.Tom Sepez
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
2017-01-12Don't put timers with ID == 0 into the global timer map.tsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-11-02Rename CPDFXFA_Document to CPDFXFA_Contextdsinclair
2016-10-13Cleanup CPDFXFA_App methodsdsinclair
2016-10-12Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironmentdsinclair
2016-10-11Convert IJS_Runtime to CPDFSDK_FormFillEnvironmentdsinclair
2016-10-11Remove CPDFSDK_Document from IJS_Contextdsinclair
2016-10-05Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironmentdsinclair
2016-10-05Cleanup some CPDFSDK_PageView annotation code.dsinclair
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-22Rename App to Env where needed.dsinclair
2016-09-15Replace FX_UINT with unsigned intdsinclair
2016-09-14Remove FFI_ from CPDFSDK_Environment method namesdsinclair
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-08Remove unused context parameter from JSGetStringFromIDtsepez
2016-09-08Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observertsepez
2016-08-19Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs.tsepez
2016-08-18Use a map for app::m_Timersdsinclair
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-08Rename CJS_Timer to GlobalTimer and make private to app.cpptsepez
2016-08-08Remove backpointer to runtime from CJS_Array.tsepez
2016-08-05Remove another potential stale CJS_Timer usagetsepez
2016-07-15Remove type info from CJS_Value, interrogate v8 insteadtsepez
2016-03-31Move the fpdfsdk/include/javascript folderdsinclair
2016-03-28use std::vector in more places in JavaScript bindings code.tsepez
2016-03-25Remove FX_DWORD from fpdfsdk/ and testingtsepez
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair