| Index: chrome/common/extensions/docs/declarativeWebRequest.html
|
| diff --git a/chrome/common/extensions/docs/experimental.webRequest.html b/chrome/common/extensions/docs/declarativeWebRequest.html
|
| similarity index 93%
|
| copy from chrome/common/extensions/docs/experimental.webRequest.html
|
| copy to chrome/common/extensions/docs/declarativeWebRequest.html
|
| index 8bb0f7faa4a48f44b7340a6f44e5bc77a851ab28..cce3858561cbc3850ee7be4ed9d3487ecbd57294 100644
|
| --- a/chrome/common/extensions/docs/experimental.webRequest.html
|
| +++ b/chrome/common/extensions/docs/declarativeWebRequest.html
|
| @@ -18,7 +18,7 @@
|
| <script type="text/javascript" src="js/api_page_generator.js"></script>
|
| <script type="text/javascript" src="js/bootstrap.js"></script>
|
| <script type="text/javascript" src="js/sidebar.js"></script>
|
| - <meta name="description" content="Documentation for the chrome.experimental.webRequest module, which is part of the Google Chrome extension APIs."><title>experimental.webRequest - Google Chrome Extensions - Google Code</title></head>
|
| + <meta name="description" content="Documentation for the chrome.declarativeWebRequest module, which is part of the Google Chrome extension APIs."><title>chrome.declarativeWebRequest - Google Chrome Extensions - Google Code</title></head>
|
| <body> <div id="devModeWarning" class="displayModeWarning">
|
| You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with --allow-file-access-from-files.
|
| </div>
|
| @@ -185,14 +185,14 @@
|
| </script>
|
| <div class="g-unit" id="gc-pagecontent">
|
| <div id="pageTitle">
|
| - <h1 class="page_title">experimental.webRequest</h1>
|
| + <h1 class="page_title">chrome.declarativeWebRequest</h1>
|
| </div>
|
| <!-- TABLE OF CONTENTS -->
|
| <div id="toc">
|
| <h2>Contents</h2>
|
| <ol>
|
| <li>
|
| - <a href="#apiReference">API reference: chrome.experimental.webRequest</a>
|
| + <a href="#apiReference">API reference: chrome.declarativeWebRequest</a>
|
| <ol>
|
| <li>
|
| <a href="#global-events">Events</a>
|
| @@ -226,24 +226,23 @@
|
| </div>
|
| <!-- /TABLE OF CONTENTS -->
|
| <!-- Standard content lead-in for experimental API pages -->
|
| + <p class="warning">
|
| + <!-- Standard content lead-in for APIs that are not yet available on
|
| + the stable channel. -->
|
| + <em>Warning:</em> This API is still under development. It is only
|
| + available for Chrome users on the
|
| + <span>
|
| + <strong>dev</strong>
|
| + <a href="http://www.chromium.org/getting-involved/dev-channel">early
|
| + release channel</a>.</span>
|
| + <a href="TODO">Learn more</a>.
|
| + </p>
|
| <!-- STATIC CONTENT PLACEHOLDER -->
|
| - <div id="static"><div id="pageData-name" class="pageData">experimental.webRequest</div>
|
| -<p>
|
| -The <code>WebRequest</code> API is no longer experimental;
|
| -it's supported! You can read all about it at its new home:
|
| -</p>
|
| -<blockquote>
|
| -<a href="webRequest.html">chrome.webRequest</a>
|
| -</blockquote>
|
| -<p>
|
| -What you see below are early outcomes of the plan to implement a declarative
|
| -version of the WebRequest API. Please ignore this until we give notice.
|
| -</p>
|
| -</div>
|
| + <div id="static"></div>
|
| <!-- API PAGE -->
|
| <div class="apiPage">
|
| <a name="apiReference"></a>
|
| - <h2>API reference: chrome.experimental.webRequest</h2>
|
| + <h2>API reference: chrome.declarativeWebRequest</h2>
|
| <!-- PROPERTIES -->
|
| <!-- /apiGroup -->
|
| <!-- METHODS -->
|
| @@ -258,7 +257,7 @@ version of the WebRequest API. Please ignore this until we give notice.
|
| <h4>onRequest</h4>
|
| <div class="summary">
|
| <!-- Note: intentionally longer 80 columns -->
|
| - <span class="subdued">chrome.experimental.webRequest.</span><span>onRequest</span><span class="subdued">.addListener</span>(function(<span></span>) <span class="subdued">{...}</span><span></span>);
|
| + <span class="subdued">chrome.declarativeWebRequest.</span><span>onRequest</span><span class="subdued">.addListener</span>(function(<span></span>) <span class="subdued">{...}</span><span></span>);
|
| </div>
|
| <div class="description">
|
| <!-- LISTENER PARAMETERS -->
|
| @@ -363,7 +362,7 @@ version of the WebRequest API. Please ignore this until we give notice.
|
| <span id="typeTemplate">
|
| <span>
|
| <span>string</span>
|
| - <span>["experimental.webRequest.RequestMatcher"]</span>
|
| + <span>["declarativeWebRequest.RequestMatcher"]</span>
|
| </span>
|
| </span>
|
| )
|
| @@ -419,7 +418,7 @@ version of the WebRequest API. Please ignore this until we give notice.
|
| <span id="typeTemplate">
|
| <span>
|
| <span>string</span>
|
| - <span>["experimental.webRequest.CancelRequest"]</span>
|
| + <span>["declarativeWebRequest.CancelRequest"]</span>
|
| </span>
|
| </span>
|
| )
|
| @@ -475,7 +474,7 @@ version of the WebRequest API. Please ignore this until we give notice.
|
| <span id="typeTemplate">
|
| <span>
|
| <span>string</span>
|
| - <span>["experimental.webRequest.RedirectRequest"]</span>
|
| + <span>["declarativeWebRequest.RedirectRequest"]</span>
|
| </span>
|
| </span>
|
| )
|
|
|