| OLD | NEW |
| 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: | 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: |
| 2 1) The <head> information in this page is significant, should be uniform | 2 1) The <head> information in this page is significant, should be uniform |
| 3 across api docs and should be edited only with knowledge of the | 3 across api docs and should be edited only with knowledge of the |
| 4 templating mechanism. | 4 templating mechanism. |
| 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a | 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a |
| 6 browser, it will be re-generated from the template, json schema and | 6 browser, it will be re-generated from the template, json schema and |
| 7 authored overview content. | 7 authored overview content. |
| 8 4) The <body>.innerHTML is also generated by an offline step so that this | 8 4) The <body>.innerHTML is also generated by an offline step so that this |
| 9 page may easily be indexed by search engines. | 9 page may easily be indexed by search engines. |
| 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> | 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> |
| (...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 </td> | 694 </td> |
| 695 <td> | 695 <td> |
| 696 Allows the extension to use the following editing commands with | 696 Allows the extension to use the following editing commands with |
| 697 <code>document.execCommand()</code>: | 697 <code>document.execCommand()</code>: |
| 698 <ul> | 698 <ul> |
| 699 <li> <code>"copy"</code> </li> | 699 <li> <code>"copy"</code> </li> |
| 700 <li> <code>"cut"</code> </li> | 700 <li> <code>"cut"</code> </li> |
| 701 </ul> | 701 </ul> |
| 702 </td> | 702 </td> |
| 703 </tr> | 703 </tr> |
| 704 |
| 705 <tr> |
| 706 <td style="font-weight:bold"> |
| 707 <!-- IDS_EXTENSION_PROMPT_WARNING_PRIVACY--> |
| 708 Privacy-related settings |
| 709 </td> |
| 710 <td> |
| 711 "privacy" permission |
| 712 </td> |
| 713 <td> |
| 714 The "privacy" permission is required by the |
| 715 <a href="privacy.html"><code>chrome.privacy</code></a> module. |
| 716 </td> |
| 717 </tr> |
| 704 </tbody></table> | 718 </tbody></table> |
| 705 <p></p> | 719 <p></p> |
| 706 | 720 |
| 707 | 721 |
| 708 <h2 id="nowarning"> Permissions that don't cause warnings </h2> | 722 <h2 id="nowarning"> Permissions that don't cause warnings </h2> |
| 709 | 723 |
| 710 <p> | 724 <p> |
| 711 The following permissions don't result in a warning: | 725 The following permissions don't result in a warning: |
| 712 </p> | 726 </p> |
| 713 | 727 |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 966 _uff=0; | 980 _uff=0; |
| 967 urchinTracker(); | 981 urchinTracker(); |
| 968 } | 982 } |
| 969 catch(e) {/* urchinTracker not available. */} | 983 catch(e) {/* urchinTracker not available. */} |
| 970 </script> | 984 </script> |
| 971 <!-- end analytics --> | 985 <!-- end analytics --> |
| 972 </div> | 986 </div> |
| 973 </div> <!-- /gc-footer --> | 987 </div> <!-- /gc-footer --> |
| 974 </div> <!-- /gc-container --> | 988 </div> <!-- /gc-container --> |
| 975 </body></html> | 989 </body></html> |
| OLD | NEW |