Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(575)

Issue 2053573003: Clean up fx_codec_tiff.cpp. (Closed)

Created:
4 years, 6 months ago by Lei Zhang
Modified:
4 years, 6 months ago
Reviewers:
Tom Sepez
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium@master
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Clean up fx_codec_tiff.cpp. Fix regressions from commit 4997b22. BUG=618164 Committed: https://pdfium.googlesource.com/pdfium/+/fcf61b39ee597c73e80ba789833fb7fe49878422

Patch Set 1 : Move code into anonymous namespace. Remove dead code. #

Total comments: 4

Patch Set 2 : isDecoder is always true #

Patch Set 3 : rename member variables we care about #

Patch Set 4 : delete other member variables #

Total comments: 2

Patch Set 5 : fix regression from 4997b22 #

Total comments: 1

Patch Set 6 : remove dead code, stop passing by non-const ref #

Total comments: 2

Patch Set 7 : remove dead code, nits #

Total comments: 2

Patch Set 8 : bool #

Patch Set 9 : private #

Patch Set 10 : CCodec_ProgressiveDecoder cleanup #

Total comments: 4

Patch Set 11 : more CCodec_ProgressiveDecoder cleanup #

Patch Set 12 : simplify CCodec_ProgressiveDecoder inner classes #

Patch Set 13 : lint, IWYU #

Total comments: 4

Patch Set 14 : use right variable type with TIFFGetField, add checked_casts #

Total comments: 2

Patch Set 15 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+690 lines, -711 lines) Patch
M core/fxcodec/codec/ccodec_tiffmodule.h View 1 2 3 4 5 6 7 1 chunk +8 lines, -9 lines 0 comments Download
M core/fxcodec/codec/fx_codec_progress.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 52 chunks +418 lines, -362 lines 0 comments Download
M core/fxcodec/codec/fx_codec_tiff.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +244 lines, -326 lines 0 comments Download
M core/fxcodec/codec/include/ccodec_progressivedecoder.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +20 lines, -14 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
Lei Zhang
4 years, 6 months ago (2016-06-09 07:49:10 UTC) #2
Tom Sepez
https://codereview.chromium.org/2053573003/diff/1/core/fxcodec/codec/fx_codec_tiff.cpp File core/fxcodec/codec/fx_codec_tiff.cpp (right): https://codereview.chromium.org/2053573003/diff/1/core/fxcodec/codec/fx_codec_tiff.cpp#newcode52 core/fxcodec/codec/fx_codec_tiff.cpp:52: FX_BOOL isDecoder; Agree this is always true and can ...
4 years, 6 months ago (2016-06-09 17:53:17 UTC) #3
Lei Zhang
https://codereview.chromium.org/2053573003/diff/1/core/fxcodec/codec/fx_codec_tiff.cpp File core/fxcodec/codec/fx_codec_tiff.cpp (right): https://codereview.chromium.org/2053573003/diff/1/core/fxcodec/codec/fx_codec_tiff.cpp#newcode52 core/fxcodec/codec/fx_codec_tiff.cpp:52: FX_BOOL isDecoder; On 2016/06/09 17:53:16, Tom Sepez wrote: > ...
4 years, 6 months ago (2016-06-09 22:00:40 UTC) #5
Tom Sepez
lgtm
4 years, 6 months ago (2016-06-09 22:11:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2053573003/270001
4 years, 6 months ago (2016-06-09 22:20:07 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: mac_no_v8 on master.tryserver.client.pdfium (JOB_TIMED_OUT, no build URL) mac_xfa on ...
4 years, 6 months ago (2016-06-10 00:01:04 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2053573003/270001
4 years, 6 months ago (2016-06-10 00:45:12 UTC) #12
commit-bot: I haz the power
4 years, 6 months ago (2016-06-10 01:29:39 UTC) #14
Message was sent while issue was closed.
Committed patchset #15 (id:270001) as
https://pdfium.googlesource.com/pdfium/+/fcf61b39ee597c73e80ba789833fb7fe4987...

Powered by Google App Engine
This is Rietveld 408576698