| OLD | NEW |
| 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 Loading... |
| 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, plug-ins, geolocation, microphone, camera etc. | 219 Manipulate settings that specify whether websites can use features such as c
ookies, JavaScript, plugins, 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 Loading... |
| 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> |
| OLD | NEW |