summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-04-03RefCount CPDF_Type3Cache all the time.chromium/3062Tom Sepez
2017-04-03RefCount CPDF_TransferFunc all the time.Tom Sepez
2017-04-03Split the FDE XML file into indiviual class files.Dan Sinclair
2017-04-03Drop FXSYS_ from util methodsDan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from wide string methodsDan Sinclair
2017-04-03Drop FXSYS_ from file methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-04-03Add test case for bug_707479Tom Sepez
2017-04-03Drop FXSYS_ from string methodsDan Sinclair
2017-04-03Remove some used-only-once typedefs from CPDF_DocPageDataTom Sepez
2017-04-03Do not shrink buffer before examining last byte in TryVSWPrintFTom Sepez
2017-04-03Split fx_dib part 5Nicolas Pena
2017-04-03Minor cleanupsDan Sinclair
2017-04-03Split fx_dib part 4Nicolas Pena
2017-04-03Fix Skia includesNicolas Pena
2017-04-01Refcount CPDF_Image all the time.chromium/3061chromium/3060Tom Sepez
2017-03-31Use PartitionFreeGeneric for the strings partition, not PartitionFree.Chris Palmer
2017-03-31Move zlib to a DEPS-based checkout.Lei Zhang
2017-03-31Split fx_dib part 3Nicolas Pena
2017-03-31Pull in FreeType via DEPS instead.Lei Zhang
2017-03-31Move FX_FILESIZE to fx_system.hTom Sepez
2017-03-31Split fx_dib.h part 2chromium/3059Nicolas Pena
2017-03-31Re-arrange fxcrt string files to match naming.Tom Sepez
2017-03-31Split fx_dib part 1Nicolas Pena
2017-03-30vswprintf() part 2: retry when clearly out of space.chromium/3057Tom Sepez
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