Bug 163311

Summary: Update DeviceProximityEvent to stop using legacy [ConstructorTemplate=Event]
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: BindingsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, darin, esprehn+autocc, kondapallykalyan, rniwa, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2016-10-11 19:47:25 PDT
Update DeviceProximityEvent to stop using legacy [ConstructorTemplate=Event] and use a regular constructor instead, as in the specification:
- https://www.w3.org/TR/2015/WD-proximity-20150903/#deviceproximityevent-interface
Comment 1 Chris Dumez 2016-10-11 19:48:58 PDT
Created attachment 291328 [details]
Patch
Comment 2 Ryosuke Niwa 2016-10-11 21:27:09 PDT
Comment on attachment 291328 [details]
Patch

Does anyone enable this API?
Comment 3 Chris Dumez 2016-10-11 21:30:45 PDT
(In reply to comment #2)
> Comment on attachment 291328 [details]
> Patch
> 
> Does anyone enable this API?

Not that I know but I figured I would update all events just in case.
Comment 4 WebKit Commit Bot 2016-10-11 21:49:36 PDT
Comment on attachment 291328 [details]
Patch

Clearing flags on attachment: 291328

Committed r207187: <http://trac.webkit.org/changeset/207187>
Comment 5 WebKit Commit Bot 2016-10-11 21:49:41 PDT
All reviewed patches have been landed.  Closing bug.