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", |