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

Issue 331563003: Launching + Views (Closed)

Created:
6 years, 6 months ago by Ben Goodger (Google)
Modified:
6 years, 6 months ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, darin (slow to review), ben+mojo_chromium.org
Visibility:
Public.

Description

Adds a parameter to Launchable that is a ViewTreeNode to render in. Adds an image viewer app that decodes the provided data stream as PNG and renders it in a View associated with the supplied node. R=aa@chromium.org, sky@chromium.org http://crbug.com/378151 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277084

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : math is hard #

Patch Set 8 : . #

Total comments: 8

Patch Set 9 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+372 lines, -39 lines) Patch
M mojo/examples/browser/browser.cc View 1 2 3 4 5 6 7 8 5 chunks +80 lines, -9 lines 0 comments Download
M mojo/examples/html_viewer/html_viewer.cc View 1 2 3 3 chunks +40 lines, -6 lines 0 comments Download
A + mojo/examples/image_viewer/DEPS View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
A mojo/examples/image_viewer/image_viewer.cc View 1 2 3 4 5 6 7 1 chunk +137 lines, -0 lines 0 comments Download
M mojo/examples/window_manager/window_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/mojo.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M mojo/mojo_examples.gypi View 1 2 3 1 chunk +25 lines, -3 lines 0 comments Download
M mojo/services/launcher/launcher.cc View 1 2 3 4 5 6 chunks +18 lines, -16 lines 0 comments Download
M mojo/services/public/cpp/input_events/lib/input_events_type_converters.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc View 1 2 3 2 chunks +27 lines, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_tree_node.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/view_tree_node.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/services/public/interfaces/launcher/launcher.mojom View 1 chunk +10 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/view_manager/view_manager.mojom View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/services/view_manager/view_manager_connection.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M mojo/services/view_manager/view_manager_connection.cc View 1 2 3 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Ben Goodger (Google)
6 years, 6 months ago (2014-06-13 18:16:54 UTC) #1
Ben Goodger (Google)
On 2014/06/13 18:16:54, Ben Goodger (Google) wrote: actually i noticed a problem. one sec.
6 years, 6 months ago (2014-06-13 19:31:15 UTC) #2
Ben Goodger (Google)
On 2014/06/13 19:31:15, Ben Goodger (Google) wrote: > On 2014/06/13 18:16:54, Ben Goodger (Google) wrote: ...
6 years, 6 months ago (2014-06-13 19:45:15 UTC) #3
Aaron Boodman
I'll take this review.
6 years, 6 months ago (2014-06-13 19:52:06 UTC) #4
Aaron Boodman
lgtm https://codereview.chromium.org/331563003/diff/140001/mojo/examples/browser/browser.cc File mojo/examples/browser/browser.cc (right): https://codereview.chromium.org/331563003/diff/140001/mojo/examples/browser/browser.cc#newcode59 mojo/examples/browser/browser.cc:59: views::View* text_field = host->child_at(0); weird to fish views ...
6 years, 6 months ago (2014-06-13 20:09:52 UTC) #5
Ben Goodger (Google)
Thanks! https://codereview.chromium.org/331563003/diff/140001/mojo/examples/browser/browser.cc File mojo/examples/browser/browser.cc (right): https://codereview.chromium.org/331563003/diff/140001/mojo/examples/browser/browser.cc#newcode59 mojo/examples/browser/browser.cc:59: views::View* text_field = host->child_at(0); Yeah that's what you'd ...
6 years, 6 months ago (2014-06-13 20:29:28 UTC) #6
Ben Goodger (Google)
The CQ bit was checked by ben@chromium.org
6 years, 6 months ago (2014-06-13 21:21:55 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ben@chromium.org/331563003/160001
6 years, 6 months ago (2014-06-13 21:24:02 UTC) #8
Ben Goodger (Google)
6 years, 6 months ago (2014-06-13 21:39:13 UTC) #9
Message was sent while issue was closed.
Committed patchset #9 manually as r277084 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698