summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-05-26IFX_Pause is passed to CJBig2_Context, no need to store.chromium/3113Tom Sepez
2017-05-26Fix CPDF_PageRenderContext cleanupTom Sepez
2017-05-26Add public API for setting the blend mode on a page object.wileyrya
2017-05-26Pass CJBig2_ArithDecoder to CJBig2_GRDProc as needed.Tom Sepez
2017-05-26Release unowned CS reference before maybe destroying owned oneTom Sepez
2017-05-26Use proper file names in core/fpdfapi/fontNicolas Pena
2017-05-26Rename Probe() to ProbeForLowSeverityLifetimeIssue().Tom Sepez
2017-05-26Avoid dangling encrypt dict pointer in CPDF_ParserTom Sepez
2017-05-26Simplify CPDF_Page ctor.Lei Zhang
2017-05-26Add public API for setting the fill color on a text objectwileyrya
2017-05-26Add public API for setting LineJoin and LineCap on a pathwileyrya
2017-05-26Use more STL algorithms in fx_coordinates.cpp.Lei Zhang
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-25Remove some unused definesDan Sinclair
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-25Rename CPDF_LinkExtract test file to match classDan Sinclair
2017-05-25Break apart the pageint.h file.Dan Sinclair
2017-05-25Cleanup some nits in CFX_FontNicolas Pena
2017-05-24core: allow building against system lcms2chromium/3111Miklos Vajna
2017-05-24Convert to CFX_UnownedPtr, part 10Tom Sepez
2017-05-24Convert to CFX_UnownedPtr, part 9Tom Sepez
2017-05-24Convert to CFX_UnownedPtr, part 8chromium/3110Tom Sepez
2017-05-24Use CheckedNumeric in BiInterpolImplNicolas Pena
2017-05-24Convert to CFX_UnownedPtr, part 4.Tom Sepez
2017-05-24Convert to CFX_UnownedPtr, part 5Tom Sepez
2017-05-24Convert to CFX_UnownedPtr, part 3.Tom Sepez
2017-05-23Remove longjmp from the Gif moduleNicolas Pena
2017-05-23Make CPDF_ImageCacheEntry retain CPDF_ImageTom Sepez
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-05-22Fix crypto calculation regression due to typoWei Li
2017-05-22CFX_ByteStringC: avoid taking unreferenceable vector::data() ptr.chromium/3108Tom Sepez
2017-05-20Better identify web links by trimming irrelevant charschromium/3107Wei Li
2017-05-20Use std::vector and std::sort() in CPDF_PageRenderCache.Lei Zhang
2017-05-19Fix off-by-one introduced at ab20404Tom Sepez
2017-05-19Back-fill some functionality for CFX_UnownedPtrTom Sepez
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-19Remove image dimension params that are never used.Lei Zhang
2017-05-18Add more CFX_UnownedPtr usage.Tom Sepez
2017-05-18Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104Tom Sepez
2017-05-18Fix typo in CFX_ImageTransformer::ContinueNicolas Pena
2017-05-18Fix a situation where images are not properly rendered.Lei Zhang
2017-05-17CFX_UnownedPtr: check during assignment time as well.Tom Sepez
2017-05-17Reland: Small fix in CPDF_TrueTypeFont loadNicolas Pena
2017-05-17SkPictureRecorder.h includes less, so we have to IWYUchromium/3103Mike Reed
2017-05-17Gif: Detect string decoding errorsNicolas Pena
2017-05-17Revert "Small fix in CPDF_TrueTypeFont load"Nicolás Peña
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2017-05-16Small fix in CPDF_TrueTypeFont loadNicolas Pena
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez