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

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

Issue 6193001: Add a note to tabs.onCreated documentation that the url might not be defined.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5285 matching lines...) Expand 10 before | Expand all | Expand 10 after
5296 <a name="event-onCreated"></a> 5296 <a name="event-onCreated"></a>
5297 <h4>onCreated</h4> 5297 <h4>onCreated</h4>
5298 5298
5299 <div class="summary"> 5299 <div class="summary">
5300 <!-- Note: intentionally longer 80 columns --> 5300 <!-- Note: intentionally longer 80 columns -->
5301 <span class="subdued">chrome.tabs.</span><span>onCreated</span>< span class="subdued">.addListener</span>(function(<span>Tab tab</span>) <span cl ass="subdued">{...}</span>); 5301 <span class="subdued">chrome.tabs.</span><span>onCreated</span>< span class="subdued">.addListener</span>(function(<span>Tab tab</span>) <span cl ass="subdued">{...}</span>);
5302 </div> 5302 </div>
5303 5303
5304 <div class="description"> 5304 <div class="description">
5305 <p class="todo" style="display: none; ">Undocumented.</p> 5305 <p class="todo" style="display: none; ">Undocumented.</p>
5306 <p>Fires when a tab is created.</p> 5306 <p>Fires when a tab is created. Note that the tab's URL may not be set at the time this event fires, but you can listen to onUpdated events to b e notified when a URL is set.</p>
5307 5307
5308 <!-- PARAMETERS --> 5308 <!-- PARAMETERS -->
5309 <h4>Parameters</h4> 5309 <h4>Parameters</h4>
5310 <dl> 5310 <dl>
5311 <div> 5311 <div>
5312 <div> 5312 <div>
5313 <dt> 5313 <dt>
5314 <var>tab</var> 5314 <var>tab</var>
5315 <em> 5315 <em>
5316 5316
(...skipping 2077 matching lines...) Expand 10 before | Expand all | Expand 10 after
7394 _uff=0; 7394 _uff=0;
7395 urchinTracker(); 7395 urchinTracker();
7396 } 7396 }
7397 catch(e) {/* urchinTracker not available. */} 7397 catch(e) {/* urchinTracker not available. */}
7398 </script> 7398 </script>
7399 <!-- end analytics --> 7399 <!-- end analytics -->
7400 </div> 7400 </div>
7401 </div> <!-- /gc-footer --> 7401 </div> <!-- /gc-footer -->
7402 </div> <!-- /gc-container --> 7402 </div> <!-- /gc-container -->
7403 </body></html> 7403 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698