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
(752)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: services/ui/demo/manifest.json
Issue
2503923003
:
Demonstrate external-window-mode in mus-demo (Closed)
Patch Set: Refactor, revert ozone_switches
Created 4 years 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.h
services/ui/demo/mus_demo.cc
services/ui/display/platform_screen.h
services/ui/display/platform_screen_ozone.h
services/ui/display/platform_screen_ozone.cc
services/ui/display/platform_screen_stub.h
services/ui/display/platform_screen_stub.cc
services/ui/service.h
services/ui/service.cc
services/ui/ws/test_utils.h
services/ui/ws/test_utils.cc
services/ui/ws/window_server.cc
services/ui/ws/window_server_delegate.h
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
services/ui/demo/mus_demo.h »
('j') |
services/ui/display/platform_screen.h »
('J')
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": [ "app", "ui:window_manager" ]
7
"ui": [ "app", "ui:window_manager"
, "ui:window_tree_host_factory"
]
8 }
8 }
9 }
9 }
10 }
10 }
11 }
11 }
12
OLD
NEW
« no previous file with comments
|
« no previous file
|
services/ui/demo/mus_demo.h »
('j') |
services/ui/display/platform_screen.h »
('J')
Issue 2503923003: Demonstrate external-window-mode in mus-demo (Closed)
Created 4 years, 1 month ago by Tom (Use chromium acct)
Modified 3 years, 11 months ago
Reviewers: rjkroege, tonikitoo, sky
Base URL:
Comments: 30
This is Rietveld
408576698