1. ad9d0b7 Roll Zlib from b763971bcaa3 to 788cb3c270e8 (3 revisions) by pdfium-autoroll · 3 months ago
  2. bed1f94 Add regression test for /ActualText parsing by Lei Zhang · 3 months ago
  3. 340b955 Fix some formatting issues in fpdfview.h by Lei Zhang · 3 months ago chromium/7004 chromium/7005 chromium/7006 chromium/7007 chromium/7008 chromium/7009 chromium/7010
  4. 01a53b0 Add pixel test for PDF with /NeedAppearances true by Lei Zhang · 3 months ago
  5. c58db78 fix extraction of marked text by JD Pierce · 3 months ago
  6. edeecee Add another indexed jpeg2000 test by Nico Weber · 3 months ago
  7. f32695d Remove MSVC-specific code by Lei Zhang · 3 months ago chromium/7002 chromium/7003
  8. 3305403 Roll third_party/abseil-cpp/ 72093794a..f9b083a49 (12 commits) by Alan Screen · 3 months ago
  9. a2dd507 Roll third_party/freetype/src/ afc7000ca..b1f478508 (36 commits) by Alan Screen · 3 months ago
  10. 61da0de Update gn_version to ed1abc107815210dc66ec439542bee2f6cbabc00 by Alan Screen · 3 months ago
  11. bf822ae Roll third_party/libunwind/src/ d1e95b102..e55d8cf51 (1 commit) by Alan Screen · 3 months ago
  12. 4bac39b Roll third_party/googletest/src/ 7d76a231b..e235eb34c (7 commits) by Alan Screen · 3 months ago
  13. e914d6b Use StringTo{Float,Double}() in more places by Lei Zhang · 3 months ago
  14. 067011d Switch one FXSYS_wcstof() caller to StringToFloat() by Lei Zhang · 3 months ago
  15. 100e246 Switch FXSYS_wcstof() to use fast_float by Lei Zhang · 3 months ago
  16. c80dc39 Avoid UTF-8 conversion in wide versions of StringTo{Float,Double}() by Lei Zhang · 3 months ago
  17. 698283c Test more WideString inputs with StringTo{Float,Double}() by Lei Zhang · 3 months ago
  18. c5a1750 Suppress unsafe_libc_call (Debug only) in CFXJSE_Context. by Tom Sepez · 3 months ago chromium/7000 chromium/7001
  19. 92e774c Fix JPEG2000 image decoding with an indexed colorspace by Lei Zhang · 3 months ago
  20. 5f2ff39 Enable death tests for {Byte,Wide}String in release builds. by Tom Sepez · 3 months ago
  21. 40f8124 Remove CXFA_FMLexer::Token::ToDebugString(). by Tom Sepez · 3 months ago chromium/6999
  22. 97aaf8b Remove the /wd defines from BUILD.gn by Tom Sepez · 3 months ago
  23. 643e426 Default pdfium to using an optimized allocator. by Tom Sepez · 3 months ago
  24. f37509d Roll base/allocator/partition_allocator/ 9cab8b0d1..85d14cbcf (14 commits) by Tom Sepez · 3 months ago
  25. 4d39fb6 Roll Code Coverage from 5e7c277c0d8c to 22e1f7663197 (2 revisions) by pdfium-autoroll · 3 months ago chromium/6997
  26. 208278a Roll Depot Tools from 58625e82c685 to 98b7273c8d49 (86 revisions) by pdfium-autoroll · 3 months ago
  27. 6299cda Roll Catapult from 86d6f8ee6130 to d5166861902b (22 revisions) by pdfium-autoroll · 3 months ago
  28. afaaf55 Skip some WideString creation in CPDF_TextPage::ProcessTextObjectItems() by Lei Zhang · 3 months ago
  29. 012fe57 Fix unnecessary tree traversal in SearchNameNodeByNameInternal() by Andy Phan · 4 months ago chromium/6990 chromium/6991 chromium/6992 chromium/6993 chromium/6994 chromium/6995 chromium/6996
  30. 3c2bfd7 Refactor SearchNameNodeByNameInternal() by Andy Phan · 4 months ago
  31. a9f2f0f Use CIDToGIDMap to fill font widths in FPDFText_LoadCidType2Font() by Lei Zhang · 4 months ago chromium/6987 chromium/6988 chromium/6989
  32. 0d2d104 Roll goldctl from 78856799f02f to 9389855cfb14 by pdfium-autoroll · 4 months ago chromium/6985 chromium/6986
  33. d69e985 Add even better compiler-support section to README.md by Tom Sepez · 4 months ago
  34. 6c386f7 Always initialize CFX_SkiaDeviceDriver::m_bRgbByteOrder by Lei Zhang · 4 months ago
  35. a78c767 Add supported compilers section to README.md by Tom Sepez · 4 months ago chromium/6975 chromium/6976 chromium/6977 chromium/6978 chromium/6979 chromium/6980 chromium/6981 chromium/6982 chromium/6983 chromium/6984
  36. ef5fcdf Remove some MSVC-specific code by Lei Zhang · 4 months ago
  37. fa65812 Allow options and input files in any order in pdfium_test by Lei Zhang · 4 months ago
  38. 170de1e Fix stack-use-after-scope in pdfium_test by Lei Zhang · 4 months ago
  39. 2febc28 Fix FPDFText_GetLooseCharBox() to handle rotation by Lei Zhang · 4 months ago chromium/6973 chromium/6974
  40. 4c7464b Add tests to show FPDFText_GetLooseCharBox() bug with rotated text by Lei Zhang · 4 months ago
  41. 89a94c1 Fix test helper to get correct indices from rotated_text.pdf by Lei Zhang · 4 months ago
  42. 603caea Add a helper to FPDFTextEmbedderTest for use with rotated_text.pdf by Lei Zhang · 4 months ago
  43. da06998 Roll libpng from cf7c36ed084c to 28213bcabe21 (1 revision) by pdfium-autoroll · 4 months ago
  44. 859f92a Check the font width array generated by FPDFText_LoadCidType2Font() by Lei Zhang · 4 months ago
  45. efe6680 Add GetWidthsArrayForCidFont() helper to fpdf_edit_embeddertest.cpp by Lei Zhang · 4 months ago
  46. f6da7d2 Add comment for subtle code in CPDF_StreamContentParser by Lei Zhang · 4 months ago chromium/6960 chromium/6961 chromium/6962 chromium/6963 chromium/6964 chromium/6965 chromium/6966 chromium/6967 chromium/6968 chromium/6969 chromium/6970 chromium/6971 chromium/6972
  47. fab1b6d Add debugging data to help diagnose a hang in fread() by Lei Zhang · 4 months ago
  48. 6be4f3b Rename pdfium_unsafe_buffers_paths.txt file by Tom Sepez · 4 months ago
  49. e99f1e8 Avoid out of bounds crash when reading fonts by Lei Zhang · 4 months ago
  50. 594caeb Avoid fixed-offset NULL-deref in XFA_Node::InsertChildAndNotify(). by Tom Sepez · 4 months ago
  51. aacaea1 [AGG] Only add positive dash lengths and gap lengths by Andy Phan · 4 months ago chromium/6958 chromium/6959
  52. b4cf887 Add pixel test for negative dash scales by Andy Phan · 4 months ago
  53. 3cd0a26 Use AutoRestorer in CPDF_StreamParser::ReadInlineStream() by Lei Zhang · 4 months ago chromium/6956 chromium/6957
  54. 4bc397f Rename local variables in CPDF_StreamParser::ReadInlineStream() by Lei Zhang · 4 months ago
  55. 7420dfe Fix pdfium_test in Chromium builds when Skia is enabled by default by Lei Zhang · 4 months ago
  56. d8b668c Making CPDF_SyntaxParser::FindTag(ByteStringView tag) robust by Saiv-kodes · 4 months ago
  57. 320fc87 Roll Zlib from 82a5fecf8aae to b763971bcaa3 (1 revision) by pdfium-autoroll · 4 months ago
  58. e116b67 Fix bad refactoring in CXFA_TextParser::GetFont() by Lei Zhang · 4 months ago
  59. 67a00b1 Add test showing copies do not happen in fxcrt::Zip(). by Tom Sepez · 4 months ago
  60. 20b8b48 Avoid UNSAFE_TODO() in AreColorIndicesOutOfBounds(). by Tom Sepez · 4 months ago chromium/6948 chromium/6949 chromium/6950 chromium/6951 chromium/6952 chromium/6953 chromium/6954 chromium/6955
  61. 28cfa3a Remove distinction between input/output views in fxcrt::Zip(). by Tom Sepez · 4 months ago
  62. ea4eab8 Update documentation and tests for fxcrt::Zip() by Tom Sepez · 4 months ago
  63. da206be Make PDFium's compiler_specific.h use clang's UNSAFE_BUFFERS_BUILD by Tom Sepez · 4 months ago
  64. 4adcb08 Roll build, clang, and rust by Andy Phan · 4 months ago chromium/6946 chromium/6947
  65. 4886ee0 Update gn_version to c97a86a72105f3328a540f5a5ab17d11989ab7dd by Andy Phan · 4 months ago
  66. ed30f70 Roll buildtools and libc++ by Andy Phan · 4 months ago
  67. 16df41e Roll v8/ 3e984a9e0..75be3dcb5 (277 commits) by Andy Phan · 4 months ago
  68. 0320375 Add third_party/highway dependency by Andy Phan · 4 months ago
  69. ab72191 Roll third_party/freetype/src/ 0ae7e6073..afc7000ca (9 commits) by Andy Phan · 4 months ago
  70. 77e7dee Roll v8/ 313e6ed36..3e984a9e0 (189 commits) by Andy Phan · 4 months ago
  71. 8198c4e Roll third_party/libc++abi/src/ 6c4fa00e4..83dfa1f5b (12 commits) by Andy Phan · 4 months ago
  72. ac5bfac Update reclient_version to re_client_version:0.172.0.3cf60ba5-gomaip by Andy Phan · 4 months ago
  73. d1e80cf Roll testing/scripts/rust/ 347b3c20a..6712dc59f (1 commit) by Andy Phan · 4 months ago
  74. 0af5149 Roll third_party/llvm-libc/src/ 4c70d6b5a..60b7db20a (87 commits) by Andy Phan · 4 months ago
  75. 3285073 Roll third_party/libunwind/src/ 5b01ea4a6..d1e95b102 (4 commits) by Andy Phan · 4 months ago
  76. 4ad60e3 Roll third_party/abseil-cpp/ 0b76dfe4f..72093794a (6 commits) by Andy Phan · 4 months ago
  77. 84acf3a Roll third_party/googletest/src/ d14403194..7d76a231b (6 commits) by Andy Phan · 4 months ago
  78. 7f588b3 Roll base/allocator/partition_allocator/ c551156ef..9cab8b0d1 (13 commits) by Andy Phan · 4 months ago
  79. b5d8c97 Roll third_party/icu/ 4239b1559..bbccc2f6e (5 commits) by Andy Phan · 4 months ago
  80. 1ef5cd3 Roll third_party/skia/ 3db026d62..975788ea9 (248 commits) by Andy Phan · 4 months ago
  81. 8d0676e Roll third_party/clang-format/script/ 37f6e68a1..1549a8dba (3 commits) by Andy Phan · 4 months ago
  82. c1992c8 Roll Catapult from 6a0960fe97ab to 86d6f8ee6130 (59 revisions) by pdfium-autoroll · 4 months ago
  83. 994b985 Roll Code Coverage from 719f1eba4379 to 5e7c277c0d8c (2 revisions) by pdfium-autoroll · 4 months ago
  84. cbf0bb5 Roll Depot Tools from 8d20c1e0b56c to 58625e82c685 (39 revisions) by pdfium-autoroll · 4 months ago
  85. 55a8262 Roll goldctl from b2da51fa8d3a to db814b551104 by pdfium-autoroll · 5 months ago
  86. a4cbdc9 Update OpenJPEG to 2.5.3 by Lei Zhang · 5 months ago chromium/6907 chromium/6908 chromium/6909 chromium/6910 chromium/6911 chromium/6912 chromium/6913 chromium/6914 chromium/6915 chromium/6916 chromium/6917 chromium/6918 chromium/6919 chromium/6920 chromium/6921 chromium/6922 chromium/6923 chromium/6924 chromium/6925 chromium/6926 chromium/6927 chromium/6928 chromium/6929 chromium/6930 chromium/6931 chromium/6932 chromium/6933 chromium/6934 chromium/6935 chromium/6936 chromium/6937 chromium/6938 chromium/6939 chromium/6940 chromium/6941 chromium/6942 chromium/6944 chromium/6945
  87. d48287f add missing includes for the build with use_libcxx_modules by Takuto Ikuta · 5 months ago
  88. b69783f Begin marking unsafe libc functions as UNSAFE_BUFFERS(). by Tom Sepez · 5 months ago chromium/6902 chromium/6903 chromium/6904 chromium/6905 chromium/6906
  89. bea1014 Roll Instrumented Libraries from 69291a3c7c79 to 3cc43119a291 (2 revisions) by pdfium-autoroll · 5 months ago chromium/6900 chromium/6901
  90. 6de4055 Add trailing slash in pdfium_unsafe_buffers_paths.txt. by Tom Sepez · 5 months ago chromium/6895 chromium/6896 chromium/6897 chromium/6898 chromium/6899
  91. 0b5baed Wrap libc calls with UNSAFE_BUFFERS() in fx_memcpy_wrappers.h. by Tom Sepez · 5 months ago
  92. f972b61 [AGG] Support negative dash phases by Andy Phan · 5 months ago
  93. 6574dd2 add missing includes for the build with use_libcxx_modules by Takuto Ikuta · 5 months ago chromium/6891 chromium/6892 chromium/6893 chromium/6894
  94. bf4b888 Remove inactive OWNERS by Lei Zhang · 5 months ago
  95. 6d1b0b3 Roll Depot Tools from 106363735045 to 8d20c1e0b56c (69 revisions) by pdfium-autoroll · 5 months ago chromium/6888 chromium/6889 chromium/6890
  96. 7c7434b Roll Memory Tools from 8385f1049653 to 8e9b58419b41 (1 revision) by pdfium-autoroll · 5 months ago
  97. 5fad03f Roll Code Coverage from e4b516100a73 to 719f1eba4379 (1 revision) by pdfium-autoroll · 5 months ago
  98. 85d6439 Delete obsolete libopenjpeg headers by Lei Zhang · 5 months ago
  99. edd7c5c Add support for ICC profile extraction by Haoran Tang · 5 months ago
  100. 1cf3dac Add license file for Little CMS by Lei Zhang · 5 months ago