1. 1ed609f Document CFFL_InteractiveFormFiller::Get*PageView() by Lei Zhang · 2 days ago main
  2. 65db368 Make embedder test delegates fixture-owned by Rulong Chen(陈汝龙) · 2 days ago
  3. 17c6d8d Fix mixed-direction line extraction by Lei Zhang · 2 days ago
  4. 62c1230 Add Rust-based BMP decoder by Tom Sepez · 2 days ago
  5. 2f7a54a Partially fix RTL character and line reading order in CPDF_TextPage by Lei Zhang · 2 days ago
  6. 8f3e902 Give CFX_BidiString a way to turn off auto-ordering by Lei Zhang · 2 days ago
  7. a9e3314 third_party/agg23: mark as a fork by Jiewei Qian · 3 days ago
  8. 7bdfa23 Refactor CPDF_TextPage::ProcessTextObjectItems() to return boolean by Lei Zhang · 3 days ago
  9. 2c1f4f8 Change CFX_BidiString segment tie-breaking to favor LTR by Lei Zhang · 3 days ago
  10. d0d349d Rewrite CPVT_Section layout using ICU UBA by Seung Hyun Jin · 3 days ago
  11. 1f34721 Add unit tests for empty CPVT_VariableText caret positioning by Seung Hyun Jin · 3 days ago
  12. b42527f Add MaybeOwnedDataVector and use in CJBig2_Image by Lei Zhang · 3 days ago
  13. 668c520 Add unit tests documenting existing CPVT_Section layout behavior by Seung Hyun Jin · 3 days ago
  14. ee62d3b Introduce TextDirection enum in CPVT_VariableText by Seung Hyun Jin · 3 days ago
  15. 4403278 Introduce CFX_BidiResolver for ICU paragraph layout by Seung Hyun Jin · 3 days ago
  16. b324040 Clean up CPVT_Section::OutputLines() implementation by Seung Hyun Jin · 3 days ago
  17. 16aaf1c Fix some looming linker issues with rust codecs by Tom Sepez · 3 days ago
  18. 8f72ac4 Add test case for literal Hebrew text preceding /ActualText span by Lei Zhang · 3 days ago
  19. 5875ad4 Remove CPDF_ICCBasedCS::cache_ by Aryan · 3 days ago
  20. 47449e8 third_party/bigint: add the missing README.pdfium file by Jiewei Qian · 3 days ago chromium/7969 chromium/7970 chromium/7971 chromium/7972 chromium/7973 chromium/7974
  21. 882b7bf Add pdf_enable_rust_bmp GN argument and preprocessor macro by Tom Sepez · 4 days ago
  22. 9e66a38 Rename Hungarian notation in CPDF_DIB::GetScanline() by Andy Phan · 4 days ago chromium/7968
  23. eb68153 Reject XFA-only pages in FPDFPage_Flatten() by Rulong Chen(陈汝龙) · 4 days ago
  24. d30ae3e Move parts of hebrew_mirrored.in into .fragment files by Lei Zhang · 4 days ago
  25. 2d60cb9 Clean up CPDF_TextPage::SwapTempTextBuf() by Lei Zhang · 4 days ago
  26. a55ed9c Refactor CPVT_Section::GetWordRangeSpan() by Seung Hyun Jin · 4 days ago
  27. 4577371 Add /Length1 to hebrew_mirrored.pdf font stream by Lei Zhang · 4 days ago
  28. 6856a01 Refactor CPVT_Section layout alignment calculation by Seung Hyun Jin · 4 days ago
  29. a62f5c4 third_party/NotoSans*: attach bug number to Static by Jiewei Qian · 4 days ago
  30. 98aefa3 Modernize Alignment enum in CPVT_VariableText by Seung Hyun Jin · 4 days ago
  31. 4fdbe5b Refactor ICC color space translation and caching by Aryan · 4 days ago
  32. 245aaad Extract BmpDecoderDelegate to its own header by Tom Sepez · 5 days ago
  33. aa4c85c Add /FontWeight support to CPDF_Font::GetFontWeight() by Lei Zhang · 5 days ago chromium/7966 chromium/7967
  34. fd03d98 Add seek/position methods and BMP offset clamping to CodecMemorySkStream by Tom Sepez · 5 days ago
  35. b18d018 Add pixel test for SMaskInData value 2 in JPXDecode images by Aryan · 5 days ago
  36. 4485e7a Extract CodecMemoryStream into core/fxcodec/codec_memory_sk_stream.h by Tom Sepez · 5 days ago
  37. 63649a6 Add more /ActualText cases with LTR text and mixed text by Lei Zhang · 6 days ago chromium/7965
  38. 19144ab Add more /ActualText cases for more LTR vs. RTL variations by Lei Zhang · 6 days ago
  39. d77801f Fix font metrics and loading discrepancies in Skrifa wrapper by Tom Sepez · 6 days ago
  40. d242302 Upgrade libtiff from 4.7.1 to 4.7.2 by Lei Zhang · 6 days ago
  41. 094d98c Avoid NOTREACHED() in CXFA_TextLayout::LoadText() by Lei Zhang · 6 days ago
  42. c33f1f7 Roll Depot Tools from 7d99ed58dd53 to 1709e20d5ca2 (88 revisions) by pdfium-autoroll@skia-public.iam.gserviceaccount.com · 7 days ago chromium/7963 chromium/7964
  43. 3492e7a Prevent integer overflow when reserving JPX inline data by Aryan · 8 days ago
  44. e3e6ccb Add additional parallel validation checks in CFX_Face. by Tom Sepez · 9 days ago
  45. 510ad85 Modernize FX_BIDICLASS, FX_BREAKPROPERTY, and FX_CHARTYPE names by Helmut Januschka · 9 days ago
  46. ff9b680 Add parallel checks for additional CFX_Face methods. by Tom Sepez · 9 days ago
  47. b6f34c7 Add test for FPDFImageObj_GetRenderedBitmap() with clip path by Lei Zhang · 9 days ago
  48. 6ed53b8 Pass glyph index to CFX_Face::GetGlyphTTWidth() and GetGlyphBBox(). by Tom Sepez · 9 days ago
  49. dd35832 Rename CPDF_Type3Cache::LoadGlyph() to LoadGlyphBitmap(). by Tom Sepez · 10 days ago chromium/7956 chromium/7957 chromium/7958 chromium/7959 chromium/7960 chromium/7961 chromium/7962
  50. bc71c44 Test mirror chars with rtl in /ActualText by April Kallmeyer · 10 days ago
  51. 3359b4a Test mirror characters in /ActualText by Lei Zhang · 10 days ago
  52. 2a6edaf Improve V8 embedder data type tag hygiene across FXJS and FXJSE by Tom Sepez · 11 days ago
  53. 240781b Refactor fx_bidi_unittest to use constexpr and kStr by Seung Hyun Jin · 12 days ago
  54. b449685 Fix UBSAN float-cast-overflow error in CPDF_PSEngine::PopInt() by Lei Zhang · 12 days ago chromium/7951 chromium/7952 chromium/7953 chromium/7954 chromium/7955
  55. bc3c0e2 Fix unsafe buffers in CompositeRow_Rgb2Mask(). by Tom Sepez · 13 days ago
  56. 5cebac7 Reland "Decode JPEGs at reduced size via libjpeg scale_denom" by Nico Weber · 13 days ago
  57. bedff87 Convert CFX_GEModule::user_font_paths_ to pdfium::span. by Tom Sepez · 13 days ago
  58. daa1a5d Fix FPDFAttachment_SetStringValue() encoding problem by Lei Zhang · 13 days ago
  59. f51ce03 Demonstrate FPDFAttachment_SetStringValue() encoding problem by Lei Zhang · 13 days ago
  60. dae7584 Add APIs to read and write attachment descriptions by Aryan · 13 days ago
  61. c040cf9 Roll Zlib from 3246f1b60849 to 8b3aa8a1cd75 (1 revision) by pdfium-autoroll@skia-public.iam.gserviceaccount.com · 14 days ago
  62. d3e6227 Replace buggy CompositeRowBgraPremul2BgraPremul() with Skia calls by Lei Zhang · 2 weeks ago chromium/7945 chromium/7946 chromium/7947 chromium/7948 chromium/7949 chromium/7950
  63. 599295a Move GetSkiaBlendMode() to fx_dib.h by Lei Zhang · 2 weeks ago
  64. f580056 Add ScanlineCompositorTest cases for Soft Light blend mode by Lei Zhang · 2 weeks ago
  65. b736918 Add more ScanlineCompositorTest cases for non-separable blend modes by Lei Zhang · 2 weeks ago
  66. 1ad5c0f Add ScanlineCompositorTest.CompositeRgbBitmapLineBgra(Premul)Screen by Lei Zhang · 2 weeks ago
  67. fb09d84 Revert "Decode JPEGs at reduced size via libjpeg scale_denom" by Lei Zhang · 2 weeks ago chromium/7944
  68. afaf7ae Added missing include in cpvt_section by Seung Hyun Jin · 2 weeks ago
  69. c57dd61 Replace PNG_ERROR_SIZE with a constexpr by Helmut Januschka · 2 weeks ago
  70. 134c357 Refactor CPWL_Edit::SetEditCaret() and related code by Lei Zhang · 3 weeks ago
  71. ea8bd0f Replace FWLTHEME color and capacity defines with constexpr by Helmut Januschka · 3 weeks ago
  72. bf829f0 Caret calculation for RTL text in CPWL_Edit by Seung Hyun Jin · 3 weeks ago
  73. 802019e Add CPVT_VariableText layout unit test for GetLineCaretX by Seung Hyun Jin · 3 weeks ago
  74. 408c4f6 Interactive UI drawing fixes for pure RTL text by Seung Hyun Jin · 3 weeks ago
  75. d80d2aa Add LTR and RTL pixel tests for interactive form textfields by Seung Hyun Jin · 3 weeks ago
  76. 009b91d Decode JPEGs at reduced size via libjpeg scale_denom by Nico Weber · 3 weeks ago
  77. 446882b Support visual rendering for pure RTL text by Seung Hyun Jin · 3 weeks ago
  78. 4cac16a Add `is_rtl` boolean to CPVT_WordInfo by Seung Hyun Jin · 3 weeks ago
  79. 462748e Support pure RTL text in form field through CPVT_section by Seung Hyun Jin · 3 weeks ago
  80. 143618f Add FPDFText_GetText() embeddertest for RTL /ActualText by Lei Zhang · 3 weeks ago chromium/7939 chromium/7940 chromium/7941 chromium/7942 chromium/7943
  81. fb5c194 Support brotli in pdfium_test by Aryan · 3 weeks ago chromium/7937 chromium/7938
  82. 387944d Add configuration option to control Brotli decoding by Aryan · 3 weeks ago
  83. 3cc9dd4 Roll v8/ 0c6c73eea..7ed96d92b (664 commits) by Andy Phan · 3 weeks ago
  84. 65adfd8 Roll tools/win/ faefd1b6f..45843c2c1 (1 commit) by Andy Phan · 3 weeks ago
  85. af5f760 Update siso_version to 24b80aff540b202a88417f9f93b0dc86229eca7a by Andy Phan · 3 weeks ago
  86. d94c34e Roll third_party/skia/ e4281d5a7..3ba832f86 (344 commits; 55 trivial rolls) by Andy Phan · 3 weeks ago
  87. e58f9ca Roll third_party/libunwind/src/ d6c7a21e9..1b601b7f0 by Andy Phan · 3 weeks ago
  88. 75ebd81 Roll third_party/icu/ 3859e64ee..d578f2e8b (2 commits) by Andy Phan · 3 weeks ago
  89. 1945693 Roll third_party/harfbuzz/src/ d639197ed..511df88b8 (28 commits) by Andy Phan · 3 weeks ago
  90. a9768c5 Consistently use IS_APPLE by Lei Zhang · 3 weeks ago
  91. d841261 Roll Catapult from a6e9d089883c to 2cdd33999350 (9 revisions) by pdfium-autoroll@skia-public.iam.gserviceaccount.com · 3 weeks ago
  92. cd8588a Roll Code Coverage from 06dcbbe49e67 to 88b5286372e2 (6 revisions) by pdfium-autoroll@skia-public.iam.gserviceaccount.com · 3 weeks ago chromium/7935 chromium/7936
  93. 2ae8165 Roll third_party/freetype/src/ b08a2eb0d..12f5eb32a (11 commits) by Andy Phan · 3 weeks ago chromium/7929 chromium/7930 chromium/7931 chromium/7932 chromium/7933 chromium/7934
  94. c2c971a Update gn_version to 1d86777e7f2562a86ecea77d1809ac4f82bb5bfe by Andy Phan · 4 weeks ago
  95. 64a68ff Roll base/allocator/partition_allocator/ 390c4b91f..2723da2d1 (31 commits) by Andy Phan · 4 weeks ago
  96. a35cdcf Roll third_party/fp16/src/ 3d2de1816..782eea126 (1 commit) by Andy Phan · 4 weeks ago
  97. 0be884d Remove -Wc++11-narrowing build rule by Lei Zhang · 4 weeks ago
  98. 9b4032a Roll third_party/cpu_features/src/ d3b2440fc..81d13c496 by Andy Phan · 4 weeks ago
  99. c56d582 Roll third_party/fast_float/src/ 05087a303..34164f547 (29 commits) by Andy Phan · 4 weeks ago
  100. d904b6b Turn on -Wctad-maybe-unsupported by Lei Zhang · 4 weeks ago