summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2016-01-08Merge to XFA: Clean up misc nits found while fixing bugs.Lei Zhang
2016-01-08XFA: Remove relative includes outside of xfa/.Lei Zhang
2016-01-07Merge to XFA: Disentangle fpdfsave_embeddertest's FPDF_FILEWRITE.Tom Sepez
2016-01-06Merge to XFA: Return const-ref object in a few CPWL_Wnd getters.Lei Zhang
2016-01-06XFA: Change the destruction order inside CPDFXFA_Document to avoid UAFs.Lei Zhang
2016-01-06Invalidate IPWL_FocusHandler and IPWL_Provider on destruction.Lei Zhang
2016-01-06Merge to XFA: Return unique_ptrs from test_support functionsTom Sepez
2016-01-06Merge to XFA: Add fpdf_edit basic creation embedder test.Tom Sepez
2016-01-05Merge to XFA: Document::DoAnnotDelay and m_DelayAnnotData member unused.Tom Sepez
2016-01-05Merge to XFA: Remove header files that only have includes.Lei Zhang
2016-01-05Merge to XFA: Replace IconTree class with std::list.Tom Sepez
2016-01-05Merge to XFA: Make more CPDF_Parser method const.Lei Zhang
2016-01-05Merge to XFA: Add embedder test for fpdfsave.cpp and bug 342Tom Sepez
2016-01-05Merge to XFA: Exit infinite loops for cross reference loadingWei Li
2016-01-05Merge to XFA: Make FPDF_WIDESTRING work regardless of endianness.Tom Sepez
2016-01-04Merge to XFA: Cover FPDFBookmark_Find() with embedder tests.Tom Sepez
2016-01-04Merge to XFA: Add FPDFDoc_GetPageMode() embeddertestTom Sepez
2015-12-29Merge to XFA: Fix partial information printed with blank window covering the ...Jun Fang
2015-12-28Merge to XFA: Take care fall-through cases of switch in pdfiumLei Zhang
2015-12-25Merge to XFA: Speculative IWYU fix for failing Chromium DEPS roll.Lei Zhang
2015-12-24Merge to XFA: Fix a bad virtual keyword removal from commit 0f6b51c.Lei Zhang
2015-12-24Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-22Merge to XFA: Cleanup: Remove some dead code in CPWL_Note.Lei Zhang
2015-12-22Merge to XFA: Add ContainsKey() and ContainsValue() and use them where approp...Lei Zhang
2015-12-21Merge to XFA: Cleanup CJS_PublicMethods:Lei Zhang
2015-12-21Merge to XFA: Fix JS seconds since epoch to date conversions.Lei Zhang
2015-12-18Merge to XFA: Get rid of a few CPDF_Object Create() methods and just use new ...Lei Zhang
2015-12-17Merge to XFA: Tidy CPDF_RenderContextTom Sepez
2015-12-16Fix memory leaking in FPDF_LoadCustomDocument()Jun Fang
2015-12-14Merge to XFA: Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-14Merge to XFA: Get rid of most instance of 'foo != NULL'Lei Zhang
2015-12-14Merge to XFA: Remove FX_BSTRC.Lei Zhang
2015-12-10Merge to XFA: Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-12-09Merge to XFA: Prevent infinite looping in CPDF_Parser::LoadAllCrossRefV5().Lei Zhang
2015-12-09XFA: Revert UTF16LE_Encode changesOliver Chang
2015-12-08Fix non-xfa build on xfa branch.Tom Sepez
2015-12-02Fix overlapped focus widgetJun Fang
2015-12-02Fix the issue that no response from the call back function of FFI_GetPlatform()Jun Fang
2015-12-02Fix an issue that no response from the call back function of FFI_GetLanguage()Jun Fang
2015-12-01Fix an assertion failure in CPDFSDK_Widget* Field::GetWidget()Jun Fang
2015-11-30Allow building non-XFA (master) on the XFA branch.Tom Sepez
2015-11-30Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk.Tom Sepez
2015-11-25Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/Tom Sepez
2015-11-25Remove unused include from fsdk_actionhandler.cppTom Sepez
2015-11-25XFA: Needless include in pdfppo.cppTom Sepez
2015-11-25XFA: More underlying typesTom Sepez
2015-11-25Merge to XFA: CFXJS_ObjDefinition's lifetime must match isolate.Tom Sepez
2015-11-25Fix embedder test failures introduced by commit c70b19aad245Jun Fang
2015-11-25Fix invalid buffer length set in CFX_WideString::UTF16LE_Encode()Jun Fang
2015-11-25Fix a issue that FFI_GetCurrentPageIndex always returns -1Jun Fang