This version was built with branch chromium/7009
of PDFium
Changes
Commits between chromium/6996
and chromium/7009
:
- Fix some formatting issues in fpdfview.h
- Add pixel test for PDF with /NeedAppearances true
- fix extraction of marked text
- Add another indexed jpeg2000 test
- Remove MSVC-specific code
- Roll third_party/abseil-cpp/ 72093794a..f9b083a49 (12 commits)
- Roll third_party/freetype/src/ afc7000ca..b1f478508 (36 commits)
- Update gn_version to ed1abc107815210dc66ec439542bee2f6cbabc00
- Roll third_party/libunwind/src/ d1e95b102..e55d8cf51 (1 commit)
- Roll third_party/googletest/src/ 7d76a231b..e235eb34c (7 commits)
- Use StringTo{Float,Double}() in more places
- Switch one FXSYS_wcstof() caller to StringToFloat()
- Switch FXSYS_wcstof() to use fast_float
- Avoid UTF-8 conversion in wide versions of StringTo{Float,Double}()
- Test more WideString inputs with StringTo{Float,Double}()
- Suppress unsafe_libc_call (Debug only) in CFXJSE_Context.
- Fix JPEG2000 image decoding with an indexed colorspace
- Enable death tests for {Byte,Wide}String in release builds.
- Remove CXFA_FMLexer::Token::ToDebugString().
- Remove the /wd defines from BUILD.gn
- Default pdfium to using an optimized allocator.
- Roll base/allocator/partition_allocator/ 9cab8b0d1..85d14cbcf (14 commits)
- Roll Code Coverage from 5e7c277c0d8c to 22e1f7663197 (2 revisions)
- Roll Depot Tools from 58625e82c685 to 98b7273c8d49 (86 revisions)
- Roll Catapult from 86d6f8ee6130 to d5166861902b (22 revisions)
- Skip some WideString creation in CPDF_TextPage::ProcessTextObjectItems()