gecko-dev/netwerk/cookie
Eden Chuang 2aa93e45f4 Bug 1658869 - Propagate the InterceptedHttpChannel information to fetch's channel casued by FetchEvent.request. r=dom-worker-reviewers,dragana,jesup
When a network load needs to be intercepted by ServiceWorker, we extract the Request from the InterceptedHttpChannel, and propagate the Request through FetchEvent.request.

However, some needed information is not extracted or is modified during the Request propagation, so getting the wrong result when using the Request to fetch resources in the ServiceWorker script.

Differential Revision: https://phabricator.services.mozilla.com/D145969
2022-09-30 22:39:23 +00:00
..
test Bug 1786068 - Enable ESlint rule no-unused-vars on the global scope for netwerk/ xpcshell-tests. r=necko-reviewers,valentin 2022-08-23 12:06:15 +00:00
Cookie.cpp Bug 1713203 - Added check for host, scheme and origin attributes check before cookie change broadcast to content processes r=dveditz,dragana,nika 2022-08-23 17:36:24 +00:00
Cookie.h Bug 1763073 - Add telemetry (and messaging) for SameSite cookies blocked due to redirects. r=freddyb,dveditz 2022-06-15 14:51:16 +00:00
CookieCommons.cpp Bug 1658869 - Propagate the InterceptedHttpChannel information to fetch's channel casued by FetchEvent.request. r=dom-worker-reviewers,dragana,jesup 2022-09-30 22:39:23 +00:00
CookieCommons.h Bug 1789902 - Part 3: Stop generating rust bindings for Services.py, r=xpcom-reviewers,barret 2022-09-13 13:47:14 +00:00
CookieJarSettings.cpp Bug 1770498: Create ShouldRFP(nsILoadInfo) and make ShouldRFP(nsIPrincipal) explicitly dangerous r=timhuang 2022-07-15 20:39:20 +00:00
CookieJarSettings.h Bug 1770498: Populate the RFP member of CookieJar Settings r=timhuang,geckoview-reviewers,owlish 2022-07-15 20:39:19 +00:00
CookieKey.h
CookieLogging.cpp
CookieLogging.h
CookiePersistentStorage.cpp Bug 1675829 - Allow disabling the cookie database in the profile with `network.cookie.noPersistentStorage`. r=baku 2022-03-18 04:20:02 +00:00
CookiePersistentStorage.h Bug 1675829 - Allow disabling the cookie database in the profile with `network.cookie.noPersistentStorage`. r=baku 2022-03-18 04:20:02 +00:00
CookiePrivateStorage.cpp
CookiePrivateStorage.h Bug 1675829 - Allow disabling the cookie database in the profile with `network.cookie.noPersistentStorage`. r=baku 2022-03-18 04:20:02 +00:00
CookieService.cpp Bug 1779993 - Reject cookies with no name and a __Secure- or __Host- prefix r=necko-reviewers,kershaw 2022-09-07 19:04:22 +00:00
CookieService.h Bug 1779993 - Reject cookies with no name and a __Secure- or __Host- prefix r=necko-reviewers,kershaw 2022-09-07 19:04:22 +00:00
CookieServiceChild.cpp Bug 1713203 - Added check for host, scheme and origin attributes check before cookie change broadcast to content processes r=dveditz,dragana,nika 2022-08-23 17:36:24 +00:00
CookieServiceChild.h
CookieServiceParent.cpp Bug 1787122 - Fixed assert crash when attempting to get base domain from a malformed URL. r=kershaw 2022-08-30 16:49:43 +00:00
CookieServiceParent.h Bug 1713203 - Added check for host, scheme and origin attributes check before cookie change broadcast to content processes r=dveditz,dragana,nika 2022-08-23 17:36:24 +00:00
CookieStorage.cpp Bug 1752475 - Change nsICookie/CookieStruct to implicitly flip SameSite in getter func r=dveditz,dragana,freddyb 2022-04-05 08:20:25 +00:00
CookieStorage.h Bug 1675829 - Allow disabling the cookie database in the profile with `network.cookie.noPersistentStorage`. r=baku 2022-03-18 04:20:02 +00:00
CookieXPCShellUtils.jsm
PCookieService.ipdl Bug 1763073 - Add telemetry (and messaging) for SameSite cookies blocked due to redirects. r=freddyb,dveditz 2022-06-15 14:51:16 +00:00
moz.build Bug 1783019 - Implement cookie banner handling components. r=timhuang,necko-reviewers,valentin 2022-08-16 12:07:13 +00:00
nsICookie.idl Bug 1713203 - Added check for host, scheme and origin attributes check before cookie change broadcast to content processes r=dveditz,dragana,nika 2022-08-23 17:36:24 +00:00
nsICookieJarSettings.idl Bug 1770498: Add RFP to CookieJarSettings r=timhuang 2022-07-15 20:39:18 +00:00
nsICookieManager.idl Bug 1784874 - Add nsICookieManager::getCookieNative. r=necko-reviewers,valentin 2022-08-24 14:56:23 +00:00
nsICookiePermission.idl
nsICookieService.idl Bug 1764761 - Remove cookie.lifetimePolicy macros ACCEPT_SESSION/NORMALLY. r=pbz,timhuang 2022-06-29 17:33:38 +00:00