1. 6da3530 Add unit tests for PostScript EMF DC clip box clamping by Lei Zhang · 16 hours ago chromium/8064 main
  2. a0ad2ce Remove redundant size check in FindBit() in faxmodule.cpp by Lei Zhang · 19 hours ago
  3. 13817c3 Add operator<< for FX_RECT in fx_coordinates_test_support.h by Lei Zhang · 19 hours ago
  4. 3bd3091 In fax decoder, replace kOneLeadPos with countl_zero by Nico Weber · 22 hours ago
  5. fa2e5fc Process 4 bytes at once in the fax codec's FindBit() routine by Nico Weber · 27 hours ago
  6. 3f86f87 Expand 1bpp rows to bytes before stretching them horizontally by Nico Weber · 2 days ago chromium/8062 chromium/8063
  7. ecbfc06 Consolidate the three suppression files into one by Tom Sepez · 2 days ago
  8. 4ef1e1b Use a standalone cppgc heap for the XFA fuzzer process state by Tom Sepez · 2 days ago
  9. 862f692 Add font engine and action columns to the suppression files by Tom Sepez · 2 days ago
  10. 8dff61f Remove unused variable in pdfium_test.cc by Nico Weber · 2 days ago
  11. ac60fa3 Move core/fpdfapi/edit/cpdf_contentstream_write_utils.cpp to fxcrt. by Tom Sepez · 2 days ago
  12. bc80bbd Increase jbig2 limits and roll jbig2 testing corpus by Nico Weber · 2 days ago
  13. f3635dd Fix O(n^2) behavior when decoding G4 fax data by Nico Weber · 2 days ago
  14. 7a19043 Remove usage of checkout_wpr_archives gclient var by Victor Hugo Vianna Silva · 2 days ago
  15. 5fe6c25 Update BrotliDecoder::Decode() to return FX_INVALID_OFFSET on failure by Aryan · 3 days ago
  16. f8ad3e8 Revert "Fix clip box calculation in CFX_PSRenderer::SetClip_PathFill()" by Lei Zhang · 3 days ago chromium/8060 chromium/8061
  17. 9270224 [sbom-quality] Switch to abs file paths for License File paths by Anne Redulla · 3 days ago
  18. c929c94 Support DecodeParams in BrotliDecoder by Aryan · 3 days ago
  19. 9bd9ac2 Plumb FXGC_Heap through XFA in place of cppgc::Heap by Tom Sepez · 3 days ago
  20. 5f6ecb0 Reduce JBIG2 Huffman reading work per bit from O(n) to O(1) by Nico Weber · 3 days ago
  21. 72fca01 Fix BrotliDecode buffer expansion check by Aryan · 3 days ago
  22. 5fcdcb8 Fix dangling span in ~RustJpegScanlineDecoder() by Tom Sepez · 3 days ago
  23. 96d91c2 Ignore control characters typed with unhandled modifier chords by Jimin Lee · 3 days ago
  24. c707159 Roll Memory Tools from 8d3182bb3c86 to 0732f7097d06 (2 revisions) by pdfium-autoroll@skia-public.iam.gserviceaccount.com · 3 days ago
  25. 5266b2b Roll Depot Tools from 732902ab86f8 to 36a8df4ad006 (122 revisions) by pdfium-autoroll@skia-public.iam.gserviceaccount.com · 3 days ago
  26. 506c994 Revert "Roll Instrumented Libraries from d15c278eed5d to 51898bc68243 (1 revision)" by Aryan Krishnan · 3 days ago
  27. 379fa92 Roll libpng from 6d5341764ef4 to 0179a807421c (1 revision) by pdfium-autoroll@skia-public.iam.gserviceaccount.com · 3 days ago
  28. 8943614 Roll Instrumented Libraries from d15c278eed5d to 51898bc68243 (1 revision) by pdfium-autoroll@skia-public.iam.gserviceaccount.com · 3 days ago
  29. 6c8196a Make later ToUnicode mappings supersede earlier ones by Jeroen Bobbeldijk · 5 days ago
  30. 93466ec Add FPDFAttachment_GetAFRelationship() API by xonaman · 6 days ago
  31. 88c6035 Add FXGC_Heap wrapper and CppHeap support for per-document heap by Tom Sepez · 6 days ago
  32. e30162a Fix punctuation check in CPVT_Section by Lei Zhang · 6 days ago
  33. a32bca6 Demonstrate CPVT_Section line breaking bug with prefix currency symbols by Lei Zhang · 6 days ago
  34. 7720c8b Convert much of CFXJS_Engine to use google_style local names by Tom Sepez · 6 days ago
  35. 2e017ed Fix clip box calculation in CFX_PSRenderer::SetClip_PathFill() by Lei Zhang · 6 days ago
  36. a5a7089 Add unit test for CFX_PSRenderer::SetClip_PathFill() by Lei Zhang · 6 days ago chromium/8055 chromium/8056 chromium/8057 chromium/8058 chromium/8059
  37. eca6654 Provide shared CFX_V8ArrayBufferAllocator instance by Tom Sepez · 6 days ago
  38. 44742cb Make FXJS object definition IDs constexpr constants. by Tom Sepez · 6 days ago
  39. 25a20ec Consolidate predictor switching into image_predictors by Aryan · 6 days ago
  40. 83cc016 Better document FPDF_GetMetaText() behavior by Lei Zhang · 6 days ago
  41. 9026141 Move engine refcount from global state into CFXJS_PerIsolateData by Tom Sepez · 6 days ago
  42. 96fade8 Use CFX_Point in CFX_GlyphBitmap by Lei Zhang · 6 days ago
  43. 4902697 Add m_IsolatePerDocument to FPDF_LIBRARY_CONFIG for version 7 by Tom Sepez · 7 days ago chromium/8053 chromium/8054
  44. b2dd3c4 Fix strict deps violation for pdfium. by Matt Stark · 7 days ago
  45. 551d27e Fix 12-hour time parsing in FX_ParseDateUsingFormat() by Andy Phan · 8 days ago chromium/8051 chromium/8052
  46. 6ef0085 Add test cases for 12-hour time parsing in FX_ParseDateUsingFormat() by Andy Phan · 8 days ago
  47. 937a50f Use readNBits to read N bits in CJBig2_SDDProc::DecodeHuffman by Nico Weber · 8 days ago
  48. 9af929a Move default global object template into CFXJS_PerIsolateData by Tom Sepez · 8 days ago
  49. f67ab27 Remove Skia typeface checks in CFX_Face while keeping Fontations by Tom Sepez · 8 days ago
  50. b080021 Extract a CeilLog2() helper, use it in jbig2 code by Nico Weber · 8 days ago
  51. dbe0a5f Extend the JPEG BGR decode to ICCBased color spaces with sRGB profiles by Jeroen Bobbeldijk · 8 days ago
  52. 32d5e1d Decode 3-component JPEGs straight to BGR when the DIB wants BGR by Jeroen Bobbeldijk · 8 days ago
  53. f0118f1 Add tests for Brotli /DecodeParms by Aryan · 8 days ago
  54. 0615b15 Extract and validate decode parameters using a helper function by Aryan · 8 days ago
  55. d00fbeb Several minor huffman-related cleanups by Nico Weber · 8 days ago
  56. 9ce259a Rename SBHUFFRDX to SBHUFFRDXRDY by Nico Weber · 8 days ago
  57. 99cdcff Avoid compiling libjpeg when pdf_enable_rust_jpeg is true by Tom Sepez · 8 days ago
  58. 435dbc5 Remove another duplicated jbig2 huffman code reading loop by Nico Weber · 9 days ago
  59. 742b9d0 Move Flate predictor functions to standalone files by Aryan · 9 days ago
  60. af688e0 Rename confusing bSkipImageTypeCheck argument. by Tom Sepez · 9 days ago
  61. 482ed62 Add FPDFPageObj_GetRenderedStrokePattern() API by Miklos Vajna · 9 days ago chromium/8049 chromium/8050
  62. 91f5419 Reject unsupported component counts in JPEG progressive decoder by Tom Sepez · 9 days ago
  63. 0edc2c5 Improve error handling in libjpeg encoding by Tom Sepez · 9 days ago
  64. 2329b18 Revert "Remove PDF_ENABLE_SKIA_TYPEFACE_CHECKS and dead parity assertions" by Tom Sepez · 9 days ago
  65. cae4b1b Copy MCC record count in OpenJPEG tile setup by Tom Sepez · 9 days ago
  66. a0a39c3 Remove PDF_ENABLE_SKIA_TYPEFACE_CHECKS and dead parity assertions by Tom Sepez · 9 days ago
  67. 4a36628 Ignore re-entrant form calls during passive FFI callbacks by Tom Sepez · 9 days ago chromium/8048
  68. f91ca5a Roll Zlib from c5cc9edf8992 to 285e94b8fa95 (4 revisions) by pdfium-autoroll@skia-public.iam.gserviceaccount.com · 10 days ago chromium/8044 chromium/8045 chromium/8046 chromium/8047
  69. d13ede8 Remove one duplicated jbig2 huffman code reading loop by Nico Weber · 12 days ago
  70. a491436 Refactor FX_ParseDateUsingFormat() (2/2) by Andy Phan · 13 days ago
  71. 272ef36 Refactor FX_ParseDateUsingFormat() (1/2) by Andy Phan · 13 days ago
  72. 871067e Speed up PngPredictLine: hoist row boundaries, carry Sub in registers by Jeroen Bobbeldijk · 13 days ago
  73. a043bed Replace Skia JPEG decoder with direct Rust FFI (zune-jpeg) by Tom Sepez · 14 days ago
  74. 2621636 Fix reversed channel order when loading transfer function array by Andy Phan · 14 days ago
  75. 8794e9c Clamp transfer function sample values to [0, 255] by Andy Phan · 14 days ago
  76. 017295a Implement 50-year pivot for two-digit year parsing by Andy Phan · 14 days ago chromium/8042 chromium/8043
  77. b39aa63 Fix weekday formatting in CJS_Util::printd() by Andy Phan · 14 days ago
  78. c60c84f Fix leap year calculation in fx_date_helpers by Andy Phan · 14 days ago
  79. f03fe61 Rename Format::kRgb to Format::kBgr in progressive decoder by Tom Sepez · 14 days ago
  80. 764f7f9 Return std::optional<uint16_t> from FaxGetRun() by Lei Zhang · 2 weeks ago
  81. d6ac256 Bound run lengths in FaxG4GetRow() by Lei Zhang · 2 weeks ago
  82. 91d9efc Fix typo that prevented LargeImageDoesNotRenderBlank from being disabled by Tom Sepez · 2 weeks ago
  83. 5f5ad2c Roll back blanket fuzziness in light of better image comparison tools by Tom Sepez · 2 weeks ago
  84. a4a480f Decouple Fontations from Skia to support standalone AGG builds by Tom Sepez · 2 weeks ago
  85. a75db0d Enable large window mode for Brotli decoding by Aryan · 2 weeks ago
  86. 047ef29 Bound the run length in FaxGet1DLine() by Lei Zhang · 2 weeks ago chromium/8040 chromium/8041
  87. addccaa Add windowed MSE verification to EmbedderTest by Tom Sepez · 2 weeks ago
  88. d2a51d2 Consolidate pixel comparison loop into CalculatePixelsDifferent by Tom Sepez · 2 weeks ago
  89. a4f9c3c Introduce DiffOptions aggregate struct for pixel comparisons by Tom Sepez · 2 weeks ago
  90. 92afb56 Support windowed MSE and custom parameters in image differ by Tom Sepez · 2 weeks ago
  91. 32b941f Update android_ndk_version to 2@30.0.16138531 by April Kallmeyer · 2 weeks ago
  92. 23dc93d Update siso_version to efbbe7f1892211b5e9512576843a3c247b6a6d7c by April Kallmeyer · 2 weeks ago
  93. cfe3a24 Update gn_version to 150a9d6ba0aa7f407aa4feeabc5f03ce9aa7e04b by April Kallmeyer · 2 weeks ago
  94. 297182c Roll third_party/clang-format/script/ 6eddfb5ec..705100819 (1 commit) by April Kallmeyer · 2 weeks ago
  95. 8e24756 Remove inactive owner by Lei Zhang · 2 weeks ago
  96. 73b7ef7 Roll third_party/rust/ 7c4e7d9b0..4dec6f65b (81 commits) by April Kallmeyer · 2 weeks ago
  97. 0ba1870 Roll testing/scripts/rust/ 6712dc59f..ead1c91bc (1 commit) by April Kallmeyer · 2 weeks ago
  98. 083f217 Roll v8/ caa723ab9..df65d5c8f (603 commits) by April Kallmeyer · 2 weeks ago
  99. 1d751da Roll buildtools, absl, libc++, libc++abi, and llvm-libc by April Kallmeyer · 2 weeks ago
  100. 52b8727 Rename variables in flatemodule.cpp to follow snake_case by Aryan · 2 weeks ago chromium/8038 chromium/8039