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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEventInit.idl

Issue 1969403004: Expose and check origin of request in response for foreign fetch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@set-request-and-credentials-mode
Patch Set: update layouttests Created 4 years, 7 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: third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEventInit.idl
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEventInit.idl b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEventInit.idl
index d8426fe61a8cdb86f5c8e991c63825573d014923..6bd200b093c85eef26e698515629e4f0678ad89d 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEventInit.idl
+++ b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEventInit.idl
@@ -6,4 +6,5 @@
dictionary ForeignFetchEventInit : ExtendableEventInit {
required Request request;
+ USVString origin = "null";
};

Powered by Google App Engine
This is Rietveld 408576698