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

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: One more sync Created 9 years 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 9060 matching lines...) Expand 10 before | Expand all | Expand 10 after
9071 "type": "function", 9071 "type": "function",
9072 "description": "Called when the browser's passwords have been cleare d.", 9072 "description": "Called when the browser's passwords have been cleare d.",
9073 "optional": true, 9073 "optional": true,
9074 "parameters": [] 9074 "parameters": []
9075 } 9075 }
9076 ] 9076 ]
9077 } 9077 }
9078 ] 9078 ]
9079 }, 9079 },
9080 { 9080 {
9081 "namespace": "experimental.savePage", 9081 "namespace": "pageCapture",
9082 "functions": [ 9082 "functions": [
9083 { 9083 {
9084 "name": "saveAsMHTML", 9084 "name": "saveAsMHTML",
9085 "type": "function", 9085 "type": "function",
9086 "description": "Saves the content of the tab with given id as MHTML.", 9086 "description": "Saves the content of the tab with given id as MHTML.",
9087 "parameters": [ 9087 "parameters": [
9088 { 9088 {
9089 "name": "details", 9089 "name": "details",
9090 "type": "object", 9090 "type": "object",
9091 "properties": { 9091 "properties": {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
9144 } 9144 }
9145 } 9145 }
9146 } 9146 }
9147 ] 9147 ]
9148 } 9148 }
9149 ] 9149 ]
9150 } 9150 }
9151 ] 9151 ]
9152 } 9152 }
9153 ] 9153 ]
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