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
(14)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ash/mus/bridge/DEPS
Issue
2247503002
:
mash: Create and show a shelf in mash. (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup.
Created 4 years, 4 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:
ash/app_list/app_list_presenter_delegate.h
ash/app_list/app_list_presenter_delegate.cc
ash/ash.gyp
ash/aura/wm_shelf_aura.h
ash/aura/wm_shelf_aura.cc
ash/common/shelf/DEPS
ash/common/shelf/shelf_view.h
ash/common/shelf/shelf_view.cc
ash/common/shelf/wm_shelf.h
ash/common/shelf/wm_shelf.cc
ash/common/wm_shell.h
ash/common/wm_shell.cc
ash/mus/bridge/DEPS
ash/mus/bridge/wm_shelf_mus.h
ash/mus/bridge/wm_shelf_mus.cc
ash/mus/root_window_controller.h
ash/mus/root_window_controller.cc
ash/mus/shell_delegate_mus.cc
ash/root_window_controller.h
ash/root_window_controller.cc
ash/shelf/shelf.h
ash/shelf/shelf.cc
ash/shelf/shelf_view_unittest.cc
ash/shelf/shelf_widget.h
ash/shelf/shelf_widget.cc
View unified diff
|
Download patch
« ash/common/shelf/wm_shelf.h
('K') |
« ash/common/wm_shell.cc
('k') |
ash/mus/bridge/wm_shelf_mus.h »
('j') |
ash/mus/bridge/wm_shelf_mus.cc »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@
1 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@
2 # before adding items here. http://crbug.com/615155
2 # before adding items here. http://crbug.com/615155
3 specific_include_rules = {
3 specific_include_rules = {
4
"shelf_
view
.cc": [
4
"
wm_
shelf_
mus
.cc": [
5
"+ash/shelf/shelf_widget.h"
5
"+ash/shelf/shelf
.h",
6
"+ash/shelf/shelf
_widget.h"
,
6 ],
7 ],
7 }
8 }
OLD
NEW
« ash/common/shelf/wm_shelf.h
('K') |
« ash/common/wm_shell.cc
('k') |
ash/mus/bridge/wm_shelf_mus.h »
('j') |
ash/mus/bridge/wm_shelf_mus.cc »
('J')
Issue 2247503002: mash: Create and show a shelf in mash. (Closed)
Created 4 years, 4 months ago by msw
Modified 4 years, 4 months ago
Reviewers: James Cook, sky
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 29
This is Rietveld
408576698