Bug 87296

Summary: Move setPluginsEnabled from layoutTestController to window.internals()
Product: WebKit Reporter: Marcelo Lira <marcelo.lira>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, cmarcelo, jesus, menard
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 87284    

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 ***