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

Unified Diff: chrome/common/extensions/api/extension_api.json

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/tabs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/extension_api.json
===================================================================
--- chrome/common/extensions/api/extension_api.json (revision 70758)
+++ chrome/common/extensions/api/extension_api.json (working copy)
@@ -1318,7 +1318,7 @@
{
"name": "onCreated",
"type": "function",
- "description": "Fires when a tab is created.",
+ "description": "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 be notified when an url is set.",
kathyw 2011/01/07 20:06:14 A couple of nitpicky comments: url -> URL (x2) an
"parameters": [
{
"$ref": "Tab",
« no previous file with comments | « no previous file | chrome/common/extensions/docs/tabs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698