summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/app.cpp
AgeCommit message (Expand)Author
2017-10-25Refactor JS method parameters and return values.Dan Sinclair
2017-10-25Make NewNull return an actual Nulldan sinclair
2017-10-25Convert JS input params to v8::Local<v8::Value>>sdan sinclair
2017-10-24Remove IsArrayObject and IsDateObject methodsDan Sinclair
2017-10-24Remove GetType from CJS_ValueDan Sinclair
2017-10-24Remove the CJS_Value To* methods.Dan Sinclair
2017-10-24Remove CJS_Value constructorsDan Sinclair
2017-10-24Remove most CJS_Value Set methodsDan Sinclair
2017-10-23Cleaning up JS macrosDan Sinclair
2017-10-23Remove CJS_PropValueDan Sinclair
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