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
(75)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/browser/resources/options2/web_intents_defaults.html
Issue
10808092
:
Add settings UI for managing defaults (Closed)
Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set:
Created 8 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:
chrome/app/generated_resources.grd
chrome/browser/resources/options2/content_settings.html
chrome/browser/resources/options2/content_settings.js
chrome/browser/resources/options2/options.html
chrome/browser/resources/options2/options.js
chrome/browser/resources/options2/options_bundle.js
chrome/browser/resources/options2/options_page.js
chrome/browser/resources/options2/web_intents_defaults.css
chrome/browser/resources/options2/web_intents_defaults.html
chrome/browser/resources/options2/web_intents_defaults.js
chrome/browser/resources/options2/web_intents_defaults_list.js
chrome/browser/ui/webui/options2/content_settings_handler.cc
chrome/browser/ui/webui/options2/options_ui.cc
chrome/browser/ui/webui/options2/web_intents_defaults_handler.h
chrome/browser/ui/webui/options2/web_intents_defaults_handler.cc
chrome/chrome_browser.gypi
chrome/tools/chromeactions.txt
View unified diff
|
Download patch
« chrome/browser/resources/options2/options_page.js
('K') |
« chrome/browser/resources/options2/web_intents_defaults.css
('k') |
chrome/browser/resources/options2/web_intents_defaults.js »
('j') |
chrome/browser/resources/options2/web_intents_defaults.js »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
<div id="web-intents-defaults" class="page" hidden>
2
<div class="close-button"></div>
3
<h1 i18n-content="web_intents_defaults_overlay_title"></h1>
4
<div class="content-area">
5
<list id="services-list"></list>
6
</div>
7
<div class="action-area">
8
<div class="button-strip">
9
<button id="web-intents-defaults-confirm" i18n-content="ok"></button>
10
</div>
11
</div>
12
</div>
OLD
NEW
« chrome/browser/resources/options2/options_page.js
('K') |
« chrome/browser/resources/options2/web_intents_defaults.css
('k') |
chrome/browser/resources/options2/web_intents_defaults.js »
('j') |
chrome/browser/resources/options2/web_intents_defaults.js »
('J')
Issue 10808092: Add settings UI for managing defaults (Closed)
Created 8 years, 4 months ago by Steve McKay
Modified 8 years, 3 months ago
Reviewers: groby-ooo-7-16, csilv
Base URL: http://git.chromium.org/chromium/src.git@master
Comments: 10
This is Rietveld
408576698