Add WMLIntrinsicEvent/EventHandler support. It's needed for any other classes which are TODO (WMLDoElement/WMLTemplateElement/...)
Created attachment 25377 [details] Initial patch
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.
Landed in r38693.