| OLD | NEW |
| 1 <div id="pageData-name" class="pageData">Permission Warnings</div> | 1 <div id="pageData-name" class="pageData">Permission Warnings</div> |
| 2 <div id="pageData-showTOC" class="pageData">true</div> | 2 <div id="pageData-showTOC" class="pageData">true</div> |
| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 <p> | 197 <p> |
| 198 The "tabs" permission is required by the | 198 The "tabs" permission is required by the |
| 199 <a href="tabs.html"><code>chrome.tabs</code></a> and | 199 <a href="tabs.html"><code>chrome.tabs</code></a> and |
| 200 <a href="windows.html"><code>chrome.windows</code></a> modules. | 200 <a href="windows.html"><code>chrome.windows</code></a> modules. |
| 201 </p> | 201 </p> |
| 202 </td> | 202 </td> |
| 203 </tr> | 203 </tr> |
| 204 | 204 |
| 205 <tr> | 205 <tr> |
| 206 <td style="font-weight:bold"> | 206 <td style="font-weight:bold"> |
| 207 <!-- IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS --> |
| 208 Settings that specify whether websites can use features such as cookies, Jav
aScript, and plug-ins |
| 209 </td> |
| 210 <td> |
| 211 <!-- HasEffectiveBrowsingHistoryPermission --> |
| 212 "contentSettings" permission |
| 213 </td> |
| 214 <td> |
| 215 <p> |
| 216 The "contentSettings" permission is required by |
| 217 <a href="contentSettings.html"><code>chrome.contentSettings</code></a>. |
| 218 </p> |
| 219 </td> |
| 220 </tr> |
| 221 |
| 222 <tr> |
| 223 <td style="font-weight:bold"> |
| 207 <!-- IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS --> | 224 <!-- IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS --> |
| 208 Your data on all websites | 225 Your data on all websites |
| 209 </td> | 226 </td> |
| 210 <td> | 227 <td> |
| 211 <!-- HasEffectiveAccessToAllHosts() --> | 228 <!-- HasEffectiveAccessToAllHosts() --> |
| 212 Any of the following: | 229 Any of the following: |
| 213 <ul> | 230 <ul> |
| 214 <li> "debugger" permission </li> | 231 <li> "debugger" permission </li> |
| 215 <li> "proxy" permission </li> | 232 <li> "proxy" permission </li> |
| 216 <li> A match pattern in the "permissions" field | 233 <li> A match pattern in the "permissions" field |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 by clicking the <b>chrome://extensions</b> page's | 395 by clicking the <b>chrome://extensions</b> page's |
| 379 <b>Update extensions now</b> button. | 396 <b>Update extensions now</b> button. |
| 380 </p> | 397 </p> |
| 381 | 398 |
| 382 <h2 id="api">API</h2> | 399 <h2 id="api">API</h2> |
| 383 | 400 |
| 384 <p> | 401 <p> |
| 385 You can get a list of permission warnings for any manifest with | 402 You can get a list of permission warnings for any manifest with |
| 386 <a href="management.html#method-getPermissionWarnings">chrome.management.getPerm
issionWarnings()</a>. | 403 <a href="management.html#method-getPermissionWarnings">chrome.management.getPerm
issionWarnings()</a>. |
| 387 </p> | 404 </p> |
| OLD | NEW |