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

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

Issue 10257006: Move Declarative Web Request API out of experimental and make it a feature (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT Created 8 years, 7 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
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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 <p> 214 <p>
215 Google Chrome provides APIs such as 215 Google Chrome provides APIs such as
216 <code>chrome.bookmarks</code> and <code>chrome.tab</code> 216 <code>chrome.bookmarks</code> and <code>chrome.tab</code>
217 so that extensions can interact with the browser. 217 so that extensions can interact with the browser.
218 </p> 218 </p>
219 <h2 id="supported">Supported APIs</h2> 219 <h2 id="supported">Supported APIs</h2>
220 <p> 220 <p>
221 Here are the supported chrome.* APIs: 221 Here are the supported chrome.* APIs:
222 </p> 222 </p>
223 <ul> 223 <ul>
224 <li><a href="alarms.html" js="">alarms</a></li><li><a href="bookmarks.html" js ="">bookmarks</a></li><li><a href="browserAction.html" js="">browserAction</a></ li><li><a href="browsingData.html" js="">browsingData</a></li><li><a href="conte ntSettings.html" js="">contentSettings</a></li><li><a href="contextMenus.html" j s="">contextMenus</a></li><li><a href="cookies.html" js="">cookies</a></li><li>< a href="debugger.html" js="">debugger</a></li><li><a href="extension.html" js="" >extension</a></li><li><a href="fileBrowserHandler.html" js="">fileBrowserHandle r</a></li><li><a href="history.html" js="">history</a></li><li><a href="i18n.htm l" js="">i18n</a></li><li><a href="idle.html" js="">idle</a></li><li><a href="ma nagement.html" js="">management</a></li><li><a href="omnibox.html" js="">omnibox </a></li><li><a href="pageAction.html" js="">pageAction</a></li><li><a href="pag eCapture.html" js="">pageCapture</a></li><li><a href="permissions.html" js="">pe rmissions</a></li><li><a href="privacy.html" js="">privacy</a></li><li><a href=" proxy.html" js="">proxy</a></li><li><a href="storage.html" js="">storage</a></li ><li><a href="tabs.html" js="">tabs</a></li><li><a href="topSites.html" js="">to pSites</a></li><li><a href="tts.html" js="">tts</a></li><li><a href="ttsEngine.h tml" js="">ttsEngine</a></li><li><a href="types.html" js="">types</a></li><li><a href="webNavigation.html" js="">webNavigation</a></li><li><a href="webRequest.h tml" js="">webRequest</a></li><li><a href="webstore.html" js="">webstore</a></li ><li><a href="windows.html" js="">windows</a></li> 224 <li><a href="alarms.html" js="">alarms</a></li><li><a href="bookmarks.html" js ="">bookmarks</a></li><li><a href="browserAction.html" js="">browserAction</a></ li><li><a href="browsingData.html" js="">browsingData</a></li><li><a href="conte ntSettings.html" js="">contentSettings</a></li><li><a href="contextMenus.html" j s="">contextMenus</a></li><li><a href="cookies.html" js="">cookies</a></li><li>< a href="debugger.html" js="">debugger</a></li><li><a href="declarativeWebRequest .html" js="">declarativeWebRequest</a></li><li><a href="extension.html" js="">ex tension</a></li><li><a href="fileBrowserHandler.html" js="">fileBrowserHandler</ a></li><li><a href="history.html" js="">history</a></li><li><a href="i18n.html" js="">i18n</a></li><li><a href="idle.html" js="">idle</a></li><li><a href="manag ement.html" js="">management</a></li><li><a href="omnibox.html" js="">omnibox</a ></li><li><a href="pageAction.html" js="">pageAction</a></li><li><a href="pageCa pture.html" js="">pageCapture</a></li><li><a href="permissions.html" js="">permi ssions</a></li><li><a href="privacy.html" js="">privacy</a></li><li><a href="pro xy.html" js="">proxy</a></li><li><a href="storage.html" js="">storage</a></li><l i><a href="tabs.html" js="">tabs</a></li><li><a href="topSites.html" js="">topSi tes</a></li><li><a href="tts.html" js="">tts</a></li><li><a href="ttsEngine.html " js="">ttsEngine</a></li><li><a href="types.html" js="">types</a></li><li><a hr ef="webNavigation.html" js="">webNavigation</a></li><li><a href="webRequest.html " js="">webRequest</a></li><li><a href="webstore.html" js="">webstore</a></li><l i><a href="windows.html" js="">windows</a></li>
225 </ul> 225 </ul>
226 <h2 id="experimental">Experimental APIs</h2> 226 <h2 id="experimental">Experimental APIs</h2>
227 <p> 227 <p>
228 Google Chrome also has 228 Google Chrome also has
229 <a href="experimental.html">experimental APIs</a>, 229 <a href="experimental.html">experimental APIs</a>,
230 some of which will become supported APIs 230 some of which will become supported APIs
231 in future releases of Chrome. 231 in future releases of Chrome.
232 </p> 232 </p>
233 <h2 id="conventions">API conventions</h2> 233 <h2 id="conventions">API conventions</h2>
234 <p> 234 <p>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 _uff=0; 276 _uff=0;
277 urchinTracker(); 277 urchinTracker();
278 } 278 }
279 catch(e) {/* urchinTracker not available. */} 279 catch(e) {/* urchinTracker not available. */}
280 </script> 280 </script>
281 <!-- end analytics --> 281 <!-- end analytics -->
282 </div> 282 </div>
283 </div> <!-- /gc-footer --> 283 </div> <!-- /gc-footer -->
284 </div> <!-- /gc-container --> 284 </div> <!-- /gc-container -->
285 </body></html> 285 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/common/extensions/docs/declarativeWebRequest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698