OLD | NEW |
---|---|
1 [ | 1 [ |
2 { | 2 { |
3 "namespace": "extension", | 3 "namespace": "extension", |
4 "types": [ | 4 "types": [ |
5 { | 5 { |
6 "id": "MessageSender", | 6 "id": "MessageSender", |
7 "type": "object", | 7 "type": "object", |
8 "description": "An object containing information about the script contex t that sent a message or request.", | 8 "description": "An object containing information about the script contex t that sent a message or request.", |
9 "properties": { | 9 "properties": { |
10 "tab": {"$ref": "Tab", "optional": true, "description":"This property will <b>only</b> be present when the connection was opened from a tab or content script."}, | 10 "tab": {"$ref": "Tab", "optional": true, "description":"This property will <b>only</b> be present when the connection was opened from a tab or content script."}, |
(...skipping 9039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
9050 "type": "function", | 9050 "type": "function", |
9051 "description": "Called when the browser's passwords have been cleare d.", | 9051 "description": "Called when the browser's passwords have been cleare d.", |
9052 "optional": true, | 9052 "optional": true, |
9053 "parameters": [] | 9053 "parameters": [] |
9054 } | 9054 } |
9055 ] | 9055 ] |
9056 } | 9056 } |
9057 ] | 9057 ] |
9058 }, | 9058 }, |
9059 { | 9059 { |
9060 "namespace": "experimental.savePage", | 9060 "namespace": "pageCapture", |
9061 "functions": [ | 9061 "functions": [ |
9062 { | 9062 { |
9063 "name": "saveAsMHTML", | 9063 "name": "saveAsMhtml", |
Aaron Boodman
2011/11/23 22:24:49
I think it is better all caps. I guess you got adv
jcivelli
2011/11/23 22:41:30
Yes, here is what Kathy said:
" saveAsMHTML uses u
| |
9064 "type": "function", | 9064 "type": "function", |
9065 "description": "Saves the content of the tab with given id as MHTML.", | 9065 "description": "Saves the content of the tab with given id as MHTML.", |
9066 "parameters": [ | 9066 "parameters": [ |
9067 { | 9067 { |
9068 "name": "details", | 9068 "name": "details", |
9069 "type": "object", | 9069 "type": "object", |
9070 "properties": { | 9070 "properties": { |
9071 "tabId": { | 9071 "tabId": { |
9072 "type": "integer", | 9072 "type": "integer", |
9073 "minimum": 0, | 9073 "minimum": 0, |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
9235 } | 9235 } |
9236 } | 9236 } |
9237 } | 9237 } |
9238 ] | 9238 ] |
9239 } | 9239 } |
9240 ] | 9240 ] |
9241 } | 9241 } |
9242 ] | 9242 ] |
9243 } | 9243 } |
9244 ] | 9244 ] |
OLD | NEW |