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

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

Issue 11414230: Declarative Web Request: firstPartyForCookiesUrl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Jeffrey's comments addressed Created 7 years, 11 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 2d781a95ff3baa3b9cb4cf046fea24d83c93cbfd..f1fd555216fa7abec071f2768eceb79206e3494b 100644
--- a/chrome/common/extensions/api/declarative_web_request.json
+++ b/chrome/common/extensions/api/declarative_web_request.json
@@ -67,7 +67,12 @@
"properties": {
"url": {
"$ref": "events.UrlFilter",
- "description": "Matches if the condition of the UrlFilter are fulfilled for the URL of the request.",
+ "description": "Matches if the conditions of the UrlFilter are fulfilled for the URL of the request.",
+ "optional": true
+ },
+ "firstPartyForCookiesUrl": {
+ "$ref": "events.UrlFilter",
+ "description": "Each URL request can be assigned a special URL, different from the request's target URL. The special URL describes what is considered 'first party' for the sake of third-party checks for cookies. This attribute allows to match against the special URL.",
Yoyo Zhou 2013/01/24 21:29:43 This should have the form "Matches..." so perhaps
vabr (Chromium) 2013/01/25 06:37:40 Rephrased. Better now?
"optional": true
},
"resourceType": {

Powered by Google App Engine
This is Rietveld 408576698