summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-02-13Cleanup CFX_XMLNode and friendschromium/3347Dan Sinclair
2018-02-12Fix signedness in CJBig2_HuffmanTable, and add overflow checkNicolas Pena
2018-02-12Convert CFX_BmpDecompressor to use CFX_MemoryStreamRyan Harrison
2018-02-12Rearrange allocator functions to avoid unreachable codeDaniel Bratell
2018-02-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2018-02-09Use CFX_Size in CPDF_Page and fpdf_ppo.cpp.Lei Zhang
2018-02-09Get rid of EmbedderTest::RenderPageDeprecated().Lei Zhang
2018-02-07Remove some deprecated RenderPage method usage.Lei Zhang
2018-02-07Clean up RenderPage methods in EmbedderTest.Lei Zhang
2018-02-07Check that request sizes in ReadData don't overflowRyan Harrison
2018-02-06IWYUMike Reed
2018-02-06Break unneeded dep on Bmp codec in Gif codecRyan Harrison
2018-02-06Account for skip size before getting image ifh sizeRyan Harrison
2018-02-06Extract classes in fx_bmp.h into their own filesRyan Harrison
2018-02-06Convert BMP class name style to match other codecsRyan Harrison
2018-02-06Move core/fxcodec/lbmp/ -> core/fxcodec/bmp/Ryan Harrison
2018-02-06Changing the member naming style in BMPDecompressorRyan Harrison
2018-02-05Limit dest buffer to 1GB in FlateOrLZWDecode.Henrique Nakashima
2018-02-05Make EmbedderTest class member style consistent.Lei Zhang
2018-02-05Include time.h on wasm.chromium/3342chromium/3341Henrique Nakashima
2018-02-01Convert CFX_CSSPropertyTable to CFX_CSSDataRyan Harrison
2018-02-01Deprecate FPDFDest_GetPageIndex and create a fixed version.Henrique Nakashima
2018-01-31Remove handrolled search from GetCSSColorByNamechromium/3336Ryan Harrison
2018-01-31Remove handrolled search from GetCSSLengthUnitByNameRyan Harrison
2018-01-31Remove handrolled search from GetCSSPropertyValueByNameRyan Harrison
2018-01-31Clean up CSS property tableRyan Harrison
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