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

Side by Side Diff: chrome/common/extensions/api/extension_api.json

Issue 8682013: Moving the MHTML API out of experimental and renaming it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/docs/api_index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
9235 } 9235 }
9236 } 9236 }
9237 } 9237 }
9238 ] 9238 ]
9239 } 9239 }
9240 ] 9240 ]
9241 } 9241 }
9242 ] 9242 ]
9243 } 9243 }
9244 ] 9244 ]
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/docs/api_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698