summaryrefslogtreecommitdiff
path: root/testing/embedder_test.cpp
AgeCommit message (Expand)Author
2018-06-04Convert (void) to static_cast<void> in C++ codechromium/3450Ryan Harrison
2018-04-25Introduce ScopedFPDF types in public/cpp/fpdf_scopers.hTom Sepez
2018-04-23Disable JavaScript entirely if no JSPlatform passed by embedder.Tom Sepez
2018-03-02Make EmbedderTest::WriteBitmapToPng() work with grayscale images.chromium/3362chromium/3361chromium/3360Lei Zhang
2018-02-12Get rid of EmbedderTest::RenderPageWithFlagsDeprecated().Lei Zhang
2018-02-09Get rid of EmbedderTest::RenderPageDeprecated().Lei Zhang
2018-02-08Do page load/unload checks in EmbedderTest for saved pages.chromium/3344Lei Zhang
2018-02-08Do more page load/unload checks in EmbedderTest.Lei Zhang
2018-02-07Clean up RenderPage methods in EmbedderTest.Lei Zhang
2018-02-05Make EmbedderTest class member style consistent.Lei Zhang
2018-01-17Pass ios_base::binary so WriteBitmapToPng works on Windows.Henrique Nakashima
2018-01-16Add WriteBitmapToPng to EmbedderTest.Henrique Nakashima
2018-01-12Use enum for tracking form field typesRyan Harrison
2018-01-08Initialize V8 once in embedder testsDan Sinclair
2017-12-20Avoid default arguments in EmbedderTest::OpenDocument().chromium/3300Lei Zhang
2017-11-10Add FPDFSaveEmbedderTest.SaveLinearizedDocchromium/3267chromium/3266Henrique Nakashima
2017-11-10Stop using m_SavedPage in embedder tests.chromium/3265Henrique Nakashima
2017-10-18Fix rounding of colour valuesDan Sinclair
2017-10-18Refactor HasXFAField into HasFormInfoRyan Harrison
2017-10-17Convert XFA Doc Types to be more preciseRyan Harrison
2017-09-28Implement FakeFileAccess.Artem Strygin
2017-08-03APIs and tests for extracting bitmaps from image objectsJane Liu
2017-07-13Add Embeddertest for password after savingchromium/3157Nicolas Pena
2017-07-05Allow EmbedderTest to test savingNicolas Pena
2017-06-29Basic APIs and tests for extracting and setting annotation pathsJane Liu
2017-06-22Minor change to AP generation logicJane Liu
2017-06-19Added EmbedderTest::RenderPageWithFlags()Jane Liu
2017-06-13Allow zero length streams when parsing.chromium/3130Dan Sinclair
2017-05-18Adding fm2js embedder testsDan Sinclair
2017-05-02Change BarcodeTest to render to bitmaps.Lei Zhang
2017-03-27Remove old test expectations after the Mac 10.12 upgrade.Lei Zhang
2017-03-22Fix Mac tests on 10.12Nicolas Pena
2016-12-19Relax the EncryptMetadata check.chromium/2957tsepez
2016-11-21Check dimensions and content of bitmaps in EmbedderTests.chromium/2927thestig
2016-10-06Fixup MSan embeddertestsDan Sinclair
2016-09-07Cleanup page when unloading in embedder testsdsinclair
2016-08-23Fix page leaks in an embedder testweili
2016-06-27Fix memory leaks with V8 startup data.thestig
2016-06-22Fix memory leaks in EmbedderTest::OpenDocument().thestig
2016-06-09Roll V8 and its deps and update ICU initialization callchromium/2764jochen
2016-05-31Fix V8 isolate setup in embedder tests and roll V8 to 055bfa7.jochen
2016-05-23Distinguish between user and owner passwords.thestig
2016-02-18Sort headers in non-xfa directories.Dan Sinclair
2016-01-06Merge to XFA: Return unique_ptrs from test_support functionsTom Sepez
2016-01-06Merge to XFA: Add fpdf_edit basic creation embedder test.Tom Sepez
2015-12-31Merge to XFA: Reapply "Fix a partial rendering problem"Lei Zhang
2015-12-21Merge to XFA: Fix JS seconds since epoch to date conversions.Lei Zhang
2015-11-30Allow building non-XFA (master) on the XFA branch.Tom Sepez
2015-11-20Merge to XFA: Initialize V8 before starting embedder testsTom Sepez
2015-11-10Merge to XFA: Support linearized loadingJun Fang