This version was built with branch chromium/7175
of PDFium
Changes
Commits between chromium/7162
and chromium/7175
:
- testing/tools: Add a script to renumber objects in file order
- Extend shade.pdf test
- Explain preconditions whenever UNSAFE_BUFFER_USAGE.
- Fix GCC build issue in fxcodec.DecodeDataZeroSize test (try 2)
- Clean up CPDF_DefaultAppearance
- Update reclient_version to 0.177.1.e58c0145-gomaip
- Roll third_party/googletest/src/ 52204f78f..90a415211 (9 commits)
- Roll third_party/nasm/ 767a169c8..9f916e90e (426 commits)
- Roll v8/ 04fa9cbe2..d91bd611c (362 commits)
- Roll third_party/libc++abi/src/ 94c5d7a8e..f2a7f2987 (8 commits)
- Roll third_party/skia/ 7d56b9cc7..68e53210b (103 commits)
- Roll third_party/libunwind/src/ 62e217a12..81e2cb40a (2 commits)
- Fix botched UnownedPtr refactor
- Revert "Rework inline image parsing in content streams"
- Revert "Fix crash in CPDF_StreamContentParser::Handle_BeginImageData()"
- Roll third_party/llvm-libc/src/ 4b760d9a7..e9d9246e8 (49 commits)
- Roll third_party/freetype/src/ 82090e67c..79912716e (81 commits)
- Roll third_party/abseil-cpp/ 1e8b41f1e..91f1a3775 (8 commits)
- Modernize all remaining operator==() code.
- Replace extern const with inline constexpr in //constants
- Modernize PDFium strings operator==().
- Update android_toolchain_version to KXOia11cm9lVdUdPlbGLu8sCz6Y4ey_HV2s8_8qeqhgC
- Roll third_party/rust/ d05fde505..e4c474081 (35 commits)
- Update gn_version to 487f8353f15456474437df32bb186187b0940b45
- Modernize StringViewTemplate::operator==().
- Roll third_party/icu/ c9fb4b3a6..4c8cc4b36 (2 commits)
- Fix GCC build issue in fxcodec.DecodeDataZeroSize test
- Roll Zlib from ce5a169f5017 to 6f9b4e619240 (9 revisions)
- Roll Memory Tools from 14089a7f57fa to cc38b4b04fbf (1 revision)
- Remove some strlen() calls using pdfium::span_from_cstring()
- Replace fxcrt::span_equals() with pdfium::span::operator==
- Add constexpr {Byte,Wide}StringView unit tests