Changeset 150610 in webkit


Ignore:
Timestamp:
May 23, 2013 1:48:51 PM (11 years ago)
Author:
andersca@apple.com
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):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r150609 r150610  
     12013-05-23  Anders Carlsson  <andersca@apple.com>
     2
     3        Don't run all plug-ins unsandboxed
     4        https://bugs.webkit.org/show_bug.cgi?id=116690
     5        <rdar://problem/13975569>
     6
     7        Reviewed by Jessie Berlin.
     8
     9        Remove debugging code.
     10
     11        * UIProcess/WebPageProxy.cpp:
     12        (WebKit::WebPageProxy::findPlugin):
     13
    1142013-05-23  Anders Carlsson  <andersca@apple.com>
    215
  • trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp

    r150521 r150610  
    14381438    }
    14391439
    1440     pluginProcessSandboxPolicy = PluginProcessSandboxPolicyUnsandboxed;
    14411440    pluginProcessToken = PluginProcessManager::shared().pluginProcessToken(plugin, static_cast<PluginProcessType>(processType), pluginProcessSandboxPolicy);
    14421441}
Note: See TracChangeset for help on using the changeset viewer.