Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(199)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: services/ui/launcher/README.md
Issue
1404423007
:
mozart: Initial commit of the launcher. (Closed)
Base URL: git@github.com:domokit/mojo.git@master
Patch Set: applied review comments
Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
PRESUBMIT.py
services/ui/launcher/BUILD.gn
services/ui/launcher/README.md
services/ui/launcher/launcher_app.h
services/ui/launcher/launcher_app.cc
services/ui/launcher/launcher_view_tree.h
services/ui/launcher/launcher_view_tree.cc
services/ui/launcher/main.cc
View unified diff
|
Download patch
« PRESUBMIT.py
('K') |
« services/ui/launcher/BUILD.gn
('k') |
services/ui/launcher/launcher_app.h »
('j') |
services/ui/launcher/launcher_app.cc »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
# Mozart Launcher
2
3
This directory contains the Launcher, a simple tool for hosting a View
4
inside of the NativeViewport.
5
6
In other words, use this to run UI applications which implement the
7
ViewProvider interface and which register their views with the ViewManager.
8
9
## USAGE
10
11
out/Debug/mojo_shell "mojo:launcher <app url>"
OLD
NEW
« PRESUBMIT.py
('K') |
« services/ui/launcher/BUILD.gn
('k') |
services/ui/launcher/launcher_app.h »
('j') |
services/ui/launcher/launcher_app.cc »
('J')
Issue 1404423007: mozart: Initial commit of the launcher. (Closed)
Created 5 years, 1 month ago by jeffbrown
Modified 5 years, 1 month ago
Reviewers: jamesr, abarth, kulakowski
Base URL: git@github.com:domokit/mojo.git@master
Comments: 18
This is Rietveld
408576698