[Webkit-unassigned] [Bug 28930] Enable switch for notifications in Page Settings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 8 11:13:56 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28930





--- Comment #16 from John Gregg <johnnyg at google.com>  2009-09-08 11:13:55 PDT ---
It's true, that window.webkitNotifications === null with this flag off, as
opposed to undefined, but the check for

if (window.webkitNotifications) {
  use notifications
} else {
  don't
}

will behave correctly, and the methods themselves (like
window.webkitNotification.createNotification) *are* reliably hidden.

As you say, command line switches for managing the rollout of the new feature
in Chromium is exactly the reason for this -- I will try to help gather
consensus for how to deal with it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list