summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser
AgeCommit message (Expand)Author
2018-06-29Implement CPDF_HintsTable::PageInfo.Artem Strygin
2018-06-28Replace DCHECKs with ASSERTs.Lei Zhang
2018-06-28Use UnownedPtr for document within CPDF_XXXAvail.Artem Strygin
2018-06-27Remove useless code.Artem Strygin
2018-06-27Remove CPDF_Parser::ParseIndirectObjectAtByStrict().Lei Zhang
2018-06-27Add fxcrt::AutoRestorer<T>::AbandonRestoration().chromium/3475Tom Sepez
2018-06-27Rework of loading of CPDF_Document.Artem Strygin
2018-06-27Implement CPDF_CrossRefTableArtem Strygin
2018-06-26Add some more consts to unowned pointers.Tom Sepez
2018-06-26Simplify CPDF_Parser::RebuildCrossRef.Artem Strygin
2018-06-26Unify CPDF_Document loading methods.Artem Strygin
2018-06-26Implement CPDF_ObjStream.Artem Strygin
2018-06-26Make CPDF_Document::m_pRootDict an UnownedPtr<>.Tom Sepez
2018-06-22Rework of Fixing metadata not read from linearized file.Artem Strygin
2018-06-21Avoid const-refs to implicitly constructed strings.Tom Sepez
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-06-19Use const pointers within GetDirectInteger function.Artem Strygin
2018-06-14Simplify the calculation of Pages Offsets within CPDF_HintsTable.chromium/3460Artem Strygin
2018-06-13Merge the offset calculation logic within CPDF_HintsTable.Artem Strygin
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-06-11Replace FPDF_PAGE_MAX_NUM with class scoped constant.Tom Sepez
2018-06-07Reland "Reland "Simplify CPDF_HintsTable.""Artem Strygin
2018-06-07Check is first page number valid in CPDF_LinearizedHeader.Artem Strygin
2018-06-07Revert "Reland "Simplify CPDF_HintsTable.""Ryan Harrison
2018-06-06Reland "Simplify CPDF_HintsTable."Artem Strygin
2018-06-06Simplify check root availability.Artem Strygin
2018-06-06Simplify check info availability.Artem Strygin
2018-06-06Use CPDF_StreamAcc to data access of CPDF_Stream.Artem Strygin
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-05Share read validator between CPDF_DataAvail and CPDF_SyntaxParser.Artem Strygin
2018-06-05Remove useless code.Artem Strygin
2018-06-04Convert (void) to static_cast<void> in C++ codechromium/3450Ryan Harrison
2018-06-04Clean up of comment from post-submitRyan Harrison
2018-06-04Revert "Make CPDF_Document cache CPDF_Pages"Tom Sepez
2018-06-01Remove unused assignments in test codeRyan Harrison
2018-05-31Make CPDF_Document own its Extension.Tom Sepez
2018-05-31Move codepage/charset methods into related places.Artem Strygin
2018-05-30Remove dead code in various write function.Lei Zhang
2018-05-30Make CPDF_Document cache CPDF_PagesTom Sepez
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Replace some #ifdef PDF_ENABLE_XFA with runtime checks.Tom Sepez
2018-05-25Make CPDF_Page retainable.Tom Sepez
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetDictFor().Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor().Lei Zhang
2018-05-25Mark more CPDF_Objects as const in font code.Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor().chromium/3441Lei Zhang
2018-05-24CPDF_HintTables should not try to read 0 bits.Lei Zhang
2018-05-22Make friend RetainPtr<T> statements consistently public.Lei Zhang
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang