| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 </p> | 397 </p> |
| 398 | 398 |
| 399 <ul> | 399 <ul> |
| 400 <li>"activeTab"</li> | 400 <li>"activeTab"</li> |
| 401 <li>"browsingData"</li> | 401 <li>"browsingData"</li> |
| 402 <li>"chrome://favicon/"</li> | 402 <li>"chrome://favicon/"</li> |
| 403 <li>"clipboardWrite"</li> | 403 <li>"clipboardWrite"</li> |
| 404 <li>"contextMenus"</li> | 404 <li>"contextMenus"</li> |
| 405 <li>"cookies"</li> | 405 <li>"cookies"</li> |
| 406 <li>"experimental"</li> | 406 <li>"experimental"</li> |
| 407 <li>"fullscreen"</li> |
| 407 <li>"idle"</li> | 408 <li>"idle"</li> |
| 408 <li>"notifications"</li> | 409 <li>"notifications"</li> |
| 410 <li>"pointerLock"</li> |
| 409 <li>"storage"</li> | 411 <li>"storage"</li> |
| 410 <li>"unlimitedStorage"</li> | 412 <li>"unlimitedStorage"</li> |
| 411 <li>"webRequest"</li> | 413 <li>"webRequest"</li> |
| 412 <li>"webRequestBlocking"</li> | 414 <li>"webRequestBlocking"</li> |
| 413 </ul> | 415 </ul> |
| 414 | 416 |
| 415 <h2 id="test"> Testing permission warnings </h2> | 417 <h2 id="test"> Testing permission warnings </h2> |
| 416 | 418 |
| 417 <p> | 419 <p> |
| 418 If you'd like to see exactly which warnings your users will get, | 420 If you'd like to see exactly which warnings your users will get, |
| (...skipping 20 matching lines...) Expand all Loading... |
| 439 by clicking the <b>chrome://extensions</b> page's | 441 by clicking the <b>chrome://extensions</b> page's |
| 440 <b>Update extensions now</b> button. | 442 <b>Update extensions now</b> button. |
| 441 </p> | 443 </p> |
| 442 | 444 |
| 443 <h2 id="api">API</h2> | 445 <h2 id="api">API</h2> |
| 444 | 446 |
| 445 <p> | 447 <p> |
| 446 You can get a list of permission warnings for any manifest with | 448 You can get a list of permission warnings for any manifest with |
| 447 $ref:management.getPermissionWarningsByManifest. | 449 $ref:management.getPermissionWarningsByManifest. |
| 448 </p> | 450 </p> |
| OLD | NEW |