Bug 174652
Summary: | Disable loading of plugins from the default path | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ap, bfulgham, ddkilzer, jlewis3, webkit-bug-importer, wilander |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=172840 https://bugs.webkit.org/show_bug.cgi?id=174720 |
Jonathan Bedard
Currently, there is no way to opt-out of loading plugins from the default plugin path. Especially for testing, we should add API to only load plugins from the custom plugin path.
Note that this should be the actual fix for https://bugs.webkit.org/show_bug.cgi?id=172840.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/33404303>
Jonathan Bedard
We should be able to cherry-pick which plugins we use, that is the point of decidePolicyForPluginLoad (from the WTR::TestController). However, ITP isn't respecting this option.
Jonathan Bedard
Plugins are not the issue here, the test suite set-up for ITP is the issue. I am closing this bug, I will link to the fix once I've finished putting it together.
Jonathan Bedard
https://bugs.webkit.org/show_bug.cgi?id=174720 tracks the fix in WebKitTestRunner.