Bug 22426 - Add WMLInstrinsicEvent/EventHandler implementation
Summary: Add WMLInstrinsicEvent/EventHandler implementation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks: 20393
  Show dependency treegraph
 
Reported: 2008-11-22 08:54 PST by Nikolas Zimmermann
Modified: 2008-11-22 10:53 PST (History)
0 users

See Also:


Attachments
Initial patch (13.96 KB, patch)
2008-11-22 08:55 PST, Nikolas Zimmermann
zecke: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2008-11-22 08:54:31 PST
Add WMLIntrinsicEvent/EventHandler support. It's needed for any other classes which are TODO (WMLDoElement/WMLTemplateElement/...)
Comment 1 Nikolas Zimmermann 2008-11-22 08:55:45 PST
Created attachment 25377 [details]
Initial patch
Comment 2 Holger Freyther 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.
Comment 3 Nikolas Zimmermann 2008-11-22 10:53:09 PST
Landed in r38693.