Title: [150614] branches/safari-537.43-branch/Source/WebKit2
Revision
150614
Author
[email protected]
Date
2013-05-23 14:44:33 -0700 (Thu, 23 May 2013)

Log Message

Merged r150610.  <rdar://problem/13975569>

Modified Paths

Diff

Modified: branches/safari-537.43-branch/Source/WebKit2/ChangeLog (150613 => 150614)


--- branches/safari-537.43-branch/Source/WebKit2/ChangeLog	2013-05-23 21:17:43 UTC (rev 150613)
+++ branches/safari-537.43-branch/Source/WebKit2/ChangeLog	2013-05-23 21:44:33 UTC (rev 150614)
@@ -1,5 +1,22 @@
 2013-05-23  Lucas Forschler  <[email protected]>
 
+        Merge r150610
+
+    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  Lucas Forschler  <[email protected]>
+
         Merge r150556
 
     2013-05-22  Dean Jackson  <[email protected]>

Modified: branches/safari-537.43-branch/Source/WebKit2/UIProcess/WebPageProxy.cpp (150613 => 150614)


--- branches/safari-537.43-branch/Source/WebKit2/UIProcess/WebPageProxy.cpp	2013-05-23 21:17:43 UTC (rev 150613)
+++ branches/safari-537.43-branch/Source/WebKit2/UIProcess/WebPageProxy.cpp	2013-05-23 21:44:33 UTC (rev 150614)
@@ -1438,7 +1438,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