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
(166)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/test/data/npapi/ensure_scripting_works_in_destroy.html
Issue
258026
:
Fix scripting during NPP_Destroy. Note that if the plugin is making a call t... (Closed)
Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: ''
Created 11 years, 2 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/plugin/npobject_stub.h
chrome/plugin/npobject_stub.cc
chrome/plugin/plugin_channel.cc
chrome/plugin/webplugin_delegate_stub.h
chrome/plugin/webplugin_delegate_stub.cc
chrome/renderer/webplugin_delegate_proxy.h
chrome/renderer/webplugin_delegate_proxy.cc
chrome/test/data/npapi/ensure_scripting_works_in_destroy.html
chrome/test/data/npapi/ensure_scripting_works_in_destroy_iframe.html
chrome/test/ui/npapi_uitest.cc
webkit/glue/plugins/test/plugin_client.cc
webkit/glue/plugins/test/plugin_npobject_lifetime_test.cc
webkit/glue/plugins/test/plugin_test.h
webkit/glue/plugins/test/plugin_test.cc
webkit/glue/plugins/test/plugin_windowed_test.h
webkit/glue/plugins/test/plugin_windowed_test.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« chrome/renderer/webplugin_delegate_proxy.cc
('K') |
« chrome/renderer/webplugin_delegate_proxy.cc
('k') |
chrome/test/data/npapi/ensure_scripting_works_in_destroy_iframe.html »
('j') |
webkit/glue/plugins/test/plugin_test.cc »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Property Changes:
Added: svn:eol-style
+ LF
OLD
NEW
(Empty)
1
<html>
2
<head>
3
<script src="npapi.js"></script>
4
<script>
5
function onloadfunction() {
6
document.getElementById("theiframe").src = "about:blank";
7
}
8
</script>
9
</head>
10
11
<body onload="setTimeout(onloadfunction(), 0)">
12
<div id="statusPanel" style="border: 1px solid red; width: 100%">
13
Test running....
14
</div>
15
16
Tests that scripting works during NPP_Destroy.
17
18
<iframe src="ensure_scripting_works_in_destroy_iframe.html" id="theiframe">
19
</iframe>
20
</body>
21
</html>
OLD
NEW
« chrome/renderer/webplugin_delegate_proxy.cc
('K') |
« chrome/renderer/webplugin_delegate_proxy.cc
('k') |
chrome/test/data/npapi/ensure_scripting_works_in_destroy_iframe.html »
('j') |
webkit/glue/plugins/test/plugin_test.cc »
('J')
Issue 258026: Fix scripting during NPP_Destroy. Note that if the plugin is making a call t... (Closed)
Created 11 years, 2 months ago by jam
Modified 9 years, 7 months ago
Reviewers: ananta
Base URL: svn://chrome-svn/chrome/trunk/src/
Comments: 6
This is Rietveld
408576698