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

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

Issue 933653002: Expand the content settings permission string for extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <h1>Permission Warnings</h1> 1 <h1>Permission Warnings</h1>
2 2
3 3
4 <!-- 4 <!--
5 NOTE: When this doc is updated, the online help should also be updated: 5 NOTE: When this doc is updated, the online help should also be updated:
6 http://www.google.com/support/chrome_webstore/bin/answer.py?hl=en&answer=186213 6 http://www.google.com/support/chrome_webstore/bin/answer.py?hl=en&answer=186213
7 7
8 We should periodically look at 8 We should periodically look at
9 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/generated_resources.g rd?view=markup 9 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/generated_resources.g rd?view=markup
10 to make sure that we're covering all messages. Search for 10 to make sure that we're covering all messages. Search for
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 <p> 209 <p>
210 The "webNavigation" permission is required by the 210 The "webNavigation" permission is required by the
211 <a href="webNavigation"><code>chrome.webNavigation</code></a> module. 211 <a href="webNavigation"><code>chrome.webNavigation</code></a> module.
212 </p> 212 </p>
213 </td> 213 </td>
214 </tr> 214 </tr>
215 215
216 <tr> 216 <tr>
217 <td style="font-weight:bold"> 217 <td style="font-weight:bold">
218 <!-- IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS --> 218 <!-- IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS -->
219 Manipulate settings that specify whether websites can use features such as c ookies, JavaScript, and plug-ins 219 Manipulate settings that specify whether websites can use features such as c ookies, JavaScript, plug-ins, geolocation, microphone, camera etc.
220 </td> 220 </td>
221 <td> 221 <td>
222 <!-- HasEffectiveBrowsingHistoryPermission --> 222 <!-- HasEffectiveBrowsingHistoryPermission -->
223 "contentSettings" permission 223 "contentSettings" permission
224 </td> 224 </td>
225 <td> 225 <td>
226 <p> 226 <p>
227 The "contentSettings" permission is required by 227 The "contentSettings" permission is required by
228 <a href="contentSettings"><code>chrome.contentSettings</code></a>. 228 <a href="contentSettings"><code>chrome.contentSettings</code></a>.
229 </p> 229 </p>
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 by clicking the <b>chrome://extensions</b> page's 457 by clicking the <b>chrome://extensions</b> page's
458 <b>Update extensions now</b> button. 458 <b>Update extensions now</b> button.
459 </p> 459 </p>
460 460
461 <h2 id="api">API</h2> 461 <h2 id="api">API</h2>
462 462
463 <p> 463 <p>
464 You can get a list of permission warnings for any manifest with 464 You can get a list of permission warnings for any manifest with
465 $(ref:management.getPermissionWarningsByManifest). 465 $(ref:management.getPermissionWarningsByManifest).
466 </p> 466 </p>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698