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
(28)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/browser/resources/dom_ui.css
Issue
4245002
:
Add instant to tabbed options. (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: smorgan review
Created 10 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:
chrome/browser/dom_ui/options/advanced_options_handler.cc
chrome/browser/dom_ui/options/browser_options_handler.cc
chrome/browser/resources/dom_ui.css
chrome/browser/resources/new_new_tab.css
chrome/browser/resources/options/advanced_options.html
chrome/browser/resources/options/browser_options.html
chrome/browser/resources/options/browser_options_page.css
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« chrome/browser/dom_ui/options/browser_options_handler.cc
('k') |
chrome/browser/resources/new_new_tab.css »
('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 body {
1 body {
2 background-color:white;
2 background-color:white;
3 color:black;
3 color:black;
4 margin:10px;
4 margin:10px;
5 }
5 }
6
6 .header {
7 .header {
7 overflow:auto;
8 overflow:auto;
8 clear:both;
9 clear:both;
9 }
10 }
11
10 .header .logo {
12 .header .logo {
11 float:left;
13 float:left;
12 }
14 }
15
13 .header .form {
16 .header .form {
14 float:left;
17 float:left;
15 margin-top:22px;
18 margin-top:22px;
16 margin-left:12px;
19 margin-left:12px;
17 }
20 }
21
18 html[dir='rtl'] .logo {
22 html[dir='rtl'] .logo {
19 float:right;
23 float:right;
20 }
24 }
25
21 html[dir='rtl'] .form {
26 html[dir='rtl'] .form {
22 float:right;
27 float:right;
23 margin-right:12px;
28 margin-right:12px;
24 }
29 }
30
25 .page-navigation {
31 .page-navigation {
26 padding:8px;
32 padding:8px;
27 background-color:#ebeff9;
33 background-color:#ebeff9;
28 margin-right:4px;
34 margin-right:4px;
29 }
35 }
36
30 .footer {
37 .footer {
31 height:24px;
38 height:24px;
32
}
39
}
OLD
NEW
« no previous file with comments
|
« chrome/browser/dom_ui/options/browser_options_handler.cc
('k') |
chrome/browser/resources/new_new_tab.css »
('j') |
no next file with comments »
Issue 4245002: Add instant to tabbed options. (Closed)
Created 10 years, 1 month ago by Evan Stade
Modified 9 years, 6 months ago
Reviewers: stuartmorgan
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 1
This is Rietveld
408576698