summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2018-10-24Be more particular about FX objects constructed from JSTom Sepez
2018-10-23Test color.convert() and equal() from JS (and fix comparison logic).Tom Sepez
2018-10-23Split field.in into field_properties.in and field_methods.inTom Sepez
2018-10-22Modernize app.* JS method tests.chromium/3590Tom Sepez
2018-10-22Consolidate app_*.in tests into app_methods.inTom Sepez
2018-10-22Add missing property to event_properties.inTom Sepez
2018-10-22Call last uncovered document methods.Tom Sepez
2018-10-22Add FPDFFormFillEmbeddertest.DocumentAActions.Tom Sepez
2018-10-22Fix timezone inconsistency in document methods test.Tom Sepez
2018-10-19Roll v8/ c623fabe5..604c50c84 (9 commits)Lei Zhang
2018-10-18Fully populate JS platform callbacks in pdfium_testTom Sepez
2018-10-18Try assigning more kinds of values to doc propsTom Sepez
2018-10-18Expand CJS_Document::mail{Doc,Form}() parametersTom Sepez
2018-10-18Remove PrintParams object.Tom Sepez
2018-10-18Do more IWYU in fxjs/.Lei Zhang
2018-10-18Forward declare some fxjs/ classes.Lei Zhang
2018-10-18Remove a few V8 includes from header files.Lei Zhang
2018-10-18Push/pop the graphics state stack when flattening.Lei Zhang
2018-10-18Add JavaScript tests for event API.Tom Sepez
2018-10-18Add JavaScript public methods tests.Tom Sepez
2018-10-17Fix typo in coverage_report.py.Lei Zhang
2018-10-16Make {A85,RunLength}Encode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-10-15Split pdfium_embeddertests sources.chromium/3582Lei Zhang
2018-10-15Split pdfium_unittests sources.Lei Zhang
2018-10-15Clone dict before iteration in CJS_Document::get_infoTom Sepez
2018-10-13Make testing/ pass gn check.Lei Zhang
2018-10-12Add setters/getters for BleedBox and TrimBox.xlou
2018-10-12Beef up coverage in CJS_Field.Tom Sepez
2018-10-12Beef up CJS_Document method coverage.Tom Sepez
2018-10-12Add test for CJS_Annot JS callbacks.Tom Sepez
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-12Move core/fdrm/crypto/* to core/fdrm/.Lei Zhang
2018-10-12Split constants and testing build rules into their own BUILD.gn files.Lei Zhang
2018-10-12Add test for CJS_Color properties.Tom Sepez
2018-10-12Add tests for CJS_Console methods.Tom Sepez
2018-10-12Add minimal pixel test for a rendering bug.Lei Zhang
2018-10-11Add functions to get/set ArtBox.chromium/3578xlou
2018-10-11Enable jumbo support for PDFium fuzzers.Lei Zhang
2018-10-11Fix double V8 initialization with fuzzers.Lei Zhang
2018-10-10Use optipng to optimize expected .pngs when regenerating them.Henrique Nakashima
2018-10-10Create embeddertests for other kinds of actions.Tom Sepez
2018-10-10Catch SSL errors when fetching Gold JSON data.Lei Zhang
2018-10-09Do IWYU for retain_ptr.h and unowned_ptr.hLei Zhang
2018-10-09Copy some fuzzer code from Chromium into PDFium.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-10-03Reland "Make potentially dangerous Actions require a user click."Henrique Nakashima
2018-10-02Remove unneeded cfgas_fontmgr.h includes.Lei Zhang
2018-10-02Remove ability to delete annot in CJS_Document::removeField()Tom Sepez
2018-10-02Fix nits in gold.py.Lei Zhang