Bug 98388

Summary: method "createHTMLNotification" not recognized
Product: WebKit Reporter: Jean <j8ean>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: ap, jianli, jonlee
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   

Description Jean 2012-10-04 02:40:32 PDT
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
Comment 1 Alexey Proskuryakov 2012-10-04 10:22:06 PDT
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>.
Comment 2 Jean 2012-10-04 23:15:39 PDT
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