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 |
|
Hixie
|
471a7f241c
|
Make the popup menu work again.
This removes the requirement that things with the same type things have unique keys.
Now, anything without a key is assumed to be interchangeable.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/1178723010.
|
2015-06-17 15:10:42 -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 |
|
Hixie
|
bb53cd828c
|
More minor cleanup around overriding fields to narrow types.
TBR=abarth
Review URL: https://codereview.chromium.org/1189833004.
|
2015-06-16 09:33:17 -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 |
|