1. 352e251 Add option to regenerate only platform-specific expected pngs. by Henrique Nakashima · 7 years ago
  2. 53d443f Remove ContrastAdjust(). by Henrique Nakashima · 7 years ago
  3. 06673ed Add --regenerate_expected option to test_runner.py. by Henrique Nakashima · 7 years ago
  4. 65f3162 Add more tests for FPDFText methods. by Lei Zhang · 7 years ago
  5. f64a730 Implement fuzzer for FormCalc parsing by Ryan Harrison · 7 years ago
  6. c136b31 Implement fuzzer for LZW decompressor by Ryan Harrison · 7 years ago
  7. 04e4dc8 Fix rounding of colour values by Dan Sinclair · 7 years ago
  8. 854d71c Refactor HasXFAField into HasFormInfo by Ryan Harrison · 7 years ago
  9. f9068a5 Convert XFA Doc Types to be more precise by Ryan Harrison · 7 years ago
  10. a5c32a1 Extract test subclasses of IFX_SeekableReadStream by Ryan Harrison · 7 years ago
  11. 0e60b9e Implement FakeFileAccess. by Artem Strygin · 7 years ago
  12. bacf75e Replace FX_SAFE_STRSIZE with FX_SAFE_SIZE_T by Ryan Harrison · 7 years ago
  13. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  14. 81f02f4 Move font source into CFGAS_FontMgr by Dan Sinclair · 7 years ago
  15. 73bed4e Fix crash when rendering invalid GIF by Ryan Harrison · 7 years ago
  16. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  17. 61f2f48 Isolate lcms2 usage to a few files. by Lei Zhang · 7 years ago
  18. e9d6834 Remove unneeded core/fxcodec/fx_codec.h includes. by Lei Zhang · 7 years ago
  19. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  20. b1f9205 OnBeforeKeystroke may invalidate the widget's window. by Tom Sepez · 7 years ago
  21. bdd98ab Move test/ to testing/resources/xfa/ by Lei Zhang · 7 years ago
  22. 24b0733 Change behaviour of FPDF_RenderPageBitmapWithMatrix by Nicolas Pena · 7 years ago
  23. f76741e Store raw json with run results when running safetynet_job.py. by Henrique Nakashima · 7 years ago
  24. 81f9eee Convert FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  25. 1eae16d Remove isDevice parameter from barcode Render(). by Henrique Nakashima · 7 years ago
  26. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  27. 63b0126 Implement FORM_OnFocus() API. by Lei Zhang · 7 years ago
  28. a94566f Move CFX_WideTextBuf out of fx_basic by Dan Sinclair · 7 years ago
  29. ccd5be0 Move CFX_BitStream to its own file by Dan Sinclair · 7 years ago
  30. 91f443f Move replaced indirect objects to the orphans list. by Lei Zhang · 7 years ago
  31. 2bb28c3 Limit pdf_codec_jbig2_fuzzer memory usage. by Lei Zhang · 7 years ago
  32. b0860be Limit pdf_jpx_fuzzer memory usage. by Lei Zhang · 7 years ago
  33. 574d440 Add a global font loader in XFA tests by Dan Sinclair · 7 years ago
  34. 8ada2ef Fix some nits in XFACodecFuzzer. by Lei Zhang · 7 years ago
  35. e6f3fcc Prepare safetynet_job.py to have its output sent in emails by Henrique Nakashima · 7 years ago
  36. 0da39e6 Make errors in called processes more evident and easier to debug. by Henrique Nakashima · 7 years ago
  37. 3c03439 Add 'testing' to a path that got missed by Ryan Harrison · 7 years ago
  38. fdc3acb Add safetynet_job.py to run safetynet_compare.py periodically. by Henrique Nakashima · 7 years ago
  39. 8fb94e9 Fixing utf-8 safetynet_conclusions problem when writing the json. by Henrique Nakashima · 7 years ago
  40. d9b0dac Extracting GetBooleanGnArg from coverage_report.py by Henrique Nakashima · 7 years ago
  41. 6470a6a Fixing PrintConclusionsDictHumanReadable for dicts loaded from string. by Henrique Nakashima · 7 years ago
  42. 44f7779 Move tools/coverage to testing/tools/coverage by Henrique Nakashima · 7 years ago
  43. be63ab9 API and test for retrieving image filters from image objects by Jane Liu · 7 years ago
  44. 9f0e85a Move CSS code to core by Dan Sinclair · 7 years ago
  45. f24fc1e Add script to compare performance of two versions of pdfium. by Henrique Nakashima · 7 years ago
  46. b35dbad Added testing flag --save-images that saves embedded images by Jane Liu · 7 years ago
  47. 28fb7ba APIs and tests for extracting bitmaps from image objects by Jane Liu · 7 years ago
  48. 98073c8 Add a regression test for FPDF_ImportPages(). by Lei Zhang · 7 years ago
  49. ab39097 Add FORM_ReplaceSelection() and embedder tests. by Diana Gage · 7 years ago
  50. 60bde10 Fix FPDF_RenderPageBitmapWithMatrix by Nicolas Pena · 7 years ago
  51. bfa2a97 Observe Annot destruction in CPDFSDK_PageView::DeleteAnnot by Tom Sepez · 7 years ago
  52. d2be646 Clean up pdfium_test.cc by Lei Zhang · 7 years ago
  53. 06ac9c9 Clarify --build-dir help info in safetynet_measure.py. by Lei Zhang · 7 years ago
  54. 926c65a Add safetynet_measure.py to measure pdfium performance. by Henrique Nakashima · 7 years ago
  55. 7e0c05d Add FPDFAnnot_GetFormFieldFlags() and associated embedder tests. by Diana Gage · 7 years ago
  56. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 7 years ago
  57. 4442d45 Added testing flag --save-attachments that saves embedded attachments by Jane Liu · 7 years ago
  58. aeadad1 Make progressive renderer default for pdfium_test. by Dan Sinclair · 7 years ago
  59. ffbc0d9 More tightly validate format strings in util.cpp. by Tom Sepez · 7 years ago
  60. 56fc972 Add Embeddertest for password after saving by Nicolas Pena · 7 years ago
  61. 0c99829 Fix invalid write for util.printf by Dan Sinclair · 7 years ago
  62. 53aafa9 Basic APIs and test for retrieving embedded attachment count and name by Jane Liu · 7 years ago
  63. 58bf3de Cleanup ICC code part 1 by Nicolas Pena · 7 years ago
  64. 00c3cfd Roll FreeType to c56d8851ea987023cc73981a70d261b3f6427545 by Nicolas Pena · 7 years ago
  65. 08c6651 Add combo box tests. by dan sinclair · 7 years ago
  66. 3ff5400 Allow EmbedderTest to test saving by Nicolas Pena · 7 years ago
  67. f3024c3 Split CFDE_CSSTextBuf in two. by Lei Zhang · 7 years ago
  68. baa7ff4 Basic APIs and tests for extracting and setting annotation paths by Jane Liu · 7 years ago
  69. 580c159 Cleanup call expression handling in fm2js by Ryan Harrison · 7 years ago
  70. 9ba8fbc Set default graphics before generating page contents by Nicolas Pena · 7 years ago
  71. 0646275 Made existing annotation APIs to work with AP by Jane Liu · 7 years ago
  72. 6fac27d Change terminology of image diff to differentiate from pixel tests. by Henrique Nakashima · 7 years ago
  73. 62d5076 Fixed file matching regex in test_runner. by Henrique Nakashima · 7 years ago
  74. c0c39cb Remove pixel suppression for Line_Stroke.pdf. by Henrique Nakashima · 7 years ago
  75. 3bcabf3 Fail pixel tests when they do not provide the expected image. by Henrique Nakashima · 7 years ago
  76. bdb330e Fix the Size trailer entry in hand written PDFs. by Lei Zhang · 7 years ago
  77. c4479c5 Add presubmit check for png files by Nicolas Pena · 7 years ago
  78. b9776c7 Adding back the CFX_DateTime print helpers. by Henrique Nakashima · 7 years ago
  79. 5c3e5c1 Cleaning up fx_string_testhelpers. by Henrique Nakashima · 7 years ago
  80. 879b6d2 Update corpus test hash to include Oneof tests by Nicolas Pena · 7 years ago
  81. 143959d Move image_diff code into testing/image_diff/ by Lei Zhang · 7 years ago
  82. 84d8eb9 Avoid regenerating appearance stream when already present. by Henrique Nakashima · 7 years ago
  83. 9a25ede Clean up includes in testing/test_support.h by Lei Zhang · 7 years ago
  84. e17011d Minor change to AP generation logic by Jane Liu · 7 years ago
  85. eca45e0 Fixed optional content not rendered when OCGs array is empty. by Henrique Nakashima · 7 years ago
  86. 4e5e6f7 Renamed bug_492 pixel test expected png. by Henrique Nakashima · 7 years ago
  87. b5c5ec0 Add sample PDF with comboboxes. by Lei Zhang · 7 years ago
  88. c533f4b Added EmbedderTest::RenderPageWithFlags() by Jane Liu · 7 years ago
  89. 54d91ec Consistently pass FPDF handles by value. by Lei Zhang · 7 years ago
  90. 2bf942d Avoid a crash inside wcsftime() on Windows. by Lei Zhang · 7 years ago
  91. 957480c Allow zero length streams when parsing. by Dan Sinclair · 7 years ago
  92. 6c5ea10 Add start of CFGAS_FormatString tests by Dan Sinclair · 7 years ago
  93. 4fd9a47 Basic APIs and tests for extracting annotations by Jane Liu · 7 years ago
  94. fb7021c Be less trusting of MaybeLocal<> return types from V8 To* methods. by Tom Sepez · 7 years ago
  95. e858aa4 Fix content generation to only generate dirty page objects. by wileyrya · 7 years ago
  96. 169b301 Use proper file names in core/fpdfapi/font by Nicolas Pena · 7 years ago
  97. 129b013 More FM2JSContext tests by Dan Sinclair · 8 years ago
  98. 41e3c35 Update more references to sanitizers:deps by Tom Anderson · 8 years ago
  99. e30f07a Add pixel test for bug 113910 by Nicolas Pena · 8 years ago
  100. 14aacd5 Adding fm2js embedder tests by Dan Sinclair · 8 years ago