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

Unified Diff: chrome/common/extensions/api/declarative_web_request.json

Issue 10982044: Adding thirdParty property to RequestMatcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a unit test Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/declarative_web_request.json
diff --git a/chrome/common/extensions/api/declarative_web_request.json b/chrome/common/extensions/api/declarative_web_request.json
index ff78b640f0b96543f6f6be044bb6449100e57b6d..2d339b432fcddab70f8f59d14c959c1fa4ca30b4 100644
--- a/chrome/common/extensions/api/declarative_web_request.json
+++ b/chrome/common/extensions/api/declarative_web_request.json
@@ -100,6 +100,11 @@
"description": "Matches if none of the response headers is matched by one of the HeaderFilters.",
"items": { "$ref": "HeaderFilter" }
},
+ "thirdParty": {
jochen (gone - plz use gerrit) 2012/09/26 19:50:19 i don't really like this name. It should be thirdP
vabr (Chromium) 2012/10/04 11:20:41 Done.
+ "type": "boolean",
+ "optional": true,
+ "description": "If set to true, matches requests with third-party origins. If set to false, matches requests with first-party origins."
jochen (gone - plz use gerrit) 2012/09/26 19:50:19 Should be something like "If set to true, matches
vabr (Chromium) 2012/10/04 11:20:41 Done.
+ },
"instanceType": {
"type": "string", "enum": ["declarativeWebRequest.RequestMatcher"],
"nodoc": true

Powered by Google App Engine
This is Rietveld 408576698