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

Side by Side Diff: chrome/common/extensions/docs/api_index.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
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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 <li><a href="options.html">Options Pages</a></li> 138 <li><a href="options.html">Options Pages</a></li>
139 <li><a href="override.html">Override Pages</a></li> 139 <li><a href="override.html">Override Pages</a></li>
140 <li><a href="pageAction.html">Page Actions</a></li> 140 <li><a href="pageAction.html">Page Actions</a></li>
141 <li><a href="themes.html">Themes</a></li> 141 <li><a href="themes.html">Themes</a></li>
142 </ul> 142 </ul>
143 </li> 143 </li>
144 <li>Browser Interaction 144 <li>Browser Interaction
145 <ul> 145 <ul>
146 <li><a href="bookmarks.html">Bookmarks</a></li> 146 <li><a href="bookmarks.html">Bookmarks</a></li>
147 <li><a href="events.html">Events</a></li> 147 <li><a href="events.html">Events</a></li>
148 <li><a href="history.html">History</a></li>
148 <li><a href="tabs.html">Tabs</a></li> 149 <li><a href="tabs.html">Tabs</a></li>
149 <li><a href="windows.html">Windows</a></li> 150 <li><a href="windows.html">Windows</a></li>
150 </ul> 151 </ul>
151 </li> 152 </li>
152 <li>Implementation 153 <li>Implementation
153 <ul> 154 <ul>
154 <li><a href="background_pages.html">Background Pages</a></li> 155 <li><a href="background_pages.html">Background Pages</a></li>
155 <li><a href="content_scripts.html">Content Scripts</a></li> 156 <li><a href="content_scripts.html">Content Scripts</a></li>
156 <li><a href="xhr.html">Cross-Origin XHR</a></li> 157 <li><a href="xhr.html">Cross-Origin XHR</a></li>
157 <li><a href="i18n.html">Internationalization</a></li> 158 <li><a href="i18n.html">Internationalization</a></li>
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 so that extensions can interact with the browser. 274 so that extensions can interact with the browser.
274 </p> 275 </p>
275 276
276 <h2 id="supported">Supported APIs</h2> 277 <h2 id="supported">Supported APIs</h2>
277 278
278 <p> 279 <p>
279 Here are the supported chrome.* APIs: 280 Here are the supported chrome.* APIs:
280 </p> 281 </p>
281 282
282 <ul> 283 <ul>
283 <li><a href="bookmarks.html" js="">bookmarks</a></li><li><a href="browserActio n.html" js="">browserAction</a></li><li><a href="extension.html" js="">extension </a></li><li><a href="i18n.html" js="">i18n</a></li><li><a href="pageAction.html " js="">pageAction</a></li><li><a href="tabs.html" js="">tabs</a></li><li><a hre f="windows.html" js="">windows</a></li> 284 <li><a href="bookmarks.html" js="">bookmarks</a></li><li><a href="browserActio n.html" js="">browserAction</a></li><li><a href="extension.html" js="">extension </a></li><li><a href="history.html" js="">history</a></li><li><a href="i18n.html " js="">i18n</a></li><li><a href="pageAction.html" js="">pageAction</a></li><li> <a href="tabs.html" js="">tabs</a></li><li><a href="windows.html" js="">windows< /a></li>
284 </ul> 285 </ul>
285 286
286 <h2 id="experimental">Experimental APIs</h2> 287 <h2 id="experimental">Experimental APIs</h2>
287 288
288 <p> 289 <p>
289 Google Chrome also has some 290 Google Chrome also has some
290 <a href="http://code.google.com/chrome/extensions/dev/experimental.html">experim ental APIs</a>, 291 <a href="http://code.google.com/chrome/extensions/dev/experimental.html">experim ental APIs</a>,
291 which give you access to 292 which give you access to
292 functionality such as process information and history. 293 functionality such as process information and history.
293 </p> 294 </p>
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 _uff=0; 486 _uff=0;
486 urchinTracker(); 487 urchinTracker();
487 } 488 }
488 catch(e) {/* urchinTracker not available. */} 489 catch(e) {/* urchinTracker not available. */}
489 </script> 490 </script>
490 <!-- end analytics --> 491 <!-- end analytics -->
491 </div> 492 </div>
492 </div> <!-- /gc-footer --> 493 </div> <!-- /gc-footer -->
493 </div> <!-- /gc-container --> 494 </div> <!-- /gc-container -->
494 </body></html> 495 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/common/extensions/docs/api_other.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698