Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(16058)

Issue 229690043: LayoutTreeSnapshotView

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 11 months ago by benjhayden
Modified:
8 years, 7 months ago
Reviewers:
nduca
CC:
trace-review_googlegroups.com
Base URL:
git@github.com:google/trace-viewer@master
Visibility:
Public.

Description

LayoutTreeSnapshotView Render LayoutTree snapshots in a table builder. Just the name column for now. No highlighting. No snapshot initialization.

Patch Set 1 #

Total comments: 25

Patch Set 2 : table builder #

Patch Set 3 : test #

Patch Set 4 : extras/blink/blink.html #

Total comments: 5

Patch Set 5 : comments #

Patch Set 6 : LayoutObject #

Patch Set 7 : LayoutObject #

Patch Set 8 : test #

Patch Set 9 : LayoutObject, LayoutTree #

Total comments: 26

Patch Set 10 : fixes #

Patch Set 11 : comments #

Total comments: 12

Patch Set 12 : chrome/blink/ #

Patch Set 13 : absolutely basic LayoutTreeView #

Total comments: 8

Patch Set 14 : comments #

Patch Set 15 : LayoutTreeSnapshotView #

Patch Set 16 : rebase #

Patch Set 17 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -0 lines) Patch
M trace_viewer.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
A trace_viewer/extras/chrome/layout_tree_snapshot_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +58 lines, -0 lines 0 comments Download
A trace_viewer/extras/chrome/layout_tree_snapshot_view_test.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +29 lines, -0 lines 0 comments Download
A trace_viewer/extras/chrome/layout_tree_test_data.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +30 lines, -0 lines 0 comments Download
M trace_viewer/extras/chrome_config.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 27
benjhayden
8 years, 11 months ago (2015-05-06 23:30:55 UTC) #1
benjhayden
Screenshot: https://x20web.corp.google.com/~benjhayden/229690043.png
8 years, 11 months ago (2015-05-06 23:34:56 UTC) #2
dsinclair
This looks pretty cool. We've been moving away from the zebra stripping backgrounds as when ...
8 years, 11 months ago (2015-05-07 14:03:18 UTC) #3
nduca
this should use table_builder
8 years, 11 months ago (2015-05-07 17:32:57 UTC) #4
nduca
more comments. pretty cool, yo! https://codereview.appspot.com/229690043/diff/1/trace_viewer/extras/chrome_config.html File trace_viewer/extras/chrome_config.html (right): https://codereview.appspot.com/229690043/diff/1/trace_viewer/extras/chrome_config.html#newcode35 trace_viewer/extras/chrome_config.html:35: <link rel="import" href="/extras/layout_tree.html"> blink/blink.html? ...
8 years, 11 months ago (2015-05-07 17:36:30 UTC) #5
benjhayden
On 2015/05/07 14:03:18, dsinclair wrote: > This looks pretty cool. Yay! > > We've been ...
8 years, 11 months ago (2015-05-07 17:39:53 UTC) #6
dsinclair
On 2015/05/07 17:39:53, benjhayden wrote: > On 2015/05/07 14:03:18, dsinclair wrote: > > This looks ...
8 years, 11 months ago (2015-05-07 17:44:18 UTC) #7
benjhayden
Updated screenshot https://x20web.corp.google.com/~benjhayden/229690043.png https://codereview.appspot.com/229690043/diff/1/trace_viewer/extras/chrome_config.html File trace_viewer/extras/chrome_config.html (right): https://codereview.appspot.com/229690043/diff/1/trace_viewer/extras/chrome_config.html#newcode35 trace_viewer/extras/chrome_config.html:35: <link rel="import" href="/extras/layout_tree.html"> On 2015/05/07 17:36:29, ...
8 years, 11 months ago (2015-05-07 22:51:57 UTC) #8
nduca
looks really solid! and gorgous, guhh! https://codereview.appspot.com/229690043/diff/80001/trace_viewer/core/analysis/table_builder.html File trace_viewer/core/analysis/table_builder.html (right): https://codereview.appspot.com/229690043/diff/80001/trace_viewer/core/analysis/table_builder.html#newcode185 trace_viewer/core/analysis/table_builder.html:185: get subRows() { ...
8 years, 11 months ago (2015-05-07 23:14:20 UTC) #9
dsinclair
https://codereview.appspot.com/229690043/diff/1/trace_viewer/extras/layout_tree.html File trace_viewer/extras/layout_tree.html (right): https://codereview.appspot.com/229690043/diff/1/trace_viewer/extras/layout_tree.html#newcode36 trace_viewer/extras/layout_tree.html:36: div.appendChild(document.createTextNode(' (positioned)')); On 2015/05/07 22:51:56, benjhayden wrote: > On ...
8 years, 11 months ago (2015-05-08 17:59:29 UTC) #10
benjhayden
The screenshot is updated. Numeric columns are now aligned on the decimal point. Changes in ...
8 years, 11 months ago (2015-05-13 21:06:01 UTC) #11
nduca
eep this patch is too big to review. find the essence and give me a ...
8 years, 11 months ago (2015-05-15 18:02:07 UTC) #12
benjhayden
I split the table builder changes out into a separate cl so now this is ...
8 years, 11 months ago (2015-05-18 20:53:10 UTC) #13
dsinclair
https://codereview.appspot.com/229690043/diff/170001/trace_viewer/extras/blink/layout_object.html File trace_viewer/extras/blink/layout_object.html (right): https://codereview.appspot.com/229690043/diff/170001/trace_viewer/extras/blink/layout_object.html#newcode23 trace_viewer/extras/blink/layout_object.html:23: return; nit: return undefined; https://codereview.appspot.com/229690043/diff/170001/trace_viewer/extras/blink/layout_object.html#newcode31 trace_viewer/extras/blink/layout_object.html:31: function recurse(row) { ...
8 years, 11 months ago (2015-05-20 17:12:32 UTC) #14
benjhayden
https://codereview.appspot.com/229690043/diff/170001/trace_viewer/extras/blink/layout_object.html File trace_viewer/extras/blink/layout_object.html (right): https://codereview.appspot.com/229690043/diff/170001/trace_viewer/extras/blink/layout_object.html#newcode23 trace_viewer/extras/blink/layout_object.html:23: return; On 2015/05/20 17:12:32, dsinclair wrote: > nit: return ...
8 years, 11 months ago (2015-05-21 18:14:14 UTC) #15
nduca
https://codereview.appspot.com/229690043/diff/210001/trace_viewer/extras/blink/blink.html File trace_viewer/extras/blink/blink.html (right): https://codereview.appspot.com/229690043/diff/210001/trace_viewer/extras/blink/blink.html#newcode1 trace_viewer/extras/blink/blink.html:1: <!DOCTYPE html> i suggest we do https://github.com/google/trace-viewer/issues/970 and then ...
8 years, 11 months ago (2015-05-21 19:22:39 UTC) #16
nduca
i think we should start with the layout object patch, talk about that in isolation ...
8 years, 11 months ago (2015-05-21 19:48:40 UTC) #17
benjhayden
Ok, LayoutObject/LayoutTreeSnapshot/LayoutTreeViewHelper cannot be reviewed out of context, so let's establish a basic context with ...
8 years, 11 months ago (2015-05-26 18:18:15 UTC) #18
dsinclair
On 2015/05/26 18:18:15, benjhayden wrote: > Ok, LayoutObject/LayoutTreeSnapshot/LayoutTreeViewHelper cannot be reviewed out > of context, ...
8 years, 11 months ago (2015-05-26 18:26:46 UTC) #19
dsinclair
https://codereview.appspot.com/229690043/diff/250001/trace_viewer/extras/chrome/blink/layout_tree_test_data.js File trace_viewer/extras/chrome/blink/layout_tree_test_data.js (right): https://codereview.appspot.com/229690043/diff/250001/trace_viewer/extras/chrome/blink/layout_tree_test_data.js#newcode58 trace_viewer/extras/chrome/blink/layout_tree_test_data.js:58: 'address': 0, I believe these would be output as ...
8 years, 11 months ago (2015-05-26 18:32:22 UTC) #20
benjhayden
On 2015/05/26 18:26:46, dsinclair wrote: > On 2015/05/26 18:18:15, benjhayden wrote: > > Ok, LayoutObject/LayoutTreeSnapshot/LayoutTreeViewHelper ...
8 years, 11 months ago (2015-05-26 18:32:30 UTC) #21
dsinclair
On 2015/05/26 18:32:30, benjhayden wrote: > On 2015/05/26 18:26:46, dsinclair wrote: > > On 2015/05/26 ...
8 years, 11 months ago (2015-05-26 18:38:15 UTC) #22
nduca
It was a great suggestion to switch to a doc. I think that was a ...
8 years, 11 months ago (2015-05-27 05:11:50 UTC) #23
benjhayden
The design doc should be more flushed out now, and commentable. https://docs.google.com/document/d/19S7VQNve-0leCW-4JUunGS8OLBvv-93s-KXcIjDUC64/edit# https://codereview.appspot.com/229690043/diff/250001/trace_viewer/extras/chrome/blink/layout_tree_test_data.js File trace_viewer/extras/chrome/blink/layout_tree_test_data.js ...
8 years, 10 months ago (2015-05-28 17:46:05 UTC) #24
benjhayden
PTAL
8 years, 10 months ago (2015-06-16 23:55:13 UTC) #25
dsinclair
8 years, 8 months ago (2015-08-05 15:40:01 UTC) #26
dsinclair
8 years, 8 months ago (2015-08-05 15:40:06 UTC) #27

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b