WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(119.97 KB, patch)
2014-01-28 14:46 PST
,
Oliver Hunt
no flags
Details
Formatted Diff
Diff
Patch
(119.87 KB, patch)
2014-01-29 11:27 PST
,
Oliver Hunt
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Oliver Hunt
Comment 1
2014-01-28 14:23:41 PST
Created
attachment 222490
[details]
Patch
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
Created
attachment 222495
[details]
Patch
Oliver Hunt
Comment 4
2014-01-28 17:08:40 PST
Committed
r162987
: <
http://trac.webkit.org/changeset/162987
>
Andy Estes
Comment 5
2014-01-28 20:00:20 PST
This broke Release builds, as indicated by the three EWS failures. Also see <
http://build.webkit.org/builders/Apple%20MountainLion%20Release%20%28Build%29/builds/17668/steps/compile-webkit/logs/stdio
>.
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
Created
attachment 222586
[details]
Patch
Oliver Hunt
Comment 9
2014-01-29 12:29:03 PST
Committed
r163035
: <
http://trac.webkit.org/changeset/163035
>
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.
Top of Page
Format For Printing
XML
Clone This Bug