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

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

Issue 10829301: Extension docs: Manual merge crrev.com/143652 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 4 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 <ol> 220 <ol>
221 <li> 221 <li>
222 <a href="#method-download">download</a> 222 <a href="#method-download">download</a>
223 </li> 223 </li>
224 </ol> 224 </ol>
225 </li> 225 </li>
226 <li> 226 <li>
227 <a href="#types">Types</a> 227 <a href="#types">Types</a>
228 <ol> 228 <ol>
229 <li> 229 <li>
230 <a href="#type-HttpHeaders">null</a> 230 <a href="#type-experimental.downloads.HttpHeaders">HttpHeaders</ a>
231 <ol> 231 <ol>
232 </ol> 232 </ol>
233 </li> 233 </li>
234 </ol> 234 </ol>
235 </li> 235 </li>
236 </ol> 236 </ol>
237 </li> 237 </li>
238 </ol> 238 </ol>
239 </div> 239 </div>
240 <!-- /TABLE OF CONTENTS --> 240 <!-- /TABLE OF CONTENTS -->
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 <div> 474 <div>
475 <dt> 475 <dt>
476 <var>headers</var> 476 <var>headers</var>
477 <em> 477 <em>
478 <!-- TYPE --> 478 <!-- TYPE -->
479 <div style="display:inline"> 479 <div style="display:inline">
480 ( 480 (
481 <span class="optional">optional</span> 481 <span class="optional">optional</span>
482 <span id="typeTemplate"> 482 <span id="typeTemplate">
483 <span> 483 <span>
484 <a href="webRequest.html#type-HttpHeaders">HttpHeaders</ a> 484 <a href="experimental.downloads.html#type-experimental.d ownloads.HttpHeaders">experimental.downloads.HttpHeaders</a>
485 </span> 485 </span>
486 </span> 486 </span>
487 ) 487 )
488 </div> 488 </div>
489 </em> 489 </em>
490 </dt> 490 </dt>
491 <dd>Extra HTTP headers to send with the request if the URL uses the HT TP[s] protocol, restricted to those allowed by XMLHttpRequest.</dd> 491 <dd>Extra HTTP headers to send with the request if the URL uses the HT TP[s] protocol, restricted to those allowed by XMLHttpRequest.</dd>
492 <!-- OBJECT PROPERTIES --> 492 <!-- OBJECT PROPERTIES -->
493 <!-- OBJECT METHODS --> 493 <!-- OBJECT METHODS -->
494 <!-- OBJECT EVENT FIELDS --> 494 <!-- OBJECT EVENT FIELDS -->
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 </div> <!-- /apiItem --> 562 </div> <!-- /apiItem -->
563 </div> <!-- /apiGroup --> 563 </div> <!-- /apiGroup -->
564 <!-- EVENTS --> 564 <!-- EVENTS -->
565 <!-- /apiGroup --> 565 <!-- /apiGroup -->
566 <!-- TYPES --> 566 <!-- TYPES -->
567 <div class="apiGroup"> 567 <div class="apiGroup">
568 <a name="types"></a> 568 <a name="types"></a>
569 <h3 id="types">Types</h3> 569 <h3 id="types">Types</h3>
570 <!-- iterates over all types --> 570 <!-- iterates over all types -->
571 <div class="apiItem"> 571 <div class="apiItem">
572 <a name="type-HttpHeaders"></a> 572 <a name="type-experimental.downloads.HttpHeaders"></a>
573 <h4>HttpHeaders</h4> 573 <h4>experimental.downloads.HttpHeaders</h4>
574 <div> 574 <div>
575 <dt> 575 <dt>
576 <em> 576 <em>
577 <!-- TYPE --> 577 <!-- TYPE -->
578 <div style="display:inline"> 578 <div style="display:inline">
579 ( 579 (
580 <span id="typeTemplate"> 580 <span id="typeTemplate">
581 <span> 581 <span>
582 <span> 582 <span>
583 array of <span><span> 583 array of <span><span>
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 _uff=0; 722 _uff=0;
723 urchinTracker(); 723 urchinTracker();
724 } 724 }
725 catch(e) {/* urchinTracker not available. */} 725 catch(e) {/* urchinTracker not available. */}
726 </script> 726 </script>
727 <!-- end analytics --> 727 <!-- end analytics -->
728 </div> 728 </div>
729 </div> <!-- /gc-footer --> 729 </div> <!-- /gc-footer -->
730 </div> <!-- /gc-container --> 730 </div> <!-- /gc-container -->
731 </body></html> 731 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698