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

Issue 2176573004: Enable subsequence caching for spv2 (Closed)

Created:
4 years, 5 months ago by Xianzhu
Modified:
4 years, 4 months ago
Reviewers:
pdr.
CC:
ajuma+watch_chromium.org, blink-reviews, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), jbroman, Justin Novosad, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/src.git@CachePaintProperties
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable subsequence caching for spv2 When copying subsequences, copy paint chunk properties from cached chunks to new chunks. BUG=596983 Committed: https://crrev.com/599b19c6d8dfff6ab923aec291587c5df04741f7 Cr-Commit-Position: refs/heads/master@{#407983}

Patch Set 1 #

Patch Set 2 : - #

Patch Set 3 : - #

Patch Set 4 : Fix compilation error on Windows #

Total comments: 2

Patch Set 5 : Spv2 configuration for PaintLayerPainterTest, unsigned->size_t etc. #

Messages

Total messages: 38 (22 generated)
Xianzhu
4 years, 5 months ago (2016-07-25 21:28:02 UTC) #16
pdr.
I'm not sure we have good test coverage of this area yet. Can you add ...
4 years, 5 months ago (2016-07-25 21:44:40 UTC) #17
Xianzhu
On 2016/07/25 21:44:40, pdr. wrote: > I'm not sure we have good test coverage of ...
4 years, 5 months ago (2016-07-26 00:21:23 UTC) #20
pdr.
On 2016/07/26 at 00:21:23, wangxianzhu wrote: > On 2016/07/25 21:44:40, pdr. wrote: There's still quite ...
4 years, 4 months ago (2016-07-26 16:31:02 UTC) #21
Xianzhu
On 2016/07/26 16:31:02, pdr. wrote: > On 2016/07/26 at 00:21:23, wangxianzhu wrote: > > On ...
4 years, 4 months ago (2016-07-26 16:49:30 UTC) #22
pdr.
This looks good overall. https://codereview.chromium.org/2176573004/diff/60001/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp File third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp (right): https://codereview.chromium.org/2176573004/diff/60001/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp#newcode80 third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp:80: static bool compareChunkAndIndex(const PaintChunk& chunk, ...
4 years, 4 months ago (2016-07-26 16:54:21 UTC) #23
pdr.
The trybot for spv2 is still being set up (crbug.com/601275) so we have to check ...
4 years, 4 months ago (2016-07-26 16:58:23 UTC) #24
Xianzhu
https://codereview.chromium.org/2176573004/diff/60001/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp File third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp (right): https://codereview.chromium.org/2176573004/diff/60001/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp#newcode80 third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp:80: static bool compareChunkAndIndex(const PaintChunk& chunk, unsigned index) On 2016/07/26 ...
4 years, 4 months ago (2016-07-26 17:01:43 UTC) #25
pdr.
On 2016/07/26 at 17:01:43, wangxianzhu wrote: > https://codereview.chromium.org/2176573004/diff/60001/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp > File third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp (right): > > https://codereview.chromium.org/2176573004/diff/60001/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp#newcode80 ...
4 years, 4 months ago (2016-07-26 17:15:58 UTC) #26
Xianzhu
On 2016/07/26 16:58:23, pdr. wrote: > The trybot for spv2 is still being set up ...
4 years, 4 months ago (2016-07-26 18:33:42 UTC) #27
pdr.
On 2016/07/26 at 18:33:42, wangxianzhu wrote: > On 2016/07/26 16:58:23, pdr. wrote: > > The ...
4 years, 4 months ago (2016-07-26 18:36:55 UTC) #28
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/2176573004/80001
4 years, 4 months ago (2016-07-26 18:54:38 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/262501)
4 years, 4 months ago (2016-07-26 22:13:04 UTC) #33
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/2176573004/80001
4 years, 4 months ago (2016-07-26 22:50:45 UTC) #35
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-07-27 00:14:05 UTC) #36
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 00:16:48 UTC) #38
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/599b19c6d8dfff6ab923aec291587c5df04741f7
Cr-Commit-Position: refs/heads/master@{#407983}

Powered by Google App Engine
This is Rietveld 408576698