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

Issue 884473005: cc: Add trace output for individual DisplayItems (Closed)

Created:
5 years, 10 months ago by ajuma
Modified:
5 years, 10 months ago
Reviewers:
danakj, pdr., vmpstr
CC:
cc-bugs_chromium.org, chromium-reviews, slimming-paint-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Add trace output for individual DisplayItems This adds details about each individual DisplayItem to DisplayItemList's trace output. Each DrawingDisplayItem's SkPicture is also included in the trace output. Committed: https://crrev.com/a4ee44efeb9d036796474a93d9ec1f5bf8c21136 Cr-Commit-Position: refs/heads/master@{#314255}

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : Fix up ClipDisplayItem #

Total comments: 4

Patch Set 4 : Address danakj's comment #

Patch Set 5 : Use iterator in DisplayItemList::AsValue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -0 lines) Patch
M cc/resources/clip_display_item.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/resources/clip_display_item.cc View 1 2 3 3 chunks +35 lines, -0 lines 0 comments Download
M cc/resources/clip_path_display_item.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/resources/clip_path_display_item.cc View 1 3 chunks +12 lines, -0 lines 0 comments Download
M cc/resources/display_item.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/resources/display_item_list.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M cc/resources/drawing_display_item.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/drawing_display_item.cc View 1 2 chunks +17 lines, -0 lines 0 comments Download
M cc/resources/filter_display_item.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/resources/filter_display_item.cc View 1 3 chunks +11 lines, -0 lines 0 comments Download
M cc/resources/float_clip_display_item.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/resources/float_clip_display_item.cc View 1 3 chunks +12 lines, -0 lines 0 comments Download
M cc/resources/transform_display_item.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/resources/transform_display_item.cc View 1 3 chunks +12 lines, -0 lines 0 comments Download
M cc/resources/transparency_display_item.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/resources/transparency_display_item.cc View 1 3 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (6 generated)
pdr.
I think we need to have valid json output to make it easy to parse ...
5 years, 10 months ago (2015-02-02 22:22:16 UTC) #2
ajuma
https://codereview.chromium.org/884473005/diff/20001/cc/resources/clip_display_item.cc File cc/resources/clip_display_item.cc (right): https://codereview.chromium.org/884473005/diff/20001/cc/resources/clip_display_item.cc#newcode59 cc/resources/clip_display_item.cc:59: for (size_t i = 0; i < rounded_clip_rects_.size(); ++i) ...
5 years, 10 months ago (2015-02-02 23:02:21 UTC) #3
pdr.
On 2015/02/02 at 23:02:21, ajuma wrote: > https://codereview.chromium.org/884473005/diff/20001/cc/resources/clip_display_item.cc > File cc/resources/clip_display_item.cc (right): > > https://codereview.chromium.org/884473005/diff/20001/cc/resources/clip_display_item.cc#newcode59 ...
5 years, 10 months ago (2015-02-02 23:16:15 UTC) #4
pdr.
On 2015/02/02 at 23:16:15, pdr wrote: > On 2015/02/02 at 23:02:21, ajuma wrote: > > ...
5 years, 10 months ago (2015-02-02 23:19:13 UTC) #5
ajuma
On 2015/02/02 23:19:13, pdr wrote: > On 2015/02/02 at 23:16:15, pdr wrote: > > On ...
5 years, 10 months ago (2015-02-02 23:24:52 UTC) #6
pdr.
On 2015/02/02 at 23:24:52, ajuma wrote: > On 2015/02/02 23:19:13, pdr wrote: > > On ...
5 years, 10 months ago (2015-02-02 23:27:36 UTC) #7
danakj
https://codereview.chromium.org/884473005/diff/40001/cc/resources/clip_display_item.cc File cc/resources/clip_display_item.cc (right): https://codereview.chromium.org/884473005/diff/40001/cc/resources/clip_display_item.cc#newcode59 cc/resources/clip_display_item.cc:59: for (SkRRect rounded_rect : rounded_clip_rects_) { SkRRect&? or const ...
5 years, 10 months ago (2015-02-02 23:31:11 UTC) #10
danakj
one more style thinger. LGTM https://codereview.chromium.org/884473005/diff/40001/cc/resources/display_item_list.cc File cc/resources/display_item_list.cc (right): https://codereview.chromium.org/884473005/diff/40001/cc/resources/display_item_list.cc#newcode75 cc/resources/display_item_list.cc:75: for (size_t i = ...
5 years, 10 months ago (2015-02-02 23:35:08 UTC) #11
ajuma
https://codereview.chromium.org/884473005/diff/40001/cc/resources/clip_display_item.cc File cc/resources/clip_display_item.cc (right): https://codereview.chromium.org/884473005/diff/40001/cc/resources/clip_display_item.cc#newcode59 cc/resources/clip_display_item.cc:59: for (SkRRect rounded_rect : rounded_clip_rects_) { On 2015/02/02 23:31:11, ...
5 years, 10 months ago (2015-02-02 23:35:10 UTC) #12
ajuma
https://codereview.chromium.org/884473005/diff/40001/cc/resources/display_item_list.cc File cc/resources/display_item_list.cc (right): https://codereview.chromium.org/884473005/diff/40001/cc/resources/display_item_list.cc#newcode75 cc/resources/display_item_list.cc:75: for (size_t i = 0; i < items_.size(); ++i) ...
5 years, 10 months ago (2015-02-02 23:41:53 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/884473005/70001
5 years, 10 months ago (2015-02-02 23:42:32 UTC) #15
vmpstr
This is fine as is if it's just for display purposes. However, if we plan ...
5 years, 10 months ago (2015-02-02 23:49:31 UTC) #16
ajuma
On 2015/02/02 23:49:31, vmpstr wrote: > This is fine as is if it's just for ...
5 years, 10 months ago (2015-02-02 23:57:57 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (None)
5 years, 10 months ago (2015-02-03 01:41:50 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/884473005/70001
5 years, 10 months ago (2015-02-03 01:59:06 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:70001)
5 years, 10 months ago (2015-02-03 03:03:00 UTC) #22
commit-bot: I haz the power
5 years, 10 months ago (2015-02-03 03:05:11 UTC) #23
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a4ee44efeb9d036796474a93d9ec1f5bf8c21136
Cr-Commit-Position: refs/heads/master@{#314255}

Powered by Google App Engine
This is Rietveld 408576698