| 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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 711 </td> | 711 </td> |
| 712 <td> | 712 <td> |
| 713 Allows the extension to use the following editing commands with | 713 Allows the extension to use the following editing commands with |
| 714 <code>document.execCommand()</code>: | 714 <code>document.execCommand()</code>: |
| 715 <ul> | 715 <ul> |
| 716 <li> <code>"copy"</code> </li> | 716 <li> <code>"copy"</code> </li> |
| 717 <li> <code>"cut"</code> </li> | 717 <li> <code>"cut"</code> </li> |
| 718 </ul> | 718 </ul> |
| 719 </td> | 719 </td> |
| 720 </tr> | 720 </tr> |
| 721 |
| 722 <tr> |
| 723 <td style="font-weight:bold"> |
| 724 <!-- IDS_EXTENSION_PROMPT_WARNING_PRIVACY--> |
| 725 Privacy-related settings |
| 726 </td> |
| 727 <td> |
| 728 "privacy" permission |
| 729 </td> |
| 730 <td> |
| 731 The "privacy" permission is required by the |
| 732 <a href="privacy.html"><code>chrome.privacy</code></a> module. |
| 733 </td> |
| 734 </tr> |
| 721 </tbody></table> | 735 </tbody></table> |
| 722 <p></p> | 736 <p></p> |
| 723 | 737 |
| 724 | 738 |
| 725 <h2 id="nowarning"> Permissions that don't cause warnings </h2> | 739 <h2 id="nowarning"> Permissions that don't cause warnings </h2> |
| 726 | 740 |
| 727 <p> | 741 <p> |
| 728 The following permissions don't result in a warning: | 742 The following permissions don't result in a warning: |
| 729 </p> | 743 </p> |
| 730 | 744 |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 983 _uff=0; | 997 _uff=0; |
| 984 urchinTracker(); | 998 urchinTracker(); |
| 985 } | 999 } |
| 986 catch(e) {/* urchinTracker not available. */} | 1000 catch(e) {/* urchinTracker not available. */} |
| 987 </script> | 1001 </script> |
| 988 <!-- end analytics --> | 1002 <!-- end analytics --> |
| 989 </div> | 1003 </div> |
| 990 </div> <!-- /gc-footer --> | 1004 </div> <!-- /gc-footer --> |
| 991 </div> <!-- /gc-container --> | 1005 </div> <!-- /gc-container --> |
| 992 </body></html> | 1006 </body></html> |
| OLD | NEW |