RESOLVED FIXED 36327
Test that a plug-in can override Node methods of its element
https://bugs.webkit.org/show_bug.cgi?id=36327
Summary Test that a plug-in can override Node methods of its element
Alexey Proskuryakov
Reported 2010-03-18 15:19:43 PDT
It's is our current behavior, and this is also what Firefox does. This is more important than it sounds - it means that a plug-in must be instantiated when JS code accesses properties and methods of its owner element, e.g. with a call like plg.addEventListener(...).
Attachments
proposed fix (4.49 KB, patch)
2010-03-18 15:28 PDT, Alexey Proskuryakov
andersca: review+
Alexey Proskuryakov
Comment 1 2010-03-18 15:28:06 PDT
Created attachment 51103 [details] proposed fix
Anders Carlsson
Comment 2 2010-03-18 15:40:37 PDT
Comment on attachment 51103 [details] proposed fix r=me
Alexey Proskuryakov
Comment 3 2010-03-18 15:42:28 PDT
Committed revision 56198.
Note You need to log in before you can comment on or make changes to this bug.