Age | Commit message (Expand) | Author |
2016-01-11 | XFA: Fix memory leakage on Linux | Jun Fang |
2016-01-11 | Merge to XFA: Fix an infinite loop parsing in CPDF_SyntaxParser::GetObject() | Wei Li |
2016-01-11 | Merge to XFA: Fix an uninitalized read in FPDFText_GetFontSize(). | Lei Zhang |
2016-01-11 | Merge to XFA: Switch most min/max macros to std::min/max. | Lei Zhang |
2016-01-11 | Merge to XFA: Use std::map as CPDF_Dictionary's underlying store. | Oliver Chang |
2016-01-08 | Merge to XFA: Remove a bunch of dead code. | Lei Zhang |
2016-01-08 | Merge to XFA: Fix infinite loop caused by parsing same indirect objects | Wei Li |
2016-01-08 | Merge to XFA: Clean up misc nits found while fixing bugs. | Lei Zhang |
2016-01-08 | XFA: Remove relative includes outside of xfa/. | Lei Zhang |
2016-01-07 | Merge to XFA: Disentangle fpdfsave_embeddertest's FPDF_FILEWRITE. | Tom Sepez |
2016-01-06 | Merge to XFA: Return const-ref object in a few CPWL_Wnd getters. | Lei Zhang |
2016-01-06 | XFA: Change the destruction order inside CPDFXFA_Document to avoid UAFs. | Lei Zhang |
2016-01-06 | Invalidate IPWL_FocusHandler and IPWL_Provider on destruction. | Lei Zhang |
2016-01-06 | Merge to XFA: Return unique_ptrs from test_support functions | Tom Sepez |
2016-01-06 | Merge to XFA: Add fpdf_edit basic creation embedder test. | Tom Sepez |
2016-01-05 | Merge to XFA: Document::DoAnnotDelay and m_DelayAnnotData member unused. | Tom Sepez |
2016-01-05 | Merge to XFA: Remove header files that only have includes. | Lei Zhang |
2016-01-05 | Merge to XFA: Replace IconTree class with std::list. | Tom Sepez |
2016-01-05 | Merge to XFA: Make more CPDF_Parser method const. | Lei Zhang |
2016-01-05 | Merge to XFA: Add embedder test for fpdfsave.cpp and bug 342 | Tom Sepez |
2016-01-05 | Merge to XFA: Exit infinite loops for cross reference loading | Wei Li |
2016-01-05 | Merge to XFA: Make FPDF_WIDESTRING work regardless of endianness. | Tom Sepez |
2016-01-04 | Merge to XFA: Cover FPDFBookmark_Find() with embedder tests. | Tom Sepez |
2016-01-04 | Merge to XFA: Add FPDFDoc_GetPageMode() embeddertest | Tom Sepez |
2015-12-29 | Merge to XFA: Fix partial information printed with blank window covering the ... | Jun Fang |
2015-12-28 | Merge to XFA: Take care fall-through cases of switch in pdfium | Lei Zhang |
2015-12-25 | Merge to XFA: Speculative IWYU fix for failing Chromium DEPS roll. | Lei Zhang |
2015-12-24 | Merge to XFA: Fix a bad virtual keyword removal from commit 0f6b51c. | Lei Zhang |
2015-12-24 | Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. | Lei Zhang |
2015-12-22 | Merge to XFA: Cleanup: Remove some dead code in CPWL_Note. | Lei Zhang |
2015-12-22 | Merge to XFA: Add ContainsKey() and ContainsValue() and use them where approp... | Lei Zhang |
2015-12-21 | Merge to XFA: Cleanup CJS_PublicMethods: | Lei Zhang |
2015-12-21 | Merge to XFA: Fix JS seconds since epoch to date conversions. | Lei Zhang |
2015-12-18 | Merge to XFA: Get rid of a few CPDF_Object Create() methods and just use new ... | Lei Zhang |
2015-12-17 | Merge to XFA: Tidy CPDF_RenderContext | Tom Sepez |
2015-12-16 | Fix memory leaking in FPDF_LoadCustomDocument() | Jun Fang |
2015-12-14 | Merge to XFA: Get rid of most instance of 'foo == NULL' | Lei Zhang |
2015-12-14 | Merge to XFA: Get rid of most instance of 'foo != NULL' | Lei Zhang |
2015-12-14 | Merge to XFA: Remove FX_BSTRC. | Lei Zhang |
2015-12-10 | Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix | Tom Sepez |
2015-12-09 | Merge to XFA: Prevent infinite looping in CPDF_Parser::LoadAllCrossRefV5(). | Lei Zhang |
2015-12-09 | XFA: Revert UTF16LE_Encode changes | Oliver Chang |
2015-12-08 | Fix non-xfa build on xfa branch. | Tom Sepez |
2015-12-02 | Fix overlapped focus widget | Jun Fang |
2015-12-02 | Fix the issue that no response from the call back function of FFI_GetPlatform() | Jun Fang |
2015-12-02 | Fix an issue that no response from the call back function of FFI_GetLanguage() | Jun Fang |
2015-12-01 | Fix an assertion failure in CPDFSDK_Widget* Field::GetWidget() | Jun Fang |
2015-11-30 | Allow building non-XFA (master) on the XFA branch. | Tom Sepez |
2015-11-30 | Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. | Tom Sepez |
2015-11-25 | Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ | Tom Sepez |