[Webkit-unassigned] [Bug 125284] New: Add missing event handler attributes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 4 23:35:18 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125284
Summary: Add missing event handler attributes
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: Event Handling
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: darin at apple.com, ap at webkit.org
Consider merging https://chromium.googlesource.com/chromium/blink/+/142dce5f57104a5cb0ff44aa2010e5b4bbd98f10
Document, Element and Window now have almost all the on* attributes
from GlobalEventHandlers and are in sync with each other, except:
* The dragexit event is part of the drag-and-drop processing model,
but is never fired in Blink.
* The sort event is part of the table sorting algorithm, which has
not been implemented yet.
Also alphabetize the lists in Document.h and Element.h.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list