aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* Remove |offsets| parameter from CJPX_Decoder::Decode().Lei Zhang2020-01-301-4/+2
* Change CJPX_Decoder::GetInfo() to return a struct.Lei Zhang2020-01-291-18/+15
* Use str.IsEmpty() instead of str.GetLength() == 0.Lei Zhang2020-01-271-1/+1
* Cover CJX_DataWindow properties and methods.Tom Sepez2020-01-272-0/+63
* Encapsulate SystemFontInfoIface operations behind CFX_FontMapper.Tom Sepez2020-01-241-0/+1
* Add --disable-xfa flag to test_runner.pyDaniel Hosseinian2020-01-242-3/+17
* Reformat PDFium GN files.Lei Zhang2020-01-244-124/+42
* Implement FPDFText_GetMatrix().Lei Zhang2020-01-232-0/+130
* Adding password form flag for text fields in fpdf_annot.hMansi Awasthi2020-01-232-16/+40
* Add a pixel test with invalid bfranges inside ToUnicode map.Hui Yingst2020-01-232-0/+108
* Run coverage.py with --no-component-view.Lei Zhang2020-01-221-0/+3
* Bounds check in GetWordBreakProperty()Tom Sepez2020-01-222-0/+1
* Add doubleclick event handling to pdfium_test_event_helper.ccTom Sepez2020-01-212-0/+5
* [SkiaPaths] Make MatrixChanged() indicate changes of all its elements.Hui Yingst2020-01-214-0/+86
* Remove CXFA_NodeOwner::FreeOwnedNode().Tom Sepez2020-01-181-0/+19
* Rename pixel test bug_1021762 to bug_1457.Hui Yingst2020-01-173-3/+3
* Unify PWL right click handling under xfa/non-xfa.Tom Sepez2020-01-151-1/+4
* Add a pixel test that uses type 3 font.Lei Zhang2020-01-152-0/+81
* Update pdfium_diff printf messages to use the current binary nameDaniel Hosseinian2020-01-151-18/+31
* Add an embeddertest for text extraction of Type 3 fonts.Hui Yingst2020-01-142-0/+260
* Call xfa.host.pageUp(), pageDown(), and resetData() from JS tests.Tom Sepez2020-01-132-0/+16
* Move CFX_Barcode from fwl/ to fxbarcode/Tom Sepez2020-01-073-2/+3
* Run tests with --disable-javascript in coverage_report.py.Lei Zhang2020-01-071-9/+23
* Cover FPDF_RemoveFormFieldHighlight() from embedder tests.Tom Sepez2020-01-072-3/+9
* Add embedder test for FPDFBitmap_CreateEx().Tom Sepez2020-01-072-13/+20
* Use spans in testing/image_diff/image_diff_png.h and related code.Lei Zhang2019-12-204-26/+32
* Do IWYU in testing/utils/file_util.cpp.Lei Zhang2019-12-201-0/+1
* Only hash pixel data in EmbedderTest::HashBitmap().Lei Zhang2019-12-202-4/+13
* Fix bitmap size calculation in EmbedderTest::HashBitmap().Lei Zhang2019-12-191-2/+1
* Switch testing/image_diff/ code to use uint8_t instead of unsigned char.Lei Zhang2019-12-194-108/+106
* Do less work in XFATestEnvironment::SetUp().Lei Zhang2019-12-191-8/+9
* Remove some references to fxcrt namespace.Lei Zhang2019-12-192-4/+4
* Avoid crash in CPDF_SecurityHandler::GetUserPassword().Lei Zhang2019-12-182-0/+0
* Add --disable-javascript flag to test_runner.pyDaniel Hosseinian2019-12-182-8/+31
* Change CRYPT_MD5* functions to use pdfium::span.Lei Zhang2019-12-182-6/+5
* Mark more methods in EmbedderTest as debug-only.Lei Zhang2019-12-162-3/+11
* Remove std::wstring usage in CJS_Util.Lei Zhang2019-12-121-4/+1
* Cover CJS_Field::ParseFieldName() from JavaScript.Tom Sepez2019-12-112-0/+21
* Added test cases for focus APIs of class BAAnnotHandler.Neha Gupta2019-12-112-0/+298
* Test CJS_Field::getItemAt() cases from JavaScript.Tom Sepez2019-12-103-6/+31
* Add JavaScript tests for file select fields.Tom Sepez2019-12-105-14/+43
* Cover cfxjs_engine.cpp's CallHandler() success case.Tom Sepez2019-12-102-0/+22
* Provide some diversity of arguments in mouse_events.in.Tom Sepez2019-12-092-13/+32
* Better tests for CJS_Field properties.Tom Sepez2019-12-064-28/+58
* Add utility for filter-encoding PDF streamsK Moon2019-12-061-0/+290
* Allow reading font name from Windows `name` table entry.Patrik Weiskircher2019-12-061-0/+0
* Add some experimental float API variants in public/fpdfview.h.Lei Zhang2019-12-052-6/+6
* Enforce Python style on testing/toolsK Moon2019-12-0516-14/+65
* Provide a FPDF_LoadXFA() stub even when XFA not present.Tom Sepez2019-12-051-3/+0
* Test CJX_Event::emit() and reset()Tom Sepez2019-12-042-17/+36