Bug 22426

Summary: Add WMLInstrinsicEvent/EventHandler implementation
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: XMLAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 20393    
Attachments:
Description Flags
Initial patch zecke: review+

Nikolas Zimmermann
Reported 2008-11-22 08:54:31 PST
Add WMLIntrinsicEvent/EventHandler support. It's needed for any other classes which are TODO (WMLDoElement/WMLTemplateElement/...)
Attachments
Initial patch (13.96 KB, patch)
2008-11-22 08:55 PST, Nikolas Zimmermann
zecke: review+
Nikolas Zimmermann
Comment 1 2008-11-22 08:55:45 PST
Created attachment 25377 [details] Initial patch
Holger Freyther
Comment 2 2008-11-22 10:46:38 PST
Comment on attachment 25377 [details] Initial patch > +enum WMLIntrinsicEventType { > + WMLIntrinsicEvent_Unknown = 0, not necessary but we found other code doing that. I can't see anything wrong with the code and how it is planned to be used.
Nikolas Zimmermann
Comment 3 2008-11-22 10:53:09 PST
Landed in r38693.
Note You need to log in before you can comment on or make changes to this bug.