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

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

Issue 2840038: Move context menu module out of experimental. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: kathy changes Created 10 years, 5 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/a11y.html ('k') | chrome/common/extensions/docs/api_other.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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 <!-- SIDENAV --> 139 <!-- SIDENAV -->
140 <div class="g-unit g-first" id="gc-toc"> 140 <div class="g-unit g-first" id="gc-toc">
141 <ul> 141 <ul>
142 <li><a href="getstarted.html">Getting Started</a></li> 142 <li><a href="getstarted.html">Getting Started</a></li>
143 <li><a href="overview.html">Overview</a></li> 143 <li><a href="overview.html">Overview</a></li>
144 <li><h2><a href="devguide.html">Developer's Guide</a></h2> 144 <li><h2><a href="devguide.html">Developer's Guide</a></h2>
145 <ul> 145 <ul>
146 <li>Browser UI 146 <li>Browser UI
147 <ul> 147 <ul>
148 <li><a href="browserAction.html">Browser Actions</a></li> 148 <li><a href="browserAction.html">Browser Actions</a></li>
149 <li><a href="contextMenus.html">Context Menus</a></li>
149 <li><a href="notifications.html">Desktop Notifications</a></li > 150 <li><a href="notifications.html">Desktop Notifications</a></li >
150 <li><a href="options.html">Options Pages</a></li> 151 <li><a href="options.html">Options Pages</a></li>
151 <li><a href="override.html">Override Pages</a></li> 152 <li><a href="override.html">Override Pages</a></li>
152 <li><a href="pageAction.html">Page Actions</a></li> 153 <li><a href="pageAction.html">Page Actions</a></li>
153 <li><a href="themes.html">Themes</a></li> 154 <li><a href="themes.html">Themes</a></li>
154 </ul> 155 </ul>
155 </li> 156 </li>
156 <li>Browser Interaction 157 <li>Browser Interaction
157 <ul> 158 <ul>
158 <li><a href="bookmarks.html">Bookmarks</a></li> 159 <li><a href="bookmarks.html">Bookmarks</a></li>
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 so that extensions can interact with the browser. 289 so that extensions can interact with the browser.
289 </p> 290 </p>
290 291
291 <h2 id="supported">Supported APIs</h2> 292 <h2 id="supported">Supported APIs</h2>
292 293
293 <p> 294 <p>
294 Here are the supported chrome.* APIs: 295 Here are the supported chrome.* APIs:
295 </p> 296 </p>
296 297
297 <ul> 298 <ul>
298 <li><a href="bookmarks.html" js="">bookmarks</a></li><li><a href="browserActio n.html" js="">browserAction</a></li><li><a href="cookies.html" js="">cookies</a> </li><li><a href="extension.html" js="">extension</a></li><li><a href="history.h tml" js="">history</a></li><li><a href="i18n.html" js="">i18n</a></li><li><a hre f="idle.html" js="">idle</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> 299 <li><a href="bookmarks.html" js="">bookmarks</a></li><li><a href="browserActio n.html" js="">browserAction</a></li><li><a href="contextMenus.html" js="">contex tMenus</a></li><li><a href="cookies.html" js="">cookies</a></li><li><a href="ext ension.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="idle.html" js="">i dle</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>
299 </ul> 300 </ul>
300 301
301 <h2 id="experimental">Experimental APIs</h2> 302 <h2 id="experimental">Experimental APIs</h2>
302 303
303 <p> 304 <p>
304 Google Chrome also has some 305 Google Chrome also has some
305 <a href="http://code.google.com/chrome/extensions/dev/experimental.html">experim ental APIs</a>, 306 <a href="http://code.google.com/chrome/extensions/dev/experimental.html">experim ental APIs</a>,
306 which give you access to 307 which give you access to
307 functionality such as process information and history. 308 functionality such as process information and history.
308 </p> 309 </p>
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 _uff=0; 508 _uff=0;
508 urchinTracker(); 509 urchinTracker();
509 } 510 }
510 catch(e) {/* urchinTracker not available. */} 511 catch(e) {/* urchinTracker not available. */}
511 </script> 512 </script>
512 <!-- end analytics --> 513 <!-- end analytics -->
513 </div> 514 </div>
514 </div> <!-- /gc-footer --> 515 </div> <!-- /gc-footer -->
515 </div> <!-- /gc-container --> 516 </div> <!-- /gc-container -->
516 </body></html> 517 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/a11y.html ('k') | chrome/common/extensions/docs/api_other.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698