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
(272)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/test/data/printing/npapi_plugin.html
Issue
53153003
:
Fix windowed NPAPI plugins covering up dialogs on Win Aura. (Closed)
Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix test with small browser size
Created 7 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/ui/webui/print_preview/print_preview_ui_browsertest.cc
chrome/test/data/printing/npapi_plugin.html
content/browser/renderer_host/render_widget_host_view_aura.h
content/browser/renderer_host/render_widget_host_view_aura.cc
content/browser/web_contents/web_contents_view_aura.h
content/browser/web_contents/web_contents_view_aura.cc
content/test/plugin/plugin_test_factory.cc
content/test/plugin/plugin_windowed_test.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc
('k') |
content/browser/renderer_host/render_widget_host_view_aura.h »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Property Changes:
Added: svn:mime-type
+ text/html
Added: svn:eol-style
+ LF
OLD
NEW
(Empty)
1
<hmtl>
2
<body>
3
<embed type="application/vnd.npapi-test"
4
height="300"
5
width="300"
6
name="set_title_in_paint"
7
id="1"
8
mode="np_embed"/>
9
</body>
10
11
<script>
12
function SetTitle() {
13
window.document.title = "ready";
14
return;
15
}
16
</script>
17
18
</hmtl>
OLD
NEW
« no previous file with comments
|
« chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc
('k') |
content/browser/renderer_host/render_widget_host_view_aura.h »
('j') |
no next file with comments »
Issue 53153003: Fix windowed NPAPI plugins covering up dialogs on Win Aura. (Closed)
Created 7 years, 1 month ago by jam
Modified 7 years, 1 month ago
Reviewers: Ben Goodger (Google)
Base URL: svn://chrome-svn/chrome/trunk/src/
Comments: 4
This is Rietveld
408576698