summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-11-16Convert CFX_DateTime::Now to be staticchromium/3272Dan Sinclair
2017-11-16Convert ByteString::{Format|FormatV} to static methodsDan Sinclair
2017-11-16Make WideString::{Format|FormatV} staticDan Sinclair
2017-11-16Refactor CFGAS_FontMgr's Windows implementationNicolas Pena
2017-11-14Move CXFA_FileRead out of XFA and renameRyan Harrison
2017-11-13Check first page number in IsLinearizedHeaderValid().Lei Zhang
2017-11-10Check for decoder completeness in CJBig2_GRRDProcNicolas Pena
2017-11-10Stop using m_SavedPage in embedder tests.chromium/3265Henrique Nakashima
2017-11-09Rename some methods in CJBig2_Contextchromium/3264Nicolas Pena
2017-11-08Make most CPDF_LinearizedHeader members const.chromium/3263Lei Zhang
2017-11-08Prevent cyclic offset on CJBig2_ContextNicolas Pena
2017-11-08Fix FPDF_SaveAsCopy for linearized PDFs.Henrique Nakashima
2017-11-08Make sure that iterator stays in bounds during IsHypenRyan Harrison
2017-11-08Use MaybeOwned in CPDF_ContentParserNicolas Pena
2017-11-07Revert cleanup of IsHyphen and reimplementRyan Harrison
2017-11-07Use MaybeOwned in CJBig2_ImageNicolas Pena
2017-11-07Remove m_bFlagExact from CFX_SubstFontNicolas Pena
2017-11-07Simplify CPDF_ContentParser.Lei Zhang
2017-11-07More FX_SAFE_INT32 in CJBig2_TRDProcNicolas Pena
2017-11-07Change CPDF_PSProc::AddOperator() to do binary search.Lei Zhang
2017-11-07Remove unused parameter from ByteString::FormatFloat().Lei Zhang
2017-11-06Add a CPDF_PSEngine test.Lei Zhang
2017-11-06Improve ByteString{View}::operator<().Lei Zhang
2017-11-06Mark string pointers as const in string unit tests.Lei Zhang
2017-11-06Remove C-style casts in CPDF_PSEngine.Lei Zhang
2017-11-06Revert "Simplify CPDF_HintsTable."dsinclair
2017-11-06Pack struct FXCMAP_CMap more densely to save 1 KB.Lei Zhang
2017-11-06Mark some CPDF_StreamContentParser members as const.Lei Zhang
2017-11-04Simplify CPDF_HintsTable.Artem Strygin
2017-11-03Remove C-style casts in cpdf_colorspace.cpp.Lei Zhang
2017-11-03Remove flags param from FXMEM_DefaultAlloc() and friends.Lei Zhang
2017-11-03Check for NULL pointer in _TIFFfree().chromium/3258Lei Zhang
2017-11-03Simplify CPDF_SecurityHandler.Lei Zhang
2017-11-03The component count in CPDF_IndexedCS should be unsigned.Lei Zhang
2017-11-02Move parsing logic from FPDF_DataAvail into CPDF_DataAvail.Artem Strygin
2017-11-02Encapsulate CPDF_FormObject members.Lei Zhang
2017-11-02Remove useless code.Artem Strygin
2017-11-02Refactoring of cross refs availability check.Artem Strygin
2017-11-02Rename Transparency to iTransparency.Lei Zhang
2017-11-02Remove some C-style const char* casts.Lei Zhang
2017-11-02Remove some redundent code in CPDF_DIBSource::StartLoadDIBSource().Lei Zhang
2017-11-02Simplify some CMap code.Lei Zhang
2017-11-02Unify CPDF_DataAvail::Check[Header/End].chromium/3257Artem Strygin
2017-11-02Improve readability for CPDF_Parser::StartParseInternalArtem Strygin
2017-11-02Unify parsing of linearized header.Artem Strygin
2017-10-30Remove useless code.Artem Strygin
2017-10-30Use CPDF_PageDataAvail to check page availability.Artem Strygin
2017-10-30Use CPDF_PageDataAvail to check page resources availability.Artem Strygin
2017-10-30Use CPDF_PageDataAvail to check form availability.Artem Strygin
2017-10-30More safe ints in CJBig2_TRDProcNicolas Pena