summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-13Cleanup CFX_XMLNode and friendschromium/3347Dan Sinclair
2018-02-13Cleanup CXFA_Node ownershipDan Sinclair
2018-02-13Fix nits in Python code.Lei Zhang
2018-02-13Convert ASSERT to PDFIUM_IMMEDIATE_CRASHDan Sinclair
2018-02-13Add previous sibling pointer to CXFA_NodeDan Sinclair
2018-02-13Roll v8 to 6353d168.Lei Zhang
2018-02-13Add tests for CXFA_Node child manipulationDan Sinclair
2018-02-13Use actual type in place of void* in V8 mapTom Sepez
2018-02-12Fix signedness in CJBig2_HuffmanTable, and add overflow checkNicolas Pena
2018-02-12Test if GC'd FXJS objects have their C-side counterparts cleaned up.Tom Sepez
2018-02-12Convert CFX_BmpDecompressor to use CFX_MemoryStreamRyan Harrison
2018-02-12Mark some CPDF_Dictionary pointers as const.Lei Zhang
2018-02-12Remove a parameter from CPDF_NPageToOneExporter::MakeXObject().Lei Zhang
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