Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Side by Side Diff: chrome/common/extensions/docs/pageAction.html

Issue 10367002: Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix webrequest tests Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 _uff=0; 1137 _uff=0;
1138 urchinTracker(); 1138 urchinTracker();
1139 } 1139 }
1140 catch(e) {/* urchinTracker not available. */} 1140 catch(e) {/* urchinTracker not available. */}
1141 </script> 1141 </script>
1142 <!-- end analytics --> 1142 <!-- end analytics -->
1143 </div> 1143 </div>
1144 </div> <!-- /gc-footer --> 1144 </div> <!-- /gc-footer -->
1145 </div> <!-- /gc-container --> 1145 </div> <!-- /gc-container -->
1146 </body></html> 1146 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/extension.html ('k') | chrome/common/extensions/docs/privacy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698