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 5635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5646 } | 5646 } |
5647 } | 5647 } |
5648 } | 5648 } |
5649 ] | 5649 ] |
5650 } | 5650 } |
5651 ] | 5651 ] |
5652 } | 5652 } |
5653 ] | 5653 ] |
5654 }, | 5654 }, |
5655 { | 5655 { |
5656 "namespace": "experimental.contentSettings.misc", | 5656 "namespace": "experimental.contentSettings.global", |
5657 "properties": { | 5657 "properties": { |
5658 "blockThirdPartyCookies": { | 5658 "thirdPartyCookiesAllowed": { |
5659 "$ref": "Preference", | 5659 "$ref": "Preference", |
5660 "value": ["blockThirdPartyCookies", {"type": "boolean"}], | 5660 "value": ["thirdPartyCookiesAllowed", {"type": "boolean"}], |
5661 "description": "Whether third party cookies should be blocked. The value
of this preference is of type boolean." | 5661 "description": "Whether third party cookies should be allowed. The value
of this preference is of type boolean, and the default value is true." |
5662 }, | 5662 }, |
5663 "enableReferrers": { | 5663 "referrersEnabled": { |
5664 "$ref": "Preference", | 5664 "$ref": "Preference", |
5665 "value": ["enableReferrers", {"type":"boolean"}], | 5665 "value": ["referrersEnabled", {"type":"boolean"}], |
5666 "description": "Whether referrers should be enabled. The value of this p
reference is of type boolean." | 5666 "description": "Whether referrers should be enabled. The value of this p
reference is of type boolean, and the default value is true." |
5667 }, | 5667 }, |
5668 "enableHyperlinkAuditing": { | 5668 "hyperlinkAuditingEnabled": { |
5669 "$ref": "Preference", | 5669 "$ref": "Preference", |
5670 "value": ["enableHyperlinkAuditing", {"type":"boolean"}], | 5670 "value": ["hyperlinkAuditingEnabled", {"type":"boolean"}], |
5671 "description": "Whether to enable hyperlink auditing (\"<a ping>\"
). The value of this preference is of type boolean." | 5671 "description": "Whether to enable hyperlink auditing (\"<a ping>\"
). The value of this preference is of type boolean, and the default value is tru
e." |
5672 } | 5672 } |
5673 } | 5673 } |
5674 }, | 5674 }, |
5675 { | 5675 { |
5676 "namespace": "experimental.debugger", | 5676 "namespace": "experimental.debugger", |
5677 "functions": [ | 5677 "functions": [ |
5678 { | 5678 { |
5679 "name": "attach", | 5679 "name": "attach", |
5680 "type": "function", | 5680 "type": "function", |
5681 "description": "Attaches debugger to the tab with given id.", | 5681 "description": "Attaches debugger to the tab with given id.", |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5789 { | 5789 { |
5790 "type": "integer", | 5790 "type": "integer", |
5791 "name": "tabId", | 5791 "name": "tabId", |
5792 "description": "The id of the tab that was detached." | 5792 "description": "The id of the tab that was detached." |
5793 } | 5793 } |
5794 ] | 5794 ] |
5795 } | 5795 } |
5796 ] | 5796 ] |
5797 } | 5797 } |
5798 ] | 5798 ] |
OLD | NEW |