|
Settings menu item in stock2 doesn't work
The underlying problem is that we lacked a RenderObjectWrapper for the
RenderView, which meant we couldn't handle changing the RenderObject that was
the root of the RenderView. This CL introduces a RenderViewWrapper and uses it
in a new AppContainer widget root. This change allows us to make App a
non-magical Component that is inserted into the AppContainer in the newly
introduced runApp function.
R=ianh@google.com
Committed: https://chromium.googlesource.com/external/mojo/+/6f8f7587ae8e6f0f30f45f4d8848087794f50c3e
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Stats (+31 lines, -33 lines) |
 |
M |
sky/examples/game/main.dart
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
sky/examples/stocks2/lib/stock_app.dart
|
View
|
2 chunks |
+1 line, -4 lines |
0 comments
|
 |
M |
sky/examples/widgets/container.dart
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
sky/examples/widgets/hello_widgets.dart
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
sky/examples/widgets/navigation.dart
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
sky/examples/widgets/sector.dart
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
sky/home.dart
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
sky/sdk/lib/app/view.dart
|
View
|
1 chunk |
+1 line, -0 lines |
1 comment
|
 |
M |
sky/sdk/lib/widgets/basic.dart
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
sky/sdk/lib/widgets/widget.dart
|
View
|
4 chunks |
+19 lines, -16 lines |
1 comment
|
 |
M |
sky/tests/framework/stocks.dart
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
sky/tests/resources/display_list.dart
|
View
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Total messages: 3 (0 generated)
|