summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2016-06-06XFA PNG Fuzzerchromium/2762chromium/2761dsinclair
2016-06-01Remove use of v8:Lockerstsepez
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-05-17Combine corpus runner into test_runner.pydsinclair
2016-05-16Revert "Replace Release() { delete this; } in fde_xml_imp.h"Tom Sepez
2016-05-16Replace Release() { delete this; } in fde_xml_imp.htsepez
2016-05-13Templatize CFX_{Byte,Wide}StringCtsepez
2016-05-11Revert "Reland of relax a couple checks to allow certain non-standard PDF fil...weili
2016-05-04Copy the event definition file to the testing directory along with pdftsepez
2016-05-04Fix event sending in pdfium_test.tsepez
2016-05-04Reland of lax a couple checks to allow certain non-standard PDF files. (patch...weili
2016-05-03Revert of Relax a couple checks to allow certain non-standard PDF files. (pat...weili
2016-04-30Revert of Allow overriding GN build flags (patchset #2 id:20001 of https://co...dsinclair
2016-04-29Relax a couple checks to allow certain non-standard PDF files.weili
2016-04-28Remove output redirect from corpus test runner.dsinclair
2016-04-27Allow overriding GN build flagsdsinclair
2016-04-27Standardize on ASSERT.dsinclair
2016-04-25Combine the javascript and pixel test runners.dsinclair
2016-04-25Standalone GN on macdsinclair
2016-04-22Add a simple check for V4 cross reference tableweili
2016-04-21Pixel tests are all generated, not .pdf filesdsinclair
2016-04-20Upgrade build and clang.dsinclair
2016-04-20Standalone GN build.dsinclair
2016-04-20Revert of Re-Reland Combined test runner. (patchset #4 id:80001 of https://co...dsinclair
2016-04-20Re-Reland Combined test runner.dsinclair
2016-04-18Exclude XFA-only corpus from non-xfa and roll corpus.tsepez
2016-04-18Allow pdfium_test to send simple events to each page.tsepez
2016-04-15Prevent a potential OOB read in TranslateImageLine.ochang
2016-04-15Use platform specific test results as fallback in difference testsweili
2016-04-13Revert of Reland Combined test runner. (patchset #4 id:60001 of https://coder...dsinclair
2016-04-13Reland Combined test runner.dsinclair
2016-04-13Add dummy -j flags to pixel and javascript test runnersdsinclair
2016-04-11Fix integer issues leading to out of bounds access in fx_ge_text.cpp.ochang
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Revert of Combined test runner. (patchset #2 id:20001 of https://codereview.c...dsinclair
2016-04-06Combined test runner.dsinclair
2016-04-06Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.tsepez
2016-04-06Move code from fpdfsdk/include to the sub directories.dsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-03-29Remove IFDE_XML* classes.dsinclair
2016-03-29Add test for util.byteToChar() and fix error msg.tsepez
2016-03-28Added test for util.printx() and make it match spec.tsepez
2016-03-28Reduce signed/unsigned comparison warningsWei Li
2016-03-25Remove FX_DWORD from fpdfsdk/ and testingtsepez
2016-03-25util.printd() replaces specified date with current date.tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-22Fix parsing of double dot operators for FormCalcTom Sepez
2016-03-21Fix BUILD.gn for pdf_jpx_fuzzer.Oliver Chang