RESOLVED FIXED 127797
Make DOM attributes appear to be faux accessor properties
https://bugs.webkit.org/show_bug.cgi?id=127797
Summary Make DOM attributes appear to be faux accessor properties
Oliver Hunt
Reported 2014-01-28 14:15:46 PST
Make DOM attributes appear to be faux accessor properties
Attachments
Patch (59.42 KB, patch)
2014-01-28 14:23 PST, Oliver Hunt
no flags
Patch (119.97 KB, patch)
2014-01-28 14:46 PST, Oliver Hunt
no flags
Patch (119.87 KB, patch)
2014-01-29 11:27 PST, Oliver Hunt
no flags
Oliver Hunt
Comment 1 2014-01-28 14:23:41 PST
Filip Pizlo
Comment 2 2014-01-28 14:29:27 PST
Comment on attachment 222490 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=222490&action=review > Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:2336 > + if ($interfaceName eq "DOMWindow" && $className eq "JSblah") { > + # FIXME: This branch never executes and should be removed. You're not inspiring confidence here. What's "JSblah"?
Oliver Hunt
Comment 3 2014-01-28 14:46:46 PST
Oliver Hunt
Comment 4 2014-01-28 17:08:40 PST
Andy Estes
Comment 5 2014-01-28 20:00:20 PST
WebKit Commit Bot
Comment 6 2014-01-28 20:10:28 PST
Re-opened since this is blocked by bug 127825
Andy Estes
Comment 7 2014-01-28 20:22:28 PST
Mountain Lion probably has an older version of Perl. You need to dereference your array references on all the calls to push().
Oliver Hunt
Comment 8 2014-01-29 11:27:38 PST
Oliver Hunt
Comment 9 2014-01-29 12:29:03 PST
Geoffrey Garen
Comment 10 2014-01-29 13:14:40 PST
Comment on attachment 222586 [details] Patch Clearing review flag because this was committed.
Note You need to log in before you can comment on or make changes to this bug.