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

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

Issue 8662010: Rename chrome.experimental.webRequest to chrome.webRequest and chrome.webRequestBlocking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Regenerated documentation Created 9 years 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 <a href="#properties">Properties</a> 322 <a href="#properties">Properties</a>
323 <ol> 323 <ol>
324 <li> 324 <li>
325 <a href="#property-anchor">propertyName</a> 325 <a href="#property-anchor">propertyName</a>
326 </li> 326 </li>
327 </ol> 327 </ol>
328 </li> 328 </li>
329 <li> 329 <li>
330 <a href="#global-methods">Methods</a> 330 <a href="#global-methods">Methods</a>
331 <ol> 331 <ol>
332 <li style="display: none; "> 332 <li>
333 <a href="#method-anchor">methodName</a> 333 <a href="#method-anchor">methodName</a>
334 </li><li> 334 </li><li style="">
335 <a href="#method-setDefaultSuggestion">setDefaultSuggestion</a> 335 <a href="#method-setDefaultSuggestion">setDefaultSuggestion</a>
336 </li> 336 </li>
337 </ol> 337 </ol>
338 </li> 338 </li>
339 <li> 339 <li>
340 <a href="#global-events">Events</a> 340 <a href="#global-events">Events</a>
341 <ol> 341 <ol>
342 <li> 342 <li>
343 <a href="#event-onInputCancelled">onInputCancelled</a> 343 <a href="#event-onInputCancelled">onInputCancelled</a>
344 </li><li> 344 </li><li>
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 </div> 487 </div>
488 488
489 </div> <!-- /apiGroup --> 489 </div> <!-- /apiGroup -->
490 490
491 <!-- METHODS --> 491 <!-- METHODS -->
492 <div id="methodsTemplate" class="apiGroup"> 492 <div id="methodsTemplate" class="apiGroup">
493 <a name="global-methods"></a> 493 <a name="global-methods"></a>
494 <h3>Methods</h3> 494 <h3>Methods</h3>
495 495
496 <!-- iterates over all functions --> 496 <!-- iterates over all functions -->
497 <div class="apiItem" style="display: none; "> 497 <div class="apiItem">
498 <a></a> <!-- method-anchor --> 498 <a></a> <!-- method-anchor -->
499 <h4>method name</h4> 499 <h4>method name</h4>
500 500
501 <div class="summary"><span>void</span> 501 <div class="summary"><span>void</span>
502 <!-- Note: intentionally longer 80 columns --> 502 <!-- Note: intentionally longer 80 columns -->
503 <span>chrome.module.methodName</span>(<span><span>, </span><sp an></span> 503 <span>chrome.module.methodName</span>(<span><span>, </span><sp an></span>
504 <var><span></span></var></span>)</div> 504 <var><span></span></var></span>)</div>
505 505
506 <div class="description"> 506 <div class="description">
507 <p class="todo">Undocumented.</p> 507 <p class="todo">Undocumented.</p>
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 553
554 <!-- MIN_VERSION --> 554 <!-- MIN_VERSION -->
555 <p> 555 <p>
556 This function was added in version <b><span></span></b>. 556 This function was added in version <b><span></span></b>.
557 If you require this function, the manifest key 557 If you require this function, the manifest key
558 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a> 558 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
559 can ensure that your extension won't be run in an earlier brow ser version. 559 can ensure that your extension won't be run in an earlier brow ser version.
560 </p> 560 </p>
561 </div> <!-- /description --> 561 </div> <!-- /description -->
562 562
563 </div><div class="apiItem"> 563 </div><div class="apiItem" style="">
564 <a name="method-setDefaultSuggestion"></a> <!-- method-anchor --> 564 <a name="method-setDefaultSuggestion"></a> <!-- method-anchor -->
565 <h4>setDefaultSuggestion</h4> 565 <h4>setDefaultSuggestion</h4>
566 566
567 <div class="summary"><span style="display: none; ">void</span> 567 <div class="summary"><span style="display: none; ">void</span>
568 <!-- Note: intentionally longer 80 columns --> 568 <!-- Note: intentionally longer 80 columns -->
569 <span>chrome.omnibox.setDefaultSuggestion</span>(<span class=" null"><span style="display: none; ">, </span><span>object</span> 569 <span>chrome.omnibox.setDefaultSuggestion</span>(<span class=" null"><span style="display: none; ">, </span><span>object</span>
570 <var><span>suggestion</span></var></span>)</div> 570 <var><span>suggestion</span></var></span>)</div>
571 571
572 <div class="description"> 572 <div class="description">
573 <p class="todo" style="display: none; ">Undocumented.</p> 573 <p class="todo" style="display: none; ">Undocumented.</p>
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
1482 _uff=0; 1482 _uff=0;
1483 urchinTracker(); 1483 urchinTracker();
1484 } 1484 }
1485 catch(e) {/* urchinTracker not available. */} 1485 catch(e) {/* urchinTracker not available. */}
1486 </script> 1486 </script>
1487 <!-- end analytics --> 1487 <!-- end analytics -->
1488 </div> 1488 </div>
1489 </div> <!-- /gc-footer --> 1489 </div> <!-- /gc-footer -->
1490 </div> <!-- /gc-container --> 1490 </div> <!-- /gc-container -->
1491 </body></html> 1491 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/manifest.html ('k') | chrome/common/extensions/docs/permission_warnings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698