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

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

Issue 289006: Issue 21729: Add new event chrome.tabs.onStatusChange . (Closed)
Patch Set: '' Created 11 years, 1 month 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
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 4120 matching lines...) Expand 10 before | Expand all | Expand 10 after
4131 </dl> 4131 </dl>
4132 4132
4133 </div> <!-- /decription --> 4133 </div> <!-- /decription -->
4134 4134
4135 </div><div class="apiItem" jsinstance="*6"> 4135 </div><div class="apiItem" jsinstance="*6">
4136 <a name="event-onUpdated"></a> 4136 <a name="event-onUpdated"></a>
4137 <h4>onUpdated</h4> 4137 <h4>onUpdated</h4>
4138 4138
4139 <div class="summary"> 4139 <div class="summary">
4140 <!-- Note: intentionally longer 80 columns --> 4140 <!-- Note: intentionally longer 80 columns -->
4141 <span class="subdued">chrome.tabs.</span><span>onUpdated</span>< span class="subdued">.addListener</span>(function(<span>integer tabId, object ch angeInfo</span>) <span class="subdued">{...}</span>); 4141 <span class="subdued">chrome.tabs.</span><span>onUpdated</span>< span class="subdued">.addListener</span>(function(<span>integer tabId, object ch angeInfo, Tab tab</span>) <span class="subdued">{...}</span>);
4142 </div> 4142 </div>
4143 4143
4144 <div class="description"> 4144 <div class="description">
4145 <p class="todo" style="display: none; ">Undocumented.</p> 4145 <p class="todo" style="display: none; ">Undocumented.</p>
4146 <p>Fires when a tab is updated.</p> 4146 <p>Fires when a tab is updated.</p>
4147 4147
4148 <!-- PARAMETERS --> 4148 <!-- PARAMETERS -->
4149 <h4>Parameters</h4> 4149 <h4>Parameters</h4>
4150 <dl> 4150 <dl>
4151 <div jsinstance="0"> 4151 <div jsinstance="0">
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
4184 <!-- OBJECT PROPERTIES --> 4184 <!-- OBJECT PROPERTIES -->
4185 <dd style="display: none; "> 4185 <dd style="display: none; ">
4186 <dl> 4186 <dl>
4187 <div> 4187 <div>
4188 <div> 4188 <div>
4189 </div> 4189 </div>
4190 </div> 4190 </div>
4191 </dl> 4191 </dl>
4192 </dd> 4192 </dd>
4193 </div> 4193 </div>
4194 </div><div jsinstance="*1"> 4194 </div><div jsinstance="1">
4195 <div> 4195 <div>
4196 <dt> 4196 <dt>
4197 <var>changeInfo</var> 4197 <var>changeInfo</var>
4198 <em> 4198 <em>
4199 4199
4200 <!-- TYPE --> 4200 <!-- TYPE -->
4201 <div style="display:inline"> 4201 <div style="display:inline">
4202 ( 4202 (
4203 <span class="optional" style="display: none; ">optional</spa n> 4203 <span class="optional" style="display: none; ">optional</spa n>
4204 <span id="typeTemplate"> 4204 <span id="typeTemplate">
4205 <span style="display: none; "> 4205 <span style="display: none; ">
4206 <a> Type</a> 4206 <a> Type</a>
4207 </span> 4207 </span>
4208 <span> 4208 <span>
4209 <span style="display: none; "> 4209 <span style="display: none; ">
4210 array of <span><span></span></span> 4210 array of <span><span></span></span>
4211 </span> 4211 </span>
4212 <span>object</span> 4212 <span>object</span>
4213 </span> 4213 </span>
4214 </span> 4214 </span>
4215 ) 4215 )
4216 </div> 4216 </div>
4217 4217
4218 </em> 4218 </em>
4219 </dt> 4219 </dt>
4220 <dd class="todo"> 4220 <dd class="todo" style="display: none; ">
4221 Undocumented. 4221 Undocumented.
4222 </dd> 4222 </dd>
4223 <dd style="display: none; "> 4223 <dd>Lists the changes to the state of the tab that was updated.</dd>
4224 Description of this parameter from the json schema.
4225 </dd>
4226 4224
4227 <!-- OBJECT PROPERTIES --> 4225 <!-- OBJECT PROPERTIES -->
4228 <dd> 4226 <dd>
4229 <dl> 4227 <dl>
4230 <div jsinstance="0"> 4228 <div jsinstance="0">
4231 <div> 4229 <div>
4232 <dt> 4230 <dt>
4233 <var>status</var> 4231 <var>status</var>
4234 <em> 4232 <em>
4235 4233
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
4306 <div> 4304 <div>
4307 </div> 4305 </div>
4308 </div> 4306 </div>
4309 </dl> 4307 </dl>
4310 </dd> 4308 </dd>
4311 </div> 4309 </div>
4312 </div> 4310 </div>
4313 </dl> 4311 </dl>
4314 </dd> 4312 </dd>
4315 </div> 4313 </div>
4314 </div><div jsinstance="*2">
4315 <div>
4316 <dt>
4317 <var>tab</var>
4318 <em>
4319
4320 <!-- TYPE -->
4321 <div style="display:inline">
4322 (
4323 <span class="optional" style="display: none; ">optional</spa n>
4324 <span id="typeTemplate">
4325 <span>
4326 <a href="tabs.html#type-Tab">Tab</a>
4327 </span>
4328 <span style="display: none; ">
4329 <span>
4330 array of <span><span></span></span>
4331 </span>
4332 <span>paramType</span>
4333 </span>
4334 </span>
4335 )
4336 </div>
4337
4338 </em>
4339 </dt>
4340 <dd class="todo" style="display: none; ">
4341 Undocumented.
4342 </dd>
4343 <dd>Gives the state of the tab that was updated.</dd>
4344
4345 <!-- OBJECT PROPERTIES -->
4346 <dd style="display: none; ">
4347 <dl>
4348 <div>
4349 <div>
4350 </div>
4351 </div>
4352 </dl>
4353 </dd>
4354 </div>
4316 </div> 4355 </div>
4317 </dl> 4356 </dl>
4318 4357
4319 </div> <!-- /decription --> 4358 </div> <!-- /decription -->
4320 4359
4321 </div> <!-- /apiItem --> 4360 </div> <!-- /apiItem -->
4322 4361
4323 </div> <!-- /apiGroup --> 4362 </div> <!-- /apiGroup -->
4324 4363
4325 <!-- TYPES --> 4364 <!-- TYPES -->
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
4737 urchinTracker(); 4776 urchinTracker();
4738 } 4777 }
4739 catch(e) {/* urchinTracker not available. */} 4778 catch(e) {/* urchinTracker not available. */}
4740 </script> 4779 </script>
4741 <!-- end analytics --> 4780 <!-- end analytics -->
4742 4781
4743 </div> <!-- /pageFooter --> 4782 </div> <!-- /pageFooter -->
4744 </div> <!-- /container --> 4783 </div> <!-- /container -->
4745 </body></html> 4784 </body></html>
4746 4785
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/test/data/extensions/api_test/executescript/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698