1. 8f5d29e Add command line flags to pdfium_test for rendering flags. by Tom Sepez · 4 years, 8 months ago
  2. c5474bd Roll third_party/freetype/src/ 5a1a79c0e..3aaae716b (7 commits) by Lei Zhang · 4 years, 8 months ago
  3. 8daa9ce [FXCRT] Fix overflow for CFX_FloatRect::GetOuterRect() by Alan Screen · 4 years, 8 months ago
  4. cdad6c03 Remove unused private RENDER_* definitions. by Tom Sepez · 4 years, 8 months ago
  5. c155e32 Remove unused CBC_ReedSolomonGF256Poly::Multiply() (scalar form) by Tom Sepez · 4 years, 8 months ago
  6. 5eb17d3 Better testing of CJS_Icon from JavaScript by Tom Sepez · 4 years, 9 months ago
  7. 6399b78 [FXCRT] Add unit tests for CFX_FloatRect::GetOuterRect() by Alan Screen · 4 years, 9 months ago
  8. 3ba597d Remove bWillCommit argument from OnField_Format() methods. by Tom Sepez · 4 years, 9 months ago
  9. 6105b28 Cover some JS public methods that do not "commit". by Tom Sepez · 4 years, 9 months ago
  10. 87ad417 Fix nits in FPDFAnnot_SetAP by Shikha Walia · 4 years, 9 months ago
  11. 24f5e6e De-virtualize CBC_OneDimWriter::RenderTextContents(). by Tom Sepez · 4 years, 9 months ago
  12. 814821a Remove unused CBC_QRCoder::GetNumECBytes(). by Tom Sepez · 4 years, 9 months ago
  13. ea8d8d8 Remove CBC_Writer::Set{Background,Barcode}Color(). by Tom Sepez · 4 years, 9 months ago
  14. e6ea9ae Cover more branches in fx_crypt_sha.cpp. by Tom Sepez · 4 years, 9 months ago
  15. c8481c3 Simplify control flow in FPDF_RenderPage(). by Tom Sepez · 4 years, 9 months ago
  16. aa64a71 Remove duplicate FPDF_OBJECT_ definitions from fpdf_annot.h by Tom Sepez · 4 years, 9 months ago
  17. ce61357 No need to check for null pages in RenderPageWithContext() by Tom Sepez · 4 years, 9 months ago
  18. 636832d Introduce CPDF_Page::RenderContextClearer. by Tom Sepez · 4 years, 9 months ago
  19. 11ab20e Update README.md to mention V8 and XFA requires C++14. by Lei Zhang · 4 years, 9 months ago
  20. 762f119 Fix 64-bit arithmetic in sha2 variants. by Tom Sepez · 4 years, 9 months ago
  21. ea545a6 Avoid crashes in FPDFText_GetCharBox(). by Lei Zhang · 4 years, 9 months ago
  22. 5623992 Document obsolete FPDF render flags. by Tom Sepez · 4 years, 9 months ago
  23. b54d7ad Make FPDFAnnot_SetAP() generate PDF standard compliant AP stream by Shikha Walia · 4 years, 9 months ago
  24. 9b94ee4 Use 64-bit arithmetic in sha1 length calculations. by Tom Sepez · 4 years, 9 months ago
  25. da23189 Use unsigned indices in sha1 computations. by Tom Sepez · 4 years, 9 months ago
  26. 85bda8b Beef up tests for fdrm/ hashes. by Tom Sepez · 4 years, 9 months ago
  27. 14c3436 Add some missing ObservedPtr<> comparison operators by Tom Sepez · 4 years, 9 months ago
  28. 69dd6b0 Check for NaN in CFXJSE_FormCalcContext::WordNum() by Tom Sepez · 4 years, 9 months ago
  29. 1d0d0be Change variable target_type to static_component_type in //:pdfium by Daniel Hosseinian · 4 years, 9 months ago
  30. c3a9173 Make CPDFSDK_Pageview observable across mouse move callbacks by Tom Sepez · 4 years, 9 months ago
  31. 0fab9e6 Remove jumbo usage in GN files throughout PDFium by Daniel Hosseinian · 4 years, 9 months ago
  32. 80fd3aa Run another embedder test with javascript disabled. by Tom Sepez · 4 years, 9 months ago
  33. dd9ef1c Add a pixel test for a JPEG2000 decoding issue. by Lei Zhang · 4 years, 9 months ago
  34. 0fa7fef Make CFDE_TextOut::CalcLogicSize() take a WideStringView by Tom Sepez · 4 years, 9 months ago
  35. 51d0266 Make CPDFXFA_WidgetHandler::NewAnnotForXFA() return a std::unique_ptr. by Lei Zhang · 4 years, 9 months ago
  36. e397fef Refactor some common code in CPDF_DIBBase. by Lei Zhang · 4 years, 9 months ago
  37. d40a8c6 Avoid c_str() then strlen() in view constructor in CFWL_ComboList. by Tom Sepez · 4 years, 9 months ago
  38. 6524ae6 Prevent duplicate string creation in CFWL_ComboBox::AddString() by Tom Sepez · 4 years, 9 months ago
  39. 4f78880 Remove c_str() calls from CXFA_Node::InsertItem() by Tom Sepez · 4 years, 9 months ago
  40. 54eda57 Avoid duplicate string construction in CXFA_Textlayout by Tom Sepez · 4 years, 9 months ago
  41. 1902547 Properly handle seek failure in CFX_BmpDecompressor::ReadBmpHeader(). by Lei Zhang · 4 years, 9 months ago
  42. bec0bcd Get rid of longjmp() usage in CFX_BmpDecompressor. by Lei Zhang · 4 years, 9 months ago
  43. 96bfed3 Use span instead of raw pointer in CFDE_TextOut::ReloadLinePiece(). by Tom Sepez · 4 years, 9 months ago
  44. 6516180 Get rid of some longjmp() usage in CFX_BmpDecompressor. by Lei Zhang · 4 years, 9 months ago
  45. 794ed81 Add a fuzzer for the public methods of CFX_ScanlineCompositor. by Hui Yingst · 4 years, 9 months ago
  46. e792f87 Fix BMP image header parser and detector by Kuang-che Wu · 4 years, 9 months ago
  47. c0e6e7a Implement pdf_nametree_fuzzer. by Lei Zhang · 4 years, 9 months ago
  48. 338637d Replace instances of Optional<>() with pdfium::nullopt by Daniel Hosseinian · 4 years, 9 months ago
  49. bf9cfd7 Implement WideString::ReverseFind() by Daniel Hosseinian · 4 years, 9 months ago
  50. 44d0383 Rename FXFONT_BOLD flag to FXFONT_FORCE_BOLD. by Lei Zhang · 4 years, 9 months ago
  51. b13f274 Do more CPDF_StreamContentParser initialization in the header. by Lei Zhang · 4 years, 9 months ago
  52. b1c9443 Replace |CPDF_StreamContentParser::m_DefFontSize| with a constant. by Lei Zhang · 4 years, 9 months ago
  53. a06aa35 Do more testing in ByteString.OneCharReverseIterator unit test. by Lei Zhang · 4 years, 9 months ago
  54. c5a380f Rename some Empty() methods to Clear(). by Lei Zhang · 4 years, 9 months ago
  55. 3e8ee15 Add a test case for incorrectly rendered Japanese PDFs. by Lei Zhang · 4 years, 9 months ago
  56. 94e600d Verify font resource dictionaries. by Lei Zhang · 4 years, 9 months ago
  57. 6d7aa9a Add a JavaScript test for AFDate_FormatEx(). by Lei Zhang · 4 years, 9 months ago
  58. 1f088ab Avoid an assertion failure in CPDF_DIBBase::StartLoadMask(). by Lei Zhang · 4 years, 10 months ago
  59. 6f4b390 Simplify MonthFromTime(). by Lei Zhang · 4 years, 10 months ago
  60. 9fa7247 Add some unit tests for fx_date_helpers.h. by Lei Zhang · 4 years, 10 months ago
  61. 696da31 [lcms] Clusterfuzz - avoid secondary integer overflow by Alan Screen · 4 years, 10 months ago
  62. 74dbc8a Roll third_party/freetype/src/ 839a02361..5a1a79c0e (7 commits) by Lei Zhang · 4 years, 10 months ago
  63. a8e8baf Remove all remaining PDFium infrastructure for V8 natives. by Lei Zhang · 4 years, 10 months ago
  64. 248b4c0 Roll build/ 84f457cd3..381237e19 (102 commits) by Lei Zhang · 4 years, 10 months ago
  65. 2df51e0 Roll tools/clang/ 51c4acfab..22ecf175f (16 commits) by Lei Zhang · 4 years, 10 months ago
  66. 03941a1 Roll third_party/skia/ 8590026db..9241a6d39 (1489 commits; 340 trivial rolls) by Lei Zhang · 4 years, 10 months ago
  67. e5c62b3 Remove use of deprecated v8::V8::SetNativesDataBlob() in PDFium. by Lei Zhang · 4 years, 10 months ago
  68. 46bde74 Roll third_party/googletest/src/ 3a4503986..f2fb48c3b (6 commits) by Lei Zhang · 4 years, 10 months ago
  69. 2f64ba6 Roll third_party/icu/ 53f6b233a..2ecd66c69 (4 commits) by Lei Zhang · 4 years, 10 months ago
  70. 51c9f4f Roll third_party/depot_tools/ e5641be5f..e90e5fe20 (89 commits; 25 trivial rolls) by Lei Zhang · 4 years, 10 months ago
  71. 2a9b029 Roll third_party/catapult/ 884c81e17..830565958 (80 commits) by Lei Zhang · 4 years, 10 months ago
  72. b471c93 Roll third_party/jinja2/ 45571de47..b41863e42 (1 commit) by Lei Zhang · 4 years, 10 months ago
  73. eeea0ea Roll tools/code_coverage/ b53d904eb..4a898be73 (7 commits) by Lei Zhang · 4 years, 10 months ago
  74. 6a8a2b0 Roll third_party/libjpeg_turbo/ baa5dc242..38c693569 (2 commits) by Lei Zhang · 4 years, 10 months ago
  75. 010e13a Roll third_party/zlib/ 8c79b6c8d..ddebad26c (2 commits) by Lei Zhang · 4 years, 10 months ago
  76. 1285f61 Roll third_party/freetype/src/ 432efa25b..839a02361 (6 commits) by Lei Zhang · 4 years, 10 months ago
  77. 0f4ac58 New API to retrieve a character's loose bounds by Ian Prest · 4 years, 10 months ago
  78. d30c560 Roll third_party/freetype/src/ 99f23d6ff..432efa25b (5 commits) by Lei Zhang · 4 years, 10 months ago
  79. af0f573 Move a function into the anonymous namespace in fpdf_transformpage.cpp. by Lei Zhang · 4 years, 10 months ago
  80. 48b1476 [lcms] Clusterfuzz - avoid integer overflow by Alan Screen · 4 years, 10 months ago
  81. f57843c Reformat radial shading pixel tests. by Lei Zhang · 4 years, 10 months ago
  82. eefb4d4 Add an axial shading pixel test. by Lei Zhang · 4 years, 10 months ago
  83. 4819f87 Fix nits in CPDF_RenderStatus. by Lei Zhang · 4 years, 10 months ago
  84. 571f932 Fix crashes in FPDFClipPath_CountPaths() and friends. by Lei Zhang · 4 years, 10 months ago
  85. 693460a Use STL functions in a couple places. by Lei Zhang · 4 years, 10 months ago
  86. 2835344 Add a pixel test for pattern rendering. by Lei Zhang · 4 years, 10 months ago
  87. a0b7caa Simplify access to |CPDF_CharPosList::m_CharPos|. by Lei Zhang · 4 years, 10 months ago
  88. 93058ec Add a pixel test for a bad line rendering. by Lei Zhang · 4 years, 10 months ago
  89. c171a21 Split shading rendering code into its own file. by Lei Zhang · 4 years, 10 months ago
  90. 21318a2 Fix the TrueType font not rendered correctly issue. by Hui Yingst · 4 years, 10 months ago
  91. 310ddbf Add a test for a checkbox that does not print. by Lei Zhang · 4 years, 10 months ago
  92. bf5be75 Revert "Disable git EOL policy for .in files again." by Lei Zhang · 4 years, 10 months ago
  93. 7ce5515 Remove unneeded fx_stream.h includes from headers. by Lei Zhang · 4 years, 10 months ago
  94. 54cb316 Remove IsArray() checks in CPDF_Array. by Lei Zhang · 4 years, 10 months ago
  95. b93f7de Simplify some WriteBlockAtOffset() calls. by Lei Zhang · 4 years, 10 months ago
  96. cf6cb93 Better validate Prev entries in trailers. by Lei Zhang · 4 years, 10 months ago
  97. e9f5e42 Fix nits in CPDF_ClipPath. by Lei Zhang · 4 years, 10 months ago
  98. 96eff7c Clear the working directory in the test runner. by Lei Zhang · 4 years, 10 months ago
  99. af79ecc Gracefully handle a failure in FPDF_FileAccessContext. by Lei Zhang · 4 years, 10 months ago
  100. 2200537 Add WARN_UNUSED_RESULT to ReadBlockAtOffset(). by Lei Zhang · 4 years, 10 months ago