Sign in
pdfium
/
pdfium
/
HEAD
2cadd25
Add test case for a bunch of shading type 7 (and 6) corner cases.
by Nico Weber
· 2 days ago
main
c6b8c8e
Change CPDF_Dictionary::KeyExist() to take ByteStringView
by Lei Zhang
· 2 days ago
429e3b0
Remove out-parameter from CPDF_DefaultAppearance::GetFont()
by Lei Zhang
· 2 days ago
e49c5ef
Fix testing_rust_revision after pdfium-review.googlesource.com/131370
by Nico Weber
· 2 days ago
cce603a
Stop handling coons patches in CFX_SkiaDeviceDriver::DrawShading
by Nico Weber
· 2 days ago
3d37e94
Implement support for drawing bezier patches
by Nico Weber
· 3 days ago
61be18b
Use absl::flat_hash_set inside cpdf_nametree.cpp
by Lei Zhang
· 3 days ago
28557e8
Remove explicit template argument from ScopedSetInsertion users
by Lei Zhang
· 3 days ago
c432752
Add test for multidimensional reinterpret_span<>() flattening.
by Tom Sepez
· 3 days ago
a907ba0
Add FPDFAnnot_SetFormFieldFlags API to modify form field flags
by Helmut Januschka
· 3 days ago
0034a50
Improve FPDF_GetPageWidthF() / FPDF_GetPageHeightF() documentation
by Lei Zhang
· 4 days ago
c92cd17
Rewrite CPDF_Annot::AnnotSubtypeToString() with switch-statement
by Lei Zhang
· 4 days ago
b8e8a35
testing/tools: Add a script to renumber objects in file order
by Nico Weber
· 5 days ago
chromium/7168
chromium/7169
chromium/7170
chromium/7171
chromium/7172
chromium/7173
chromium/7174
88d42b1
Extend shade.pdf test
by Nico Weber
· 5 days ago
93ea99d
Explain preconditions whenever UNSAFE_BUFFER_USAGE.
by Tom Sepez
· 5 days ago
3e8d184
Fix GCC build issue in fxcodec.DecodeDataZeroSize test (try 2)
by Lei Zhang
· 5 days ago
1ece8a1
Clean up CPDF_DefaultAppearance
by Lei Zhang
· 5 days ago
3ef4650
Update reclient_version to 0.177.1.e58c0145-gomaip
by Andy Phan
· 5 days ago
38d16b8
Roll third_party/googletest/src/ 52204f78f..90a415211 (9 commits)
by Andy Phan
· 5 days ago
642c3be
Roll third_party/nasm/ 767a169c8..9f916e90e (426 commits)
by Andy Phan
· 5 days ago
d6ebd12
Roll v8/ 04fa9cbe2..d91bd611c (362 commits)
by Andy Phan
· 5 days ago
8b14de9
Roll third_party/libc++abi/src/ 94c5d7a8e..f2a7f2987 (8 commits)
by Andy Phan
· 5 days ago
f9b941a
Roll third_party/skia/ 7d56b9cc7..68e53210b (103 commits)
by Andy Phan
· 5 days ago
0ace636
Roll third_party/libunwind/src/ 62e217a12..81e2cb40a (2 commits)
by Andy Phan
· 5 days ago
e265bde
Fix botched UnownedPtr refactor
by Lei Zhang
· 5 days ago
chromium/7166
chromium/7167
4d936fa
Revert "Rework inline image parsing in content streams"
by Lei Zhang
· 5 days ago
6058b2a
Revert "Fix crash in CPDF_StreamContentParser::Handle_BeginImageData()"
by Lei Zhang
· 5 days ago
46f4561
Roll third_party/llvm-libc/src/ 4b760d9a7..e9d9246e8 (49 commits)
by Andy Phan
· 6 days ago
136d704
Roll third_party/freetype/src/ 82090e67c..79912716e (81 commits)
by Andy Phan
· 6 days ago
acffebe
Roll third_party/abseil-cpp/ 1e8b41f1e..91f1a3775 (8 commits)
by Andy Phan
· 6 days ago
9490e64
Modernize all remaining operator==() code.
by Tom Sepez
· 6 days ago
1eb36c3
Replace extern const with inline constexpr in //constants
by Lei Zhang
· 6 days ago
chromium/7165
af6de9b
Modernize PDFium strings operator==().
by Tom Sepez
· 6 days ago
7d8f6a4
Update android_toolchain_version to KXOia11cm9lVdUdPlbGLu8sCz6Y4ey_HV2s8_8qeqhgC
by Andy Phan
· 6 days ago
37b2c59
Roll third_party/rust/ d05fde505..e4c474081 (35 commits)
by Andy Phan
· 6 days ago
3b98432
Update gn_version to 487f8353f15456474437df32bb186187b0940b45
by Andy Phan
· 6 days ago
e73054c
Modernize StringViewTemplate::operator==().
by Tom Sepez
· 6 days ago
23f69c9
Roll third_party/icu/ c9fb4b3a6..4c8cc4b36 (2 commits)
by Andy Phan
· 6 days ago
6b0300a
Fix GCC build issue in fxcodec.DecodeDataZeroSize test
by Lei Zhang
· 6 days ago
2ab9e93
Roll Zlib from ce5a169f5017 to 6f9b4e619240 (9 revisions)
by pdfium-autoroll
· 7 days ago
6114b3b
Roll Memory Tools from 14089a7f57fa to cc38b4b04fbf (1 revision)
by pdfium-autoroll
· 7 days ago
d1ee8b0
Remove some strlen() calls using pdfium::span_from_cstring()
by Lei Zhang
· 10 days ago
41e5f40
Replace fxcrt::span_equals() with pdfium::span::operator==
by Lei Zhang
· 10 days ago
6ec1d2f
Add constexpr {Byte,Wide}StringView unit tests
by Lei Zhang
· 10 days ago
f92aa15
Update pdfium::Contains() from Chromium
by Lei Zhang
· 11 days ago
chromium/7155
chromium/7156
chromium/7157
chromium/7158
chromium/7159
chromium/7160
chromium/7161
chromium/7162
chromium/7163
chromium/7164
0f84b85
Replace MakeFakeUniquePtr() with MatchesUniquePtr()
by Lei Zhang
· 11 days ago
9444ec8
Replace fxcrt::ToArray() with std::to_array()
by Lei Zhang
· 11 days ago
6b13180
Convert to C++20 requires clauses in span_util.h
by Tom Sepez
· 11 days ago
ae0ead6
Remove unnecessary stl_util.h includes
by Lei Zhang
· 11 days ago
7daaacf
Convert to more C++20 requires clauses in //core/fxcrt
by Tom Sepez
· 11 days ago
a66a29a
Convert to C++20 requires clauses in //core/fpdfapi
by Tom Sepez
· 11 days ago
789082d
Convert RetainPtr<> templates to use C++20 requires clauses
by Tom Sepez
· 11 days ago
e90e389
Remove std::span conversion code from span.h
by Lei Zhang
· 11 days ago
5c21bbd
Remove unused internal templates from span.h.
by Tom Sepez
· 12 days ago
ceaecc2
Actually remove pdfium::make_span().
by Tom Sepez
· 12 days ago
6397490
Replace calls to pdfium::make_span() with CTAD.
by Tom Sepez
· 12 days ago
d2b5a28
Make pdfium::span<> range constructors consistent
by Tom Sepez
· 12 days ago
0496d80
Use fast_float::chars_format::allow_leading_plus option
by Lei Zhang
· 12 days ago
ba9bff4
Remove uses of deprecated download_from_google_storage --no_auth in DEPS
by Lei Zhang
· 12 days ago
5da39fb
Remove <string.h> inclusion from span.h
by Tom Sepez
· 12 days ago
d45defc
Use inline constexpr in cmaps headers
by Lei Zhang
· 12 days ago
chromium/7152
chromium/7153
chromium/7154
69686ef
Update pdfium::span<> to more closely match C++20 base::span<>
by Tom Sepez
· 13 days ago
bce7ccb
Use size_t for indices in CPDF_CMap::GetNextChar()
by Lei Zhang
· 13 days ago
87a4972
Add API to retrieve MIME type from PDF attachments
by Helmut Januschka
· 13 days ago
384d409
Fix nullptr deref in CFXJSE_FormCalcContext::Time2Num()
by Lei Zhang
· 13 days ago
02c94a3
Use std::ranges::find() and find_if()
by Lei Zhang
· 13 days ago
cf64c42
Handle arrays of 1-in, 1-out functions for shading types 4-7
by Nico Weber
· 13 days ago
953632e
Roll Catapult from 5bda0fdab9d9 to 000f47cfa393 (43 revisions)
by pdfium-autoroll
· 14 days ago
52aa19e
Roll Code Coverage from 86ab7fc653c4 to dea8d7c1bd51 (11 revisions)
by pdfium-autoroll
· 14 days ago
69bef25
Roll Depot Tools from 3ce438f7f0ba to 1fcc527019d7 (91 revisions)
by pdfium-autoroll
· 14 days ago
c440145
Prepare more files for update to pdfium::span<>
by Tom Sepez
· 2 weeks ago
chromium/7146
chromium/7147
chromium/7148
chromium/7149
chromium/7150
d91512d
Roll v8/ c206c46cd..04fa9cbe2 (552 commits)
by Lei Zhang
· 2 weeks ago
67ca3cf
Fix crash in CPDF_StreamContentParser::Handle_BeginImageData()
by Lei Zhang
· 2 weeks ago
e72f115
Prepare PDFium for updated base::span implementation.
by Tom Sepez
· 2 weeks ago
8f09a63
Add LIFETIME_BOUND to core/fxcrt/compiler_specific.h.
by Tom Sepez
· 2 weeks ago
0557a22
Update core/fxcrt/numerics
by Lei Zhang
· 2 weeks ago
c31ed43
Implement PDF version handling from catalog dictionary
by Helmut Januschka
· 3 weeks ago
chromium/7143
chromium/7144
chromium/7145
c0bc98d
Rework inline image parsing in content streams
by Lei Zhang
· 3 weeks ago
ef236b1
Improve CPDF_StreamParser::ReadInlineStream() span usage
by Lei Zhang
· 3 weeks ago
2396350
Ignore inline images without EI operators
by Lei Zhang
· 3 weeks ago
6941991
[fxcrt] Remove IsPowerOfTwo()
by Ho Cheung
· 3 weeks ago
69bb626
Remove fxcrt::Fill()
by Lei Zhang
· 3 weeks ago
dbf0a1b
Replace fxcrt::Fill() with std::ranges::fill()
by Lei Zhang
· 3 weeks ago
chromium/7139
chromium/7140
chromium/7141
chromium/7142
309d5e9
Convert remaining code to google_style_ members
by Tom Sepez
· 3 weeks ago
7c52523
Roll goldctl from bbe5d9f7f74b to cce6d37d624f
by pdfium-autoroll
· 3 weeks ago
042b29d
Convert to google_style in core/fpdfapi/render
by Tom Sepez
· 4 weeks ago
f7649ff
Convert to google_style in core/fpdfapi/page
by Tom Sepez
· 4 weeks ago
f6ad5f3
Convert to google_style_ naming in core/fpdfapi/parser.
by Tom Sepez
· 4 weeks ago
6607706
Rewrite core/fpdfapi/{cmaps,font} to google_style_ members
by Tom Sepez
· 4 weeks ago
3d8aaf4
Update README URLs for filing a new bug
by Alan Screen
· 5 weeks ago
c1efd96
Clang-format remainder core files
by Lei Zhang
· 5 weeks ago
chromium/7120
chromium/7121
chromium/7122
chromium/7123
chromium/7124
chromium/7125
chromium/7126
chromium/7127
chromium/7128
chromium/7129
chromium/7130
chromium/7131
chromium/7132
chromium/7133
chromium/7134
chromium/7135
chromium/7136
chromium/7137
chromium/7138
2713666
Clang-format //testing
by Lei Zhang
· 5 weeks ago
e7231eb
Clang-format //fxjs
by Lei Zhang
· 5 weeks ago
f6d3ca2
Clang-format core/fxcrt
by Lei Zhang
· 5 weeks ago
3cf23e1
Clang-format core/fpdfapi
by Lei Zhang
· 5 weeks ago
1847ad5
Clang-format core/fxge
by Lei Zhang
· 5 weeks ago
fb910dc
Replace fxcrt::Fill() with std::ranges::fill() in one spot
by Lei Zhang
· 5 weeks ago
b5b7e1e
Convert to google_style_ member names in core/fxge.
by Tom Sepez
· 5 weeks ago
cdd0eae
Improve a few member variables names in fpdfsdk
by Lei Zhang
· 5 weeks ago
d0dcedc
Clang-format //fpdfsdk
by Lei Zhang
· 5 weeks ago
Next »