Hixie
ee4a7bc925
Rename editing2/ and theme2/ to editing/ and theme/.
...
Flesh out a README.md file for the SDK.
Make the stocks app test wait for the app to be mounted, to catch some more errors, like typos in the mount callback.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/1182053012 .
2015-06-18 12:44:10 -07:00
Hixie
c6f0b8447d
Fork some more files from the old framework, so that the transition will be easier to perform.
...
Summary:
framework/animation/* -> animation/*
framework/debug/utils.dart -> debug/utils.dart
framework/shell.dart -> mojo/shell.dart
framework/embedder.dart -> mojo/embedder.dart
framework/net/* -> mojo/net/*
This should have no code changes except fixing and reordering imports.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/1189943004 .
2015-06-17 19:09:28 -07:00
Adam Barth
bc829ea123
Rename EventListenerNode to Listener
...
The basic widgets are going to be used many, many times, so we want them to
have short, snappy names.
Also, give the Widget argument to Listener the name |child| for consistency.
TBR=ianh@google.com
Review URL: https://codereview.chromium.org/1193513007 .
2015-06-17 07:39:24 -07:00
Hixie
350f16c93e
Rename UINode to Widget.
...
Also, move a widget example from examples/raw/ to examples/widgets/
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/1190793002 .
2015-06-16 11:09:16 -07:00
Adam Barth
79455270b2
Make UINode's key a String
...
We need the key to be a String even though we claimed we could support any
Object. Also, clean up some style nits including shortening the |root| getters
on OneChildRenderNodeWrappers.
Fixes https://github.com/domokit/sky_sdk/issues/26 .
TBR=ianh@google.com
Review URL: https://codereview.chromium.org/1173293005 .
2015-06-15 21:39:09 -07:00
Hans Muller
f8efd9c96f
StockRow height, background color updates
...
Make stock2 exactly match the original stock demo.
R=ianh@google.com
Review URL: https://codereview.chromium.org/1187563006 .
2015-06-15 12:09:37 -07:00
Adam Barth
219ead3718
Rename all the things
...
This CL moves the bulk of the SkyView code out of the |framework| directory
because the |framework| directory was redundant in Dart package import
declarations.
TBR=ianh@google.com
Review URL: https://codereview.chromium.org/1177383006 .
2015-06-13 09:46:52 -07:00