Age | Commit message (Expand) | Author |
2018-08-16 | Add a way to save a barcode generated bitmap to a .png. | Henrique Nakashima |
2018-08-14 | Remove more default arg = nullptr cases. | Tom Sepez |
2018-07-12 | Reland "Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream()." | Artem Strygin |
2018-07-06 | Revert "Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream()." | Henrique Nakashima |
2018-07-03 | Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream(). | Artem Strygin |
2018-06-06 | Embedder tests can write saved PDFs to a file for debugging. | Henrique Nakashima |
2018-06-05 | Revert "Convert (void) to static_cast<void> in C++ code" | Ryan Harrison |
2018-06-04 | Convert (void) to static_cast<void> in C++ codechromium/3450 | Ryan Harrison |
2018-04-25 | Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h | Tom Sepez |
2018-04-23 | Disable JavaScript entirely if no JSPlatform passed by embedder. | Tom Sepez |
2018-03-02 | Make EmbedderTest::WriteBitmapToPng() work with grayscale images.chromium/3362chromium/3361chromium/3360 | Lei Zhang |
2018-02-12 | Get rid of EmbedderTest::RenderPageWithFlagsDeprecated(). | Lei Zhang |
2018-02-09 | Get rid of EmbedderTest::RenderPageDeprecated(). | Lei Zhang |
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 |
2018-02-07 | Clean up RenderPage methods in EmbedderTest. | Lei Zhang |
2018-02-05 | Make EmbedderTest class member style consistent. | Lei Zhang |
2018-01-17 | Pass ios_base::binary so WriteBitmapToPng works on Windows. | Henrique Nakashima |
2018-01-16 | Add WriteBitmapToPng to EmbedderTest. | Henrique Nakashima |
2018-01-12 | Use enum for tracking form field types | Ryan Harrison |
2018-01-08 | Initialize V8 once in embedder tests | Dan Sinclair |
2017-12-20 | Avoid default arguments in EmbedderTest::OpenDocument().chromium/3300 | Lei Zhang |
2017-11-10 | Add FPDFSaveEmbedderTest.SaveLinearizedDocchromium/3267chromium/3266 | Henrique Nakashima |
2017-11-10 | Stop using m_SavedPage in embedder tests.chromium/3265 | Henrique Nakashima |
2017-10-18 | Fix rounding of colour values | Dan Sinclair |
2017-10-18 | Refactor HasXFAField into HasFormInfo | Ryan Harrison |
2017-10-17 | Convert XFA Doc Types to be more precise | Ryan Harrison |
2017-09-28 | Implement FakeFileAccess. | Artem Strygin |
2017-08-03 | APIs and tests for extracting bitmaps from image objects | Jane Liu |
2017-07-13 | Add Embeddertest for password after savingchromium/3157 | Nicolas Pena |
2017-07-05 | Allow EmbedderTest to test saving | Nicolas Pena |
2017-06-29 | Basic APIs and tests for extracting and setting annotation paths | Jane Liu |
2017-06-22 | Minor change to AP generation logic | Jane Liu |
2017-06-19 | Added EmbedderTest::RenderPageWithFlags() | Jane Liu |
2017-06-13 | Allow zero length streams when parsing.chromium/3130 | Dan Sinclair |
2017-05-18 | Adding fm2js embedder tests | Dan Sinclair |
2017-05-02 | Change BarcodeTest to render to bitmaps. | Lei Zhang |
2017-03-27 | Remove old test expectations after the Mac 10.12 upgrade. | Lei Zhang |
2017-03-22 | Fix Mac tests on 10.12 | Nicolas Pena |
2016-12-19 | Relax the EncryptMetadata check.chromium/2957 | tsepez |
2016-11-21 | Check dimensions and content of bitmaps in EmbedderTests.chromium/2927 | thestig |
2016-10-06 | Fixup MSan embeddertests | Dan Sinclair |
2016-09-07 | Cleanup page when unloading in embedder tests | dsinclair |
2016-08-23 | Fix page leaks in an embedder test | weili |
2016-06-27 | Fix memory leaks with V8 startup data. | thestig |
2016-06-22 | Fix memory leaks in EmbedderTest::OpenDocument(). | thestig |
2016-06-09 | Roll V8 and its deps and update ICU initialization callchromium/2764 | jochen |
2016-05-31 | Fix V8 isolate setup in embedder tests and roll V8 to 055bfa7. | jochen |
2016-05-23 | Distinguish between user and owner passwords. | thestig |
2016-02-18 | Sort headers in non-xfa directories. | Dan Sinclair |