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

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

Issue 12497004: Additional fixes to new notification docs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/articles/notifications.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <h1>Desktop Notifications</h1> 1 <h1>Desktop Notifications</h1>
2 2
3
4
5 <p> 3 <p>
6 Use desktop notifications to notify users that something 4 Use desktop notifications to notify users that something
7 important has happened. 5 important has happened.
8 Notifications appear outside the browser window. 6 Notifications appear outside the browser window.
9 As the following snapshots show, 7 As the following snapshots show,
10 the details of how notifications look 8 the details of how notifications look
11 and where they're shown depend on the platform. 9 and where they're shown depend on the platform.
12 </p> 10 </p>
13 11
14 <img src="{{static}}/images/notification-windows.png" 12 <img src="{{static}}/images/notification-windows.png"
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 and for help in viewing the source code, 105 and for help in viewing the source code,
108 see <a href="samples.html">Samples</a>. 106 see <a href="samples.html">Samples</a>.
109 </p> 107 </p>
110 108
111 <p> 109 <p>
112 Also see html5rocks.com's 110 Also see html5rocks.com's
113 <a href="http://www.html5rocks.com/tutorials/notifications/quick/">notifications tutorial</a>. 111 <a href="http://www.html5rocks.com/tutorials/notifications/quick/">notifications tutorial</a>.
114 Ignore the permission-related code; 112 Ignore the permission-related code;
115 it's unnecessary if you declare the "notifications" permission. 113 it's unnecessary if you declare the "notifications" permission.
116 </p> 114 </p>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/articles/notifications.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698