summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2016-02-03Fix prototypes for CPDF_FormNotify.Tom Sepez
2016-02-02Kill CFX_ByteArray in master.Tom Sepez
2016-02-01Tidy up CPDF_DocEnvironment::JS_* methodsTom Sepez
2016-02-01Remove CGW_ArrayTemplate and its O(n^2 log n) sort.Tom Sepez
2016-02-01Use JS_ExpandKeywordParams() in app.response()Tom Sepez
2016-01-29Another round of cleanup in CPDF_Parser and friends.Lei Zhang
2016-01-29Fix botched "CC:" parameter passing in JS_DocmailForm().Tom Sepez
2016-01-29Add tests for CBA_AnnotIterator.Tom Sepez
2016-01-29Fix behaviour of app.alert() with a single object argument.Tom Sepez
2016-01-28Member function name refactoringWei Li
2016-01-26Merge to Master: War on #defines - part 2Tom Sepez
2016-01-26War on #defines, part 1.Tom Sepez
2016-01-25Fix a bunch of pointless returns.Lei Zhang
2016-01-22Change _PDF_RenderItem to CPDF_RenderContext::Layer.Tom Sepez
2016-01-21Rename CPDF_PageObjects to CPDF_PageObjectListTom Sepez
2016-01-21Redo CPDF_PageObjects - part 1Tom Sepez
2016-01-21Rename CPDF_PageContentGenerate to CPDF_PageContentGenerator.Tom Sepez
2016-01-20Use std::set to track visited dictionaries in fsdk_actionhandler.Tom Sepez
2016-01-20Bugs in CJS_PublicMethods::ParseNumber().Tom Sepez
2016-01-19Fix infinite loops caused by calling circular indirect objectsWei Li
2016-01-14Revert "Cleanup CJS_PublicMethods::ParseNumber"Tom Sepez
2016-01-14Cleanup CJS_PublicMethods::ParseNumberTom Sepez
2016-01-14Loose checking for trailer's size fieldWei Li
2016-01-14Correct the way to count pages and to avoid infinite loopWei Li
2016-01-13Fix some iterator invalidation issues while traversing CPDF_Dictionary.Oliver Chang
2016-01-11Fix an infinite loop parsing in CPDF_SyntaxParser::GetObject()Wei Li
2016-01-11Fix an uninitalized read in FPDFText_GetFontSize().Lei Zhang
2016-01-11Use std::map as CPDF_Dictionary's underlying store.Oliver Chang
2016-01-08Switch most min/max macros to std::min/max.Lei Zhang
2016-01-08Remove a bunch of dead code.Lei Zhang
2016-01-08Fix infinite loop caused by parsing same indirect objectsWei Li
2016-01-08Clean up misc nits found while fixing bugs.Lei Zhang
2016-01-07Disentangle fpdfsave_embeddertest's FPDF_FILEWRITE, use gmock matchers.Tom Sepez
2016-01-06Return const-ref object in a few CPWL_Wnd getters.Lei Zhang
2016-01-06Invalidate IPWL_FocusHandler and IPWL_Provider on destruction.Lei Zhang
2016-01-06Return unique_ptrs from test_support functionsTom Sepez
2016-01-06Add fpdf_edit basic creation embedder test.Tom Sepez
2016-01-05Document::DoAnnotDelay and m_DelayAnnotData member unused.Tom Sepez
2016-01-05Remove header files that only have includes.Lei Zhang
2016-01-05Replace IconTree class with std::list.Tom Sepez
2016-01-05Make more CPDF_Parser method const.Lei Zhang
2016-01-05Add embedder test for fpdfsave.cpp and bug 342Tom Sepez
2016-01-05Exit infinite loops for cross reference loadingWei Li
2016-01-05Make FPDF_WIDESTRING work regardless of endianness.Tom Sepez
2016-01-04Cover FPDFBookmark_Find() with embedder tests.Tom Sepez
2016-01-04Add FPDFDoc_GetPageMode() embeddertestTom Sepez
2015-12-29Fix partial information printed with blank window covering the centerchromium/2612chromium/2611chromium/2610chromium/2609chromium/2608chromium/2607Jun Fang
2015-12-28Take care fall-through cases of switch in pdfiumLei Zhang
2015-12-25Speculative IWYU fix for failing Chromium DEPS roll.chromium/2606chromium/2605chromium/2604chromium/2603Lei Zhang
2015-12-24Fix a bad virtual keyword removal from commit 0f6b51c.Lei Zhang