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

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

Issue 6992022: Move Proxy Settings API out of experimental (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed remainder of merge conflict. Fixes unit test Created 9 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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 545
546 <tr> 546 <tr>
547 <td style="font-weight:bold"> 547 <td style="font-weight:bold">
548 <!-- IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS --> 548 <!-- IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS -->
549 Your data on all websites 549 Your data on all websites
550 </td> 550 </td>
551 <td> 551 <td>
552 <!-- HasEffectiveAccessToAllHosts() --> 552 <!-- HasEffectiveAccessToAllHosts() -->
553 Any of the following: 553 Any of the following:
554 <ul> 554 <ul>
555 <li> "proxy" permission (experimental) </li> 555 <li> "proxy" permission </li>
556 <li> A match pattern in the "permissions" field 556 <li> A match pattern in the "permissions" field
557 that matches all hosts </li> 557 that matches all hosts </li>
558 <li> A&nbsp;"content_scripts" field with a "matches" entry 558 <li> A&nbsp;"content_scripts" field with a "matches" entry
559 that matches all hosts </li> 559 that matches all hosts </li>
560 <li> "devtools_page" </li> 560 <li> "devtools_page" </li>
561 </ul> 561 </ul>
562 </td> 562 </td>
563 <td> 563 <td>
564 <p> 564 <p>
565 The "proxy" permission is required by the 565 The "proxy" permission is required by the
566 <a href="http://code.google.com/chrome/extensions/dev/experimental.proxy.h tml">experimental proxy</a> module. 566 <a href="http://code.google.com/chrome/extensions/proxy.html">proxy</a> mo dule.
567 </p> 567 </p>
568 568
569 <p> 569 <p>
570 Any of the following URLs match all hosts: 570 Any of the following URLs match all hosts:
571 </p> 571 </p>
572 <ul> 572 <ul>
573 <li> <code>http://*/*</code> </li> 573 <li> <code>http://*/*</code> </li>
574 <li> <code>https://*/*</code> </li> 574 <li> <code>https://*/*</code> </li>
575 <li> <code>*://*/*</code> </li> 575 <li> <code>*://*/*</code> </li>
576 <li> <code>&lt;all_urls&gt;</code> </li> 576 <li> <code>&lt;all_urls&gt;</code> </li>
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 _uff=0; 921 _uff=0;
922 urchinTracker(); 922 urchinTracker();
923 } 923 }
924 catch(e) {/* urchinTracker not available. */} 924 catch(e) {/* urchinTracker not available. */}
925 </script> 925 </script>
926 <!-- end analytics --> 926 <!-- end analytics -->
927 </div> 927 </div>
928 </div> <!-- /gc-footer --> 928 </div> <!-- /gc-footer -->
929 </div> <!-- /gc-container --> 929 </div> <!-- /gc-container -->
930 </body></html> 930 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.proxy.html ('k') | chrome/common/extensions/docs/preferences.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698