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

Issue 240070043: LayoutTreeSnapshot initializes LayoutTree snapshots. (Closed)

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

Description

LayoutTreeSnapshot initializes LayoutTree snapshots. LayoutTreeSnapshot copies row.children to row.subRows for table builder. It will do more in future changes. BUG=

Patch Set 1 #

Total comments: 34

Patch Set 2 : comments #

Patch Set 3 : slowing down #

Patch Set 4 : slowing down #

Patch Set 5 : slowing down #

Total comments: 2

Patch Set 6 : comment #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -0 lines) Patch
M BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M trace_viewer.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
A trace_viewer/extras/chrome/blink/blink.html View 1 chunk +8 lines, -0 lines 0 comments Download
A trace_viewer/extras/chrome/blink/layout_tree_snapshot.html View 1 2 3 4 5 1 chunk +74 lines, -0 lines 2 comments Download
A trace_viewer/extras/chrome/blink/layout_tree_snapshot_test.html View 1 2 3 4 5 1 chunk +30 lines, -0 lines 0 comments Download
A trace_viewer/extras/chrome/blink/layout_tree_test_data.js View 1 chunk +96 lines, -0 lines 0 comments Download
M trace_viewer/extras/chrome_config.html View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11
benjhayden
8 years, 11 months ago (2015-05-21 23:39:09 UTC) #1
dsinclair
On 2015/05/21 23:39:09, benjhayden wrote: nit: The way to do descriptions with git is to ...
8 years, 11 months ago (2015-05-22 14:08:32 UTC) #2
dsinclair
I find the tree construction really hard to puzzle through. Can you please create a ...
8 years, 11 months ago (2015-05-22 14:27:50 UTC) #3
benjhayden
> Can you please create a quick document that shows, what comes out of chrome ...
8 years, 11 months ago (2015-05-22 18:08:25 UTC) #4
dsinclair
https://codereview.appspot.com/240070043/diff/1/trace_viewer/extras/chrome/blink/layout_tree_snapshot.html File trace_viewer/extras/chrome/blink/layout_tree_snapshot.html (right): https://codereview.appspot.com/240070043/diff/1/trace_viewer/extras/chrome/blink/layout_tree_snapshot.html#newcode26 trace_viewer/extras/chrome/blink/layout_tree_snapshot.html:26: ['positioned', 'relative', 'anonymous', 'float', 'row', 'col', 'rowSpan', On 2015/05/22 ...
8 years, 11 months ago (2015-05-22 18:20:26 UTC) #5
dsinclair
On 2015/05/22 18:08:25, benjhayden wrote: > > Can you please create a quick document that ...
8 years, 11 months ago (2015-05-22 18:22:44 UTC) #6
benjhayden
PTAL. Let's get the bare minimum in first and then take it one step at ...
8 years, 11 months ago (2015-05-22 19:54:24 UTC) #7
dsinclair
As I mentioned before, can you create a simple doc to show the input and ...
8 years, 11 months ago (2015-05-22 19:57:26 UTC) #8
benjhayden
https://docs.google.com/document/d/19S7VQNve-0leCW-4JUunGS8OLBvv-93s-KXcIjDUC64/edit https://codereview.appspot.com/240070043/diff/80001/trace_viewer/extras/chrome/blink/layout_tree_snapshot.html File trace_viewer/extras/chrome/blink/layout_tree_snapshot.html (right): https://codereview.appspot.com/240070043/diff/80001/trace_viewer/extras/chrome/blink/layout_tree_snapshot.html#newcode45 trace_viewer/extras/chrome/blink/layout_tree_snapshot.html:45: row.subRows = row.children; On 2015/05/22 19:57:26, dsinclair wrote: ...
8 years, 11 months ago (2015-05-22 20:41:27 UTC) #9
dsinclair
https://codereview.appspot.com/240070043/diff/100001/trace_viewer/extras/chrome/blink/layout_tree_snapshot.html File trace_viewer/extras/chrome/blink/layout_tree_snapshot.html (right): https://codereview.appspot.com/240070043/diff/100001/trace_viewer/extras/chrome/blink/layout_tree_snapshot.html#newcode50 trace_viewer/extras/chrome/blink/layout_tree_snapshot.html:50: layoutObject.subRows = layoutObject.children; We shouldn't be setting our models ...
8 years, 11 months ago (2015-05-22 23:15:04 UTC) #10
benjhayden
8 years, 11 months ago (2015-05-26 18:30:49 UTC) #11
Message was sent while issue was closed.
Nevermind this CL.
Sign in to reply to this message.

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