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

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

Issue 10367002: Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests pass, docs are updated, it's g2g I think 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 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 <div> 300 <div>
301 <dt> 301 <dt>
302 <var>url</var> 302 <var>url</var>
303 <em> 303 <em>
304 <!-- TYPE --> 304 <!-- TYPE -->
305 <div style="display:inline"> 305 <div style="display:inline">
306 ( 306 (
307 <span class="optional">optional</span> 307 <span class="optional">optional</span>
308 <span id="typeTemplate"> 308 <span id="typeTemplate">
309 <span> 309 <span>
310 <a>UrlFilter</a> 310 <a>experimental.declarative.UrlFilter</a>
311 </span> 311 </span>
312 </span> 312 </span>
313 ) 313 )
314 </div> 314 </div>
315 </em> 315 </em>
316 </dt> 316 </dt>
317 <dd>Matches if the condition of the UrlFilter are fulfilled for the UR L of the request.</dd> 317 <dd>Matches if the condition of the UrlFilter are fulfilled for the UR L of the request.</dd>
318 <!-- OBJECT PROPERTIES --> 318 <!-- OBJECT PROPERTIES -->
319 <!-- OBJECT METHODS --> 319 <!-- OBJECT METHODS -->
320 <!-- OBJECT EVENT FIELDS --> 320 <!-- OBJECT EVENT FIELDS -->
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 _uff=0; 553 _uff=0;
554 urchinTracker(); 554 urchinTracker();
555 } 555 }
556 catch(e) {/* urchinTracker not available. */} 556 catch(e) {/* urchinTracker not available. */}
557 </script> 557 </script>
558 <!-- end analytics --> 558 <!-- end analytics -->
559 </div> 559 </div>
560 </div> <!-- /gc-footer --> 560 </div> <!-- /gc-footer -->
561 </div> <!-- /gc-container --> 561 </div> <!-- /gc-container -->
562 </body></html> 562 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698