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
(461)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/renderer/resources/plugins/pdf_plugin.html
Issue
2972123002
:
Click to Open PDF: Open PDF once View PDF is clicked. (Closed)
Patch Set: Rename from download to open PDF
Created 3 years, 5 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/guest_view/web_view/chrome_web_view_permission_helper_delegate.h
chrome/browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.cc
chrome/browser/plugins/plugin_observer.h
chrome/browser/plugins/plugin_observer.cc
chrome/common/render_messages.h
chrome/renderer/plugins/pdf_plugin_placeholder.h
chrome/renderer/plugins/pdf_plugin_placeholder.cc
chrome/renderer/resources/plugins/pdf_plugin.html
View unified diff
|
Download patch
« chrome/common/render_messages.h
('K') |
« chrome/renderer/plugins/pdf_plugin_placeholder.cc
('k') |
no next file »
|
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 <!doctype html>
1 <!doctype html>
2 <html>
2 <html>
3 <head>
3 <head>
4 <meta charset="utf-8">
4 <meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, user-scalable=no">
5 </head>
6 </head>
6 <body>
7 <body>
7 <!-- TODO(amberwon): Add html with the finalized UI. -->
8 <!-- TODO(amberwon): Add html with the finalized UI. -->
9
<div i18n-values="title:name">
10
<p id="fileName">$i18n{fileName}</p>
11
<a href="#" onclick="plugin.openPDF()">View PDF</a>
12
</div>
8 </body>
13 </body>
9 </html>
14 </html>
OLD
NEW
« chrome/common/render_messages.h
('K') |
« chrome/renderer/plugins/pdf_plugin_placeholder.cc
('k') |
no next file »
|
no next file with comments »
Issue 2972123002: Click to Open PDF: Open PDF once View PDF is clicked. (Closed)
Created 3 years, 5 months ago by amberwon
Modified 3 years, 5 months ago
Reviewers: tommycli, Lei Zhang, dcheng, lfg
Base URL:
Comments: 45
This is Rietveld
408576698