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

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

Issue 10386172: Implemented declarative redirects to transparent image and empty document. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix error caused by rebasing Created 8 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 | 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 <ol> 227 <ol>
228 </ol> 228 </ol>
229 </li><li> 229 </li><li>
230 <a href="#type-CancelRequest">CancelRequest</a> 230 <a href="#type-CancelRequest">CancelRequest</a>
231 <ol> 231 <ol>
232 </ol> 232 </ol>
233 </li><li> 233 </li><li>
234 <a href="#type-RedirectRequest">RedirectRequest</a> 234 <a href="#type-RedirectRequest">RedirectRequest</a>
235 <ol> 235 <ol>
236 </ol> 236 </ol>
237 </li><li>
238 <a href="#type-declarativeWebRequest.RedirectToTransparentImage" >declarativeWebRequest.RedirectToTransparentImage</a>
239 <ol>
240 </ol>
241 </li><li>
242 <a href="#type-declarativeWebRequest.RedirectToEmptyDocument">de clarativeWebRequest.RedirectToEmptyDocument</a>
243 <ol>
244 </ol>
237 </li> 245 </li>
238 </ol> 246 </ol>
239 </li> 247 </li>
240 </ol> 248 </ol>
241 </li> 249 </li>
242 </ol> 250 </ol>
243 </div> 251 </div>
244 <!-- /TABLE OF CONTENTS --> 252 <!-- /TABLE OF CONTENTS -->
245 <!-- Standard content lead-in for experimental API pages --> 253 <!-- Standard content lead-in for experimental API pages -->
246 <p class="warning"> 254 <p class="warning">
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 <dt> 410 <dt>
403 <a>declarativeWebRequest.CancelRequest</a> 411 <a>declarativeWebRequest.CancelRequest</a>
404 </dt> 412 </dt>
405 </div> 413 </div>
406 </div><div> 414 </div><div>
407 <div> 415 <div>
408 <dt> 416 <dt>
409 <a>declarativeWebRequest.RedirectRequest</a> 417 <a>declarativeWebRequest.RedirectRequest</a>
410 </dt> 418 </dt>
411 </div> 419 </div>
420 </div><div>
421 <div>
422 <dt>
423 <a href="declarativeWebRequest.html#type-declarativeWebRequest.Redir ectToTransparentImage">declarativeWebRequest.RedirectToTransparentImage</a>
424 </dt>
425 <dd class="todo">
426 Undocumented.
427 </dd>
428 </div>
429 </div><div>
430 <div>
431 <dt>
432 <a href="declarativeWebRequest.html#type-declarativeWebRequest.Redir ectToEmptyDocument">declarativeWebRequest.RedirectToEmptyDocument</a>
433 </dt>
434 <dd class="todo">
435 Undocumented.
436 </dd>
437 </div>
412 </div> 438 </div>
413 </dl> 439 </dl>
414 </div> <!-- /actions --> 440 </div> <!-- /actions -->
415 </div> <!-- /description --> 441 </div> <!-- /description -->
416 </div> <!-- /apiItem --> 442 </div> <!-- /apiItem -->
417 </div> <!-- /apiGroup --> 443 </div> <!-- /apiGroup -->
418 <!-- TYPES --> 444 <!-- TYPES -->
419 <div class="apiGroup"> 445 <div class="apiGroup">
420 <a name="types"></a> 446 <a name="types"></a>
421 <h3 id="types">Types</h3> 447 <h3 id="types">Types</h3>
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 <!-- OBJECT EVENT FIELDS --> 685 <!-- OBJECT EVENT FIELDS -->
660 <!-- FUNCTION PARAMETERS --> 686 <!-- FUNCTION PARAMETERS -->
661 </div> 687 </div>
662 </div> 688 </div>
663 </dl> 689 </dl>
664 </dd> 690 </dd>
665 <!-- OBJECT METHODS --> 691 <!-- OBJECT METHODS -->
666 <!-- OBJECT EVENT FIELDS --> 692 <!-- OBJECT EVENT FIELDS -->
667 <!-- FUNCTION PARAMETERS --> 693 <!-- FUNCTION PARAMETERS -->
668 </div> 694 </div>
695 </div><div class="apiItem">
696 <a name="type-declarativeWebRequest.RedirectToTransparentImage"></ a>
697 <h4>declarativeWebRequest.RedirectToTransparentImage</h4>
698 <div>
699 <dt>
700 <em>
701 <!-- TYPE -->
702 <div style="display:inline">
703 (
704 <span id="typeTemplate">
705 <span>
706 <span>object</span>
707 </span>
708 </span>
709 )
710 </div>
711 </em>
712 </dt>
713 <dd>Declarative event action that redirects a network request to a tra nsparent image.</dd>
714 <!-- OBJECT PROPERTIES -->
715 <dd>
716 <dl>
717 </dl>
718 </dd>
719 <!-- OBJECT METHODS -->
720 <!-- OBJECT EVENT FIELDS -->
721 <!-- FUNCTION PARAMETERS -->
722 </div>
723 </div><div class="apiItem">
724 <a name="type-declarativeWebRequest.RedirectToEmptyDocument"></a>
725 <h4>declarativeWebRequest.RedirectToEmptyDocument</h4>
726 <div>
727 <dt>
728 <em>
729 <!-- TYPE -->
730 <div style="display:inline">
731 (
732 <span id="typeTemplate">
733 <span>
734 <span>object</span>
735 </span>
736 </span>
737 )
738 </div>
739 </em>
740 </dt>
741 <dd>Declarative event action that redirects a network request to an em pty document.</dd>
742 <!-- OBJECT PROPERTIES -->
743 <dd>
744 <dl>
745 </dl>
746 </dd>
747 <!-- OBJECT METHODS -->
748 <!-- OBJECT EVENT FIELDS -->
749 <!-- FUNCTION PARAMETERS -->
750 </div>
669 </div> <!-- /apiItem --> 751 </div> <!-- /apiItem -->
670 </div> <!-- /apiGroup --> 752 </div> <!-- /apiGroup -->
671 </div> <!-- /apiPage --> 753 </div> <!-- /apiPage -->
672 </div> <!-- /gc-pagecontent --> 754 </div> <!-- /gc-pagecontent -->
673 </div> <!-- /g-section --> 755 </div> <!-- /g-section -->
674 </div> <!-- /codesiteContent --> 756 </div> <!-- /codesiteContent -->
675 <div id="gc-footer" --=""> 757 <div id="gc-footer" --="">
676 <div class="text"> 758 <div class="text">
677 <p> 759 <p>
678 Except as otherwise <a href="http://code.google.com/policies.html#restrictions ">noted</a>, 760 Except as otherwise <a href="http://code.google.com/policies.html#restrictions ">noted</a>,
(...skipping 20 matching lines...) Expand all
699 _uff=0; 781 _uff=0;
700 urchinTracker(); 782 urchinTracker();
701 } 783 }
702 catch(e) {/* urchinTracker not available. */} 784 catch(e) {/* urchinTracker not available. */}
703 </script> 785 </script>
704 <!-- end analytics --> 786 <!-- end analytics -->
705 </div> 787 </div>
706 </div> <!-- /gc-footer --> 788 </div> <!-- /gc-footer -->
707 </div> <!-- /gc-container --> 789 </div> <!-- /gc-container -->
708 </body></html> 790 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/declarative_web_request.json ('k') | chrome/common/extensions/docs/extension.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698