Bug 78144

Summary: Web Notifications should send onshow event, not ondisplay.
Product: WebKit Reporter: Yael <yael>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: jianli, johnnyg, jonlee, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Yael
Reported 2012-02-08 12:58:40 PST
Per http://www.w3.org/TR/notifications/#widl-Notification-show, a notification should fire an onshow event when it shows. Currently, both Chromium and Qt fire ondisplay instead.
Attachments
Yael
Comment 1 2012-02-09 18:27:42 PST
I could change the event name for Chromium at the same time as for Qt, but that could break users who rely on ondisplay. I see 2 alternatives here: 1. Chromium could send both onshow and ondisplay events for some time. 2. I could change the layout tests so they send both events and Chromium port will change later. thoughts?
Yael
Comment 2 2012-03-07 19:53:36 PST
*** This bug has been marked as a duplicate of bug 80483 ***
Note You need to log in before you can comment on or make changes to this bug.