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
(793)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/browser/resources/options/clear_browser_data.css
Issue
6110006
:
give tabbed options clear browsing dialog a facelift (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: delete bugs
Created 9 years, 11 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/app/generated_resources.grd
chrome/browser/dom_ui/options/clear_browser_data_handler.cc
chrome/browser/resources/options/advanced_options.js
chrome/browser/resources/options/clear_browser_data.css
chrome/browser/resources/options/clear_browser_data.html
chrome/browser/resources/options/clear_browser_data.js
chrome/browser/resources/options/clear_browser_data_overlay.html
chrome/browser/resources/options/options.html
chrome/browser/resources/options/options.js
chrome/browser/resources/options/pref_ui.js
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« chrome/browser/resources/options/advanced_options.js
('k') |
chrome/browser/resources/options/clear_browser_data.html »
('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
#clearBrowserDataOverlay {
2
width: 300px;
3
}
4
5 #cbdThrobber {
1 #cbdThrobber {
6 background-image: url("../../../../app/resources/throbber.png");
2 background-image: url("../../../../app/resources/throbber.png");
7 width: 16px;
3 width: 16px;
8 height: 16px;
4 height: 16px;
9 margin: -3px 10px;
5 margin: -3px 10px;
10 display: inline-block;
6 display: inline-block;
11 visibility: hidden;
7 visibility: hidden;
12 }
8 }
9
10
#checkboxListData {
11
-webkit-margin-start: 1em;
12
}
OLD
NEW
« no previous file with comments
|
« chrome/browser/resources/options/advanced_options.js
('k') |
chrome/browser/resources/options/clear_browser_data.html »
('j') |
no next file with comments »
Issue 6110006: give tabbed options clear browsing dialog a facelift (Closed)
Created 9 years, 11 months ago by Evan Stade
Modified 9 years, 6 months ago
Reviewers: csilv
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 0
This is Rietveld
408576698