Age | Commit message (Expand) | Author |
2017-03-23 | Cleanup DocType defines | Dan Sinclair |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-13 | Make most PDFium code pass Clang plugin's auto raw check. | Lei Zhang |
2017-02-28 | Remove unused IconElement::IconStream. | Lei Zhang |
2017-02-27 | Fix uninitialized memory read in CJS_Object::GetEmbedObject() | Tom Sepez |
2017-02-23 | Remove unused Icon::m_pIconStreamchromium/3022 | Tom Sepez |
2017-02-23 | Observe all formfill environment pointer in JS objects. | Tom Sepez |
2017-02-23 | Store JS string constants as single-byte strings. | Tom Sepez |
2017-02-23 | Cleanup PWL_Utils. | Dan Sinclair |
2017-02-22 | Move JS constant tables to single-byte names | 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 | Avoid some widestring to bytestring conversions in fxjs. | Tom Sepez |
2017-02-21 | Replace JS_IMPLEMENT_COLORPROP with helper function. | 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-02-13 | Clean up CPDF_TextObject a bit | Nicolas Pena |
2017-02-13 | Use container with stable iterator for m_Icons. | Tom Sepez |
2017-01-18 | Tidy FXJS_V8, backfill tests.chromium/2986 | tsepez |
2017-01-12 | Don't put timers with ID == 0 into the global timer map. | tsepez |
2017-01-12 | Custom toString() methods may delete annots. | tsepez |
2017-01-12 | Remove unused CJS_Object::ExitInstance() method | tsepez |
2017-01-11 | Use observed pointers in CPDFSDK_AnnotIterator.chromium/2979 | tsepez |
2017-01-11 | Annotation deleted while retrieving it in JS | tsepez |
2016-12-14 | Verify precision length before converting to string. | dsinclair |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-15 | Replace fcvt with std::stringstream in AFNumber_Format | npm |
2016-11-04 | Revert: Only create widgets if really needed | dsinclair |
2016-11-02 | Remove FX_BOOL from fpdfsdk. | tsepez |
2016-11-02 | Rename CPDFXFA_Document to CPDFXFA_Context | dsinclair |
2016-11-02 | Merge CPDFXFA_App into CPDFXFA_Document. | dsinclair |
2016-11-01 | Reland: Make the CPDFXFA_App non-globalchromium/2907 | dsinclair |
2016-10-28 | Fix more FX_BOOL / int noise in core/fpdfsdk | tsepez |
2016-10-19 | Make Document::m_IconList a vector of IconElements. (try 2)chromium/2896 | thestig |
2016-10-18 | Revert of Make Document::m_IconList a vector of IconElements. (patchset #2 id... | dsinclair |
2016-10-18 | Make Document::m_IconList a vector of IconElements. | thestig |
2016-10-17 | Revert "Make CPDF_Object containers hold objects via unique pointers." | tsepez |
2016-10-13 | Make CPDF_Object containers hold objects via unique pointers. | tsepez |
2016-10-13 | Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of ht... | dsinclair |
2016-10-13 | Reland: Make the CPDFXFA_App non-global | dsinclair |
2016-10-13 | Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://co... | dsinclair |
2016-10-13 | Make the CPDFXFA_App non-global | dsinclair |
2016-10-13 | Cleanup CPDFXFA_App methods | dsinclair |
2016-10-12 | Cleanup env variable names | dsinclair |
2016-10-12 | Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-11 | Remove remaining CPDFSDK_Document references | dsinclair |
2016-10-11 | Convert IJS_Runtime to CPDFSDK_FormFillEnvironment | dsinclair |