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

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

Issue 10381089: Revert 136296 - Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 <div> 455 <div>
456 <dt> 456 <dt>
457 <var>url</var> 457 <var>url</var>
458 <em> 458 <em>
459 <!-- TYPE --> 459 <!-- TYPE -->
460 <div style="display:inline"> 460 <div style="display:inline">
461 ( 461 (
462 <span class="optional">optional</span> 462 <span class="optional">optional</span>
463 <span id="typeTemplate"> 463 <span id="typeTemplate">
464 <span> 464 <span>
465 <a>experimental.declarative.UrlFilter</a> 465 <a href="declarative.html#type-UrlFilter">UrlFilter</a>
466 </span> 466 </span>
467 </span> 467 </span>
468 ) 468 )
469 </div> 469 </div>
470 </em> 470 </em>
471 </dt> 471 </dt>
472 <dd>Matches if the condition of the UrlFilter are fulfilled for the UR L of the request.</dd> 472 <dd>Matches if the condition of the UrlFilter are fulfilled for the UR L of the request.</dd>
473 <!-- OBJECT PROPERTIES --> 473 <!-- OBJECT PROPERTIES -->
474 <!-- OBJECT METHODS --> 474 <!-- OBJECT METHODS -->
475 <!-- OBJECT EVENT FIELDS --> 475 <!-- OBJECT EVENT FIELDS -->
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 _uff=0; 708 _uff=0;
709 urchinTracker(); 709 urchinTracker();
710 } 710 }
711 catch(e) {/* urchinTracker not available. */} 711 catch(e) {/* urchinTracker not available. */}
712 </script> 712 </script>
713 <!-- end analytics --> 713 <!-- end analytics -->
714 </div> 714 </div>
715 </div> <!-- /gc-footer --> 715 </div> <!-- /gc-footer -->
716 </div> <!-- /gc-container --> 716 </div> <!-- /gc-container -->
717 </body></html> 717 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/contextMenus.html ('k') | chrome/common/extensions/docs/devtools.panels.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698