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

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: 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 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 05bb0db8e5ac5f55a4bb36a3809a1b4c0cf18865..8fea41f2cb478c700b7bc6dce7a0883b76f76698 100644
--- a/chrome/common/extensions/docs/declarativeWebRequest.html
+++ b/chrome/common/extensions/docs/declarativeWebRequest.html
@@ -234,6 +234,14 @@
<a href="#type-RedirectRequest">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>
@@ -409,6 +417,24 @@ very fast URL matching algorithm for hundreds of thousands of URLs.
<a>declarativeWebRequest.RedirectRequest</a>
</dt>
</div>
+ </div><div>
+ <div>
+ <dt>
+ <a href="declarativeWebRequest.html#type-declarativeWebRequest.RedirectToTransparentImage">declarativeWebRequest.RedirectToTransparentImage</a>
+ </dt>
+ <dd class="todo">
+ Undocumented.
+ </dd>
+ </div>
+ </div><div>
+ <div>
+ <dt>
+ <a href="declarativeWebRequest.html#type-declarativeWebRequest.RedirectToEmptyDocument">declarativeWebRequest.RedirectToEmptyDocument</a>
+ </dt>
+ <dd class="todo">
+ Undocumented.
+ </dd>
+ </div>
</div>
</dl>
</div> <!-- /actions -->
@@ -666,6 +692,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 -->
« 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