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

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

Issue 314012: Adding documentation for extensions options pages. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « chrome/common/extensions/docs/tutorials.html ('k') | chrome/common/extensions/docs/xhr.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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 <li><a href="browserAction.html">Browser Actions</a></li> 105 <li><a href="browserAction.html">Browser Actions</a></li>
106 <li><a href="ntp.html">New Tab Pages</a></li> 106 <li><a href="ntp.html">New Tab Pages</a></li>
107 <li><a href="pageAction.html">Page Actions</a></li> 107 <li><a href="pageAction.html">Page Actions</a></li>
108 <li><a href="themes.html">Themes</a></li> 108 <li><a href="themes.html">Themes</a></li>
109 </ul> 109 </ul>
110 </li> 110 </li>
111 <li> More Interaction 111 <li> More Interaction
112 <ul> 112 <ul>
113 <li><a href="bookmarks.html">Bookmarks</a></li> 113 <li><a href="bookmarks.html">Bookmarks</a></li>
114 <li><a href="events.html">Events</a></li> 114 <li><a href="events.html">Events</a></li>
115 <li><a href="options.html">Options Page</a></li>
115 <li><a href="tabs.html">Tabs</a></li> 116 <li><a href="tabs.html">Tabs</a></li>
116 <li class="leftNavSelected">Windows</li> 117 <li class="leftNavSelected">Windows</li>
117 </ul> 118 </ul>
118 </li> 119 </li>
119 <li> Implementation 120 <li> Implementation
120 <ul> 121 <ul>
121 <li><a href="background_pages.html">Background Pages</a></li> 122 <li><a href="background_pages.html">Background Pages</a></li>
122 <li><a href="content_scripts.html">Content Scripts</a></li> 123 <li><a href="content_scripts.html">Content Scripts</a></li>
123 <li><a href="xhr.html">Cross-Origin XHR</a></li> 124 <li><a href="xhr.html">Cross-Origin XHR</a></li>
124 <li><a href="npapi.html">NPAPI Plugins</a></li> 125 <li><a href="npapi.html">NPAPI Plugins</a></li>
(...skipping 2336 matching lines...) Expand 10 before | Expand all | Expand 10 after
2461 urchinTracker(); 2462 urchinTracker();
2462 } 2463 }
2463 catch(e) {/* urchinTracker not available. */} 2464 catch(e) {/* urchinTracker not available. */}
2464 </script> 2465 </script>
2465 <!-- end analytics --> 2466 <!-- end analytics -->
2466 2467
2467 </div> <!-- /pageFooter --> 2468 </div> <!-- /pageFooter -->
2468 </div> <!-- /container --> 2469 </div> <!-- /container -->
2469 </body></html> 2470 </body></html>
2470 2471
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tutorials.html ('k') | chrome/common/extensions/docs/xhr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698