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

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

Issue 8800006: Support chrome-extension:// scheme in URLPattern. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed merge issues in unit tests 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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 <p>Depending on the specific signal, <code>opt_extraInfoSpec</code> may contain 661 <p>Depending on the specific signal, <code>opt_extraInfoSpec</code> may contain
662 further strings that indicate that specific information shall be passed to the 662 further strings that indicate that specific information shall be passed to the
663 extension. This is used to provide detailed information on requests data only if 663 extension. This is used to provide detailed information on requests data only if
664 explicitly requested.</p> 664 explicitly requested.</p>
665 665
666 <p>The optional <a href="#type-RequestFilter">RequestFilter</a> 666 <p>The optional <a href="#type-RequestFilter">RequestFilter</a>
667 <code>opt_filter</code> allows to limit the requests for which events are 667 <code>opt_filter</code> allows to limit the requests for which events are
668 triggered in various dimensions: 668 triggered in various dimensions:
669 </p><dl> 669 </p><dl>
670 <dt>URLs</dt> 670 <dt>URLs</dt>
671 <dd>URL patterns like <code>*://www.google.com/foo*bar</code>.</dd> 671 <dd><a href="match_patterns.html">URL patterns</a> like
672 <code>*://www.google.com/foo*bar</code>.</dd>
672 <dt>Types</dt> 673 <dt>Types</dt>
673 <dd>Request types like <code>main_frame</code> (a document that is loaded for 674 <dd>Request types like <code>main_frame</code> (a document that is loaded for
674 a top-level frame), <code>sub_frame</code> (a document that is loaded for an 675 a top-level frame), <code>sub_frame</code> (a document that is loaded for an
675 embedded frame), <code>image</code> (an image on a web site) and others. See 676 embedded frame), <code>image</code> (an image on a web site) and others. See
676 <a href="#type-RequestFilter">RequestFilter</a>.</dd> 677 <a href="#type-RequestFilter">RequestFilter</a>.</dd>
677 <dt>Tab IDs</dt> 678 <dt>Tab IDs</dt>
678 <dd>The ID that identifies a specific tab in a window.</dd> 679 <dd>The ID that identifies a specific tab in a window.</dd>
679 <dt>Window IDs</dt> 680 <dt>Window IDs</dt>
680 <dd>The ID that identifies a specific window.</dd> 681 <dd>The ID that identifies a specific window.</dd>
681 <p></p> 682 <p></p>
(...skipping 11220 matching lines...) Expand 10 before | Expand all | Expand 10 after
11902 _uff=0; 11903 _uff=0;
11903 urchinTracker(); 11904 urchinTracker();
11904 } 11905 }
11905 catch(e) {/* urchinTracker not available. */} 11906 catch(e) {/* urchinTracker not available. */}
11906 </script> 11907 </script>
11907 <!-- end analytics --> 11908 <!-- end analytics -->
11908 </div> 11909 </div>
11909 </div> <!-- /gc-footer --> 11910 </div> <!-- /gc-footer -->
11910 </div> <!-- /gc-container --> 11911 </div> <!-- /gc-container -->
11911 </body></html> 11912 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/webRequest.html ('k') | chrome/common/extensions/url_pattern.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698