summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2016-02-23Remove uses of this->foo.Lei Zhang
2016-02-23Remove many _CAPS structure names.Tom Sepez
2016-02-22FPDFPage_HasFormFieldAtPoint should not crash for nullptr pages.Lei Zhang
2016-02-22Remove foo != NULL outside of xfa/Lei Zhang
2016-02-22Switch from _DEBUG to NDEBUG.Lei Zhang
2016-02-22Fixing include guards, and presubmit.Dan Sinclair
2016-02-19Define _DEBUG for debug builds.Lei Zhang
2016-02-19Revert "Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf.""Tom Sepez
2016-02-19Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf."Tom Sepez
2016-02-19Hook up FFI_PageEvent.Lei Zhang
2016-02-19Use safe arithmentic in CFX_BinaryBuf::ExpandBuf.Tom Sepez
2016-02-19Remove PageObject's m_Type and add As<Type> functionsWei Li
2016-02-18Fixup incorrect include guards.Dan Sinclair
2016-02-18Sort headers in non-xfa directories.Dan Sinclair
2016-02-17Banish CFX_ObjectArray to the XFA side.Tom Sepez
2016-02-17Remove CFX_PtrList from renderer main loop.Tom Sepez
2016-02-17Expand all paths to be based off pdfium/ directoryDan Sinclair
2016-02-17Banish CFX_ByteArray and CFX_WideArray to the XFA side.Tom Sepez
2016-02-16Split CPDF_PageObjectHolder off from CPDF_PageObjectListTom Sepez
2016-02-16Refactor CPDF_SimpleParser and add unit tests.Wei Li
2016-02-12One less PI.Tom Sepez
2016-02-09Banish CFX_WordArray to XFA-land.Tom Sepez
2016-02-08Tidy fpdfsave.cppTom Sepez
2016-02-04Fix a crasher in CPDFSDK_Document::GetPageView()Jun Fang
2016-02-04Fix tests under no_v8 build optionTom Sepez
2016-02-04Kill CFX_PtryArray in CXFA_FWLAdapterTimerMgr.Tom Sepez
2016-02-04Pdfium does not create isolate when it runs in chromiumjinming_wang
2016-02-03Merge to XFA: Fix prototypes for CPDF_FormNotify.Tom Sepez
2016-02-02XFA: Fix a crashier in SetFocus()Jun Fang
2016-02-02Fix heap-use-after-free in V8::Initialize()Jun Fang
2016-02-02XFA: Fix SEGV in CPDFXFA_Document::SetCurrentPage()Jun Fang
2016-02-02Merge to XFA: Kill CFX_ByteArray in master.Tom Sepez
2016-02-01Revert "Fix a crashier in CPDFSDK_Document::GetPageView()"Jun Fang
2016-02-01Fix a crashier in CPDFSDK_Document::GetPageView()Jun Fang
2016-02-01Merge to XFA: Tidy up CPDF_DocEnvironment::JS_* methodsTom Sepez
2016-02-01Merge to XFA: Remove CGW_ArrayTemplate and its O(n^2 log n) sort.Tom Sepez
2016-02-01Merge to XFA: Use JS_ExpandKeywordParams() in app.response()Tom Sepez
2016-01-29Another round of cleanup in CPDF_Parser and friends.Lei Zhang
2016-01-29Merge to XFA: Fix botched "CC:" parameter passing in JS_DocmailForm().Tom Sepez
2016-01-29Merge to XFA: Add tests for CBA_AnnotIterator.Tom Sepez
2016-01-29Merge to XFA: Member function name refactoringWei Li
2016-01-29Merge to XFA: Fix behaviour of app.alert() with a single object argument.Tom Sepez
2016-01-28Fix memory leakage on Linux - part3jinming_wang
2016-01-27XFA: Fix DOS newlines, final round.Lei Zhang
2016-01-27XFA: Remove dead AddDoRecord code.Lei Zhang
2016-01-26War on #defines - part 2Tom Sepez
2016-01-26Merge to XFA: War on #defines, part 1.Tom Sepez
2016-01-25XFA: Fix a bunch of pointless returns.chromium/2637chromium/2636chromium/2635chromium/2634chromium/2633chromium/2632Lei Zhang
2016-01-22Merge to XFA: Change _PDF_RenderItem to CPDF_RenderContext::Layer.Tom Sepez
2016-01-21Merge to XFA: Rename CPDF_PageObjects to CPDF_PageObjectListTom Sepez