| 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 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1053 <!-- EVENTS --> | 1053 <!-- EVENTS --> |
| 1054 <div id="eventsTemplate" class="apiGroup"> | 1054 <div id="eventsTemplate" class="apiGroup"> |
| 1055 <a name="global-events"></a> | 1055 <a name="global-events"></a> |
| 1056 <h3>Events</h3> | 1056 <h3>Events</h3> |
| 1057 <!-- iterates over all events --> | 1057 <!-- iterates over all events --> |
| 1058 <div class="apiItem"> | 1058 <div class="apiItem"> |
| 1059 <a name="event-onClicked"></a> | 1059 <a name="event-onClicked"></a> |
| 1060 <h4>onClicked</h4> | 1060 <h4>onClicked</h4> |
| 1061 <div class="summary"> | 1061 <div class="summary"> |
| 1062 <!-- Note: intentionally longer 80 columns --> | 1062 <!-- Note: intentionally longer 80 columns --> |
| 1063 <span class="subdued">chrome.pageAction.</span><span>onClicked</
span><span class="subdued">.addListener</span>(function(<span>Tab tab</span>) <s
pan class="subdued">{...}</span><span></span>); | 1063 <span class="subdued">chrome.pageAction.</span><span>onClicked</
span><span class="subdued">.addListener</span>(function(<span>tabs.Tab tab</span
>) <span class="subdued">{...}</span><span></span>); |
| 1064 </div> | 1064 </div> |
| 1065 <div class="description"> | 1065 <div class="description"> |
| 1066 <p>Fired when a page action icon is clicked. This event will no
t fire if the page action has a popup.</p> | 1066 <p>Fired when a page action icon is clicked. This event will no
t fire if the page action has a popup.</p> |
| 1067 <!-- LISTENER PARAMETERS --> | 1067 <!-- LISTENER PARAMETERS --> |
| 1068 <div> | 1068 <div> |
| 1069 <h4>Listener parameters</h4> | 1069 <h4>Listener parameters</h4> |
| 1070 <dl> | 1070 <dl> |
| 1071 <div> | 1071 <div> |
| 1072 <div> | 1072 <div> |
| 1073 <dt> | 1073 <dt> |
| 1074 <var>tab</var> | 1074 <var>tab</var> |
| 1075 <em> | 1075 <em> |
| 1076 <!-- TYPE --> | 1076 <!-- TYPE --> |
| 1077 <div style="display:inline"> | 1077 <div style="display:inline"> |
| 1078 ( | 1078 ( |
| 1079 <span id="typeTemplate"> | 1079 <span id="typeTemplate"> |
| 1080 <span> | 1080 <span> |
| 1081 <a href="tabs.html#type-Tab">Tab</a> | 1081 <a>tabs.Tab</a> |
| 1082 </span> | 1082 </span> |
| 1083 </span> | 1083 </span> |
| 1084 ) | 1084 ) |
| 1085 </div> | 1085 </div> |
| 1086 </em> | 1086 </em> |
| 1087 </dt> | 1087 </dt> |
| 1088 <dd class="todo"> | 1088 <dd class="todo"> |
| 1089 Undocumented. | 1089 Undocumented. |
| 1090 </dd> | 1090 </dd> |
| 1091 <!-- OBJECT PROPERTIES --> | 1091 <!-- OBJECT PROPERTIES --> |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1136 _uff=0; | 1136 _uff=0; |
| 1137 urchinTracker(); | 1137 urchinTracker(); |
| 1138 } | 1138 } |
| 1139 catch(e) {/* urchinTracker not available. */} | 1139 catch(e) {/* urchinTracker not available. */} |
| 1140 </script> | 1140 </script> |
| 1141 <!-- end analytics --> | 1141 <!-- end analytics --> |
| 1142 </div> | 1142 </div> |
| 1143 </div> <!-- /gc-footer --> | 1143 </div> <!-- /gc-footer --> |
| 1144 </div> <!-- /gc-container --> | 1144 </div> <!-- /gc-container --> |
| 1145 </body></html> | 1145 </body></html> |
| OLD | NEW |