Bug 77710 - Rename [DontEnum] IDL to [NotEnumerable] IDL
Summary: Rename [DontEnum] IDL to [NotEnumerable] IDL
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 77393
  Show dependency treegraph
 
Reported: 2012-02-02 20:58 PST by Kentaro Hara
Modified: 2012-02-03 03:05 PST (History)
8 users (show)

See Also:


Attachments
Patch (45.48 KB, patch)
2012-02-02 21:02 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-02-02 20:58:02 PST
[DontEnum] is a negation of [[Enumerable]] in the ECMAScript spec (8.6.1 of http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf). We can rename [DontEnum] to [NotEnumerable].
Comment 1 Kentaro Hara 2012-02-02 21:02:30 PST
Created attachment 125252 [details]
Patch
Comment 2 Adam Barth 2012-02-03 00:55:24 PST
Comment on attachment 125252 [details]
Patch

Aligning with WebIDL here seems like an improvement.
Comment 3 WebKit Review Bot 2012-02-03 03:05:23 PST
Comment on attachment 125252 [details]
Patch

Clearing flags on attachment: 125252

Committed r106645: <http://trac.webkit.org/changeset/106645>
Comment 4 WebKit Review Bot 2012-02-03 03:05:28 PST
All reviewed patches have been landed.  Closing bug.