| OLD | NEW |
| 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 5790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5801 "transitionType": {"type": "string", "enum": ["link", "typed", "au
to_bookmark", "auto_subframe", "manual_subframe", "generated", "start_page", "fo
rm_submit", "reload", "keyword", "keyword_generated"], "description": "Cause of
the navigation. The same transition types as defined in the history API are used
."}, | 5801 "transitionType": {"type": "string", "enum": ["link", "typed", "au
to_bookmark", "auto_subframe", "manual_subframe", "generated", "start_page", "fo
rm_submit", "reload", "keyword", "keyword_generated"], "description": "Cause of
the navigation. The same transition types as defined in the history API are used
."}, |
| 5802 "transitionQualifiers": {"type": "array", "description": "A list o
f transition qualifiers.", "items:": {"type": "string", "enum": ["client_redirec
t", "server_redirect", "forward_back", "from_address_bar"]}}, | 5802 "transitionQualifiers": {"type": "array", "description": "A list o
f transition qualifiers.", "items:": {"type": "string", "enum": ["client_redirec
t", "server_redirect", "forward_back", "from_address_bar"]}}, |
| 5803 "timeStamp": {"type": "number", "description": "The time when the
navigation was committed, in milliseconds since the epoch."} | 5803 "timeStamp": {"type": "number", "description": "The time when the
navigation was committed, in milliseconds since the epoch."} |
| 5804 } | 5804 } |
| 5805 } | 5805 } |
| 5806 ] | 5806 ] |
| 5807 } | 5807 } |
| 5808 ] | 5808 ] |
| 5809 }, | 5809 }, |
| 5810 { | 5810 { |
| 5811 "namespace": "experimental.webRequest", | 5811 "namespace": "webRequest", |
| 5812 "types": [ | 5812 "types": [ |
| 5813 { | 5813 { |
| 5814 "id": "RequestFilter", | 5814 "id": "RequestFilter", |
| 5815 "type": "object", | 5815 "type": "object", |
| 5816 "description": "An object describing filters to apply to webRequest even
ts.", | 5816 "description": "An object describing filters to apply to webRequest even
ts.", |
| 5817 "properties": { | 5817 "properties": { |
| 5818 "urls": { | 5818 "urls": { |
| 5819 "type": "array", | 5819 "type": "array", |
| 5820 "optional": true, | 5820 "optional": true, |
| 5821 "description": "A list of URLs or URL patterns. Requests that cannot
match any of the URLs will be filtered out.", | 5821 "description": "A list of URLs or URL patterns. Requests that cannot
match any of the URLs will be filtered out.", |
| (...skipping 3524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9346 } | 9346 } |
| 9347 } | 9347 } |
| 9348 } | 9348 } |
| 9349 ] | 9349 ] |
| 9350 } | 9350 } |
| 9351 ] | 9351 ] |
| 9352 } | 9352 } |
| 9353 ] | 9353 ] |
| 9354 } | 9354 } |
| 9355 ] | 9355 ] |
| OLD | NEW |