Title: [177826] trunk
Revision
177826
Author
rga...@webkit.org
Date
2014-12-30 14:09:58 -0800 (Tue, 30 Dec 2014)

Log Message

Source/WebKit2:
Too large plugins are crashing.
https://bugs.webkit.org/show_bug.cgi?id=139868

Reviewed by Darin Adler.

* WebProcess/Plugins/PluginProxy.cpp:
(WebKit::PluginProxy::updateBackingStore): Return false if backingStore cannot be allocated.

LayoutTests:
Fix bug number typo in the previous commit.

* plugins/large-plugin-crash-expected.txt:
* plugins/large-plugin-crash.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (177825 => 177826)


--- trunk/LayoutTests/ChangeLog	2014-12-30 20:43:00 UTC (rev 177825)
+++ trunk/LayoutTests/ChangeLog	2014-12-30 22:09:58 UTC (rev 177826)
@@ -1,7 +1,14 @@
 2014-12-30  Gabor Rapcsanyi  <rga...@webkit.org>
 
+        Fix bug number typo in the previous commit.
+
+        * plugins/large-plugin-crash-expected.txt:
+        * plugins/large-plugin-crash.html:
+
+2014-12-30  Gabor Rapcsanyi  <rga...@webkit.org>
+
         Too large plugins are crashing.
-        https://bugs.webkit.org/show_bug.cgi?id=139856
+        https://bugs.webkit.org/show_bug.cgi?id=139868
 
         Reviewed by Darin Adler.
 

Modified: trunk/LayoutTests/plugins/large-plugin-crash-expected.txt (177825 => 177826)


--- trunk/LayoutTests/plugins/large-plugin-crash-expected.txt	2014-12-30 20:43:00 UTC (rev 177825)
+++ trunk/LayoutTests/plugins/large-plugin-crash-expected.txt	2014-12-30 22:09:58 UTC (rev 177826)
@@ -1,4 +1,4 @@
-Bug 139856: Large plugin crash.
+Bug 139868: Large plugin crash.
 
 This test PASSES if it does not CRASH.
 

Modified: trunk/LayoutTests/plugins/large-plugin-crash.html (177825 => 177826)


--- trunk/LayoutTests/plugins/large-plugin-crash.html	2014-12-30 20:43:00 UTC (rev 177825)
+++ trunk/LayoutTests/plugins/large-plugin-crash.html	2014-12-30 22:09:58 UTC (rev 177826)
@@ -1,6 +1,6 @@
 <html>
     <body>
-        <p>Bug <a href="" Large plugin crash.</p>
+        <p>Bug <a href="" Large plugin crash.</p>
         <p>This test PASSES if it does not CRASH.</p>
 
         <embed id="plugin" width="99999999999999999" type="application/x-webkit-test-netscape"></embed>

Modified: trunk/Source/WebKit2/ChangeLog (177825 => 177826)


--- trunk/Source/WebKit2/ChangeLog	2014-12-30 20:43:00 UTC (rev 177825)
+++ trunk/Source/WebKit2/ChangeLog	2014-12-30 22:09:58 UTC (rev 177826)
@@ -1,7 +1,7 @@
 2014-12-30  Gabor Rapcsanyi  <rga...@webkit.org>
 
         Too large plugins are crashing.
-        https://bugs.webkit.org/show_bug.cgi?id=139856
+        https://bugs.webkit.org/show_bug.cgi?id=139868
 
         Reviewed by Darin Adler.
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to