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

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

Issue 8071025: Move contentSettings extension API out of experimental (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 2 months 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "namespace": "extension", 3 "namespace": "extension",
4 "unprivileged": true, 4 "unprivileged": true,
5 "types": [ 5 "types": [
6 { 6 {
7 "id": "MessageSender", 7 "id": "MessageSender",
8 "type": "object", 8 "type": "object",
9 "description": "An object containing information about the script contex t that sent a message or request.", 9 "description": "An object containing information about the script contex t that sent a message or request.",
10 "properties": { 10 "properties": {
(...skipping 7889 matching lines...) Expand 10 before | Expand all | Expand 10 after
7900 } 7900 }
7901 } 7901 }
7902 } 7902 }
7903 ] 7903 ]
7904 } 7904 }
7905 ] 7905 ]
7906 } 7906 }
7907 ] 7907 ]
7908 }, 7908 },
7909 { 7909 {
7910 "namespace": "experimental.contentSettings", 7910 "namespace": "contentSettings",
7911 "types": [ 7911 "types": [
7912 { 7912 {
7913 "id": "ResourceIdentifier", 7913 "id": "ResourceIdentifier",
7914 "type": "object", 7914 "type": "object",
7915 "properties": { 7915 "properties": {
7916 "id": { 7916 "id": {
7917 "type": "string", 7917 "type": "string",
7918 "description": "The resource identifier for the given content type." 7918 "description": "The resource identifier for the given content type."
7919 }, 7919 },
7920 "description": { 7920 "description": {
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
8702 "optional": "true", 8702 "optional": "true",
8703 "description": "The MHTML data as a Blob." 8703 "description": "The MHTML data as a Blob."
8704 } 8704 }
8705 ] 8705 ]
8706 } 8706 }
8707 ] 8707 ]
8708 } 8708 }
8709 ] 8709 ]
8710 } 8710 }
8711 ] 8711 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698