Bug 77585 - Remove [DelegatingPrototypeGetOwnPropertySlot], [HasCustomIndexGetter], [HasIndexSetter], [JSConstructorTemplate] and [NonEmpty] from code generators
Summary: Remove [DelegatingPrototypeGetOwnPropertySlot], [HasCustomIndexGetter], [HasI...
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-01 17:16 PST by Kentaro Hara
Modified: 2012-02-01 20:18 PST (History)
5 users (show)

See Also:


Attachments
Patch (19.03 KB, patch)
2012-02-01 17:19 PST, Kentaro Hara
abarth: review+
haraken: commit-queue-
Details | Formatted Diff | Diff
patch for commit (47.87 KB, patch)
2012-02-01 17:56 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-01 17:16:25 PST
We can remove [DelegatingPrototypeGetOwnPropertySlot], [HasCustomIndexGetter], [HasIndexSetter], [JSConstructorTemplate] and [NonEmpty] from code generators, since they are not used by no IDL files.
Comment 1 Kentaro Hara 2012-02-01 17:19:40 PST
Created attachment 125050 [details]
Patch
Comment 2 Kentaro Hara 2012-02-01 17:56:02 PST
Created attachment 125056 [details]
patch for commit

added run-bindings-tests results
Comment 3 WebKit Review Bot 2012-02-01 19:25:18 PST
Comment on attachment 125056 [details]
patch for commit

Clearing flags on attachment: 125056

Committed r106528: <http://trac.webkit.org/changeset/106528>