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

Side by Side Diff: chrome/common/extensions/docs/notifications.html

Issue 2881038: Extension doc changes (nothing buildable or testable) - Add boilerplate line for experimental api... (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs Created 10 years, 5 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
« no previous file with comments | « chrome/common/extensions/docs/messaging.html ('k') | chrome/common/extensions/docs/npapi.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 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 <a href="#id-anchor">id</a> 280 <a href="#id-anchor">id</a>
281 </li> 281 </li>
282 </ol> 282 </ol>
283 </li> 283 </li>
284 </ol> 284 </ol>
285 </li> 285 </li>
286 </ol> 286 </ol>
287 </div> 287 </div>
288 <!-- /TABLE OF CONTENTS --> 288 <!-- /TABLE OF CONTENTS -->
289 289
290 <!-- Standard content lead-in for experimental API pages -->
291 <p id="classSummary" style="display: none; ">
292 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
293 </p>
294
290 <!-- STATIC CONTENT PLACEHOLDER --> 295 <!-- STATIC CONTENT PLACEHOLDER -->
291 <div id="static"><div id="pageData-name" class="pageData">Desktop Notifi cations</div> 296 <div id="static"><div id="pageData-name" class="pageData">Desktop Notifi cations</div>
292 <div id="pageData-showTOC" class="pageData">true</div> 297 <div id="pageData-showTOC" class="pageData">true</div>
293 298
294 <!-- BEGIN AUTHORED CONTENT --> 299 <!-- BEGIN AUTHORED CONTENT -->
295 <p> 300 <p>
296 Use desktop notifications to notify users that something 301 Use desktop notifications to notify users that something
297 important has happened. 302 important has happened.
298 Notifications appear outside the browser window. 303 Notifications appear outside the browser window.
299 As the following snapshots show, 304 As the following snapshots show,
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 _uff=0; 600 _uff=0;
596 urchinTracker(); 601 urchinTracker();
597 } 602 }
598 catch(e) {/* urchinTracker not available. */} 603 catch(e) {/* urchinTracker not available. */}
599 </script> 604 </script>
600 <!-- end analytics --> 605 <!-- end analytics -->
601 </div> 606 </div>
602 </div> <!-- /gc-footer --> 607 </div> <!-- /gc-footer -->
603 </div> <!-- /gc-container --> 608 </div> <!-- /gc-container -->
604 </body></html> 609 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/messaging.html ('k') | chrome/common/extensions/docs/npapi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698