Age | Commit message (Expand) | Author |
2017-05-02 | Remove some more |new|s, part 11chromium/3088 | Tom Sepez |
2017-04-18 | Use Byte/WideString iterators | Tom Sepez |
2017-03-23 | Cleanup DocType defines | Dan Sinclair |
2017-02-27 | Fix uninitialized memory read in CJS_Object::GetEmbedObject() | Tom Sepez |
2017-02-23 | Observe all formfill environment pointer in JS objects. | Tom Sepez |
2017-02-22 | Convert JS property tables to single-byte. | Tom Sepez |
2017-02-22 | Convert native method names to single-byte. | Tom Sepez |
2017-02-21 | Remove some JS_Define macroschromium/3020 | Tom Sepez |
2017-02-21 | Pass CJS_Runtime to JS callbacks. | Tom Sepez |
2017-02-16 | Rename IJS_Context to IJS_EventContext. | Tom Sepez |
2017-01-12 | Don't put timers with ID == 0 into the global timer map. | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-02 | Remove FX_BOOL from fpdfsdk. | tsepez |
2016-11-02 | Rename CPDFXFA_Document to CPDFXFA_Context | dsinclair |
2016-10-13 | Cleanup CPDFXFA_App methods | dsinclair |
2016-10-12 | Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-11 | Convert IJS_Runtime to CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-11 | Remove CPDFSDK_Document from IJS_Context | dsinclair |
2016-10-05 | Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment | dsinclair |
2016-10-05 | Cleanup some CPDFSDK_PageView annotation code. | dsinclair |
2016-09-29 | Move fpdfsdk/include to fpdfsdk | dsinclair |
2016-09-22 | Rename App to Env where needed. | dsinclair |
2016-09-15 | Replace FX_UINT with unsigned int | dsinclair |
2016-09-14 | Remove FFI_ from CPDFSDK_Environment method names | dsinclair |
2016-09-14 | Rename CPDFDoc_Environment to CPDFSDK_Environment | dsinclair |
2016-09-13 | Split fsdk_mgr files apart. | dsinclair |
2016-09-12 | Make CFX_Obeservable::Observer into a pointer-ish type; | tsepez |
2016-09-08 | Remove unused context parameter from JSGetStringFromID | tsepez |
2016-09-08 | Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer | tsepez |
2016-08-19 | Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs. | tsepez |
2016-08-18 | Use a map for app::m_Timers | dsinclair |
2016-08-17 | Split fpdfsdk/fsdk_baseform.h into individual classes. | jaepark |
2016-08-15 | Push v8::Isolate into CFXJS_Engine classchromium/2831 | tsepez |
2016-08-10 | Remove backpointer to CJS_Runtime from CJS_Value | tsepez |
2016-08-08 | Remove MsgBox()/Alert() from CJS_EmbedObj. | tsepez |
2016-08-08 | Rename CJS_Timer to GlobalTimer and make private to app.cpp | tsepez |
2016-08-08 | Remove backpointer to runtime from CJS_Array. | tsepez |
2016-08-05 | Remove another potential stale CJS_Timer usage | tsepez |
2016-07-15 | Remove type info from CJS_Value, interrogate v8 instead | tsepez |
2016-03-31 | Move the fpdfsdk/include/javascript folder | dsinclair |
2016-03-28 | use std::vector in more places in JavaScript bindings code. | tsepez |
2016-03-25 | Remove FX_DWORD from fpdfsdk/ and testing | tsepez |
2016-03-14 | Move fpdfsdk/src up to fpdfsdk/. | Dan Sinclair |