Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(7)

Issue 1185913002: Skip caching in all scopes (Closed)

Created:
4 years, 10 months ago by Xianzhu
Modified:
4 years, 10 months ago
Reviewers:
chrishtr
CC:
blink-reviews, blink-reviews-paint_chromium.org, Rik, danakj, dshwang, krit, f(malita), jbroman, Justin Novosad, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney, slimming-paint-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Skip caching in all scopes It's hard to match scoped display items to cached display items because sometimes the scope id is not stable (such as collapsed border paintings in a table). Because scopes are rare (currently used for table collapsed borders, printing, reflection and multi-column), we expect this won't affect performance of most normal web pages. If this looks good, we could also remove scopeOwner, scopeId and the logics to manage them. BUG=500034, 497614 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197086

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M Source/core/paint/DeprecatedPaintLayerPainter.cpp View 2 chunks +0 lines, -2 lines 1 comment Download
M Source/platform/graphics/paint/DisplayItemList.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/platform/graphics/paint/DisplayItemListTest.cpp View 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Xianzhu
4 years, 10 months ago (2015-06-13 02:01:07 UTC) #2
pdr.
On 2015/06/13 at 02:01:07, wangxianzhu wrote: > If we can't cache display items within scopes, ...
4 years, 10 months ago (2015-06-13 02:55:08 UTC) #3
Xianzhu
On 2015/06/13 02:55:08, pdr wrote: > On 2015/06/13 at 02:01:07, wangxianzhu wrote: > > > ...
4 years, 10 months ago (2015-06-13 03:18:22 UTC) #4
pdr.
On 2015/06/13 at 03:18:22, wangxianzhu wrote: > On 2015/06/13 02:55:08, pdr wrote: > > On ...
4 years, 10 months ago (2015-06-13 03:51:36 UTC) #5
chrishtr
lgtm I agree that we should consider getting rid of scopes if all goes well. ...
4 years, 10 months ago (2015-06-13 04:44:33 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1185913002/1
4 years, 10 months ago (2015-06-13 04:44:37 UTC) #8
commit-bot: I haz the power
4 years, 10 months ago (2015-06-13 07:18:11 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=197086

Powered by Google App Engine
This is Rietveld 408576698