OLD | NEW |
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 4871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4882 } | 4882 } |
4883 ] | 4883 ] |
4884 }, | 4884 }, |
4885 { | 4885 { |
4886 "namespace": "experimental.contentSettings.misc", | 4886 "namespace": "experimental.contentSettings.misc", |
4887 "properties": { | 4887 "properties": { |
4888 "blockThirdPartyCookies": { | 4888 "blockThirdPartyCookies": { |
4889 "$ref": "Preference", | 4889 "$ref": "Preference", |
4890 "value": ["blockThirdPartyCookies", {"type": "boolean"}], | 4890 "value": ["blockThirdPartyCookies", {"type": "boolean"}], |
4891 "description": "Whether third party cookies should be blocked. The value
of this preference is of type boolean." | 4891 "description": "Whether third party cookies should be blocked. The value
of this preference is of type boolean." |
| 4892 }, |
| 4893 "enableReferrers": { |
| 4894 "$ref": "Preference", |
| 4895 "value": ["enableReferrers", {"type":"boolean"}], |
| 4896 "description": "Whether referrers should be enabled. The value of this p
reference is of type boolean." |
| 4897 }, |
| 4898 "enableHyperlinkAuditing": { |
| 4899 "$ref": "Preference", |
| 4900 "value": ["enableHyperlinkAuditing", {"type":"boolean"}], |
| 4901 "description": "Whether to enable hyperlink auditing (\"<a ping>\"
). The value of this preference is of type boolean." |
4892 } | 4902 } |
4893 } | 4903 } |
4894 }, | 4904 }, |
4895 { | 4905 { |
4896 "namespace": "experimental.debugger", | 4906 "namespace": "experimental.debugger", |
4897 "functions": [ | 4907 "functions": [ |
4898 { | 4908 { |
4899 "name": "attach", | 4909 "name": "attach", |
4900 "type": "function", | 4910 "type": "function", |
4901 "description": "Attaches debugger to the tab with given id.", | 4911 "description": "Attaches debugger to the tab with given id.", |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5019 { | 5029 { |
5020 "type": "integer", | 5030 "type": "integer", |
5021 "name": "tabId", | 5031 "name": "tabId", |
5022 "description": "The id of the tab that was detached." | 5032 "description": "The id of the tab that was detached." |
5023 } | 5033 } |
5024 ] | 5034 ] |
5025 } | 5035 } |
5026 ] | 5036 ] |
5027 } | 5037 } |
5028 ] | 5038 ] |
OLD | NEW |