Bug 20896

Summary: glib bindings - add "constructors"
Product: WebKit Reporter: Luke Kenneth Casson Leighton <lkcl>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 16401    
Bug Blocks:    

Description Luke Kenneth Casson Leighton 2008-09-17 06:44:03 PDT
any attribute ending in "Constructor" is presently skipped.
DOMWindow particularly is missing the constructors for
all the DOM objects.
Comment 1 Mark Rowe (bdash) 2008-09-17 10:33:23 PDT
Constructors are an artifact of JavaScript.  They don't really make any sense for other languages.