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
(302)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/browser/resources/extensions_toolstrip.css
Issue
42435
:
Implement default css for toolstrips. (Closed)
Patch Set: Fix crash
Created 11 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:
chrome/browser/browser_resources.grd
chrome/browser/extensions/extension_view.h
chrome/browser/extensions/extension_view.cc
chrome/browser/extensions/extensions_ui.cc
chrome/browser/renderer_host/render_view_host.h
chrome/browser/renderer_host/render_view_host.cc
chrome/browser/resources/extensions.html
chrome/browser/resources/extensions_toolstrip.css
chrome/browser/resources/extensions_ui.html
chrome/common/render_messages_internal.h
chrome/renderer/render_view.h
chrome/renderer/render_view.cc
View unified diff
|
Download patch
« no previous file with comments
|
« chrome/browser/resources/extensions.html
('k') |
chrome/browser/resources/extensions_ui.html »
('j') |
chrome/browser/resources/extensions_ui.html »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
body {
2
overflow: hidden;
3
margin: 0;
4
padding: 0;
5
font: menu;
6
text-shadow: #FFFFFF 1px 1px 0px;
7
color: #062D75;
8
}
9
10
#main {
11
background: -webkit-gradient(linear, left top, left bottom, from(rgb(222, 234, 248)), to(rgb(237, 244, 252)));
12
padding-top: 3px;
13
height:19px;
14
overflow:hidden;
15
}
OLD
NEW
« no previous file with comments
|
« chrome/browser/resources/extensions.html
('k') |
chrome/browser/resources/extensions_ui.html »
('j') |
chrome/browser/resources/extensions_ui.html »
('J')
Issue 42435: Implement default css for toolstrips. (Closed)
Created 11 years, 9 months ago by Aaron Boodman
Modified 9 years, 6 months ago
Reviewers: Matt Perry
Base URL:
Comments: 1
This is Rietveld
408576698