summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-30Clean up CSS Data Table entries and accessRyan Harrison
2018-01-30Check if opj_image_data_alloc returned null.Henrique Nakashima
2018-01-30Guard usages of tellp(). It may return -1 in error cases.Henrique Nakashima
2018-01-30Remove not reachable branch in fxge code.Lei Zhang
2018-01-30Use anonymous namespace in gdiplus code.Lei Zhang
2018-01-30Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned.""Tom Sepez
2018-01-30Revert "Use UnownedPtr instead of T* in MaybeOwned."Tom Sepez
2018-01-30Use UnownedPtr instead of T* in MaybeOwned.Tom Sepez
2018-01-29Remove redundant checks in CPVT_WordRange::Intersect().Lei Zhang
2018-01-29Fix identical if/else blocks.Lei Zhang
2018-01-29Remove duplicate assignments in sycc420_to_rgb().Lei Zhang
2018-01-29Fix typo introduced in cleanup of IsHyphenRyan Harrison
2018-01-26Fix a wrong variable check in CFX_BilinearMatrix.Lei Zhang
2018-01-26Pass nullptr to ParseContentWithParams() instead of 0.Lei Zhang
2018-01-26Fix crash in palette loading with Pattern colorspace.Henrique Nakashima
2018-01-26Change CPDF_RenderStatus::ProcessPathPattern() to pass by pointer.Lei Zhang
2018-01-26Mark some fxge class members as const.Lei Zhang
2018-01-26Fix potential memory leak in CCodec_JpegModule::Start().Lei Zhang
2018-01-25Make private some methods in CPDF_DIBSource.Henrique Nakashima
2018-01-24Put required DEFINE_PS_TABLES define in fx_freetype.cpp where it's used.chromium/3332chromium/3331Andrew Weintraub
2018-01-24Fix some nits in CPDF_Parser.Lei Zhang
2018-01-22Tests for composing CFX_Matrix transforms.Henrique Nakashima
2018-01-19Remove code added in by a bad rebase or mergechromium/3328chromium/3327chromium/3326Ryan Harrison
2018-01-19Fix CFX_Matrix.RotateAt()Henrique Nakashima
2018-01-19Remove NeedAlpha() in CFX_ImageTransformer.Lei Zhang
2018-01-18Add jumbo build support for fxge and pwl.Lei Zhang
2018-01-18Avoid integer overflows in CJBig2_Image::composeTo_opt2().Lei Zhang
2018-01-18Declare variables closer to use in CJBig2_Image::composeTo_opt2().Lei Zhang
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-18Move format specific elements out of ContinueDecodeRyan Harrison
2018-01-17Move format specific elements out of StartDecodechromium/3324Ryan Harrison
2018-01-17Move format specific elements out of DetectImageTypeRyan Harrison
2018-01-17Remove param checking from StartScanLineRyan Harrison
2018-01-17Move remaining jpeg error handling up a levelRyan Harrison
2018-01-17Move jpeg header read error handling up a levelRyan Harrison
2018-01-17Fix behavior of FPDF_RenderPageBitmapWithMatrixHenrique Nakashima
2018-01-17Correctly handle errors when starting jpeg codecRyan Harrison
2018-01-16Add asm.js to supported platformsHenrique Nakashima
2018-01-16Add support for XFA specific FormField typesRyan Harrison
2018-01-15Revert "Check for success of decodes to avoid infinite loops"Nicolás Peña Moreno
2018-01-12Move some RetainPtr getters/setters out of headers.Lei Zhang
2018-01-12Use enum for tracking form field typesRyan Harrison
2018-01-12Fix "the the" typos.Lei Zhang
2018-01-11Add operator<< to CFX_FloatRect.Henrique Nakashima
2018-01-11Remove core/fxge/cfx_fontmgr.h from headers.Lei Zhang
2018-01-11Change FPDFText_GetRect() to return a boolean.Lei Zhang
2018-01-11Add jumbo build support for fdrm, fpdfdoc and fxcrt.Lei Zhang
2018-01-11Use range-based for-loops in a few more places.Lei Zhang
2018-01-10Encapsulate CTTFontDesc.Lei Zhang