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