Bug 78144 - Web Notifications should send onshow event, not ondisplay.
Summary: Web Notifications should send onshow event, not ondisplay.
Status: RESOLVED DUPLICATE of bug 80483
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-08 12:58 PST by Yael
Modified: 2012-03-07 19:53 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yael 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.
Comment 1 Yael 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?
Comment 2 Yael 2012-03-07 19:53:36 PST

*** This bug has been marked as a duplicate of bug 80483 ***