Bug 87296 - Move setPluginsEnabled from layoutTestController to window.internals()
Summary: Move setPluginsEnabled from layoutTestController to window.internals()
Status: RESOLVED DUPLICATE of bug 58593
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 87284
  Show dependency treegraph
 
Reported: 2012-05-23 12:08 PDT by Marcelo Lira
Modified: 2012-05-25 14:07 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcelo Lira 2012-05-23 12:08:38 PDT
Implement setPluginsEnabled in window.internals and remove duplicated code from WebKitTestRunner and DumpRenderTree.
Comment 1 Alexey Proskuryakov 2012-05-23 15:03:00 PDT
This is an API on Mac, and likely such on most mature platforms. I think that it is helpful and not costly to test through WebKit layer because of that.
Comment 2 Marcelo Lira 2012-05-25 14:07:25 PDT
(In reply to comment #1)
> This is an API on Mac, and likely such on most mature platforms. I think that it is helpful and not costly to test through WebKit layer because of that.

Agreed. I'll also mark this as a duplicate of bug 58593.
That bug better follows your thinking.
I also sent a patch to it.

*** This bug has been marked as a duplicate of bug 58593 ***