| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Clang-format //fxbarcode Change-Id: Iad0cc6dca332a501a5671427bb9281bafa76027f Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130691 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | 1 年前 | |
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> | 5 个月前 | |
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> | 5 个月前 | |
Remove unnecessary stl_util.h includes Remove it from files that do not use its functions. Change-Id: If6f21afe7b384db32df29ed127b7c0c313b5ea55 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/131250 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 1 年前 | |
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> | 5 个月前 | |
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 年前 | |
Delete XFA barcode char encoding code The call stack starting in //xfa eventually calls down to CBC_Writer::SetCharEncoding(), which sets m_CharEncoding. But no code reads m_CharEncoding. Change-Id: I257421ef72f2e942b537ebaeef5188e649be59f2 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/122611 Reviewed-by: Tom Sepez <tsepez@google.com> Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 1 年前 | |
Clang-format //fxbarcode Change-Id: Iad0cc6dca332a501a5671427bb9281bafa76027f Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130691 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | 1 年前 | |
Convert to google-style_ member names in fxbarcode/ -- Includes sub-directories. -- Includes manual corrections (PS2 vs PS1). Bug: 42271580 Change-Id: Ib859dfd8b5e833ebc29dca5e02828fb6586a91ed Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130310 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 1 年前 | |
Clang-format //fxbarcode Change-Id: Iad0cc6dca332a501a5671427bb9281bafa76027f Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130691 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | 1 年前 | |
Convert to google-style_ member names in fxbarcode/ -- Includes sub-directories. -- Includes manual corrections (PS2 vs PS1). Bug: 42271580 Change-Id: Ib859dfd8b5e833ebc29dca5e02828fb6586a91ed Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130310 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 1 年前 | |
Remove class CBC_QRCoderECBlocks. It was just a wrapper around a reference to a CBC_QRCoderECBlockData structure that provided some non-virtual methods. Fold the methods into CBC_QRCoderECBlockData itself. -- Kill namespace fxbarcode with its one entry and make a longer name to avoid the uniqueness concern that caused the creation of the namespace in the first place. -- Rename BC_QRCoderECBlocksData.* to BC_QRCoderECBlockData.* to match name of class inside it (no 's' after Block). Change-Id: Ib03b167b20c28ed456409041bb438a44d47f5b64 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/119690 Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> Commit-Queue: Tom Sepez <tsepez@chromium.org> | 2 年前 | |
Remove core/fxcodec from fxbarcode/DEPS e.g. git grep core/fxcodec fxbarcode shows it is unused. Change-Id: I3c1756bba281724fd12109f9a9fa9ceb99d9b855 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/55210 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> | 6 年前 | |
Clang-format //fxbarcode Change-Id: Iad0cc6dca332a501a5671427bb9281bafa76027f Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130691 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | 1 年前 | |
Convert to google-style_ member names in fxbarcode/ -- Includes sub-directories. -- Includes manual corrections (PS2 vs PS1). Bug: 42271580 Change-Id: Ib859dfd8b5e833ebc29dca5e02828fb6586a91ed Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130310 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 1 年前 | |
Clang-format //fxbarcode Change-Id: Iad0cc6dca332a501a5671427bb9281bafa76027f Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130691 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | 1 年前 | |
Convert to google-style_ member names in fxbarcode/ -- Includes sub-directories. -- Includes manual corrections (PS2 vs PS1). Bug: 42271580 Change-Id: Ib859dfd8b5e833ebc29dca5e02828fb6586a91ed Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130310 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 1 年前 | |
Clang-format //fxbarcode Change-Id: Iad0cc6dca332a501a5671427bb9281bafa76027f Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130691 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | 1 年前 | |
Convert to google-style_ member names in fxbarcode/ -- Includes sub-directories. -- Includes manual corrections (PS2 vs PS1). Bug: 42271580 Change-Id: Ib859dfd8b5e833ebc29dca5e02828fb6586a91ed Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130310 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 1 年前 | |
Convert to google-style_ member names in fxbarcode/ -- Includes sub-directories. -- Includes manual corrections (PS2 vs PS1). Bug: 42271580 Change-Id: Ib859dfd8b5e833ebc29dca5e02828fb6586a91ed Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130310 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 1 年前 | |
Convert to google-style_ member names in fxbarcode/ -- Includes sub-directories. -- Includes manual corrections (PS2 vs PS1). Bug: 42271580 Change-Id: Ib859dfd8b5e833ebc29dca5e02828fb6586a91ed Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130310 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 1 年前 | |
Convert to google-style_ member names in fxbarcode/ -- Includes sub-directories. -- Includes manual corrections (PS2 vs PS1). Bug: 42271580 Change-Id: Ib859dfd8b5e833ebc29dca5e02828fb6586a91ed Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130310 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 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 年前 | |
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 年前 | |
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 年前 | |
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 年前 | |
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 年前 | |
Clang-format //fxbarcode Change-Id: Iad0cc6dca332a501a5671427bb9281bafa76027f Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130691 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | 1 年前 | |
Convert to google-style_ member names in fxbarcode/ -- Includes sub-directories. -- Includes manual corrections (PS2 vs PS1). Bug: 42271580 Change-Id: Ib859dfd8b5e833ebc29dca5e02828fb6586a91ed Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130310 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 1 年前 | |
Convert to google-style_ member names in fxbarcode/ -- Includes sub-directories. -- Includes manual corrections (PS2 vs PS1). Bug: 42271580 Change-Id: Ib859dfd8b5e833ebc29dca5e02828fb6586a91ed Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130310 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 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 年前 | |
Clang-format //fxbarcode Change-Id: Iad0cc6dca332a501a5671427bb9281bafa76027f Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130691 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@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 年前 | |
[cleanup] Remove underscores from test names in pdfium Tests written with the GoogleTest framework should not use underscores in test names. After this CL, there should be no underscores in the test names. Fixed: 42270790 Change-Id: I8a1656a69f3a4bf05b90b69bf9ba6260455b6435 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/125310 Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Ho Cheung <hocheung@chromium.org> | 1 年前 | |
Convert to google-style_ member names in fxbarcode/ -- Includes sub-directories. -- Includes manual corrections (PS2 vs PS1). Bug: 42271580 Change-Id: Ib859dfd8b5e833ebc29dca5e02828fb6586a91ed Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130310 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 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 年前 | |
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 年前 | |
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> | 5 个月前 | |
Rename most "pFont" instances to "font" Mass rename some common variable names to follow Google C++ style. Also rename most "pFontFoo" instances to "font_foo". Bug: 42271580 Change-Id: I8e625265372d39551d273802249dcacbbde0ff25 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/132310 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | 1 年前 | |
Rename FXDIB_Format enum values to better match public values - Change kRgb to kBgr to match FPDFBitmap_BGR - Change kRgb32 to kBgrx to match FPDFBitmap_BGRX - Change kArgb to kBgra to match FPDFBitmap_BGRA - Change kArgbPremul to kBgraPremul to match kBgra Change-Id: If1e6e788e93fd9d8c767fa3f36f61ecebaa977a1 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/123476 Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Tom Sepez <tsepez@google.com> Commit-Queue: Lei Zhang <thestig@chromium.org> | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 5 个月前 | ||
| 5 个月前 | ||
| 1 年前 | ||
| 5 个月前 | ||
| 3 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 6 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 5 个月前 | ||
| 1 年前 | ||
| 1 年前 |