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

Unified 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: Fixed nits 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/declarativeWebRequest.html
diff --git a/chrome/common/extensions/docs/declarativeWebRequest.html b/chrome/common/extensions/docs/declarativeWebRequest.html
index 1078337c065098aa369024c62488aa57d7de49f7..36507b86653715e2763843456d96f5a1f15b4ff3 100644
--- a/chrome/common/extensions/docs/declarativeWebRequest.html
+++ b/chrome/common/extensions/docs/declarativeWebRequest.html
@@ -234,6 +234,14 @@
<a href="#type-declarativeWebRequest.RedirectRequest">declarativeWebRequest.RedirectRequest</a>
<ol>
</ol>
+ </li><li>
+ <a href="#type-declarativeWebRequest.RedirectToTransparentImage">declarativeWebRequest.RedirectToTransparentImage</a>
+ <ol>
+ </ol>
+ </li><li>
+ <a href="#type-declarativeWebRequest.RedirectToEmptyDocument">declarativeWebRequest.RedirectToEmptyDocument</a>
+ <ol>
+ </ol>
</li>
</ol>
</li>
@@ -421,6 +429,26 @@ very fast URL matching algorithm for hundreds of thousands of URLs.
</dd>
<dd>Declarative event action that redirects a network request.</dd>
</div>
+ </div><div>
+ <div>
+ <dt>
+ <a href="declarativeWebRequest.html#type-declarativeWebRequest.RedirectToTransparentImage">declarativeWebRequest.RedirectToTransparentImage</a>
+ </dt>
+ <dd class="todo">
+ Undocumented.
+ </dd>
+ <dd>Declarative event action that redirects a network request to a transparent image.</dd>
+ </div>
+ </div><div>
+ <div>
+ <dt>
+ <a href="declarativeWebRequest.html#type-declarativeWebRequest.RedirectToEmptyDocument">declarativeWebRequest.RedirectToEmptyDocument</a>
+ </dt>
+ <dd class="todo">
+ Undocumented.
+ </dd>
+ <dd>Declarative event action that redirects a network request to an empty document.</dd>
+ </div>
</div>
</dl>
</div> <!-- /actions -->
@@ -596,6 +624,62 @@ very fast URL matching algorithm for hundreds of thousands of URLs.
<!-- OBJECT EVENT FIELDS -->
<!-- FUNCTION PARAMETERS -->
</div>
+ </div><div class="apiItem">
+ <a name="type-declarativeWebRequest.RedirectToTransparentImage"></a>
+ <h4>declarativeWebRequest.RedirectToTransparentImage</h4>
+ <div>
+ <dt>
+ <em>
+ <!-- TYPE -->
+ <div style="display:inline">
+ (
+ <span id="typeTemplate">
+ <span>
+ <span>object</span>
+ </span>
+ </span>
+ )
+ </div>
+ </em>
+ </dt>
+ <dd>Declarative event action that redirects a network request to a transparent image.</dd>
+ <!-- OBJECT PROPERTIES -->
+ <dd>
+ <dl>
+ </dl>
+ </dd>
+ <!-- OBJECT METHODS -->
+ <!-- OBJECT EVENT FIELDS -->
+ <!-- FUNCTION PARAMETERS -->
+ </div>
+ </div><div class="apiItem">
+ <a name="type-declarativeWebRequest.RedirectToEmptyDocument"></a>
+ <h4>declarativeWebRequest.RedirectToEmptyDocument</h4>
+ <div>
+ <dt>
+ <em>
+ <!-- TYPE -->
+ <div style="display:inline">
+ (
+ <span id="typeTemplate">
+ <span>
+ <span>object</span>
+ </span>
+ </span>
+ )
+ </div>
+ </em>
+ </dt>
+ <dd>Declarative event action that redirects a network request to an empty document.</dd>
+ <!-- OBJECT PROPERTIES -->
+ <dd>
+ <dl>
+ </dl>
+ </dd>
+ <!-- OBJECT METHODS -->
+ <!-- OBJECT EVENT FIELDS -->
+ <!-- FUNCTION PARAMETERS -->
+ </div>
</div> <!-- /apiItem -->
</div> <!-- /apiGroup -->
</div> <!-- /apiPage -->

Powered by Google App Engine
This is Rietveld 408576698