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

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

Issue 8662010: Rename chrome.experimental.webRequest to chrome.webRequest and chrome.webRequestBlocking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Regenerated documentation 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
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 5790 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
9346 } 9346 }
9347 } 9347 }
9348 } 9348 }
9349 ] 9349 ]
9350 } 9350 }
9351 ] 9351 ]
9352 } 9352 }
9353 ] 9353 ]
9354 } 9354 }
9355 ] 9355 ]
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_webrequest_apitest.cc ('k') | chrome/common/extensions/docs/api_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698