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

Side by Side Diff: chrome/common/extensions/docs/experimental.devtools.network.html

Issue 8352042: Update contentSettings extension API docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 1 month 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 101
102 <div id="functionParametersTemplate"> 102 <div id="functionParametersTemplate">
103 <h5>Parameters</h5> 103 <h5>Parameters</h5>
104 <dl> 104 <dl>
105 <div> 105 <div>
106 <div> 106 <div>
107 </div> 107 </div>
108 </div> 108 </div>
109 </dl> 109 </dl>
110 </div> 110 </div>
111
112 <!-- Individual subsections from the table of contents -->
113 <ol>
114 <li id="propertiesTocTemplate">
115 <a href="#properties">Properties</a>
116 <ol>
117 <li>
118 <a href="#property-anchor">propertyName</a>
119 </li>
120 </ol>
121 </li>
122 <li id="methodsTocTemplate">
123 <a>Methods</a>
124 <ol>
125 <li>
126 <a href="#method-anchor">methodName</a>
127 </li>
128 </ol>
129 </li>
130 <li id="eventsTocTemplate">
131 <a>Events</a>
132 <ol>
133 <li>
134 <a href="#event-anchor">eventName</a>
135 </li>
136 </ol>
137 </li>
138 <li id="typesTocTemplate">
139 <a href="#types">Types</a>
140 <ol>
141 <li>
142 <a href="#id-anchor">id</a>
143 <ol>
144 <div></div>
145 <div></div>
146 </ol>
147 </li>
148 </ol>
149 </li>
150 </ol>
111 </div> <!-- /SUBTEMPLATES --> 151 </div> <!-- /SUBTEMPLATES -->
112 152
113 <a id="top"></a> 153 <a id="top"></a>
114 <div id="skipto"> 154 <div id="skipto">
115 <a href="#gc-pagecontent">Skip to page content</a> 155 <a href="#gc-pagecontent">Skip to page content</a>
116 <a href="#gc-toc">Skip to main navigation</a> 156 <a href="#gc-toc">Skip to main navigation</a>
117 </div> 157 </div>
118 <!-- API HEADER --> 158 <!-- API HEADER -->
119 <table id="header" width="100%" cellspacing="0" border="0"> 159 <table id="header" width="100%" cellspacing="0" border="0">
120 <tbody><tr> 160 <tbody><tr>
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 <ol> 311 <ol>
272 <li style="display: none; "> 312 <li style="display: none; ">
273 <a>h3Name</a> 313 <a>h3Name</a>
274 </li> 314 </li>
275 </ol> 315 </ol>
276 </li> 316 </li>
277 <li> 317 <li>
278 <a href="#apiReference">API reference: chrome.experimental.devto ols.network</a> 318 <a href="#apiReference">API reference: chrome.experimental.devto ols.network</a>
279 <ol> 319 <ol>
280 <li style="display: none; "> 320 <li style="display: none; ">
281 <a href="#properties">Properties</a> 321 <a href="#properties">Properties</a>
282 <ol> 322 <ol>
283 <li> 323 <li>
284 <a href="#property-anchor">propertyName</a> 324 <a href="#property-anchor">propertyName</a>
285 </li> 325 </li>
286 </ol> 326 </ol>
287 </li> 327 </li>
288 <li> 328 <li>
289 <a href="#global-methods">Methods</a> 329 <a href="#global-methods">Methods</a>
290 <ol> 330 <ol>
291 <li> 331 <li>
292 <a href="#method-getHAR">getHAR</a> 332 <a href="#method-getHAR">getHAR</a>
293 </li> 333 </li>
294 </ol> 334 </ol>
295 </li> 335 </li>
296 <li> 336 <li>
297 <a href="#global-events">Events</a> 337 <a href="#global-events">Events</a>
298 <ol> 338 <ol>
299 <li> 339 <li>
300 <a href="#event-onNavigated">onNavigated</a> 340 <a href="#event-onNavigated">onNavigated</a>
301 </li><li> 341 </li><li>
302 <a href="#event-onRequestFinished">onRequestFinished</a> 342 <a href="#event-onRequestFinished">onRequestFinished</a>
303 </li> 343 </li>
304 </ol> 344 </ol>
305 </li> 345 </li>
306 <li> 346 <li>
307 <a href="#types">Types</a> 347 <a href="#types">Types</a>
308 <ol> 348 <ol>
309 <li> 349 <li>
310 <a href="#type-Request">Request</a> 350 <a href="#type-Request">Request</a>
311 </li> 351 <ol>
312 </ol> 352 <li>
313 </li> 353 <a href="#global-Request-methods">Methods</a>
354 <ol>
355 <li>
356 <a href="#method-Request-getContent">getContent</a>
357 </li>
358 </ol>
359 </li>
360 <li style="display: none; ">
361 <a>Events</a>
362 <ol>
363 <li>
364 <a href="#event-anchor">eventName</a>
365 </li>
366 </ol>
367 </li>
368 </ol>
369 </li>
370 </ol>
371 </li>
314 </ol> 372 </ol>
315 </li> 373 </li>
316 </ol> 374 </ol>
317 </div> 375 </div>
318 <!-- /TABLE OF CONTENTS --> 376 <!-- /TABLE OF CONTENTS -->
319 377
320 <!-- Standard content lead-in for experimental API pages --> 378 <!-- Standard content lead-in for experimental API pages -->
321 <p id="classSummary"> 379 <p id="classSummary">
322 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page. 380 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
323 </p> 381 </p>
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 _uff=0; 1277 _uff=0;
1220 urchinTracker(); 1278 urchinTracker();
1221 } 1279 }
1222 catch(e) {/* urchinTracker not available. */} 1280 catch(e) {/* urchinTracker not available. */}
1223 </script> 1281 </script>
1224 <!-- end analytics --> 1282 <!-- end analytics -->
1225 </div> 1283 </div>
1226 </div> <!-- /gc-footer --> 1284 </div> <!-- /gc-footer -->
1227 </div> <!-- /gc-container --> 1285 </div> <!-- /gc-container -->
1228 </body></html> 1286 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698