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

Issue 2852573002: Rename InvalidatePaintIfNeeded to drop deprecated IfNeeded suffix. (Closed)

Created:
3 years, 7 months ago by wkorman
Modified:
3 years, 7 months ago
Reviewers:
pdr., Xianzhu
CC:
chromium-reviews, szager+layoutwatch_chromium.org, zoltan1, blink-reviews-layout_chromium.org, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, dshwang, jchaffraix+rendering, blink-reviews-paint_chromium.org, blink-reviews, blink-reviews-frames_chromium.org, kinuko+watch
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename InvalidatePaintIfNeeded to drop deprecated IfNeeded suffix. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2852573002 Cr-Commit-Position: refs/heads/master@{#467913} Committed: https://chromium.googlesource.com/chromium/src/+/905b7630a1d5c68e354c417f6cce20c75458b7f9

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -115 lines) Patch
M third_party/WebKit/Source/core/editing/CaretDisplayItemClient.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/DragCaret.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/DragCaret.cpp View 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/editing/FrameCaret.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/FrameCaret.cpp View 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/editing/FrameSelection.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/FrameSelection.cpp View 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlock.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlock.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlockFlow.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBox.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBox.cpp View 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.cpp View 3 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTable.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTable.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutView.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutView.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/paint/BlockPaintInvalidator.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/BlockPaintInvalidator.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/paint/EmbeddedObjectPaintInvalidator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/EmbeddedObjectPaintInvalidator.cpp View 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/paint/HTMLCanvasPaintInvalidator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/HTMLCanvasPaintInvalidator.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.h View 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PaintInvalidator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintInvalidator.cpp View 3 chunks +5 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/paint/TablePaintInvalidator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/TablePaintInvalidator.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/ViewPaintInvalidator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/ViewPaintInvalidator.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/plugins/PluginView.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebPluginContainerImpl.h View 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 18 (9 generated)
wkorman
3 years, 7 months ago (2017-04-27 22:50:22 UTC) #3
pdr.
On 2017/04/27 at 22:50:22, wkorman wrote: > LGTM Please wait for Xianzhu to review as ...
3 years, 7 months ago (2017-04-27 22:52:58 UTC) #6
Xianzhu
Can you explain more why "IfNeeded" is deprecated?
3 years, 7 months ago (2017-04-27 22:59:29 UTC) #7
wkorman
On 2017/04/27 22:59:29, Xianzhu wrote: > Can you explain more why "IfNeeded" is deprecated? Open ...
3 years, 7 months ago (2017-04-27 23:13:39 UTC) #8
pdr.
I think *IsNeeded is generally redundant. For example, "LayoutObject::UpdateCursorImages" could be named UpdateCursorImagesIfNeeded because it ...
3 years, 7 months ago (2017-04-27 23:24:47 UTC) #9
wkorman
On 2017/04/27 23:24:47, pdr (OOO until May 3rd) wrote: > I think *IsNeeded is generally ...
3 years, 7 months ago (2017-04-27 23:30:00 UTC) #10
Xianzhu
Thanks for explanation. I think it's reasonable to remove most of the IfNeeded postfixes. LGTM.
3 years, 7 months ago (2017-04-28 00:09:33 UTC) #11
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/2852573002/1
3 years, 7 months ago (2017-04-28 03:43:23 UTC) #15
commit-bot: I haz the power
3 years, 7 months ago (2017-04-28 05:55:54 UTC) #18
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/905b7630a1d5c68e354c417f6cce...

Powered by Google App Engine
This is Rietveld 408576698