summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-09-25Revert "Remove unreachable code in CPDF_DIBBase."Lei Zhang
2018-09-25Add FxAlignToBoundary<>() template helper function.Tom Sepez
2018-09-25Introduce CodecModuleIface for progressive decoder modules.Tom Sepez
2018-09-24Give CFX_GraphStateData a work-over.chromium/3561Tom Sepez
2018-09-24Revert "Make potentially dangerous Actions require a user click."Henrique Nakashima
2018-09-21Cleanup in CCodec_FaxModuleNicolas Pena
2018-09-21Replace CPDF_Color::Copy() with honest-to-goodness operator=().Tom Sepez
2018-09-21Make OutputIndex() a void methodNicolas Pena
2018-09-21Remove unreachable code in CPDF_DIBBase.Lei Zhang
2018-09-21Validate more image values in CPDF_DIBBase.Lei Zhang
2018-09-20Make potentially dangerous Actions require a user click.Henrique Nakashima
2018-09-20Validate some image data in CPDF_Image::InitJPEG().Lei Zhang
2018-09-20Change CFX_FixedBufGrow to take a size_t.Lei Zhang
2018-09-20Remove extraneous 'extern "C"' entries.Lei Zhang
2018-09-20Fix misc lint errors and other cleanups.Lei Zhang
2018-09-20Remove more unneeded STL #includes from headers.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-09-19Use MaybeOwned in CPDF_StreamAcc.chromium/3557Lei Zhang
2018-09-19Consolidate raw data processing path in CPDF_StreamAcc.Lei Zhang
2018-09-19Initialize CPDF_ImageRenderer in the header.Lei Zhang
2018-09-19Encapsulate CPDF_ImageLoader.Lei Zhang
2018-09-19Validate decoder pipelines.Lei Zhang
2018-09-18Transfer ownership of nodes to top-level XML docRyan Harrison
2018-09-18Encode mark names when writing to file.Henrique Nakashima
2018-09-17Make fxcrt::Retainable non-copyable.Tom Sepez
2018-09-17Check for empty streams earlier in CPDF_StreamAcc::LoadAllData().Lei Zhang
2018-09-17Extract duplicate code into GetShadingSteps().Lei Zhang
2018-09-17Remove a check that is never true in CJBig2_ArithDecoder::Decode().chromium/3555Lei Zhang
2018-09-17Use more booleans within JBig2ArithCtx.Lei Zhang
2018-09-17Remove CPDF_StreamAcc::m_pSrcData.Lei Zhang
2018-09-17Make JBig2ArithCtx a class.Lei Zhang
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-09-17Encapsulate CPDF_StreamAcc::LoadAllData().Lei Zhang
2018-09-15Remove FXFM_ENCODING_NONE.Lei Zhang
2018-09-14Add CPDF_Document::StockFontClearer.Lei Zhang
2018-09-14Use UnownedPtr in CFX_UnicodeEncoding.Lei Zhang
2018-09-14Make ContentParam::m_Name be a ByteString.Tom Sepez
2018-09-13Use safe math in MatchFloatRange().Tom Sepez
2018-09-13Reland "Introduce FX_Number class as a replacement for FX_atonum()."Tom Sepez
2018-09-13Reland "Make things more const-y"chromium/3552Tom Sepez
2018-09-13Revert "Introduce FX_Number class as a replacement for FX_atonum()."Tom Sepez
2018-09-13Revert "Make things more const-y"Tom Sepez
2018-09-13Test that FX_TryRealloc failure leaves original contents intactTom Sepez
2018-09-13Make things more const-yRyan Harrison
2018-09-13Introduce FX_Number class as a replacement for FX_atonum().Tom Sepez
2018-09-12Optimize CPDF_CMapParserRyan Harrison
2018-09-12Avoid out of bound access in ClipAngledGradient().chromium/3551Lei Zhang
2018-09-12Fix pdf_use_skia_paths build after commit 048d7f7c.Lei Zhang
2018-09-12Set correct stream index when parsing is done in several steps.Henrique Nakashima
2018-09-11Fix a regression in CJBig2_Context::HuffmanAssignCode().Lei Zhang