summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-05-06CFX_ArabicChar contains only static methods, no need to instantiate.chromium/2733chromium/2732chromium/2731chromium/2730tsepez
2016-05-04More define cleanup.dsinclair
2016-05-04Return bool rather than bitwise-and for FX_BOOLtsepez
2016-05-04Reland of lax a couple checks to allow certain non-standard PDF files. (patch...weili
2016-05-04Revert of Remove unneeded CPVT classes. (patchset #7 id:140001 of https://cod...chromium/2729chromium/2728chromium/2727chromium/2726chromium/2725dsinclair
2016-05-03Revert of Relax a couple checks to allow certain non-standard PDF files. (pat...weili
2016-05-02Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11tsepez
2016-05-02Remove unneeded CPVT classes.thestig
2016-04-29Subtract instead of adding the negation.thestig
2016-04-29Relax a couple checks to allow certain non-standard PDF files.weili
2016-04-29Avoid nullptr dereferences in sycc444_to_rgb().thestig
2016-04-28Fix stack overflow from nested arrays.thestig
2016-04-27More IFX_ interface cleanup.dsinclair
2016-04-27Standardize on ASSERT.dsinclair
2016-04-26CPDF_Document::LoadPattern() and friends always have a valid matrix.thestig
2016-04-26Move CPDF_Document code into cpdf_document.cpp.thestig
2016-04-26Remove several IPDF_ interfaces and CPDF_RenderModule.dsinclair
2016-04-26CFX_ByteString::Reserve(), ReleaseBuffer() fixes.tsepez
2016-04-26Clean up CPDF_Page.thestig
2016-04-25Fix incorrect offset computation.etienneb
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-22Change the code to avoid three unit test failures on release buildweili
2016-04-22Add a simple check for V4 cross reference tableweili
2016-04-22Remove #ifdef platform which is always true.tsepez
2016-04-21Remove next batch of CFX_ arrays from fpdf_edit_doc.cpptsepez
2016-04-21Remove more CFX_ArrayTemplate from fpdf_edit_doc.cpptsepez
2016-04-21Remove one warning from PDFium compilation in Crosweili
2016-04-21Replace CFX_ArrayTemplate with std::vector in CPDF_ObjectStreamtsepez
2016-04-21Add a missing initialisation for CPDF_ContentMarkItem.chromium/2717chromium/2716chromium/2715ochang
2016-04-21Replace CFX_RectArray with std::vector<CFX_FloatRect>tsepez
2016-04-21Make CFX_BasicArray non-copyable.tsepez
2016-04-21Remove CFX_ArrayTemplate from fpdf_parser_decode.cpptsepez
2016-04-21Assert that CFX_ strings are pointer-size.tsepez
2016-04-21Only call shading code with streams.dsinclair
2016-04-21Remove CFX_ArrayTemplate from CPDF_LinkExtracttsepez
2016-04-20Inline CFX_WideString::c_str.dsinclair
2016-04-20Standalone GN build.dsinclair
2016-04-20Cleanups from prior CLs.dsinclair
2016-04-19Re-enable warning 4701 for GN (re-land)weili
2016-04-19Remove a few more char* members from structs/classes.tsepez
2016-04-19Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces.dsinclair
2016-04-19Remove IPDF_CryptoHandler and IPDF_SecurityHandler.dsinclair
2016-04-15Avoid narrowing to StringC in CPDF_Name and CPDF_NameTreetsepez
2016-04-15Prevent a potential OOB read in TranslateImageLine.ochang
2016-04-14Explicity use CFX_ByteStrings in a couple of placestsepez
2016-04-14Avoid string allocs for CMap_GetString() return value.tsepez
2016-04-14Still more comments about stringstsepez
2016-04-14Update comments about string constructorstsepez
2016-04-14Avoid needless construction of CFX_ByteStrings during string buildingtsepez
2016-04-14Rename CFX_ByteTextBuf::GetByteString() to AsStringC().tsepez