[Webkit-unassigned] [Bug 26100] Add missing event handler properties to the DOMWindow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 31 19:58:58 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26100





------- Comment #7 from sam at webkit.org  2009-05-31 19:58 PDT -------
The remaining ones are now.

// Printing
//attribute EventListener onafterprint;
//attribute EventListener onbeforeprint;

// Messaging
//attribute EventListener onmessage;

// Forms
//attribute EventListener onformchange;
//attribute EventListener onforminput;
//attribute EventListener oninput;
//attribute EventListener oninvalid;

// Undo/Redo
//attribute EventListener onredo;
//attribute EventListener onundo;

// History
//attribute EventListener onpopstate;

// Location
//attribute EventListener onhashchange;

// Context Menu
//attribute EventListener oncontextmenu;
//attribute EventListener onshow;

// Readystate
//attribute EventListener onreadystatechange;

// ???
//attribute EventListener ondataunavailable;


Of that set, I believe we only support onmessage, oninput and oncontextmenu.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list