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

Issue 1184823006: Settings menu item in stock2 doesn't work (Closed)

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

Description

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

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -33 lines) Patch
M sky/examples/game/main.dart View 1 chunk +1 line, -1 line 0 comments Download
M sky/examples/stocks2/lib/stock_app.dart View 2 chunks +1 line, -4 lines 0 comments Download
M sky/examples/widgets/container.dart View 1 chunk +1 line, -1 line 0 comments Download
M sky/examples/widgets/hello_widgets.dart View 1 chunk +1 line, -1 line 0 comments Download
M sky/examples/widgets/navigation.dart View 1 chunk +1 line, -1 line 0 comments Download
M sky/examples/widgets/sector.dart View 1 chunk +1 line, -1 line 0 comments Download
M sky/home.dart View 1 chunk +1 line, -1 line 0 comments Download
M sky/sdk/lib/app/view.dart View 1 chunk +1 line, -0 lines 1 comment Download
M sky/sdk/lib/widgets/basic.dart View 1 chunk +1 line, -1 line 0 comments Download
M sky/sdk/lib/widgets/widget.dart View 4 chunks +19 lines, -16 lines 1 comment Download
M sky/tests/framework/stocks.dart View 1 chunk +1 line, -1 line 0 comments Download
M sky/tests/resources/display_list.dart View 2 chunks +2 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
abarth-chromium
5 years, 6 months ago (2015-06-17 19:08:26 UTC) #1
Hixie
lgtm https://codereview.chromium.org/1184823006/diff/1/sky/sdk/lib/app/view.dart File sky/sdk/lib/app/view.dart (right): https://codereview.chromium.org/1184823006/diff/1/sky/sdk/lib/app/view.dart#newcode45 sky/sdk/lib/app/view.dart:45: RenderView get renderView => _renderView; I had specifically ...
5 years, 6 months ago (2015-06-17 19:21:25 UTC) #2
abarth-chromium
5 years, 6 months ago (2015-06-17 19:37:03 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
6f8f7587ae8e6f0f30f45f4d8848087794f50c3e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698