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

Issue 1404423007: mozart: Initial commit of the launcher. (Closed)

Created:
5 years, 2 months ago by jeffbrown
Modified:
5 years, 1 month ago
Reviewers:
jamesr, kulakowski, abarth
CC:
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

mozart: Initial commit of the launcher. The launcher is a simple application which binds a ViewTree to a NativeViewport, thereby allowing Mozart based applications to be shown on screen. Note: This version does not support input yet. R=abarth@google.com, jamesr@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/c2c28845f9a11b370e7addc97dd7b64960123df0

Patch Set 1 #

Total comments: 14

Patch Set 2 : applied review comments #

Patch Set 3 : applied review comments #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+461 lines, -2 lines) Patch
M services/ui/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A services/ui/launcher/BUILD.gn View 1 chunk +28 lines, -0 lines 0 comments Download
A services/ui/launcher/README.md View 1 chunk +11 lines, -0 lines 0 comments Download
A services/ui/launcher/launcher_app.h View 1 chunk +65 lines, -0 lines 0 comments Download
A services/ui/launcher/launcher_app.cc View 1 2 3 1 chunk +128 lines, -0 lines 0 comments Download
A services/ui/launcher/launcher_view_tree.h View 1 chunk +67 lines, -0 lines 0 comments Download
A services/ui/launcher/launcher_view_tree.cc View 1 1 chunk +159 lines, -0 lines 0 comments Download
A + services/ui/launcher/main.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
jeffbrown
5 years, 2 months ago (2015-10-24 02:40:04 UTC) #2
abarth
LGTM https://codereview.chromium.org/1404423007/diff/1/services/ui/launcher/launcher_app.cc File services/ui/launcher/launcher_app.cc (right): https://codereview.chromium.org/1404423007/diff/1/services/ui/launcher/launcher_app.cc#newcode49 services/ui/launcher/launcher_app.cc:49: // Match the Nexus 5 aspect ratio initially. ...
5 years, 2 months ago (2015-10-24 06:07:21 UTC) #3
jamesr
https://codereview.chromium.org/1404423007/diff/1/services/ui/launcher/launcher_view_tree.cc File services/ui/launcher/launcher_view_tree.cc (right): https://codereview.chromium.org/1404423007/diff/1/services/ui/launcher/launcher_view_tree.cc#newcode37 services/ui/launcher/launcher_view_tree.cc:37: if (root_.get()) StructPtr types have appropriate bool conversions, so ...
5 years, 1 month ago (2015-10-26 20:13:25 UTC) #4
jeffbrown
https://codereview.chromium.org/1404423007/diff/1/services/ui/launcher/launcher_app.cc File services/ui/launcher/launcher_app.cc (right): https://codereview.chromium.org/1404423007/diff/1/services/ui/launcher/launcher_app.cc#newcode96 services/ui/launcher/launcher_app.cc:96: if (view_tree_.get()) On 2015/10/24 06:07:20, abarth wrote: > Is ...
5 years, 1 month ago (2015-10-27 02:05:03 UTC) #5
kulakowski
https://codereview.chromium.org/1404423007/diff/1/services/ui/launcher/launcher_app.cc File services/ui/launcher/launcher_app.cc (right): https://codereview.chromium.org/1404423007/diff/1/services/ui/launcher/launcher_app.cc#newcode96 services/ui/launcher/launcher_app.cc:96: if (view_tree_.get()) On 2015/10/27 02:05:03, jeffbrown wrote: > On ...
5 years, 1 month ago (2015-10-27 16:04:18 UTC) #7
jamesr
lgtm https://codereview.chromium.org/1404423007/diff/40001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/1404423007/diff/40001/PRESUBMIT.py#newcode646 PRESUBMIT.py:646: r"^services/ui/launcher/launcher_app\.cc$", you shouldn't need this https://codereview.chromium.org/1404423007/diff/40001/services/ui/launcher/launcher_app.cc File services/ui/launcher/launcher_app.cc ...
5 years, 1 month ago (2015-10-27 23:01:35 UTC) #8
jeffbrown
https://codereview.chromium.org/1404423007/diff/40001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/1404423007/diff/40001/PRESUBMIT.py#newcode646 PRESUBMIT.py:646: r"^services/ui/launcher/launcher_app\.cc$", On 2015/10/27 23:01:35, jamesr wrote: > you shouldn't ...
5 years, 1 month ago (2015-10-27 23:31:38 UTC) #9
jeffbrown
5 years, 1 month ago (2015-10-28 01:46:59 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
c2c28845f9a11b370e7addc97dd7b64960123df0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698