| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Replace calls to pdfium::make_span() with CTAD. Deduction rules are imperfect, and we need to provide more information than ought be required in some cases. In particular, we need to call out dynamic_spans in a few places where spans of different sizes are combined by a questionmark operator. Bug: 42271100 Change-Id: Ic5299c1331702e84bcbb2b3cef1e731d00c06f03 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/131172 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> | 1 年前 | |
Update old-style copyright headers Updates old-style copyright headers to the new style, by removing "All rights reserved." Also inserts "The" before "PDFium Authors", which is required by both styles. Mechanically generated by this command: PATTERN='Copyright \([0-9]\+\) \(The \)\?PDFium Authors. All rights reserved.' git grep -l "$PATTERN" \ | xargs sed "s/$PATTERN/Copyright \1 The PDFium Authors/" -i'' Fixed: pdfium:1884 Change-Id: I6f781d811df8839e2e21b85f716529b813828bcd Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100371 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> | 3 年前 | |
Revert "!44 merge 144_trunk into 144_trunk" This reverts commit 20970951ddb733e75f4db5c7a7e0829a18c874db, reversing changes made to 66c6bc40966122935d37eef739deb988581214d4. Signed-off-by: ohci1 <ohci1@noreply.gitcode.com> | 6 个月前 | |
Revert "!44 merge 144_trunk into 144_trunk" This reverts commit 20970951ddb733e75f4db5c7a7e0829a18c874db, reversing changes made to 66c6bc40966122935d37eef739deb988581214d4. Signed-off-by: ohci1 <ohci1@noreply.gitcode.com> | 6 个月前 | |
Replace calls to pdfium::make_span() with CTAD. Deduction rules are imperfect, and we need to provide more information than ought be required in some cases. In particular, we need to call out dynamic_spans in a few places where spans of different sizes are combined by a questionmark operator. Bug: 42271100 Change-Id: Ic5299c1331702e84bcbb2b3cef1e731d00c06f03 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/131172 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> | 1 年前 | |
Change GetFileContents() test utility to return a vector Instead of returning a std::unique_ptr, with a separate out-parameter for the size, change GetFileContents() to just return a std::vector. Because it is only used for reading data files in tests, GetFileContents() should never have to read an empty file. Therefore, it can use an empty vector to indicate failure, and not have to wrap the vector in an optional. Change-Id: I485551e2ed4c47e98f4535cf91bbf6bff1ca99bb Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/113452 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | 2 年前 | |
Update old-style copyright headers Updates old-style copyright headers to the new style, by removing "All rights reserved." Also inserts "The" before "PDFium Authors", which is required by both styles. Mechanically generated by this command: PATTERN='Copyright \([0-9]\+\) \(The \)\?PDFium Authors. All rights reserved.' git grep -l "$PATTERN" \ | xargs sed "s/$PATTERN/Copyright \1 The PDFium Authors/" -i'' Fixed: pdfium:1884 Change-Id: I6f781d811df8839e2e21b85f716529b813828bcd Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100371 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> | 3 年前 | |
Move third_party/base/span.h to core/fxcrt Fix some GN build rules to make the build work after moving. Bug: pdfium:2127 Change-Id: Ic8cf0860dc5df8a510ecb34de1ffd10514d86c26 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/116650 Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> Commit-Queue: Lei Zhang <thestig@chromium.org> | 2 年前 | |
Clang-format //testing Change-Id: I27360f1264aefc45286e07242f30f1882aeca2ba Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130753 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 1 年前 | |
Remove out-parameter from PathService::GetTestFilePath() Just return the path directly, and use empty paths as the indicator for failure. Change-Id: Iffb892260e3dcc907148ff91698a1a44c67694a8 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/113450 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 3 年前 | ||
| 6 个月前 | ||
| 6 个月前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 2 年前 |