Age | Commit message (Expand) | Author |
2018-04-17 | CFX_XML Cleanup | dan sinclair |
2018-04-17 | Convert CFX_XMLParser to take a IFX_SeekableStream | dan sinclair |
2018-04-17 | Cleanup some seekablestreamproxy code | dan sinclair |
2018-04-16 | Use CFX_XML instead of CXML in CPDF_Metadata | dan sinclair |
2018-04-13 | Add test for circular CPDF_Function::Load(). | Henrique Nakashima |
2018-04-12 | Remove CFX_XMLDoc and call the parser directly | Dan Sinclair |
2018-04-12 | Allow retrieving the XML tree from the CFX_XMLDoc | Dan Sinclair |
2018-04-12 | Cleanup some CFX_XMLParser code | Dan Sinclair |
2018-04-12 | [xfa] Remove form checksum abilities | Dan Sinclair |
2018-04-11 | Fix crash when ColorSpace references itself directly. | Henrique Nakashima |
2018-04-09 | Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser. | Tom Sepez |
2018-04-09 | Sort test cases in test_runner.py. | Lei Zhang |
2018-04-09 | Move the CFX_XMLParser out of CXFA_SimpleParser | Dan Sinclair |
2018-04-06 | Add span.h from chromium base.chromium/3392 | Tom Sepez |
2018-04-05 | Ignore bad data in the shared object hint table. | Lei Zhang |
2018-04-03 | Off-by-one in CPDF_StreamParser::ParseNextElement() | Tom Sepez |
2018-03-29 | Fixup API check | dan sinclair |
2018-03-28 | Rename fpdfsdk/fpdf* files to be consistent | Dan Sinclair |
2018-03-28 | Rename some fsdk files to cpdfsdk | Dan Sinclair |
2018-03-28 | Use ByteStringView in parsers | Dan Sinclair |
2018-03-27 | Open FPDF_PAGEOBJECTMARK API. | Henrique Nakashima |
2018-03-22 | Remove testing/{gmock,gtest}/dummy. | Lei Zhang |
2018-03-22 | Update gtest and gmock to 1.8.x. | Lei Zhang |
2018-03-22 | Add testing/{gmock,gtest}/dummy. | Lei Zhang |
2018-03-21 | Rename "des_foo" to "dest_foo". | Lei Zhang |
2018-03-21 | Add a regression test for bug 821454. | Lei Zhang |
2018-03-19 | Calculate AP for multi-line markup annotations correctly | Ralf Sippl |
2018-03-19 | Add more options to combobox_form.pdf resource. | Henrique Nakashima |
2018-03-12 | Add test that non-ASCII characters to not foul hyphen processing | Ryan Harrison |
2018-03-06 | Rename IFX classes in core/fxge to Ifacechromium/3364 | Dan Sinclair |
2018-03-02 | Make EmbedderTest::WriteBitmapToPng() work with grayscale images.chromium/3362chromium/3361chromium/3360 | Lei Zhang |
2018-03-01 | Disable XFA tests without embedded fonts | Ryan Harrison |
2018-02-28 | Add simple XFA test for entering text into TextEdit | Ryan Harrison |
2018-02-27 | Move XFA pixel tests under pixel/chromium/3358chromium/3357 | Ryan Harrison |
2018-02-26 | Fix -Wunused-variable warning if building with V8 snapshots disabled. | Nico Weber |
2018-02-26 | Fixup AFSimple_Calculate indexing bug | Dan Sinclair |
2018-02-25 | Add expectations for static XFA tests | Ryan Harrison |
2018-02-23 | Setup testing XFA using .in fileschromium/3355chromium/3354 | Ryan Harrison |
2018-02-19 | Skip font loading in formcalc embedder tests | dan sinclair |
2018-02-16 | Fix more fallthroughs before reenabling -Wimplicit-fallthrough. | Henrique Nakashima |
2018-02-13 | Remove old version of InitializeV8ForPDFium(). | Lei Zhang |
2018-02-13 | Teach fixup_pdf_template.py to automatically calculate stream length. | Lei Zhang |
2018-02-13 | Cleanup CFX_XMLNode pointers | Dan Sinclair |
2018-02-13 | Fix nits in Python code. | Lei Zhang |
2018-02-12 | Get rid of EmbedderTest::RenderPageWithFlagsDeprecated(). | Lei Zhang |
2018-02-09 | Get rid of EmbedderTest::RenderPageDeprecated(). | Lei Zhang |
2018-02-09 | Rename fxjs_v8.{h,cpp} to cfxjs_engine.{h,cpp} | Tom Sepez |
2018-02-09 | Move CFX_V8 testing from embeddertest to unittest. | Tom Sepez |
2018-02-08 | Do page load/unload checks in EmbedderTest for saved pages.chromium/3344 | Lei Zhang |
2018-02-08 | Do more page load/unload checks in EmbedderTest. | Lei Zhang |