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

Issue 2062533002: Disable incremental invalidation for SVG (Closed)

Created:
4 years, 6 months ago by pdr.
Modified:
4 years, 6 months ago
Reviewers:
chrishtr, Xianzhu
CC:
blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, krit, eae+blinkwatch, f(malita), fs, gyuyoung2, jchaffraix+rendering, kouhei+svg_chromium.org, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, Stephen Chennney, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable incremental invalidation for SVG Incremental invalidation is a feature where size changes (e.g., shrinking an object's height) can only invalidate the shrunken region instead of the entire object. This can lead to underinvalidation bugs if the object is not fully opaque, such as the case of rounded corners. This patch switches all incremental invalidations to be full invalidations. BUG=619108 Committed: https://crrev.com/6c46c2c4123213eb9a684a1df9ec22cccea39d52 Cr-Commit-Position: refs/heads/master@{#399384}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Address reviewer comments and make final #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -1 line) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 2 chunks +13 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp View 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (13 generated)
pdr.
4 years, 6 months ago (2016-06-10 22:54:55 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2062533002/1
4 years, 6 months ago (2016-06-10 22:55:56 UTC) #5
Xianzhu
lgtm https://codereview.chromium.org/2062533002/diff/1/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h File third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h (right): https://codereview.chromium.org/2062533002/diff/1/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h#newcode73 third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h:73: const LayoutRect& newBounds, const LayoutPoint& newPositionFromPaintInvalidationContainer) const override; ...
4 years, 6 months ago (2016-06-10 23:03:27 UTC) #6
pdr.
On 2016/06/10 at 23:03:27, wangxianzhu wrote: > lgtm > > https://codereview.chromium.org/2062533002/diff/1/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h > File third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h (right): ...
4 years, 6 months ago (2016-06-10 23:07:46 UTC) #7
chrishtr
lgtm
4 years, 6 months ago (2016-06-10 23:12:52 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2062533002/20001
4 years, 6 months ago (2016-06-10 23:15:30 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/245207)
4 years, 6 months ago (2016-06-11 02:01:55 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2062533002/20001
4 years, 6 months ago (2016-06-11 19:20:02 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/199374)
4 years, 6 months ago (2016-06-11 19:26:34 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2062533002/40001
4 years, 6 months ago (2016-06-11 20:27:17 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/237683)
4 years, 6 months ago (2016-06-11 22:54:35 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2062533002/40001
4 years, 6 months ago (2016-06-11 22:56:33 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-12 00:06:59 UTC) #25
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-12 00:07:02 UTC) #26
commit-bot: I haz the power
4 years, 6 months ago (2016-06-12 00:09:02 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6c46c2c4123213eb9a684a1df9ec22cccea39d52
Cr-Commit-Position: refs/heads/master@{#399384}

Powered by Google App Engine
This is Rietveld 408576698