summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-05Introduce IJS_Runtime::ScopedEventContext helper class.chromium/3451Tom Sepez
2018-06-05Revert "Do not merge content streams to parse them."Henrique Nakashima
2018-06-05Tidy parser lifecycle state machine in CPDF_PageObjectHolder.Tom Sepez
2018-06-05Revert "Create m_ContentStream field in CPDF_PageObject."Henrique Nakashima
2018-06-05Assert CPDF_ContentParser always has a valid page holder.Lei Zhang
2018-06-05[xfa] Make the event context available when calling back in XFADan Sinclair
2018-06-05Further improve CCodec_FaxDecoder performance in debug builds.Lei Zhang
2018-06-05Move CPDF_PageObjectHolder::m_pFormStream to CPDF_Form.Lei Zhang
2018-06-05Create m_ContentStream field in CPDF_PageObject.Henrique Nakashima
2018-06-05Clean up CFX_TxtBreakRyan Harrison
2018-06-05Revert "Convert (void) to static_cast<void> in C++ code"Ryan Harrison
2018-06-05Add test for FPDF_GetPageSizeByIndex()Tom Sepez
2018-06-05Improve FPDFPath_GetMatrix() testsMiklos Vajna
2018-06-05Share read validator between CPDF_DataAvail and CPDF_SyntaxParser.Artem Strygin
2018-06-05Remove useless code.Artem Strygin
2018-06-04Lowercase JS_Define.{h,cpp} and CJS_Define.hTom Sepez
2018-06-04Fix a number of unused writes in barcode codeRyan Harrison
2018-06-04Remove unused assignment from CFX_RTFBreakRyan Harrison
2018-06-04Convert (void) to static_cast<void> in C++ codechromium/3450Ryan Harrison
2018-06-04Make CJS_Objects track CJS_Runtime (and hence the document itself)Tom Sepez
2018-06-04Do not merge content streams to parse them.Henrique Nakashima
2018-06-04cjs_globalconsts.cpp need not use v8::Context slotsTom Sepez
2018-06-04Clean up of comment from post-submitRyan Harrison
2018-06-04Revert "Make CPDF_Document cache CPDF_Pages"Tom Sepez
2018-06-04Revert "Make common page base class for XFA and non-XFA."Tom Sepez
2018-06-04Revert "Make pagview decisions at runtime for non-xfa pages."Tom Sepez
2018-06-04Revert "Remove more ifndef XFA cases"Tom Sepez
2018-06-04Revert "Make FPDF_LoadPage return either page type at runtime."Tom Sepez
2018-06-04Add tools/code_coverage to .gitignoreRyan Harrison
2018-06-04Add FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIsMiklos Vajna
2018-06-04[xfa] Get properties from the non-xfa global if possibleDan Sinclair
2018-06-02Remove more ifndef XFA caseschromium/3449chromium/3448Tom Sepez
2018-06-02IWYU: std::begin() and std::end() need <iterator>Raphael Kubo da Costa
2018-06-01Add .gdb_history to .gitignore.Henrique Nakashima
2018-06-01Make FPDF_LoadPage return either page type at runtime.Tom Sepez
2018-06-01Remove unused assignments in test codeRyan Harrison
2018-06-01GCC6: workaround bug with external class template linking.José Dapena Paz
2018-06-01Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr()Tom Sepez
2018-06-01Move variable into loop scopeRyan Harrison
2018-06-01Clean up some issues found in CXFA_TextLayoutRyan Harrison
2018-06-01Creating XFA context shouldn't be a side-effect of FPDF_* conversion.Tom Sepez
2018-06-01Return unique_ptr from CPDFXFA_Context::GetTimerMgr()Tom Sepez
2018-06-01Roll third_party/freetype/src/ d45d4b97e..125b84800 (4 commits)Nicolas Pena
2018-06-01Remove ununused startAngle and sweepAngle variablesRyan Harrison
2018-06-01Remove initialization of wchar_t chRyan Harrison
2018-06-01Remove unused variable pDst from CFWL_Edit::OnValidateRyan Harrison
2018-06-01Remove unneeded call to GetNextSiblingWidgetRyan Harrison
2018-06-01Fix XFA guardsRyan Harrison
2018-06-01Fix V8 guardsRyan Harrison
2018-05-31Make CPDF_Document own its Extension.Tom Sepez