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
(69)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: services/ui/demo/manifest.json
Issue
2712203002
:
c++ / mojo changes for 'external window mode'
Patch Set: rebased
Created 3 years, 9 months 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:
services/ui/demo/manifest.json
services/ui/demo/mus_demo_external.h
services/ui/demo/mus_demo_external.cc
services/ui/demo/window_tree_data.h
services/ui/demo/window_tree_data.cc
services/ui/manifest.json
services/ui/public/interfaces/window_tree_host.mojom
services/ui/service.h
services/ui/service.cc
services/ui/ws/BUILD.gn
services/ui/ws/display.h
services/ui/ws/display.cc
services/ui/ws/window_server.h
services/ui/ws/window_server.cc
services/ui/ws/window_tree.h
services/ui/ws/window_tree.cc
services/ui/ws/window_tree_host_factory.h
services/ui/ws/window_tree_host_factory.cc
services/ui/ws/window_tree_host_factory_registrar.h
services/ui/ws/window_tree_host_factory_registrar.cc
ui/aura/mus/window_tree_client.h
ui/aura/mus/window_tree_client.cc
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
services/ui/demo/mus_demo_external.h »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 {
1 {
2 "name": "mus_demo",
2 "name": "mus_demo",
3 "display_name": "MUS Demo",
3 "display_name": "MUS Demo",
4 "interface_provider_specs": {
4 "interface_provider_specs": {
5 "service_manager:connector": {
5 "service_manager:connector": {
6 "requires": {
6 "requires": {
7
"ui": [ "window_manager", "window_tree_host_factory" ]
7
"ui": [ "window_manager", "window_tree_host_factory
_registrar
" ]
8 }
8 }
9 }
9 }
10 }
10 }
11 }
11 }
12
12
OLD
NEW
« no previous file with comments
|
« no previous file
|
services/ui/demo/mus_demo_external.h »
('j') |
no next file with comments »
Issue 2712203002: c++ / mojo changes for 'external window mode'
Created 3 years, 9 months ago by tonikitoo
Modified 3 years, 9 months ago
Reviewers: sky, fwang, kylechar, rjkroege
Base URL:
Comments: 78
This is Rietveld
408576698