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

Issue 1117143003: [Effen] Port fn.dart from the legacy sky.Node backend to the RenderNode backend, which is currently… (Closed)

Created:
5 years, 7 months ago by Hixie
Modified:
5 years, 7 months ago
Reviewers:
eseidel
CC:
abarth-chromium, mojo-reviews_chromium.org, ojan, qsr+mojo_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

[Effen] Port fn.dart from the legacy sky.Node backend to the RenderNode backend, which is currently just a sky.Node-backed shim, but will eventually be the core Sky interface for layout and painting. - the custom layout class in fn is removed by this patch; a new class will be added in a later CL - the version of layout.dart in this CL is a subset of what we're targetting on the long run with https://codereview.chromium.org/1093633002 - a couple of lines of dead code are removed in this CL also R=eseidel@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/21a922fa23e70a2ad3d97008bd51180ded615ddf

Patch Set 1 #

Total comments: 10

Patch Set 2 : Try renaming 'pos' to 'parentData'. #

Patch Set 3 : Tweak debug functions as suggested #

Unified diffs Side-by-side diffs Delta from patch set Stats (+561 lines, -232 lines) Patch
M sky/framework/components/fixed_height_scrollable.dart View 3 chunks +4 lines, -9 lines 0 comments Download
M sky/framework/components/ink_splash.dart View 1 2 chunks +7 lines, -7 lines 0 comments Download
M sky/framework/components/ink_well.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M sky/framework/components/popup_menu.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sky/framework/fn.dart View 26 chunks +80 lines, -211 lines 0 comments Download
A sky/framework/layout.dart View 1 2 1 chunk +406 lines, -0 lines 0 comments Download
A sky/framework/node.dart View 1 chunk +60 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
eseidel
https://codereview.chromium.org/1117143003/diff/1/sky/framework/layout.dart File sky/framework/layout.dart (right): https://codereview.chromium.org/1117143003/diff/1/sky/framework/layout.dart#newcode65 sky/framework/layout.dart:65: ParentData pos; parentData or something more readable than "pos"? ...
5 years, 7 months ago (2015-05-08 19:15:54 UTC) #2
Hixie
https://codereview.chromium.org/1117143003/diff/1/sky/framework/layout.dart File sky/framework/layout.dart (right): https://codereview.chromium.org/1117143003/diff/1/sky/framework/layout.dart#newcode65 sky/framework/layout.dart:65: ParentData pos; On 2015/05/08 19:15:53, eseidel wrote: > parentData ...
5 years, 7 months ago (2015-05-08 19:39:17 UTC) #3
eseidel
lgtm
5 years, 7 months ago (2015-05-08 19:53:47 UTC) #4
Hixie
5 years, 7 months ago (2015-05-08 20:06:58 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
21a922fa23e70a2ad3d97008bd51180ded615ddf (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698