1. b2745de Unify PWL right click handling under xfa/non-xfa. by Tom Sepez · 4 years, 9 months ago
  2. 71e8bbc Add a pixel test that uses type 3 font. by Lei Zhang · 4 years, 9 months ago
  3. cb7fb90 Update pdfium_diff printf messages to use the current binary name by Daniel Hosseinian · 4 years, 9 months ago
  4. 52e9146 Add an embeddertest for text extraction of Type 3 fonts. by Hui Yingst · 4 years, 9 months ago
  5. f12daef Call xfa.host.pageUp(), pageDown(), and resetData() from JS tests. by Tom Sepez · 4 years, 9 months ago
  6. ae5d92a Move CFX_Barcode from fwl/ to fxbarcode/ by Tom Sepez · 4 years, 9 months ago
  7. bbb5c50 Run tests with --disable-javascript in coverage_report.py. by Lei Zhang · 4 years, 9 months ago
  8. 92f9222 Cover FPDF_RemoveFormFieldHighlight() from embedder tests. by Tom Sepez · 4 years, 9 months ago
  9. 6dc1240 Add embedder test for FPDFBitmap_CreateEx(). by Tom Sepez · 4 years, 9 months ago
  10. 118dcd8 Use spans in testing/image_diff/image_diff_png.h and related code. by Lei Zhang · 4 years, 10 months ago
  11. ca83f12 Do IWYU in testing/utils/file_util.cpp. by Lei Zhang · 4 years, 10 months ago
  12. bf98014 Only hash pixel data in EmbedderTest::HashBitmap(). by Lei Zhang · 4 years, 10 months ago
  13. 1c9b1c0 Fix bitmap size calculation in EmbedderTest::HashBitmap(). by Lei Zhang · 4 years, 10 months ago
  14. f86b14b Switch testing/image_diff/ code to use uint8_t instead of unsigned char. by Lei Zhang · 4 years, 10 months ago
  15. ec0ebe7 Do less work in XFATestEnvironment::SetUp(). by Lei Zhang · 4 years, 10 months ago
  16. f792699 Remove some references to fxcrt namespace. by Lei Zhang · 4 years, 10 months ago
  17. d690c3d Avoid crash in CPDF_SecurityHandler::GetUserPassword(). by Lei Zhang · 4 years, 10 months ago
  18. 77b3a43 Add --disable-javascript flag to test_runner.py by Daniel Hosseinian · 4 years, 10 months ago
  19. ea20851 Change CRYPT_MD5* functions to use pdfium::span. by Lei Zhang · 4 years, 10 months ago
  20. 81a799e Mark more methods in EmbedderTest as debug-only. by Lei Zhang · 4 years, 10 months ago
  21. 93fd8a8 Remove std::wstring usage in CJS_Util. by Lei Zhang · 4 years, 10 months ago
  22. b18a2b5 Cover CJS_Field::ParseFieldName() from JavaScript. by Tom Sepez · 4 years, 10 months ago
  23. 44f1f20 Added test cases for focus APIs of class BAAnnotHandler. by Neha Gupta · 4 years, 10 months ago
  24. 918e271 Test CJS_Field::getItemAt() cases from JavaScript. by Tom Sepez · 4 years, 10 months ago
  25. 787d4c1 Add JavaScript tests for file select fields. by Tom Sepez · 4 years, 10 months ago
  26. ab23ea7 Cover cfxjs_engine.cpp's CallHandler() success case. by Tom Sepez · 4 years, 10 months ago
  27. 322c0af Provide some diversity of arguments in mouse_events.in. by Tom Sepez · 4 years, 10 months ago
  28. 95443cf Better tests for CJS_Field properties. by Tom Sepez · 4 years, 10 months ago
  29. 170f685 Add utility for filter-encoding PDF streams by K Moon · 4 years, 10 months ago
  30. 6b4a235 Allow reading font name from Windows `name` table entry. by Patrik Weiskircher · 4 years, 10 months ago
  31. dfa075b Add some experimental float API variants in public/fpdfview.h. by Lei Zhang · 4 years, 11 months ago
  32. 8de7d57d Enforce Python style on testing/tools by K Moon · 4 years, 11 months ago
  33. b198c77 Provide a FPDF_LoadXFA() stub even when XFA not present. by Tom Sepez · 4 years, 11 months ago
  34. d0a9440 Test CJX_Event::emit() and reset() by Tom Sepez · 4 years, 11 months ago
  35. 38f725f Cover some more nullptr-safe paths in fpdfview.h public functions. by Tom Sepez · 4 years, 11 months ago
  36. 9a7e473 Exercise more CJX_List methods from JavaScript. by Tom Sepez · 4 years, 11 months ago
  37. 609b984 Add unit test for FPDFImageObj_LoadJpegFile{Inline}() APIs by Tom Sepez · 4 years, 11 months ago
  38. 473c983 Call two more app methods from JavaScript tests. by Tom Sepez · 5 years ago
  39. e87972e Fix downcast in CXFA_FFTextEdit. by Tom Sepez · 5 years ago
  40. d89bfea Add a test for a non-embedded font with illegal CIDToGIDMap string. by Hui Yingst · 5 years ago
  41. 87b9e3a Pass span<> arguments in GetPostScriptFromEmf(). by Tom Sepez · 5 years ago
  42. cc3d0ce Move FxFreeDeleter to fx_memory_wrappers.h by Tom Sepez · 5 years ago
  43. 36db9ee Add --reverse-byte-order flag to pdfium_diff. by Lei Zhang · 5 years ago
  44. b872b4d Simplify image_diff_png::DecodePNG(). by Lei Zhang · 5 years ago
  45. afce853 Add --reverse-byte-order flag to test_runner.py. by Lei Zhang · 5 years ago
  46. fe3ab67 Correctly handle javascript_tests test cases with no test expectations. by Lei Zhang · 5 years ago
  47. 3054337 Format testing/tools with git cl format --python. by Lei Zhang · 5 years ago
  48. 501b8a7 Fix a crash in CXFA_FFComboBox::OpenDropDownList(). by Lei Zhang · 5 years ago
  49. 2a444e1 Add another test for FPDFText_GetFontWeight(). by Lei Zhang · 5 years ago
  50. 1afa8b6 Fix rendering issue regarding Type2 CIDFont with illegal CIDToCIDMap. by Hui Yingst · 5 years ago
  51. bb4ce2f Add a pixel test for PDF with illegal CIDToGIDMap stream. by Hui Yingst · 5 years ago
  52. 5eb17d3 Better testing of CJS_Icon from JavaScript by Tom Sepez · 5 years ago
  53. 6105b28 Cover some JS public methods that do not "commit". by Tom Sepez · 5 years ago
  54. c3a9173 Make CPDFSDK_Pageview observable across mouse move callbacks by Tom Sepez · 5 years ago
  55. 0fab9e6 Remove jumbo usage in GN files throughout PDFium by Daniel Hosseinian · 5 years ago
  56. dd9ef1c Add a pixel test for a JPEG2000 decoding issue. by Lei Zhang · 5 years ago
  57. 794ed81 Add a fuzzer for the public methods of CFX_ScanlineCompositor. by Hui Yingst · 5 years ago
  58. c0e6e7a Implement pdf_nametree_fuzzer. by Lei Zhang · 5 years ago
  59. 3e8ee15 Add a test case for incorrectly rendered Japanese PDFs. by Lei Zhang · 5 years ago
  60. 6d7aa9a Add a JavaScript test for AFDate_FormatEx(). by Lei Zhang · 5 years ago
  61. 1f088ab Avoid an assertion failure in CPDF_DIBBase::StartLoadMask(). by Lei Zhang · 5 years ago
  62. a8e8baf Remove all remaining PDFium infrastructure for V8 natives. by Lei Zhang · 5 years ago
  63. e5c62b3 Remove use of deprecated v8::V8::SetNativesDataBlob() in PDFium. by Lei Zhang · 5 years ago
  64. 0f4ac58 New API to retrieve a character's loose bounds by Ian Prest · 5 years ago
  65. f57843c Reformat radial shading pixel tests. by Lei Zhang · 5 years ago
  66. eefb4d4 Add an axial shading pixel test. by Lei Zhang · 5 years ago
  67. 571f932 Fix crashes in FPDFClipPath_CountPaths() and friends. by Lei Zhang · 5 years ago
  68. 2835344 Add a pixel test for pattern rendering. by Lei Zhang · 5 years ago
  69. 93058ec Add a pixel test for a bad line rendering. by Lei Zhang · 5 years ago
  70. 21318a2 Fix the TrueType font not rendered correctly issue. by Hui Yingst · 5 years ago
  71. 310ddbf Add a test for a checkbox that does not print. by Lei Zhang · 5 years ago
  72. 96eff7c Clear the working directory in the test runner. by Lei Zhang · 5 years ago
  73. 89348be Add yet another pixel test for invalid glyph ID. by Lei Zhang · 5 years ago
  74. 9d3a62e [FXJS] Use double precision when converting textboxes by Alan Screen · 5 years ago
  75. c6642be Correctly draw text with pattern. by Lei Zhang · 5 years ago
  76. 214f6e1 Test a different clip path in bug_632.in. by Lei Zhang · 5 years ago
  77. 384d87d Simplify bug_632.in pixel test. by Lei Zhang · 5 years ago
  78. 0c0b073 Remove binary data from two .in files. by Lei Zhang · 5 years ago
  79. 870d5c6 Convert bug_512557.in to bug_512557.pdf. by Lei Zhang · 5 years ago
  80. f5ad5c1 PDF a11y: new API for fill and stroke colors by Benjamin Beaudry · 5 years ago
  81. 8b7e891 Add another pixel test for invalid glyph ID. by Lei Zhang · 5 years ago
  82. b14a904 Add a pixel test for incorrect line dash pattern drawing. by Lei Zhang · 5 years ago
  83. c21f845 Add more test cases for AFSimple_Calculate(). by Lei Zhang · 5 years ago
  84. a999514 Tidy bug_1388.in. by Lei Zhang · 5 years ago
  85. 633c8c3 PDF a11y: new API for font-weight by Benjamin Beaudry · 5 years ago
  86. 1ded552 Add a pixel test for rendering TrueType font characters. by Hui Yingst · 5 years ago
  87. a6b0705 Add a test for glyph path rendering. by Lei Zhang · 5 years ago
  88. 18cc4e4 Add a pixel test for a fixed JBIG2 bug. by Lei Zhang · 5 years ago
  89. 0a70c72 Remove CRLF line endings from link_annots.in. by Lei Zhang · 5 years ago
  90. aea4bca Prevent another integer overflow in AGG. by Lei Zhang · 5 years ago
  91. f030a6e Reformat listbox_form.in to be more consistent with other .in files. by Lei Zhang · 5 years ago
  92. ce0eecb Add tests for listbox form scrolling by Daniel Hosseinian · 5 years ago
  93. 530f765 Observe FWL widgets in events/messages that destroy them. by Tom Sepez · 5 years ago
  94. 676a70a Fix nits in CFX_RTFBreak's tests. by Lei Zhang · 5 years ago
  95. d0dc9bf Add {{streamlen}} macro to javascript tests. by Lei Zhang · 5 years ago
  96. 185f7a3 Add a test case for an incorrectly drawn oval. by Lei Zhang · 5 years ago
  97. 931dd1b Observe m_pFocusWidget across m_ArrayKeepItems.clear() by Tom Sepez · 5 years ago
  98. b9c940d Observe pNewWidget across OnKillFocus by Tom Sepez · 5 years ago
  99. 7843049 Do CPDF_CMap loading in the constructors. by Lei Zhang · 5 years ago
  100. 25661d1 Add experimental JavaScript retrieval APIs. by Lei Zhang · 5 years ago