aboutsummaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2023-09-27Updated pdfium to df6fed9f3cbc13b656562b4775ea330c91732c71 (Chrome 117.0.5938...kumarashishg
2023-06-30Update pdfium to Chrome 114.0.5735.130 pdfiumkumarashishg
2020-01-30Remove |offsets| parameter from CJPX_Decoder::Decode().Lei Zhang
2020-01-29Change CJPX_Decoder::GetInfo() to return a struct.Lei Zhang
2020-01-27Use str.IsEmpty() instead of str.GetLength() == 0.Lei Zhang
2020-01-27Cover CJX_DataWindow properties and methods.Tom Sepez
2020-01-24Encapsulate SystemFontInfoIface operations behind CFX_FontMapper.Tom Sepez
2020-01-24Add --disable-xfa flag to test_runner.pyDaniel Hosseinian
2020-01-24Reformat PDFium GN files.Lei Zhang
2020-01-23Implement FPDFText_GetMatrix().Lei Zhang
2020-01-23Adding password form flag for text fields in fpdf_annot.hMansi Awasthi
2020-01-23Add a pixel test with invalid bfranges inside ToUnicode map.Hui Yingst
2020-01-22Run coverage.py with --no-component-view.Lei Zhang
2020-01-22Bounds check in GetWordBreakProperty()Tom Sepez
2020-01-21Add doubleclick event handling to pdfium_test_event_helper.ccTom Sepez
2020-01-21[SkiaPaths] Make MatrixChanged() indicate changes of all its elements.Hui Yingst
2020-01-18Remove CXFA_NodeOwner::FreeOwnedNode().Tom Sepez
2020-01-17Rename pixel test bug_1021762 to bug_1457.Hui Yingst
2020-01-15Unify PWL right click handling under xfa/non-xfa.Tom Sepez
2020-01-15Add a pixel test that uses type 3 font.Lei Zhang
2020-01-15Update pdfium_diff printf messages to use the current binary nameDaniel Hosseinian
2020-01-14Add an embeddertest for text extraction of Type 3 fonts.Hui Yingst
2020-01-13Call xfa.host.pageUp(), pageDown(), and resetData() from JS tests.Tom Sepez
2020-01-07Move CFX_Barcode from fwl/ to fxbarcode/Tom Sepez
2020-01-07Run tests with --disable-javascript in coverage_report.py.Lei Zhang
2020-01-07Cover FPDF_RemoveFormFieldHighlight() from embedder tests.Tom Sepez
2020-01-07Add embedder test for FPDFBitmap_CreateEx().Tom Sepez
2019-12-20Use spans in testing/image_diff/image_diff_png.h and related code.Lei Zhang
2019-12-20Do IWYU in testing/utils/file_util.cpp.Lei Zhang
2019-12-20Only hash pixel data in EmbedderTest::HashBitmap().Lei Zhang
2019-12-19Fix bitmap size calculation in EmbedderTest::HashBitmap().Lei Zhang
2019-12-19Switch testing/image_diff/ code to use uint8_t instead of unsigned char.Lei Zhang
2019-12-19Do less work in XFATestEnvironment::SetUp().Lei Zhang
2019-12-19Remove some references to fxcrt namespace.Lei Zhang
2019-12-18Avoid crash in CPDF_SecurityHandler::GetUserPassword().Lei Zhang
2019-12-18Add --disable-javascript flag to test_runner.pyDaniel Hosseinian
2019-12-18Change CRYPT_MD5* functions to use pdfium::span.Lei Zhang
2019-12-16Mark more methods in EmbedderTest as debug-only.Lei Zhang
2019-12-12Remove std::wstring usage in CJS_Util.Lei Zhang
2019-12-11Cover CJS_Field::ParseFieldName() from JavaScript.Tom Sepez
2019-12-11Added test cases for focus APIs of class BAAnnotHandler.Neha Gupta
2019-12-10Test CJS_Field::getItemAt() cases from JavaScript.Tom Sepez
2019-12-10Add JavaScript tests for file select fields.Tom Sepez
2019-12-10Cover cfxjs_engine.cpp's CallHandler() success case.Tom Sepez
2019-12-09Provide some diversity of arguments in mouse_events.in.Tom Sepez
2019-12-06Better tests for CJS_Field properties.Tom Sepez
2019-12-06Add utility for filter-encoding PDF streamsK Moon
2019-12-06Allow reading font name from Windows `name` table entry.Patrik Weiskircher
2019-12-05Add some experimental float API variants in public/fpdfview.h.Lei Zhang
2019-12-05Enforce Python style on testing/toolsK Moon