Bug 78144
| Summary: | Web Notifications should send onshow event, not ondisplay. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yael <yael> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | jianli, johnnyg, jonlee, levin |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yael
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yael
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
*** This bug has been marked as a duplicate of bug 80483 ***