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

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

Issue 8662010: Rename chrome.experimental.webRequest to chrome.webRequest and chrome.webRequestBlocking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Regenerated documentation Created 9 years 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 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 Also, it doesn't currently work with wildcard subdomains such as 941 Also, it doesn't currently work with wildcard subdomains such as
942 <code>http://*.example.com</code>. 942 <code>http://*.example.com</code>.
943 </p> 943 </p>
944 </td> 944 </td>
945 </tr><tr> 945 </tr><tr>
946 </tr><tr> 946 </tr><tr>
947 <td> "webNavigation" </td> 947 <td> "webNavigation" </td>
948 <td> Required if the extension uses the 948 <td> Required if the extension uses the
949 <a href="webNavigation.html">chrome.webNavigation</a> module. </td> 949 <a href="webNavigation.html">chrome.webNavigation</a> module. </td>
950 </tr> 950 </tr>
951 <tr>
952 <td> "webRequest" </td>
953 <td> Required if the extension uses the
954 <a href="webRequest.html">chrome.webRequest</a> module. </td>
955 </tr>
956 <tr>
957 <td> "webRequestBlocking" </td>
958 <td> Required if the extension uses the
959 <a href="webRequest.html">chrome.webRequest</a> module in a blocking
960 fashion. </td>
961 </tr>
951 962
952 </tbody></table> 963 </tbody></table>
953 964
954 965
955 <h3 id="version">version</h3> 966 <h3 id="version">version</h3>
956 967
957 <p> 968 <p>
958 One to four dot-separated integers 969 One to four dot-separated integers
959 identifying the version of this extension. 970 identifying the version of this extension.
960 A couple of rules apply to the integers: 971 A couple of rules apply to the integers:
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 _uff=0; 1221 _uff=0;
1211 urchinTracker(); 1222 urchinTracker();
1212 } 1223 }
1213 catch(e) {/* urchinTracker not available. */} 1224 catch(e) {/* urchinTracker not available. */}
1214 </script> 1225 </script>
1215 <!-- end analytics --> 1226 <!-- end analytics -->
1216 </div> 1227 </div>
1217 </div> <!-- /gc-footer --> 1228 </div> <!-- /gc-footer -->
1218 </div> <!-- /gc-container --> 1229 </div> <!-- /gc-container -->
1219 </body></html> 1230 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/extension.html ('k') | chrome/common/extensions/docs/omnibox.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698