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

Side by Side Diff: chrome/common/extensions/docs/template/api_template.html

Issue 314012: Adding documentation for extensions options pages. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/test.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 <div id="container"> 1 <div id="container">
2 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> 2 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION -->
3 <!-- In particular, sub-templates that recurse, must be used by allowing 3 <!-- In particular, sub-templates that recurse, must be used by allowing
4 jstemplate to make a copy of the template in this section which 4 jstemplate to make a copy of the template in this section which
5 are not operated on by way of the jsskip="true" --> 5 are not operated on by way of the jsskip="true" -->
6 <div jsskip="true" style="display:none"> 6 <div jsskip="true" style="display:none">
7 7
8 <!-- VALUE --> 8 <!-- VALUE -->
9 <div id="valueTemplate"> 9 <div id="valueTemplate">
10 <dt> 10 <dt>
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 <li><a href="browserAction.html">Browser Actions</a></li> 89 <li><a href="browserAction.html">Browser Actions</a></li>
90 <li><a href="ntp.html">New Tab Pages</a></li> 90 <li><a href="ntp.html">New Tab Pages</a></li>
91 <li><a href="pageAction.html">Page Actions</a></li> 91 <li><a href="pageAction.html">Page Actions</a></li>
92 <li><a href="themes.html">Themes</a></li> 92 <li><a href="themes.html">Themes</a></li>
93 </ul> 93 </ul>
94 </li> 94 </li>
95 <li> More Interaction 95 <li> More Interaction
96 <ul> 96 <ul>
97 <li><a href="bookmarks.html">Bookmarks</a></li> 97 <li><a href="bookmarks.html">Bookmarks</a></li>
98 <li><a href="events.html">Events</a></li> 98 <li><a href="events.html">Events</a></li>
99 <li><a href="options.html">Options Page</a></li>
99 <li><a href="tabs.html">Tabs</a></li> 100 <li><a href="tabs.html">Tabs</a></li>
100 <li><a href="windows.html">Windows</a></li> 101 <li><a href="windows.html">Windows</a></li>
101 </ul> 102 </ul>
102 </li> 103 </li>
103 <li> Implementation 104 <li> Implementation
104 <ul> 105 <ul>
105 <li><a href="background_pages.html">Background Pages</a></li> 106 <li><a href="background_pages.html">Background Pages</a></li>
106 <li><a href="content_scripts.html">Content Scripts</a></li> 107 <li><a href="content_scripts.html">Content Scripts</a></li>
107 <li><a href="xhr.html">Cross-Origin XHR</a></li> 108 <li><a href="xhr.html">Cross-Origin XHR</a></li>
108 <li><a href="npapi.html">NPAPI Plugins</a></li> 109 <li><a href="npapi.html">NPAPI Plugins</a></li>
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 _uanchor=1; 382 _uanchor=1;
382 _uff=0; 383 _uff=0;
383 urchinTracker(); 384 urchinTracker();
384 } 385 }
385 catch(e) {/* urchinTracker not available. */} 386 catch(e) {/* urchinTracker not available. */}
386 </script> 387 </script>
387 <!-- end analytics --> 388 <!-- end analytics -->
388 389
389 </div> <!-- /pageFooter --> 390 </div> <!-- /pageFooter -->
390 </div> <!-- /container --> 391 </div> <!-- /container -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698