| 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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 </td> | 348 </td> |
| 349 <td> | 349 <td> |
| 350 Allows the extension to use the following editing commands with | 350 Allows the extension to use the following editing commands with |
| 351 <code>document.execCommand()</code>: | 351 <code>document.execCommand()</code>: |
| 352 <ul> | 352 <ul> |
| 353 <li> <code>"copy"</code> </li> | 353 <li> <code>"copy"</code> </li> |
| 354 <li> <code>"cut"</code> </li> | 354 <li> <code>"cut"</code> </li> |
| 355 </ul> | 355 </ul> |
| 356 </td> | 356 </td> |
| 357 </tr> | 357 </tr> |
| 358 |
| 359 <tr> |
| 360 <td style="font-weight:bold"> |
| 361 <!-- IDS_EXTENSION_PROMPT_WARNING_PRIVACY--> |
| 362 Privacy-related settings |
| 363 </td> |
| 364 <td> |
| 365 "privacy" permission |
| 366 </td> |
| 367 <td> |
| 368 The "privacy" permission is required by the |
| 369 <a href="privacy.html"><code>chrome.privacy</code></a> module. |
| 370 </td> |
| 371 </tr> |
| 358 </table> | 372 </table> |
| 359 </p> | 373 </p> |
| 360 | 374 |
| 361 | 375 |
| 362 <h2 id="nowarning"> Permissions that don't cause warnings </h2> | 376 <h2 id="nowarning"> Permissions that don't cause warnings </h2> |
| 363 | 377 |
| 364 <p> | 378 <p> |
| 365 The following permissions don't result in a warning: | 379 The following permissions don't result in a warning: |
| 366 </p> | 380 </p> |
| 367 | 381 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 by clicking the <b>chrome://extensions</b> page's | 419 by clicking the <b>chrome://extensions</b> page's |
| 406 <b>Update extensions now</b> button. | 420 <b>Update extensions now</b> button. |
| 407 </p> | 421 </p> |
| 408 | 422 |
| 409 <h2 id="api">API</h2> | 423 <h2 id="api">API</h2> |
| 410 | 424 |
| 411 <p> | 425 <p> |
| 412 You can get a list of permission warnings for any manifest with | 426 You can get a list of permission warnings for any manifest with |
| 413 <a href="management.html#method-getPermissionWarnings">chrome.management.getPerm
issionWarnings()</a>. | 427 <a href="management.html#method-getPermissionWarnings">chrome.management.getPerm
issionWarnings()</a>. |
| 414 </p> | 428 </p> |
| OLD | NEW |