Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Side by Side Diff: webkit/data/plugins/force_reload.html

Issue 5020001: Don't call NP_Shutdown in FreePluginLibraryTask if the library has already been reloaded. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | webkit/glue/plugins/plugin_lib.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <body>
3 <embed id='1' type='application/vnd.npapi-test' src='foo' name='reload1'></embed >
4 <script language="JavaScript">
5 // Remove the existing embed object to force unload.
6 var e = document.getElementById('1');
7 e.parentNode.removeChild(e);
8
9 // Add a new embed object to force reload.
10 document.write("<embed id='2' type='application/vnd.npapi-test' src='foo' name=' reload2'></embed>");
11 </script>
12 </body>
13 </html>
OLDNEW
« no previous file with comments | « no previous file | webkit/glue/plugins/plugin_lib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698