1. f8af565 Rename IFX classes in core/fxge to Iface by Dan Sinclair · 7 years ago
  2. 9a7c239 Make EmbedderTest::WriteBitmapToPng() work with grayscale images. by Lei Zhang · 7 years ago
  3. 71cdd20 Disable XFA tests without embedded fonts by Ryan Harrison · 7 years ago
  4. 9002cd8 Add simple XFA test for entering text into TextEdit by Ryan Harrison · 7 years ago
  5. 53f555a Move XFA pixel tests under pixel/ by Ryan Harrison · 7 years ago
  6. 611431d Fix -Wunused-variable warning if building with V8 snapshots disabled. by Nico Weber · 7 years ago
  7. 9141116 Fixup AFSimple_Calculate indexing bug by Dan Sinclair · 7 years ago
  8. 1dbea18 Add expectations for static XFA tests by Ryan Harrison · 7 years ago
  9. 26820b4 Setup testing XFA using .in files by Ryan Harrison · 7 years ago
  10. 916b4b0 Skip font loading in formcalc embedder tests by dan sinclair · 7 years ago
  11. 081da6b Fix more fallthroughs before reenabling -Wimplicit-fallthrough. by Henrique Nakashima · 7 years ago
  12. 815f5eb Remove old version of InitializeV8ForPDFium(). by Lei Zhang · 7 years ago
  13. 56f7117 Teach fixup_pdf_template.py to automatically calculate stream length. by Lei Zhang · 7 years ago
  14. fa3765c Cleanup CFX_XMLNode pointers by Dan Sinclair · 7 years ago
  15. 566d0b9 Fix nits in Python code. by Lei Zhang · 7 years ago
  16. c113c7a Get rid of EmbedderTest::RenderPageWithFlagsDeprecated(). by Lei Zhang · 7 years ago
  17. 107fa7b Get rid of EmbedderTest::RenderPageDeprecated(). by Lei Zhang · 7 years ago
  18. b7c7df6 Rename fxjs_v8.{h,cpp} to cfxjs_engine.{h,cpp} by Tom Sepez · 7 years ago
  19. 3f8ee5e Move CFX_V8 testing from embeddertest to unittest. by Tom Sepez · 7 years ago
  20. 9f72c45 Do page load/unload checks in EmbedderTest for saved pages. by Lei Zhang · 7 years ago
  21. 75c8171 Do more page load/unload checks in EmbedderTest. by Lei Zhang · 7 years ago
  22. b0fb8cc [v8-platform] Store the platform in a unique_ptr. (Try 2) by Lei Zhang · 7 years ago
  23. a98e366 Clean up RenderPage methods in EmbedderTest. by Lei Zhang · 7 years ago
  24. b3a3eaa Revert "[v8-platform] Store the platform in a unique_ptr" by Dan Sinclair · 7 years ago
  25. 29561e5 Add rendering embeddertests for FPDF_ImportNPagesToOne. by xlou · 7 years ago
  26. 0729be2 Make EmbedderTest class member style consistent. by Lei Zhang · 7 years ago
  27. 3355f45 Fix testing.cpp build with v8_use_external_startup_data=false. by Lei Zhang · 7 years ago
  28. 608e8dd [v8-platform] Store the platform in a unique_ptr by Andreas Haas · 7 years ago
  29. 1258f7f Remove V8 context from CJS_V8 by Tom Sepez · 7 years ago
  30. 59790ce Make CFXJSE-created contexts refer to their CFXJS counteparts. by Tom Sepez · 7 years ago
  31. 66ce22c Experimental API for N-up feature support for print by xlou · 7 years ago
  32. 735408e Roll V8 to ee5d9a0c. by Lei Zhang · 7 years ago
  33. 4b9d698 Clean up construction of CFX_Barcode by Ryan Harrison · 7 years ago
  34. 7694f7e Add timeout when downloading gold json. by Henrique Nakashima · 7 years ago
  35. 6d6a243 Pass ios_base::binary so WriteBitmapToPng works on Windows. by Henrique Nakashima · 7 years ago
  36. db26957 Add WriteBitmapToPng to EmbedderTest. by Henrique Nakashima · 7 years ago
  37. 9baf31f Use enum for tracking form field types by Ryan Harrison · 7 years ago
  38. 72d34be Fix "the the" typos. by Lei Zhang · 7 years ago
  39. 96d6b4d Remove core/fxge/cfx_fontmgr.h from headers. by Lei Zhang · 7 years ago
  40. ecd063e Expose marked content IDs for images and alt text. by Julian Lunger · 7 years ago
  41. 625de44 Make api_check.py warning more informative about what needs to be fixed. by Henrique Nakashima · 7 years ago
  42. 5553d8b Initialize V8 once in embedder tests by Dan Sinclair · 7 years ago
  43. df0a749 Remove allocations from JS test by Dan Sinclair · 7 years ago
  44. 208eecf Avoid default arguments in EmbedderTest::OpenDocument(). by Lei Zhang · 7 years ago
  45. e75538b Fix nits in JSEmbedderTest. by Lei Zhang · 7 years ago
  46. fbeb04b IWYU in testing/range_set.h. by Lei Zhang · 7 years ago
  47. 9ccf087 Add missing fpdfview_c_api_test.c entries. by Lei Zhang · 7 years ago
  48. 8489e90 Reduce XFA image fuzzer size limit to 64MB by Ryan Harrison · 7 years ago
  49. 07c0a49 Fold CXFA_ScriptData into CXFA_Script by Dan Sinclair · 7 years ago
  50. 07401ba Remove default arguments to CPDF_StreamAcc::LoadAllData(). by Lei Zhang · 7 years ago
  51. 8b357e7 Rewrite lower level details of extracting text from page by Ryan Harrison · 7 years ago
  52. e053e0f Reduce memory limit of PDF XFA fuzzers by Nicolas Pena · 7 years ago
  53. 98b5633 Allow building pdfium against the system version of libpng. by Andrew Weintraub · 7 years ago
  54. ea4a56d Read Skia gold json and compare to locally generated pngs. by Henrique Nakashima · 7 years ago
  55. fee749f Fix PDF fuzzers memory limit by Nicolas Pena · 7 years ago
  56. 9ca9e29 Convert CFX_GifContext::GetFrameNum to size_t by Dan Sinclair · 7 years ago
  57. 307dfb4 Cleanup CXFA_ScriptData by Dan Sinclair · 7 years ago
  58. 9d0d7c8 Add regression tests for issues with correctly removing hyphens by Ryan Harrison · 7 years ago
  59. d1b1127 Cleanup const refs and some enums by Dan Sinclair · 7 years ago
  60. f2d4906 Remove virtual from EmbedderTest methods that are not overridden. by Henrique Nakashima · 7 years ago
  61. 9fa5036 Add FPDFSaveEmbedderTest.SaveLinearizedDoc by Henrique Nakashima · 7 years ago
  62. 8baea3c Stop using m_SavedPage in embedder tests. by Henrique Nakashima · 7 years ago
  63. b5d688b Make most CPDF_LinearizedHeader members const. by Lei Zhang · 7 years ago
  64. a6adac8 Remove some C-style const char* casts. by Lei Zhang · 7 years ago
  65. 3fff90a Move some XFA JS code into fxjs/ by Dan Sinclair · 7 years ago
  66. 994f20c Fix FPE in XFACodecFuzzer by Ryan Harrison · 7 years ago
  67. 1fc3c3b Fix overflow in image size check by Ryan Harrison · 7 years ago
  68. 09b4192 Revert "Revert "Reland "Remove ContrastAdjust().""" by Henrique Nakashima · 7 years ago
  69. 704cf83 Limit the size of images being fuzzed in XFACodecFuzzers by Ryan Harrison · 7 years ago
  70. 978ba20 Revert "Reland "Remove ContrastAdjust()."" by Henrique Nakashima · 7 years ago
  71. d5ec7ab Reland "Remove ContrastAdjust()." by Henrique Nakashima · 7 years ago
  72. 42613d8 Revert "Remove ContrastAdjust()." by Henrique Nakashima · 7 years ago
  73. 352e251 Add option to regenerate only platform-specific expected pngs. by Henrique Nakashima · 7 years ago
  74. 53d443f Remove ContrastAdjust(). by Henrique Nakashima · 7 years ago
  75. 06673ed Add --regenerate_expected option to test_runner.py. by Henrique Nakashima · 7 years ago
  76. 65f3162 Add more tests for FPDFText methods. by Lei Zhang · 7 years ago
  77. f64a730 Implement fuzzer for FormCalc parsing by Ryan Harrison · 7 years ago
  78. c136b31 Implement fuzzer for LZW decompressor by Ryan Harrison · 7 years ago
  79. 04e4dc8 Fix rounding of colour values by Dan Sinclair · 7 years ago
  80. 854d71c Refactor HasXFAField into HasFormInfo by Ryan Harrison · 7 years ago
  81. f9068a5 Convert XFA Doc Types to be more precise by Ryan Harrison · 7 years ago
  82. a5c32a1 Extract test subclasses of IFX_SeekableReadStream by Ryan Harrison · 7 years ago
  83. 0e60b9e Implement FakeFileAccess. by Artem Strygin · 7 years ago
  84. bacf75e Replace FX_SAFE_STRSIZE with FX_SAFE_SIZE_T by Ryan Harrison · 7 years ago
  85. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  86. 81f02f4 Move font source into CFGAS_FontMgr by Dan Sinclair · 7 years ago
  87. 73bed4e Fix crash when rendering invalid GIF by Ryan Harrison · 7 years ago
  88. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  89. 61f2f48 Isolate lcms2 usage to a few files. by Lei Zhang · 7 years ago
  90. e9d6834 Remove unneeded core/fxcodec/fx_codec.h includes. by Lei Zhang · 7 years ago
  91. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  92. b1f9205 OnBeforeKeystroke may invalidate the widget's window. by Tom Sepez · 7 years ago
  93. bdd98ab Move test/ to testing/resources/xfa/ by Lei Zhang · 7 years ago
  94. 24b0733 Change behaviour of FPDF_RenderPageBitmapWithMatrix by Nicolas Pena · 7 years ago
  95. f76741e Store raw json with run results when running safetynet_job.py. by Henrique Nakashima · 7 years ago
  96. 81f9eee Convert FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  97. 1eae16d Remove isDevice parameter from barcode Render(). by Henrique Nakashima · 7 years ago
  98. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  99. 63b0126 Implement FORM_OnFocus() API. by Lei Zhang · 7 years ago
  100. a94566f Move CFX_WideTextBuf out of fx_basic by Dan Sinclair · 7 years ago