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

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

Issue 8352042: Update contentSettings extension API docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 2 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 100
101 <div id="functionParametersTemplate"> 101 <div id="functionParametersTemplate">
102 <h5>Parameters</h5> 102 <h5>Parameters</h5>
103 <dl> 103 <dl>
104 <div> 104 <div>
105 <div> 105 <div>
106 </div> 106 </div>
107 </div> 107 </div>
108 </dl> 108 </dl>
109 </div> 109 </div>
110
111 <!-- Individual subsections from the table of contents -->
112 <ol>
113 <li id="propertiesTocTemplate">
114 <a href="#properties">Properties</a>
115 <ol>
116 <li>
117 <a href="#property-anchor">propertyName</a>
118 </li>
119 </ol>
120 </li>
121 <li id="methodsTocTemplate">
122 <a>Methods</a>
123 <ol>
124 <li>
125 <a href="#method-anchor">methodName</a>
126 </li>
127 </ol>
128 </li>
129 <li id="eventsTocTemplate">
130 <a>Events</a>
131 <ol>
132 <li>
133 <a href="#event-anchor">eventName</a>
134 </li>
135 </ol>
136 </li>
137 <li id="typesTocTemplate">
138 <a href="#types">Types</a>
139 <ol>
140 <li>
141 <a href="#id-anchor">id</a>
142 <ol>
143 <div></div>
144 <div></div>
145 </ol>
146 </li>
147 </ol>
148 </li>
149 </ol>
110 </div> <!-- /SUBTEMPLATES --> 150 </div> <!-- /SUBTEMPLATES -->
111 151
112 <a id="top"></a> 152 <a id="top"></a>
113 <div id="skipto"> 153 <div id="skipto">
114 <a href="#gc-pagecontent">Skip to page content</a> 154 <a href="#gc-pagecontent">Skip to page content</a>
115 <a href="#gc-toc">Skip to main navigation</a> 155 <a href="#gc-toc">Skip to main navigation</a>
116 </div> 156 </div>
117 <!-- API HEADER --> 157 <!-- API HEADER -->
118 <table id="header" width="100%" cellspacing="0" border="0"> 158 <table id="header" width="100%" cellspacing="0" border="0">
119 <tbody><tr> 159 <tbody><tr>
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 <ol> 346 <ol>
307 <li style="display: none; "> 347 <li style="display: none; ">
308 <a>h3Name</a> 348 <a>h3Name</a>
309 </li> 349 </li>
310 </ol> 350 </ol>
311 </li> 351 </li>
312 <li> 352 <li>
313 <a href="#apiReference">API reference: chrome.experimental.webRe quest</a> 353 <a href="#apiReference">API reference: chrome.experimental.webRe quest</a>
314 <ol> 354 <ol>
315 <li style="display: none; "> 355 <li style="display: none; ">
316 <a href="#properties">Properties</a> 356 <a href="#properties">Properties</a>
317 <ol> 357 <ol>
318 <li> 358 <li>
319 <a href="#property-anchor">propertyName</a> 359 <a href="#property-anchor">propertyName</a>
320 </li> 360 </li>
321 </ol> 361 </ol>
322 </li> 362 </li>
323 <li> 363 <li>
324 <a href="#global-methods">Methods</a> 364 <a href="#global-methods">Methods</a>
325 <ol> 365 <ol>
326 <li style="display: none; "> 366 <li style="display: none; ">
327 <a href="#method-anchor">methodName</a> 367 <a href="#method-anchor">methodName</a>
328 </li><li style="display: none; "> 368 </li><li style="display: none; ">
329 <a href="#method-anchor">methodName</a> 369 <a href="#method-anchor">methodName</a>
330 </li><li> 370 </li><li>
331 <a href="#method-handlerBehaviorChanged">handlerBehavior Changed</a> 371 <a href="#method-handlerBehaviorChanged">handlerBehaviorChanged< /a>
332 </li> 372 </li>
333 </ol> 373 </ol>
334 </li> 374 </li>
335 <li> 375 <li>
336 <a href="#global-events">Events</a> 376 <a href="#global-events">Events</a>
337 <ol> 377 <ol>
338 <li> 378 <li>
339 <a href="#event-onAuthRequired">onAuthRequired</a> 379 <a href="#event-onAuthRequired">onAuthRequired</a>
340 </li><li> 380 </li><li>
341 <a href="#event-onBeforeRedirect">onBeforeRedirect</a> 381 <a href="#event-onBeforeRedirect">onBeforeRedirect</a>
342 </li><li> 382 </li><li>
343 <a href="#event-onBeforeRequest">onBeforeRequest</a> 383 <a href="#event-onBeforeRequest">onBeforeRequest</a>
344 </li><li> 384 </li><li>
345 <a href="#event-onBeforeSendHeaders">onBeforeSendHeaders </a> 385 <a href="#event-onBeforeSendHeaders">onBeforeSendHeaders</a>
346 </li><li> 386 </li><li>
347 <a href="#event-onCompleted">onCompleted</a> 387 <a href="#event-onCompleted">onCompleted</a>
348 </li><li> 388 </li><li>
349 <a href="#event-onErrorOccurred">onErrorOccurred</a> 389 <a href="#event-onErrorOccurred">onErrorOccurred</a>
350 </li><li> 390 </li><li>
351 <a href="#event-onHeadersReceived">onHeadersReceived</a> 391 <a href="#event-onHeadersReceived">onHeadersReceived</a>
352 </li><li> 392 </li><li>
353 <a href="#event-onResponseStarted">onResponseStarted</a> 393 <a href="#event-onResponseStarted">onResponseStarted</a>
354 </li><li> 394 </li><li>
355 <a href="#event-onSendHeaders">onSendHeaders</a> 395 <a href="#event-onSendHeaders">onSendHeaders</a>
356 </li> 396 </li>
357 </ol> 397 </ol>
358 </li> 398 </li>
359 <li> 399 <li>
360 <a href="#types">Types</a> 400 <a href="#types">Types</a>
361 <ol> 401 <ol>
362 <li> 402 <li>
363 <a href="#type-RequestFilter">RequestFilter</a> 403 <a href="#type-RequestFilter">RequestFilter</a>
364 </li><li> 404 <ol>
365 <a href="#type-HttpHeaders">HttpHeaders</a> 405 <li style="display: none; ">
366 </li><li> 406 <a>Methods</a>
367 <a href="#type-BlockingResponse">BlockingResponse</a> 407 <ol>
368 </li> 408 <li>
369 </ol> 409 <a href="#method-anchor">methodName</a>
370 </li> 410 </li>
411 </ol>
412 </li>
413 <li style="display: none; ">
414 <a>Events</a>
415 <ol>
416 <li>
417 <a href="#event-anchor">eventName</a>
418 </li>
419 </ol>
420 </li>
421 </ol>
422 </li><li>
423 <a href="#type-HttpHeaders">HttpHeaders</a>
424 <ol>
425 <li style="display: none; ">
426 <a>Methods</a>
427 <ol>
428 <li>
429 <a href="#method-anchor">methodName</a>
430 </li>
431 </ol>
432 </li>
433 <li style="display: none; ">
434 <a>Events</a>
435 <ol>
436 <li>
437 <a href="#event-anchor">eventName</a>
438 </li>
439 </ol>
440 </li>
441 </ol>
442 </li><li>
443 <a href="#type-BlockingResponse">BlockingResponse</a>
444 <ol>
445 <li style="display: none; ">
446 <a>Methods</a>
447 <ol>
448 <li>
449 <a href="#method-anchor">methodName</a>
450 </li>
451 </ol>
452 </li>
453 <li style="display: none; ">
454 <a>Events</a>
455 <ol>
456 <li>
457 <a href="#event-anchor">eventName</a>
458 </li>
459 </ol>
460 </li>
461 </ol>
462 </li>
463 </ol>
464 </li>
371 </ol> 465 </ol>
372 </li> 466 </li>
373 </ol> 467 </ol>
374 </div> 468 </div>
375 <!-- /TABLE OF CONTENTS --> 469 <!-- /TABLE OF CONTENTS -->
376 470
377 <!-- Standard content lead-in for experimental API pages --> 471 <!-- Standard content lead-in for experimental API pages -->
378 <p id="classSummary" style="display: none; "> 472 <p id="classSummary" style="display: none; ">
379 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page. 473 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
380 </p> 474 </p>
(...skipping 10595 matching lines...) Expand 10 before | Expand all | Expand 10 after
10976 _uff=0; 11070 _uff=0;
10977 urchinTracker(); 11071 urchinTracker();
10978 } 11072 }
10979 catch(e) {/* urchinTracker not available. */} 11073 catch(e) {/* urchinTracker not available. */}
10980 </script> 11074 </script>
10981 <!-- end analytics --> 11075 <!-- end analytics -->
10982 </div> 11076 </div>
10983 </div> <!-- /gc-footer --> 11077 </div> <!-- /gc-footer -->
10984 </div> <!-- /gc-container --> 11078 </div> <!-- /gc-container -->
10985 </body></html> 11079 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698