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

Issue 816443003: cc: Include pictures in trace output for DisplayItemLists (Closed)

Created:
5 years, 11 months ago by ajuma
Modified:
5 years, 11 months ago
Reviewers:
vmpstr
CC:
chromium-reviews, cc-bugs_chromium.org, 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: Include pictures in trace output for DisplayItemLists This makes DisplayItemList::AsValue() include a serialized SkPicture containing the list's items. This is needed so that layers backed by DisplayItemLists can have their contents and draw operations inspected in Frame Viewer (this will still require a follow-up patch in trace-viewer). BUG=444181 Committed: https://crrev.com/d7dd21abc088c4fbb0d67dcde2ae9f8f0120ec76 Cr-Commit-Position: refs/heads/master@{#310645}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Rebased #

Total comments: 10

Patch Set 4 : Address review comments #

Patch Set 5 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -47 lines) Patch
M cc/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/cc.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download
A cc/debug/picture_debug_util.h View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A cc/debug/picture_debug_util.cc View 1 2 3 1 chunk +73 lines, -0 lines 0 comments Download
M cc/resources/display_item.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/display_item.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M cc/resources/display_item_list.h View 2 chunks +4 lines, -0 lines 0 comments Download
M cc/resources/display_item_list.cc View 1 2 3 2 chunks +22 lines, -1 line 0 comments Download
M cc/resources/display_list_recording_source.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/drawing_display_item.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/drawing_display_item.cc View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M cc/resources/picture.cc View 1 2 3 3 chunks +2 lines, -46 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
ajuma
5 years, 11 months ago (2015-01-07 23:11:05 UTC) #2
vmpstr
https://codereview.chromium.org/816443003/diff/40001/cc/debug/picture_debug_util.h File cc/debug/picture_debug_util.h (right): https://codereview.chromium.org/816443003/diff/40001/cc/debug/picture_debug_util.h#newcode16 cc/debug/picture_debug_util.h:16: static void SerializeInBase64(const SkPicture* picture, std::string* output); nit: Sounds ...
5 years, 11 months ago (2015-01-08 21:44:34 UTC) #3
ajuma
https://codereview.chromium.org/816443003/diff/40001/cc/debug/picture_debug_util.h File cc/debug/picture_debug_util.h (right): https://codereview.chromium.org/816443003/diff/40001/cc/debug/picture_debug_util.h#newcode16 cc/debug/picture_debug_util.h:16: static void SerializeInBase64(const SkPicture* picture, std::string* output); On 2015/01/08 ...
5 years, 11 months ago (2015-01-08 22:20:58 UTC) #4
vmpstr
lgtm https://codereview.chromium.org/816443003/diff/40001/cc/resources/drawing_display_item.cc File cc/resources/drawing_display_item.cc (right): https://codereview.chromium.org/816443003/diff/40001/cc/resources/drawing_display_item.cc#newcode34 cc/resources/drawing_display_item.cc:34: void DrawingDisplayItem::RasterForTracing(SkCanvas* canvas) const { On 2015/01/08 22:20:58, ...
5 years, 11 months ago (2015-01-08 22:46:00 UTC) #5
ajuma
https://codereview.chromium.org/816443003/diff/40001/cc/resources/drawing_display_item.cc File cc/resources/drawing_display_item.cc (right): https://codereview.chromium.org/816443003/diff/40001/cc/resources/drawing_display_item.cc#newcode34 cc/resources/drawing_display_item.cc:34: void DrawingDisplayItem::RasterForTracing(SkCanvas* canvas) const { On 2015/01/08 22:45:59, vmpstr ...
5 years, 11 months ago (2015-01-08 23:16:11 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/816443003/80001
5 years, 11 months ago (2015-01-08 23:17:17 UTC) #8
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 11 months ago (2015-01-09 00:57:58 UTC) #9
commit-bot: I haz the power
5 years, 11 months ago (2015-01-09 00:59:16 UTC) #10
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d7dd21abc088c4fbb0d67dcde2ae9f8f0120ec76
Cr-Commit-Position: refs/heads/master@{#310645}

Powered by Google App Engine
This is Rietveld 408576698