Bug 28379 - Script to create element factory needs changes to accommodate calling create
Summary: Script to create element factory needs changes to accommodate calling create
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-16 22:30 PDT by Darin Adler
Modified: 2019-02-06 09:03 PST (History)
1 user (show)

See Also:


Attachments
patch (36.55 KB, patch)
2009-08-16 22:44 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
patch (36.55 KB, patch)
2009-08-16 22:51 PDT, Darin Adler
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2009-08-16 22:30:07 PDT
The make_names.pl needs to be changed so it understands how to call create functions rather than calling "new" directly. And it can be cleaned up quite a bit while doing so. Later, I will change the default setting on this and use it to start making constructors private and use create functions.
Comment 1 Darin Adler 2009-08-16 22:44:30 PDT
Created attachment 34952 [details]
patch
Comment 2 Darin Adler 2009-08-16 22:51:56 PDT
Created attachment 34953 [details]
patch
Comment 3 Darin Adler 2009-08-17 00:10:54 PDT
http://trac.webkit.org/changeset/47351
Comment 4 Lucas Forschler 2019-02-06 09:03:03 PST
Mass moving XML DOM bugs to the "DOM" Component.