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

Issue 208103002: [repaint-after-layout] Only repaint SVG root element when needed. (Closed)

Created:
6 years, 9 months ago by dsinclair
Modified:
6 years, 9 months ago
CC:
blink-reviews, krit, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, kouhei+svg_chromium.org, fs, ed+blinkwatch_opera.com, f(malita), gyuyoung.kim_webkit.org, jchaffraix+rendering, pdr., rwlbuis, Stephen Chennney, rune+blink
Visibility:
Public.

Description

[repaint-after-layout] Only repaint SVG root element when needed. With Repaint-After-Layout we would repaint the SVG Root element a lot more then needed. This ports the check for when to repaint the SVG Root element into the LayoutRectRecorder to better match what the LayoutRepainting was doing originally. BUG=320139 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169886

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -9 lines) Patch
M Source/core/rendering/LayoutRectRecorder.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/LayoutRectRecorder.cpp View 1 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderBlockLineLayout.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGRoot.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
dsinclair
PTAL.
6 years, 9 months ago (2014-03-21 12:25:09 UTC) #1
Julien - ping for review
lgtm. Adding @pdr in case he has more comments.
6 years, 9 months ago (2014-03-21 18:01:39 UTC) #2
esprehn
https://codereview.chromium.org/208103002/diff/1/Source/core/rendering/svg/RenderSVGRoot.cpp File Source/core/rendering/svg/RenderSVGRoot.cpp (right): https://codereview.chromium.org/208103002/diff/1/Source/core/rendering/svg/RenderSVGRoot.cpp#newcode202 Source/core/rendering/svg/RenderSVGRoot.cpp:202: LayoutRectRecorder recorder(*this, !(checkForRepaint() && needsLayout)); Can you propagate the ...
6 years, 9 months ago (2014-03-21 18:17:28 UTC) #3
dsinclair
https://codereview.chromium.org/208103002/diff/1/Source/core/rendering/svg/RenderSVGRoot.cpp File Source/core/rendering/svg/RenderSVGRoot.cpp (right): https://codereview.chromium.org/208103002/diff/1/Source/core/rendering/svg/RenderSVGRoot.cpp#newcode202 Source/core/rendering/svg/RenderSVGRoot.cpp:202: LayoutRectRecorder recorder(*this, !(checkForRepaint() && needsLayout)); On 2014/03/21 18:17:29, esprehn ...
6 years, 9 months ago (2014-03-24 14:46:28 UTC) #4
dsinclair
The CQ bit was checked by dsinclair@chromium.org
6 years, 9 months ago (2014-03-24 14:47:12 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dsinclair@chromium.org/208103002/20001
6 years, 9 months ago (2014-03-24 14:47:18 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-24 14:48:53 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_rel
6 years, 9 months ago (2014-03-24 14:48:54 UTC) #8
dsinclair
The CQ bit was checked by dsinclair@chromium.org
6 years, 9 months ago (2014-03-24 14:50:37 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dsinclair@chromium.org/208103002/20001
6 years, 9 months ago (2014-03-24 14:50:56 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-24 14:53:10 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_rel
6 years, 9 months ago (2014-03-24 14:53:11 UTC) #12
dsinclair
The CQ bit was checked by dsinclair@chromium.org
6 years, 9 months ago (2014-03-24 17:36:03 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dsinclair@chromium.org/208103002/20001
6 years, 9 months ago (2014-03-24 17:36:10 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-24 18:40:19 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 9 months ago (2014-03-24 18:40:19 UTC) #16
dsinclair
The CQ bit was checked by dsinclair@chromium.org
6 years, 9 months ago (2014-03-24 18:51:48 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dsinclair@chromium.org/208103002/20001
6 years, 9 months ago (2014-03-24 18:51:52 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-24 20:00:06 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 9 months ago (2014-03-24 20:00:07 UTC) #20
Julien - ping for review
The CQ bit was checked by jchaffraix@chromium.org
6 years, 9 months ago (2014-03-24 21:56:18 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dsinclair@chromium.org/208103002/20001
6 years, 9 months ago (2014-03-24 21:56:25 UTC) #22
commit-bot: I haz the power
6 years, 9 months ago (2014-03-24 23:50:52 UTC) #23
Message was sent while issue was closed.
Change committed as 169886

Powered by Google App Engine
This is Rietveld 408576698