cloudtrends / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
1 stars 1 forks source link

Using the notification API causes a crash #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. visit http://www.html5rocks.com/tutorials/notifications/quick/

Note that the page indicates that it detected the browser supports the 
notification API.

2. scroll down and click on the first button above example 1

3. observe crash due to null pointer

What is the expected output? What do you see instead?

Can support be added to hook in the Notification UI?

Original issue reported on code.google.com by gusver...@gmail.com on 13 Jan 2011 at 8:55

GoogleCodeExporter commented 9 years ago
CEF does not currently implement the notification UI. Revision 165 disables it 
to avoid the crash. Issue 173 will track implementation of this feature.

Original comment by magreenb...@gmail.com on 24 Jan 2011 at 9:10