| 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 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 920 <tr> | 920 <tr> |
| 921 <td> "notifications" </td> | 921 <td> "notifications" </td> |
| 922 <td> Allows the extension to use the proposed HTML5 | 922 <td> Allows the extension to use the proposed HTML5 |
| 923 <a href="http://www.chromium.org/developers/design-documents/desktop-noti
fications/api-specification">notification API</a> | 923 <a href="http://www.chromium.org/developers/design-documents/desktop-noti
fications/api-specification">notification API</a> |
| 924 without calling permission methods | 924 without calling permission methods |
| 925 (such as <code>checkPermission()</code>). | 925 (such as <code>checkPermission()</code>). |
| 926 For more information see | 926 For more information see |
| 927 <a href="notifications.html">Desktop Notifications</a>.</td> | 927 <a href="notifications.html">Desktop Notifications</a>.</td> |
| 928 </tr> | 928 </tr> |
| 929 <tr> | 929 <tr> |
| 930 <td> "privacy" </td> |
| 931 <td> Required if the extension uses the |
| 932 <a href="privacy.html">chrome.privacy</a> module. </td> |
| 933 </tr> |
| 934 <tr> |
| 930 <td> "proxy" </td> | 935 <td> "proxy" </td> |
| 931 <td> Required if the extension uses the | 936 <td> Required if the extension uses the |
| 932 <a href="proxy.html">chrome.proxy</a> module. </td> | 937 <a href="proxy.html">chrome.proxy</a> module. </td> |
| 933 </tr> | 938 </tr> |
| 934 <tr> | 939 <tr> |
| 935 <td> "tabs" </td> | 940 <td> "tabs" </td> |
| 936 <td> Required if the extension uses the | 941 <td> Required if the extension uses the |
| 937 <a href="tabs.html">chrome.tabs</a> or | 942 <a href="tabs.html">chrome.tabs</a> or |
| 938 <a href="windows.html">chrome.windows</a> module. </td> | 943 <a href="windows.html">chrome.windows</a> module. </td> |
| 939 </tr> | 944 </tr> |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1292 _uff=0; | 1297 _uff=0; |
| 1293 urchinTracker(); | 1298 urchinTracker(); |
| 1294 } | 1299 } |
| 1295 catch(e) {/* urchinTracker not available. */} | 1300 catch(e) {/* urchinTracker not available. */} |
| 1296 </script> | 1301 </script> |
| 1297 <!-- end analytics --> | 1302 <!-- end analytics --> |
| 1298 </div> | 1303 </div> |
| 1299 </div> <!-- /gc-footer --> | 1304 </div> <!-- /gc-footer --> |
| 1300 </div> <!-- /gc-container --> | 1305 </div> <!-- /gc-container --> |
| 1301 </body></html> | 1306 </body></html> |
| OLD | NEW |