RESOLVED FIXED Bug 43611
noembed should respect whether plugins are enabled
https://bugs.webkit.org/show_bug.cgi?id=43611
Summary noembed should respect whether plugins are enabled
Adam Barth
Reported 2010-08-06 00:10:40 PDT
noembed should respect whether plugins are enabled
Attachments
Patch (4.00 KB, patch)
2010-08-06 00:12 PDT, Adam Barth
no flags
Adam Barth
Comment 1 2010-08-06 00:12:43 PDT
Eric Seidel (no email)
Comment 2 2010-08-06 10:36:20 PDT
Comment on attachment 63702 [details] Patch WebCore/html/HTMLTreeBuilder.h:195 + static bool scriptEnabled(Frame* frame); No need for the argument name. Please file a bug with the HTML5 spec.
Eric Seidel (no email)
Comment 3 2010-08-06 10:36:45 PDT
Oh, it's possible to test this via DRT. With layoutTestController.overridePreference()
Eric Seidel (no email)
Comment 4 2010-08-06 10:37:04 PDT
Comment on attachment 63702 [details] Patch This should have a layout test. :)
WebKit Commit Bot
Comment 5 2010-08-06 10:58:34 PDT
Comment on attachment 63702 [details] Patch Clearing flags on attachment: 63702 Committed r64858: <http://trac.webkit.org/changeset/64858>
WebKit Commit Bot
Comment 6 2010-08-06 10:58:39 PDT
All reviewed patches have been landed. Closing bug.
Eric Seidel (no email)
Comment 7 2010-08-06 11:01:51 PDT
Sigh. This is an age-old bug: https://bugs.webkit.org/show_bug.cgi?id=32679
Note You need to log in before you can comment on or make changes to this bug.