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

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

Issue 8883031: Exclude experimental.socket from documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | chrome/common/extensions/docs/experimental.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 9155 matching lines...) Expand 10 before | Expand all | Expand 10 after
9166 } 9166 }
9167 } 9167 }
9168 ] 9168 ]
9169 } 9169 }
9170 ] 9170 ]
9171 } 9171 }
9172 ] 9172 ]
9173 }, 9173 },
9174 { 9174 {
9175 "namespace": "experimental.socket", 9175 "namespace": "experimental.socket",
9176 "nodoc": true,
9176 "types": [ 9177 "types": [
9177 { 9178 {
9178 "id": "SocketEvent", 9179 "id": "SocketEvent",
9179 "type": "object", 9180 "type": "object",
9180 "description": "A socket event.", 9181 "description": "A socket event.",
9181 "properties": { 9182 "properties": {
9182 "type": { 9183 "type": {
9183 "type": "string", 9184 "type": "string",
9184 "enum": ["data", "error"], 9185 "enum": ["data", "error"],
9185 "description": "A 'data' event represents data received on the socke t. An 'error' event represents an error." 9186 "description": "A 'data' event represents data received on the socke t. An 'error' event represents an error."
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
9381 "enum": ["enabled", "disabled", "forced"], 9382 "enum": ["enabled", "disabled", "forced"],
9382 "description": "Exposes whether the incognito mode is available to windows. One of 'enabled', 'disabled' (user cannot browse pages in Incognito mode), 'forced' (all pages/sessions are forced into Incognito mode)." 9383 "description": "Exposes whether the incognito mode is available to windows. One of 'enabled', 'disabled' (user cannot browse pages in Incognito mode), 'forced' (all pages/sessions are forced into Incognito mode)."
9383 } 9384 }
9384 ] 9385 ]
9385 } 9386 }
9386 ] 9387 ]
9387 } 9388 }
9388 ] 9389 ]
9389 } 9390 }
9390 ] 9391 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/experimental.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698