gecko-dev/netwerk/cookie
2024-10-10 13:36:16 +00:00
..
test Bug 1923500 - Sending CHIPS cookies in non-default cookieBehaviors. r=bvandersloot,cookie-reviewers,edgul 2024-10-09 22:06:20 +00:00
Cookie.cpp Bug 1903408 - Fix WPT failures related to cookie path attribute, r=edgul,cookie-reviewers 2024-07-12 05:39:56 +00:00
Cookie.h Bug 1818968 - WebExtension - Sort cookies as defined by RFC6265, r=robwu,edgul,cookie-reviewers 2024-10-02 09:34:08 +00:00
CookieCommons.cpp Bug 1923500 - Sending CHIPS cookies in non-default cookieBehaviors. r=bvandersloot,cookie-reviewers,edgul 2024-10-09 22:06:20 +00:00
CookieCommons.h Bug 1475599 - part 10 - CookieStore API - CHIP implementation shared between Document and CookieStore, r=cookie-reviewers,valentin 2024-09-12 16:48:23 +00:00
CookieJarSettings.cpp Bug 1475599 - part 2 - CookieStore API - IPDL, r=edgul,webidl,smaug 2024-09-12 16:48:19 +00:00
CookieJarSettings.h Bug 1876574 - Add SameSite bit to partition-key origin attribute for first-party partitioning - r=timhuang 2024-04-02 18:53:25 +00:00
CookieKey.h
CookieLogging.cpp
CookieLogging.h
CookieNotification.cpp Bug 1475599 - part 7 - CookieStore API - Expose operationID to nsICookieManager::{AddNative,RemoveNative} and nsICookieNotifications, r=smaug,cookie-reviewers,valentin 2024-09-12 16:48:21 +00:00
CookieNotification.h Bug 1475599 - part 7 - CookieStore API - Expose operationID to nsICookieManager::{AddNative,RemoveNative} and nsICookieNotifications, r=smaug,cookie-reviewers,valentin 2024-09-12 16:48:21 +00:00
CookieParser.cpp Bug 1909980 - Compare the cookie expires attribute with the server time, r=edgul,cookie-reviewers,valentin 2024-09-02 07:57:30 +00:00
CookieParser.h Bug 1909980 - Compare the cookie expires attribute with the server time, r=edgul,cookie-reviewers,valentin 2024-09-02 07:57:30 +00:00
CookiePersistentStorage.cpp Bug 1919391 - Migrate MOZ_SQLITE_COOKIES_BLOCK_MAIN_THREAD_MS_V2 and MOZ_SQLITE_COOKIES_TIME_TO_BLOCK_MAIN_THREAD_MS P1 probes to glean r=cookie-reviewers,valentin 2024-10-10 13:36:16 +00:00
CookiePersistentStorage.h Bug 1896241 - Refactor cookie code to use nsTArray<RefPtr<Cookie>>& instead of nsTArray<Cookie*>& r=edgul,cookie-reviewers 2024-05-29 18:57:18 +00:00
CookiePrivateStorage.cpp Bug 1896241 - Refactor cookie code to use nsTArray<RefPtr<Cookie>>& instead of nsTArray<Cookie*>& r=edgul,cookie-reviewers 2024-05-29 18:57:18 +00:00
CookiePrivateStorage.h Bug 1896241: apply code formatting via Lando 2024-05-29 19:11:31 +00:00
CookieService.cpp Bug 1923500 - Sending CHIPS cookies in non-default cookieBehaviors. r=bvandersloot,cookie-reviewers,edgul 2024-10-09 22:06:20 +00:00
CookieService.h Bug 1818968 - WebExtension - Sort cookies as defined by RFC6265, r=robwu,edgul,cookie-reviewers 2024-10-02 09:34:08 +00:00
CookieServiceChild.cpp Bug 1923500 - Sending CHIPS cookies in non-default cookieBehaviors. r=bvandersloot,cookie-reviewers,edgul 2024-10-09 22:06:20 +00:00
CookieServiceChild.h Bug 1475599 - part 7 - CookieStore API - Expose operationID to nsICookieManager::{AddNative,RemoveNative} and nsICookieNotifications, r=smaug,cookie-reviewers,valentin 2024-09-12 16:48:21 +00:00
CookieServiceParent.cpp Bug 1923500 - Sending CHIPS cookies in non-default cookieBehaviors. r=bvandersloot,cookie-reviewers,edgul 2024-10-09 22:06:20 +00:00
CookieServiceParent.h Bug 1475599 - part 9 - CookieStore API - Extra security for cookie propagation child to parent, r=tschuster,cookie-reviewers,valentin 2024-09-12 16:48:22 +00:00
CookieStorage.cpp Bug 1818968 - WebExtension - Sort cookies as defined by RFC6265, r=robwu,edgul,cookie-reviewers 2024-10-02 09:34:08 +00:00
CookieStorage.h Bug 1818968 - WebExtension - Sort cookies as defined by RFC6265, r=robwu,edgul,cookie-reviewers 2024-10-02 09:34:08 +00:00
CookieXPCShellUtils.sys.mjs
moz.build Bug 1910886 - Reduce duplicated code between CookieService and CookieServiceChild - part 1 - Unify nsICookieService.getCookieStringFromDocument implementations, r=edgul,cookie-reviewers 2024-08-15 21:35:41 +00:00
nsICookie.idl Bug 1877239 - Support partitioned attribute in cookie service. r=bvandersloot,cookie-reviewers,edgul 2024-02-08 13:46:03 +00:00
nsICookieJarSettings.idl
nsICookieManager.idl Bug 1818968 - WebExtension - Sort cookies as defined by RFC6265, r=robwu,edgul,cookie-reviewers 2024-10-02 09:34:08 +00:00
nsICookieNotification.idl Bug 1475599 - part 7 - CookieStore API - Expose operationID to nsICookieManager::{AddNative,RemoveNative} and nsICookieNotifications, r=smaug,cookie-reviewers,valentin 2024-09-12 16:48:21 +00:00
nsICookiePermission.idl
nsICookieService.idl Bug 1910886 - Reduce duplicated code between CookieService and CookieServiceChild - part 2 - Unify nsICookieService.setCookieStringFromDocument implementations, r=edgul,cookie-reviewers 2024-08-15 21:35:42 +00:00
PCookieService.ipdl Bug 1475599 - part 7 - CookieStore API - Expose operationID to nsICookieManager::{AddNative,RemoveNative} and nsICookieNotifications, r=smaug,cookie-reviewers,valentin 2024-09-12 16:48:21 +00:00