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

Unified Diff: content/browser/plugin_browsertest.cc

Issue 10855141: Fix race condition with windowless plugin buffers. The problem, which is already fixed for Mac, is … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix linux Created 8 years, 4 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/plugin/webplugin_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_browsertest.cc
===================================================================
--- content/browser/plugin_browsertest.cc (revision 151213)
+++ content/browser/plugin_browsertest.cc (working copy)
@@ -250,6 +250,13 @@
}
#endif
+// Tests that if a plugin executes a self resizing script in the context of a
+// synchronous paint, the plugin doesn't use deallocated memory.
+// http://crbug.com/139462
+IN_PROC_BROWSER_TEST_F(PluginTest, ResizeDuringPaint) {
+ LoadAndWait(GetURL("resize_during_paint.html"));
+}
+
IN_PROC_BROWSER_TEST_F(PluginTest, SelfDeletePluginInNewStream) {
LoadAndWait(GetURL("self_delete_plugin_stream.html"));
}
« no previous file with comments | « no previous file | content/plugin/webplugin_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698