summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-02-26Shrink some tables and kill dead code in xfa.Tom Sepez
2018-02-26Get rid of some static variables.Tom Sepez
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-02-22Add namespaces to duplicated Skia code.Jonathan Feinberg
2018-02-16Correct mapping text to characters for characters missing from fontRyan Harrison
2018-02-16Fix more fallthroughs before reenabling -Wimplicit-fallthrough.Henrique Nakashima
2018-02-16Add ASSERT to check OOB m_CharCodesNicolas Pena
2018-02-16Implement operator<< for CFX_Rect and CFX_RectF.Henrique Nakashima
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-16Improve performance of writing path floats.Dan Sinclair
2018-02-15Make the CFX_XMLNode a MaybeOwned pointerDan Sinclair
2018-02-15Correctly seek when header size is larger then expectedchromium/3349Ryan Harrison
2018-02-14Check that the request was satisfied in ReadDataRyan Harrison
2018-02-14Pdfium: Allow negative font sizes for PostScript printingrbpotter
2018-02-13Change return value of GetAvailInputRyan Harrison
2018-02-13Add last_child to CFX_XMLNodeDan Sinclair
2018-02-13Split CFX_XMLNode::SaveXMLNode apartDan Sinclair
2018-02-13Cleanup CFX_XMLNode pointersDan Sinclair
2018-02-13Cleanup CFX_XMLDoc::SaveXMLNodeDan Sinclair
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