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

Issue 2252273006: Add function to write paint property tree graph in dot format. (Closed)

Created:
4 years, 4 months ago by szager1
Modified:
4 years, 3 months ago
Reviewers:
pdr., Xianzhu
CC:
chromium-reviews, blink-reviews, dshwang, slimming-paint-reviews_chromium.org, blink-reviews-paint_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add function to write paint property tree graph in dot format. If the output is saved to a file properties.txt, you can generate a visual representation using dot: $ dot -Tsvg properties.txt > properties.svg Sample output: http://jsbin.com/jajuyuyixo/edit?output R=pdr@chromium.org,wangxianzhu@chromium.org BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/1aeacecc9790e6e1f767d71fe665daea5822a260 Cr-Commit-Position: refs/heads/master@{#415665}

Patch Set 1 #

Patch Set 2 : Add colors #

Total comments: 4

Patch Set 3 : Traverse column-span:all nodes #

Patch Set 4 : Emit parent/owner edges for degenerate transforms #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -1 line) Patch
M third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp View 1 2 3 3 chunks +258 lines, -1 line 0 comments Download

Messages

Total messages: 16 (6 generated)
szager1
4 years, 4 months ago (2016-08-18 22:10:18 UTC) #1
Xianzhu
https://codereview.chromium.org/2252273006/diff/20001/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp File third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp (right): https://codereview.chromium.org/2252273006/diff/20001/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp#newcode401 third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp:401: continue; It looks fragile to depend on the tree ...
4 years, 4 months ago (2016-08-19 04:08:17 UTC) #3
szager1
https://codereview.chromium.org/2252273006/diff/20001/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp File third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp (right): https://codereview.chromium.org/2252273006/diff/20001/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp#newcode401 third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp:401: continue; On 2016/08/19 04:08:17, Xianzhu wrote: > It looks ...
4 years, 4 months ago (2016-08-19 04:52:31 UTC) #4
Xianzhu
https://codereview.chromium.org/2252273006/diff/20001/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp File third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp (right): https://codereview.chromium.org/2252273006/diff/20001/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp#newcode401 third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp:401: continue; On 2016/08/19 04:52:31, szager1 wrote: > On 2016/08/19 ...
4 years, 4 months ago (2016-08-20 23:06:48 UTC) #5
szager1
https://codereview.chromium.org/2252273006/diff/20001/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp File third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp (right): https://codereview.chromium.org/2252273006/diff/20001/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp#newcode401 third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp:401: continue; On 2016/08/20 23:06:48, Xianzhu wrote: > On 2016/08/19 ...
4 years, 3 months ago (2016-08-31 00:40:12 UTC) #6
Xianzhu
lgtm
4 years, 3 months ago (2016-08-31 05:23:59 UTC) #7
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/2252273006/40001
4 years, 3 months ago (2016-08-31 15:39:52 UTC) #9
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/2252273006/60001
4 years, 3 months ago (2016-08-31 15:50:27 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-08-31 17:11:37 UTC) #14
commit-bot: I haz the power
4 years, 3 months ago (2016-08-31 17:16:24 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1aeacecc9790e6e1f767d71fe665daea5822a260
Cr-Commit-Position: refs/heads/master@{#415665}

Powered by Google App Engine
This is Rietveld 408576698