summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-12Cleanup CXFA_Node tree pointerschromium/3346Dan Sinclair
2018-02-12Drop -Iv8 flag from pdfium buildTom Sepez
2018-02-12Allow creation of FreeText annotations.Henrique Nakashima
2018-02-12Get rid of EmbedderTest::RenderPageWithFlagsDeprecated().Lei Zhang
2018-02-12Rearrange allocator functions to avoid unreachable codeDaniel Bratell
2018-02-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2018-02-09Use CPDF_Dictionary::SetRectFor() when appropriate.Lei Zhang
2018-02-09Use CFX_Size in CPDF_Page and fpdf_ppo.cpp.Lei Zhang
2018-02-09Fix nits in ParsePageRangeString().Lei Zhang
2018-02-09Get rid of EmbedderTest::RenderPageDeprecated().Lei Zhang
2018-02-09Speculative fix for build breakageTom Sepez
2018-02-09Tidy V8TemplateMap.Tom Sepez
2018-02-09Rename fxjs_v8.{h,cpp} to cfxjs_engine.{h,cpp}Tom Sepez
2018-02-09Move CFX_V8 testing from embeddertest to unittest.Tom Sepez
2018-02-08Split CPDF_PageOrganizer into multiple classes.chromium/3345Lei Zhang
2018-02-08Add document getters in CPDF_PageOrganizer.Lei Zhang
2018-02-08Do page load/unload checks in EmbedderTest for saved pages.chromium/3344Lei Zhang
2018-02-08Move cjs_v8.cpp to cfx_v8.cppTom Sepez
2018-02-08Move XFA-specific methods out of CJS_V8.Tom Sepez
2018-02-08Revert "Convert CXFA_Node to store a vector of children"dsinclair
2018-02-08Make CFXJS_Engine::SetObjectPrivate() static.Tom Sepez
2018-02-08Convert CXFA_Node to store a vector of childrenDan Sinclair
2018-02-08Do more page load/unload checks in EmbedderTest.Lei Zhang
2018-02-08[v8-platform] Store the platform in a unique_ptr. (Try 2)Lei Zhang
2018-02-07Remove some deprecated RenderPage method usage.Lei Zhang
2018-02-07Split creation of ordinary object and bound objects in FXJS.chromium/3343Tom Sepez
2018-02-07Handle removed fonts correctly in GetFontByCodePageRyan Harrison
2018-02-07Clean up RenderPage methods in EmbedderTest.Lei Zhang
2018-02-07Restore assert when GetCharacterInfo is called on an empty edit.Henrique Nakashima
2018-02-07Check that request sizes in ReadData don't overflowRyan Harrison
2018-02-07Make xfa_fxfa_parser target jumbo capable.Lei Zhang
2018-02-07Remove unused return values from CXFA_NodeDan Sinclair
2018-02-07Revert "[v8-platform] Store the platform in a unique_ptr"Dan Sinclair
2018-02-07More GetPageNumbers() clean up in fpdf_ppo.cpp.Lei Zhang
2018-02-06Change MakeXObject to update reference from the root of the source page.xlou
2018-02-06Use temporary iterator to avoid potential OOBRyan Harrison
2018-02-06Fix caret not appearing in XFA Edits.Henrique Nakashima
2018-02-06Avoid needless malloc for v8:Global array.Tom Sepez
2018-02-06Remove unused FreeObjectPrivate() overload.Tom Sepez
2018-02-06IWYUMike Reed
2018-02-06Make the CXFA_Node parent pointer UnownedDan Sinclair
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-06Fix an infinite recursion in pdfium_test.Lei Zhang
2018-02-06Add rendering embeddertests for FPDF_ImportNPagesToOne.xlou
2018-02-05Limit dest buffer to 1GB in FlateOrLZWDecode.Henrique Nakashima