summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-03-30vswprintf() part 1: move code, create helper function.Tom Sepez
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-30Move core/fxcrt XML files to core/fxcrt/xmlDan Sinclair
2017-03-30Avoid one more instance of the anti-pattern in 706346.Tom Sepez
2017-03-30Move CFX files into fxcrtDan Sinclair
2017-03-30Protect against premature mask destruction in CFX_ClipRgn::IntersectRectTom Sepez
2017-03-30Use more unique_ptr and std::vector in JBig2_SddProcNicolas Pena
2017-03-30Upgrade to FreeType 2.7.1.Lei Zhang
2017-03-30Account for character size in last CFX_WideString patch.Tom Sepez
2017-03-29Avoid guessing vsnprintf() buffer length. Tom Sepez
2017-03-29Remove fgas/localization directoryDan Sinclair
2017-03-29Fix undefined shift in JBig2_SddProcNicolas Pena
2017-03-29Fix MSAN uninitialized value report.Tom Sepez
2017-03-28Ensure that CFX_RetainPtr move ctor is used by std::vector.Tom Sepez
2017-03-28Remove unused CFX_ArrayTemplate and CFX_BasicArray.Tom Sepez
2017-03-28Add bounds check into JBIG2 Arith decoder.Dan Sinclair
2017-03-28Add JBig2_BitStream ReadNBits unittestsDan Sinclair
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-27Cleanup fx_dib_composite part 6chromium/3054Nicolas Pena
2017-03-27Convert new into MakeUniqueDan Sinclair
2017-03-27Verify available bits in bit streamDan Sinclair
2017-03-27Fix some ASAN issues in fx_skia_deviceNicolas Pena
2017-03-27Guard against lengths greater then input sizeDan Sinclair
2017-03-27Remove old test expectations after the Mac 10.12 upgrade.Lei Zhang
2017-03-27Update to zlib 1.2.11Adenilson Cavalcanti
2017-03-27fix new tab crash in skia clip stackCary Clark
2017-03-26Use PartitionAlloc for JavaScript ArrayBuffers and strings.Chris Palmer
2017-03-24Use unique_ptr in CFieldTree::NodeNicolas Pena
2017-03-24Refcount CPDF_CMap all the time.chromium/3052chromium/3051Tom Sepez
2017-03-24Fix CFX_FxgeDevice constructor and destructor in SkiaNicolas Pena
2017-03-23Fix CFX_RetainPtr move-assign semantics.Tom Sepez
2017-03-23Cleanup fx_dib_composite part 5Nicolas Pena
2017-03-23fix skia path debugCary Clark
2017-03-23Fix two CloneNonCycle issuesWei Li
2017-03-23Handle the Clip command list being emptyDan Sinclair
2017-03-23Revert "Remove CFX_FixedBufGrow"Nicolás Peña
2017-03-23Remove dead CFX_Edit code and fix some typos.Lei Zhang
2017-03-22Return errors after validation instead of ASSERT in CPDF_DataAvailNicolas Pena
2017-03-22Cleanup fx_dib_composite Part 4Nicolas Pena
2017-03-22Fix ASSERT in CPDF_Data_AvailNicolas Pena
2017-03-22Remove CFX_FixedBufGrowDan Sinclair
2017-03-21Make CPVT_WordPlace more conformant with the prevailing idioms.Tom Sepez
2017-03-21Move colorspace specific code to colorspace classDan Sinclair
2017-03-21Replace CFX_FileSizeListArray with a std::mapDan Sinclair
2017-03-21Cleanup fx_dib_composite part 3Nicolas Pena
2017-03-21Pop when Pages is malformed and has no kidsNicolas Pena
2017-03-21Replace CPVT_ArrayTemplate in cpdf_variabletext.cpp and remove it.chromium/3048Tom Sepez
2017-03-21Cleanup fx_dib_composite part 2Nicolas Pena