Bug 39118

Summary: Touch events are marked DontEnum in DOMWindow.idl
Product: WebKit Reporter: Ben Murdoch <benm>
Component: WebCore Misc.Assignee: Ben Murdoch <benm>
Status: RESOLVED FIXED    
Severity: Normal CC: android-webkit-unforking, commit-queue, gdk, hausmann, steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 32485    
Attachments:
Description Flags
Patch none

Ben Murdoch
Reported 2010-05-14 08:26:17 PDT
The touch event listener attributes are marked as DontEnum in DOMWindow.idl in contrast to all the other attribute EventListeners. Is this intentional? I propose that we remove the flag from the IDL and make them enumerable for consistency. I can send a patch if there is agreement. Thanks!
Attachments
Patch (3.28 KB, patch)
2010-05-17 07:15 PDT, Ben Murdoch
no flags
Ben Murdoch
Comment 1 2010-05-17 07:15:50 PDT
Created attachment 56240 [details] Patch Here's what the patch would look like. I believe Qt is the only platform that needs the layout test to be updated - AFAIK no other platforms that don't skip this test (e.g. Chromium skip it) have touch events enabled.
Darin Adler
Comment 2 2010-05-17 09:43:03 PDT
Comment on attachment 56240 [details] Patch OK. r=me
WebKit Commit Bot
Comment 3 2010-05-19 02:37:47 PDT
Comment on attachment 56240 [details] Patch Clearing flags on attachment: 56240 Committed r59754: <http://trac.webkit.org/changeset/59754>
WebKit Commit Bot
Comment 4 2010-05-19 02:37:52 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.