WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
147861
The 'prototype' property on interface objects should not be enumerable
https://bugs.webkit.org/show_bug.cgi?id=147861
Summary
The 'prototype' property on interface objects should not be enumerable
Chris Dumez
Reported
2015-08-10 19:18:17 PDT
The 'prototype' property on interfaces objects should NOT be enumerable. Currently it is in WebKit. Compatibility: - Web IDL spec says the property should NOT be enumerable:
http://heycam.github.io/webidl/#interface-object
- It is configurable in Firefox 38 and Chrome 44. W3C test suite:
http://w3c-test.org/dom/interfaces.html
Attachments
Patch
(7.71 KB, patch)
2015-08-10 20:38 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2015-08-10 19:30:20 PDT
(In reply to
comment #0
)
> The 'prototype' property on interfaces objects should NOT be enumerable. > Currently it is in WebKit. > > Compatibility: > - Web IDL spec says the property should NOT be enumerable: >
http://heycam.github.io/webidl/#interface-object
> - It is configurable in Firefox 38 and Chrome 44.
I meant it is *not enumerable* in Firefox 38 and Chrome 44.
Chris Dumez
Comment 2
2015-08-10 20:38:53 PDT
Created
attachment 258695
[details]
Patch
WebKit Commit Bot
Comment 3
2015-08-10 23:42:29 PDT
Comment on
attachment 258695
[details]
Patch Clearing flags on attachment: 258695 Committed
r188252
: <
http://trac.webkit.org/changeset/188252
>
WebKit Commit Bot
Comment 4
2015-08-10 23:42:34 PDT
All reviewed patches have been landed. Closing bug.
Csaba Osztrogonác
Comment 5
2015-08-11 00:30:39 PDT
(In reply to
comment #3
)
> Comment on
attachment 258695
[details]
> Patch > > Clearing flags on attachment: 258695 > > Committed
r188252
: <
http://trac.webkit.org/changeset/188252
>
It broke the bindings tests. Could you fix it?
Chris Dumez
Comment 6
2015-08-11 07:57:34 PDT
(In reply to
comment #5
)
> (In reply to
comment #3
) > > Comment on
attachment 258695
[details]
> > Patch > > > > Clearing flags on attachment: 258695 > > > > Committed
r188252
: <
http://trac.webkit.org/changeset/188252
> > > It broke the bindings tests. Could you fix it?
Done in
https://trac.webkit.org/r188254
, thanks.
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