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

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

Issue 1530002: Move history API out of experimental. Allow extensions to override history page. (Closed)
Patch Set: Rebase for commit. Created 10 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 unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/themes.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="gc-container" class="labs"> 1 <div id="gc-container" class="labs">
2 <div id="devModeWarning"> 2 <div id="devModeWarning">
3 You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with -- allow-file-access-from-files. 3 You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with -- allow-file-access-from-files.
4 </div> 4 </div>
5 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> 5 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION -->
6 <!-- In particular, sub-templates that recurse, must be used by allowing 6 <!-- In particular, sub-templates that recurse, must be used by allowing
7 jstemplate to make a copy of the template in this section which 7 jstemplate to make a copy of the template in this section which
8 are not operated on by way of the jsskip="true" --> 8 are not operated on by way of the jsskip="true" -->
9 <div jsskip="true" style="display:none"> 9 <div jsskip="true" style="display:none">
10 10
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 <li><a href="options.html">Options Pages</a></li> 125 <li><a href="options.html">Options Pages</a></li>
126 <li><a href="override.html">Override Pages</a></li> 126 <li><a href="override.html">Override Pages</a></li>
127 <li><a href="pageAction.html">Page Actions</a></li> 127 <li><a href="pageAction.html">Page Actions</a></li>
128 <li><a href="themes.html">Themes</a></li> 128 <li><a href="themes.html">Themes</a></li>
129 </ul> 129 </ul>
130 </li> 130 </li>
131 <li>Browser Interaction 131 <li>Browser Interaction
132 <ul> 132 <ul>
133 <li><a href="bookmarks.html">Bookmarks</a></li> 133 <li><a href="bookmarks.html">Bookmarks</a></li>
134 <li><a href="events.html">Events</a></li> 134 <li><a href="events.html">Events</a></li>
135 <li><a href="history.html">History</a></li>
135 <li><a href="tabs.html">Tabs</a></li> 136 <li><a href="tabs.html">Tabs</a></li>
136 <li><a href="windows.html">Windows</a></li> 137 <li><a href="windows.html">Windows</a></li>
137 </ul> 138 </ul>
138 </li> 139 </li>
139 <li>Implementation 140 <li>Implementation
140 <ul> 141 <ul>
141 <li><a href="background_pages.html">Background Pages</a></li> 142 <li><a href="background_pages.html">Background Pages</a></li>
142 <li><a href="content_scripts.html">Content Scripts</a></li> 143 <li><a href="content_scripts.html">Content Scripts</a></li>
143 <li><a href="xhr.html">Cross-Origin XHR</a></li> 144 <li><a href="xhr.html">Cross-Origin XHR</a></li>
144 <li><a href="i18n.html">Internationalization</a></li> 145 <li><a href="i18n.html">Internationalization</a></li>
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 _uanchor=1; 434 _uanchor=1;
434 _uff=0; 435 _uff=0;
435 urchinTracker(); 436 urchinTracker();
436 } 437 }
437 catch(e) {/* urchinTracker not available. */} 438 catch(e) {/* urchinTracker not available. */}
438 </script> 439 </script>
439 <!-- end analytics --> 440 <!-- end analytics -->
440 </div> 441 </div>
441 </div> <!-- /gc-footer --> 442 </div> <!-- /gc-footer -->
442 </div> <!-- /gc-container --> 443 </div> <!-- /gc-container -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/themes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698