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

Issue 2856993002: Fix comments after Blink rename (Closed)

Created:
3 years, 7 months ago by cblume
Modified:
3 years, 7 months ago
CC:
chromium-reviews, jzern, shans, rjwright, urvang, blink-reviews-animation_chromium.org, skal, darktears, blink-reviews, kinuko+watch, Eric Willigers
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix comments after Blink rename Blink recently went through a style guide change and renamed variables and functions. However, comments were not updated. So when a comment mentioned a variable or function, that comment became outdated. This patch fixes comments inside Blink's image-decoders/. BUG=717642 Review-Url: https://codereview.chromium.org/2856993002 Cr-Commit-Position: refs/heads/master@{#468936} Committed: https://chromium.googlesource.com/chromium/src/+/41da09b543495010a2836b82ee7273d298183d47

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fixing missed areas, a typo, and cleaning an existing comment #

Total comments: 2

Patch Set 3 : Re-aligning comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+219 lines, -217 lines) Patch
M third_party/WebKit/Source/platform/image-decoders/FastSharedBufferReader.h View 3 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/FastSharedBufferReader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ImageAnimation.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h View 9 chunks +28 lines, -28 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp View 10 chunks +20 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp View 7 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ImageFrame.h View 1 5 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp View 5 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/SegmentReader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoderTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.h View 1 13 chunks +25 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.cpp View 13 chunks +17 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.cpp View 1 5 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h View 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp View 6 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp View 6 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoderTest.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/png/PNGImageReader.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/png/PNGImageReader.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp View 4 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 23 (15 generated)
cblume
PTAL
3 years, 7 months ago (2017-05-02 18:31:03 UTC) #5
cblume
https://codereview.chromium.org/2856993002/diff/1/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.h File third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.h (right): https://codereview.chromium.org/2856993002/diff/1/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.h#newcode83 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.h:83: // Helper for decodeBMP() which will call either ProcessRLEData() ...
3 years, 7 months ago (2017-05-02 18:41:20 UTC) #6
scroggo_chromium
lgtm https://codereview.chromium.org/2856993002/diff/1/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h File third_party/WebKit/Source/platform/image-decoders/ImageFrame.h (right): https://codereview.chromium.org/2856993002/diff/1/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h#newcode168 third_party/WebKit/Source/platform/image-decoders/ImageFrame.h:168: // set aftera batch of changes was made. ...
3 years, 7 months ago (2017-05-02 18:58:15 UTC) #8
cblume
https://codereview.chromium.org/2856993002/diff/1/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h File third_party/WebKit/Source/platform/image-decoders/ImageFrame.h (right): https://codereview.chromium.org/2856993002/diff/1/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h#newcode168 third_party/WebKit/Source/platform/image-decoders/ImageFrame.h:168: // set aftera batch of changes was made. On ...
3 years, 7 months ago (2017-05-02 20:31:06 UTC) #11
Noel Gordon
LGTM https://codereview.chromium.org/2856993002/diff/20001/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp File third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp (right): https://codereview.chromium.org/2856993002/diff/20001/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp#newcode120 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp:120: */ Maybe re-align this comment.
3 years, 7 months ago (2017-05-03 00:38:17 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2856993002/40001
3 years, 7 months ago (2017-05-03 09:15:30 UTC) #19
cblume
https://codereview.chromium.org/2856993002/diff/20001/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp File third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp (right): https://codereview.chromium.org/2856993002/diff/20001/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp#newcode120 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp:120: */ On 2017/05/03 00:38:16, noel gordon wrote: > Maybe ...
3 years, 7 months ago (2017-05-03 09:24:08 UTC) #20
commit-bot: I haz the power
3 years, 7 months ago (2017-05-03 11:05:22 UTC) #23
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/41da09b543495010a2836b82ee72...

Powered by Google App Engine
This is Rietveld 408576698