Title: [150610] trunk/Source/WebKit2
Revision
150610
Author
[email protected]
Date
2013-05-23 13:48:51 -0700 (Thu, 23 May 2013)

Log Message

Don't run all plug-ins unsandboxed
https://bugs.webkit.org/show_bug.cgi?id=116690
<rdar://problem/13975569>

Reviewed by Jessie Berlin.

Remove debugging code.

* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::findPlugin):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (150609 => 150610)


--- trunk/Source/WebKit2/ChangeLog	2013-05-23 20:08:21 UTC (rev 150609)
+++ trunk/Source/WebKit2/ChangeLog	2013-05-23 20:48:51 UTC (rev 150610)
@@ -1,5 +1,18 @@
 2013-05-23  Anders Carlsson  <[email protected]>
 
+        Don't run all plug-ins unsandboxed
+        https://bugs.webkit.org/show_bug.cgi?id=116690
+        <rdar://problem/13975569>
+
+        Reviewed by Jessie Berlin.
+
+        Remove debugging code.
+
+        * UIProcess/WebPageProxy.cpp:
+        (WebKit::WebPageProxy::findPlugin):
+
+2013-05-23  Anders Carlsson  <[email protected]>
+
         Crash in convertMainResourceLoadToDownload when downloading file by option-return
         https://bugs.webkit.org/show_bug.cgi?id=116451
 

Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp (150609 => 150610)


--- trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp	2013-05-23 20:08:21 UTC (rev 150609)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp	2013-05-23 20:48:51 UTC (rev 150610)
@@ -1437,7 +1437,6 @@
         return;
     }
 
-    pluginProcessSandboxPolicy = PluginProcessSandboxPolicyUnsandboxed;
     pluginProcessToken = PluginProcessManager::shared().pluginProcessToken(plugin, static_cast<PluginProcessType>(processType), pluginProcessSandboxPolicy);
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to