Bug 67459 - Generate an EventSource constructor of V8 using the IDL 'Constructor' extended attribute
Summary: Generate an EventSource constructor of V8 using the IDL 'Constructor' extende...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 65839
  Show dependency treegraph
 
Reported: 2011-09-01 18:24 PDT by Kentaro Hara
Modified: 2011-09-02 00:40 PDT (History)
5 users (show)

See Also:


Attachments
Patch (6.35 KB, patch)
2011-09-01 18:32 PDT, 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 2011-09-01 18:24:34 PDT
Currently, the EventSource constructor is written manually as a custom constructor. We should replace this with automatically generated code by the IDL 'Constructor' extended attribute.
Comment 1 Kentaro Hara 2011-09-01 18:32:33 PDT
Created attachment 106078 [details]
Patch
Comment 2 WebKit Review Bot 2011-09-02 00:40:46 PDT
Comment on attachment 106078 [details]
Patch

Clearing flags on attachment: 106078

Committed r94390: <http://trac.webkit.org/changeset/94390>
Comment 3 WebKit Review Bot 2011-09-02 00:40:51 PDT
All reviewed patches have been landed.  Closing bug.