Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2344)

Unified Diff: chrome/common/extensions/docs/templates/articles/desktop_notifications.html

Issue 13976002: Deprecation notice added to Desktop Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/articles/desktop_notifications.html
diff --git a/chrome/common/extensions/docs/templates/articles/desktop_notifications.html b/chrome/common/extensions/docs/templates/articles/desktop_notifications.html
index c88517be4623540a41d986f4490cdb34c440ebeb..409d36badcfb77ca828330e8ac0ac054fd29b8f4 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 @@
<h1>Desktop Notifications</h1>
+<p class="warning"><b>Warning:</b>
+<code>webKitNotifications.createHTMLNotification()</code> in the
+<a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">web notifications API</a> has been deprecated.
+The new <a href="http://www.w3.org/TR/notifications/">web notifications API</a> only allows text.
+<a href="notifications.html">Chrome notifications API</a>
+will be promoted to stable soon and
+web notifications will be updated
+to use the new rich notifications format.
+</p>
+
<p>
Use desktop notifications to notify users that something
important has happened.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698