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
(521)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/browser/resources/md_bookmarks/actions.html
Issue
2804503002
:
MD Bookmarks: Allow 'complex' actions to access the page state directly (Closed)
Patch Set: Self-review
Created 3 years, 8 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/resources/md_bookmarks/actions.html
chrome/browser/resources/md_bookmarks/actions.js
chrome/browser/resources/md_bookmarks/api_listener.js
chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
chrome/browser/resources/md_bookmarks/complex_actions.js
chrome/browser/resources/md_bookmarks/item.js
chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc
chrome/test/data/webui/md_bookmarks/complex_actions_test.js
chrome/test/data/webui/md_bookmarks/list_test.js
chrome/test/data/webui/md_bookmarks/md_bookmarks_browsertest.js
chrome/test/data/webui/md_bookmarks/reducers_test.js
View unified diff
|
Download patch
« no previous file with comments
|
« chrome/browser/browser_resources.grd
('k') |
chrome/browser/resources/md_bookmarks/actions.js »
('j') |
chrome/test/data/webui/md_bookmarks/list_test.js »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 <link rel="import" href="chrome://resources/html/cr.html">
1 <link rel="import" href="chrome://resources/html/cr.html">
2
<link rel="import" href="chrome://bookmarks/store.html">
2 <script src="chrome://bookmarks/actions.js"></script>
3 <script src="chrome://bookmarks/actions.js"></script>
4
<script src="chrome://bookmarks/complex_actions.js"></script>
OLD
NEW
« no previous file with comments
|
« chrome/browser/browser_resources.grd
('k') |
chrome/browser/resources/md_bookmarks/actions.js »
('j') |
chrome/test/data/webui/md_bookmarks/list_test.js »
('J')
Issue 2804503002: MD Bookmarks: Allow 'complex' actions to access the page state directly (Closed)
Created 3 years, 8 months ago by tsergeant
Modified 3 years, 8 months ago
Reviewers: calamity
Base URL:
Comments: 1
This is Rietveld
408576698