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

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

Issue 2078021: First pass at experimental omnibox API. There are plenty of rough edges and (Closed)
Patch Set: no prefer_keyword Created 10 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
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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a> 258 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a>
259 on the following experimental APIs: 259 on the following experimental APIs:
260 </p> 260 </p>
261 261
262 <ul> 262 <ul>
263 <li> 263 <li>
264 <a href="experimental.clipboard.html">experimental.clipboard</a></li><li> 264 <a href="experimental.clipboard.html">experimental.clipboard</a></li><li>
265 <a href="experimental.contextMenu.html">experimental.contextMenu</a></li><li> 265 <a href="experimental.contextMenu.html">experimental.contextMenu</a></li><li>
266 <a href="experimental.cookies.html">experimental.cookies</a></li><li> 266 <a href="experimental.cookies.html">experimental.cookies</a></li><li>
267 <a href="experimental.infobars.html">experimental.infobars</a></li><li> 267 <a href="experimental.infobars.html">experimental.infobars</a></li><li>
268 <a href="experimental.omnibox.html">experimental.omnibox</a></li><li>
268 <a href="experimental.processes.html">experimental.processes</a></li> 269 <a href="experimental.processes.html">experimental.processes</a></li>
269 </ul> 270 </ul>
270 271
271 <p class="caution"> 272 <p class="caution">
272 <b>Caution:</b> 273 <b>Caution:</b>
273 Don't depend on these experimental APIs. 274 Don't depend on these experimental APIs.
274 They might disappear, 275 They might disappear,
275 and they <em>will</em> change. 276 and they <em>will</em> change.
276 Also, the extension gallery doesn't allow you to 277 Also, the extension gallery doesn't allow you to
277 upload extensions that use experimental APIs. 278 upload extensions that use experimental APIs.
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 _uff=0; 510 _uff=0;
510 urchinTracker(); 511 urchinTracker();
511 } 512 }
512 catch(e) {/* urchinTracker not available. */} 513 catch(e) {/* urchinTracker not available. */}
513 </script> 514 </script>
514 <!-- end analytics --> 515 <!-- end analytics -->
515 </div> 516 </div>
516 </div> <!-- /gc-footer --> 517 </div> <!-- /gc-footer -->
517 </div> <!-- /gc-container --> 518 </div> <!-- /gc-container -->
518 </body></html> 519 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/api/omnibox/manifest.json ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698