From 0ccedb8b0f2d4fa9ad675bd45b9613a5c608e815 Mon Sep 17 00:00:00 2001 From: "mkearney@google.com" Date: Wed, 10 Apr 2013 18:21:49 +0000 Subject: [PATCH] I've added a warning to the top of Desktop Notifications which explains the changes and promotes the new Chrome notifications API. Justin, I reworded this a bit with help from Eric Bidelman (thanks, Eric). Not too sure if this is what you are looking for. Also copied Jake here as per Eric's request as he will be drafting new HTML5 rocks content. BUG=182000 Review URL: https://codereview.chromium.org/13976002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193422 0039d316-1c4b-4281-b951-d872f2087c98 --- .../docs/templates/articles/desktop_notifications.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chrome/common/extensions/docs/templates/articles/desktop_notifications.html b/chrome/common/extensions/docs/templates/articles/desktop_notifications.html index c88517be4623..409d36badcfb 100644 --- a/chrome/common/extensions/docs/templates/articles/desktop_notifications.html +++ b/chrome/common/extensions/docs/templates/articles/desktop_notifications.html @@ -1,5 +1,15 @@

Desktop Notifications

+

Warning: +webKitNotifications.createHTMLNotification() in the +web notifications API has been deprecated. +The new web notifications API only allows text. +Chrome notifications API +will be promoted to stable soon and +web notifications will be updated +to use the new rich notifications format. +

+

Use desktop notifications to notify users that something important has happened. -- 2.11.4.GIT