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

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

Issue 8510003: Merge 108704 - "contentSettings" permission not listed in permission warnings (Closed) Base URL: svn://svn.chromium.org/chrome/branches/912/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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/static/permission_warnings.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 <p> 528 <p>
529 The "tabs" permission is required by the 529 The "tabs" permission is required by the
530 <a href="tabs.html"><code>chrome.tabs</code></a> and 530 <a href="tabs.html"><code>chrome.tabs</code></a> and
531 <a href="windows.html"><code>chrome.windows</code></a> modules. 531 <a href="windows.html"><code>chrome.windows</code></a> modules.
532 </p> 532 </p>
533 </td> 533 </td>
534 </tr> 534 </tr>
535 535
536 <tr> 536 <tr>
537 <td style="font-weight:bold"> 537 <td style="font-weight:bold">
538 <!-- IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS -->
539 Settings that specify whether websites can use features such as cookies, Jav aScript, and plug-ins
540 </td>
541 <td>
542 <!-- HasEffectiveBrowsingHistoryPermission -->
543 "contentSettings" permission
544 </td>
545 <td>
546 <p>
547 The "contentSettings" permission is required by
548 <a href="contentSettings.html"><code>chrome.contentSettings</code></a>.
549 </p>
550 </td>
551 </tr>
552
553 <tr>
554 <td style="font-weight:bold">
538 <!-- IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS --> 555 <!-- IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS -->
539 Your data on all websites 556 Your data on all websites
540 </td> 557 </td>
541 <td> 558 <td>
542 <!-- HasEffectiveAccessToAllHosts() --> 559 <!-- HasEffectiveAccessToAllHosts() -->
543 Any of the following: 560 Any of the following:
544 <ul> 561 <ul>
545 <li> "debugger" permission </li> 562 <li> "debugger" permission </li>
546 <li> "proxy" permission </li> 563 <li> "proxy" permission </li>
547 <li> A match pattern in the "permissions" field 564 <li> A match pattern in the "permissions" field
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 _uff=0; 941 _uff=0;
925 urchinTracker(); 942 urchinTracker();
926 } 943 }
927 catch(e) {/* urchinTracker not available. */} 944 catch(e) {/* urchinTracker not available. */}
928 </script> 945 </script>
929 <!-- end analytics --> 946 <!-- end analytics -->
930 </div> 947 </div>
931 </div> <!-- /gc-footer --> 948 </div> <!-- /gc-footer -->
932 </div> <!-- /gc-container --> 949 </div> <!-- /gc-container -->
933 </body></html> 950 </body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/static/permission_warnings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698