Bug 98388
| Summary: | method "createHTMLNotification" not recognized | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jean <j8ean> |
| Component: | WebKit API | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | ap, jianli, jonlee |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
Jean
Hello,
The webkit html notification (createHTMLNotification) work fine until yesterday. An error is appear (see below), the code has not change -> incompatible with the last version of chrome ?
Error message : Uncaught TypeError: Object #<NotificationCenter> has no method 'createHTMLNotification'
If I use the methode "createNotification", it's work fine but I need to use HTML notification.
The settings of chrome allowed the pop-up and notification for all website (and tests are in the code for check that).
Thanks in advance, regards
Jean
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
When you say that this worked until yesterday, are you referring to WebKit nightlies <http://nightly.webkit.org>, or to Chromium? This feature is being removed from Chromium, according to <https://plus.google.com/u/0/+GoogleChromeDevelopers/posts/8vWo8hq4pDm>.
Jean
Alexey,
Thank you for your quick reply.
It's unfortunate that this feature has removed ... it's was a good idea
I will update the status.
Regards
Jean