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

Side by Side Diff: chrome/common/extensions/docs/experimental.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
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 <div id="static"><div id="pageData-name" class="pageData">chrome.experim ental.* APIs</div> 269 <div id="static"><div id="pageData-name" class="pageData">chrome.experim ental.* APIs</div>
269 270
270 <p> 271 <p>
271 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a> 272 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a>
272 on the following experimental APIs: 273 on the following experimental APIs:
273 </p> 274 </p>
274 275
275 <ul> 276 <ul>
276 <li> 277 <li>
277 <a href="experimental.clipboard.html">experimental.clipboard</a></li><li> 278 <a href="experimental.clipboard.html">experimental.clipboard</a></li><li>
278 <a href="experimental.contextMenus.html">experimental.contextMenus</a></li><li >
279 <a href="experimental.infobars.html">experimental.infobars</a></li><li> 279 <a href="experimental.infobars.html">experimental.infobars</a></li><li>
280 <a href="experimental.omnibox.html">experimental.omnibox</a></li><li> 280 <a href="experimental.omnibox.html">experimental.omnibox</a></li><li>
281 <a href="experimental.processes.html">experimental.processes</a></li> 281 <a href="experimental.processes.html">experimental.processes</a></li>
282 </ul> 282 </ul>
283 283
284 <p class="caution"> 284 <p class="caution">
285 <b>Caution:</b> 285 <b>Caution:</b>
286 Don't depend on these experimental APIs. 286 Don't depend on these experimental APIs.
287 They might disappear, 287 They might disappear,
288 and they <em>will</em> change. 288 and they <em>will</em> change.
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 _uff=0; 529 _uff=0;
530 urchinTracker(); 530 urchinTracker();
531 } 531 }
532 catch(e) {/* urchinTracker not available. */} 532 catch(e) {/* urchinTracker not available. */}
533 </script> 533 </script>
534 <!-- end analytics --> 534 <!-- end analytics -->
535 </div> 535 </div>
536 </div> <!-- /gc-footer --> 536 </div> <!-- /gc-footer -->
537 </div> <!-- /gc-container --> 537 </div> <!-- /gc-container -->
538 </body></html> 538 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/events.html ('k') | chrome/common/extensions/docs/experimental.clipboard.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698