gecko-dev/netwerk/cookie
2024-09-10 16:31:41 +00:00
..
test Bug 1909980 - Compare the cookie expires attribute with the server time, r=edgul,cookie-reviewers,valentin 2024-09-02 07:57:30 +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 1903408 - Fix WPT failures related to cookie path attribute, r=edgul,cookie-reviewers 2024-07-12 05:39:56 +00:00
CookieCommons.cpp Bug 1475599 - part 2 - CookieStore API - IPDL, r=edgul,webidl,smaug 2024-09-10 16:31:38 +00:00
CookieCommons.h Bug 1475599 - part 2 - CookieStore API - IPDL, r=edgul,webidl,smaug 2024-09-10 16:31:38 +00:00
CookieJarSettings.cpp Bug 1475599 - part 2 - CookieStore API - IPDL, r=edgul,webidl,smaug 2024-09-10 16:31:38 +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-10 16:31:40 +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-10 16:31:40 +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 1913161 - Implement a max-age cap for cookies, r=devtools-reviewers,cookie-reviewers,timhuang,webdriver-reviewers,Sasha 2024-09-02 07:57:30 +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 1475599 - part 7 - CookieStore API - Expose operationID to nsICookieManager::{AddNative,RemoveNative} and nsICookieNotifications, r=smaug,cookie-reviewers,valentin 2024-09-10 16:31:40 +00:00
CookieService.h Bug 1475599 - part 7 - CookieStore API - Expose operationID to nsICookieManager::{AddNative,RemoveNative} and nsICookieNotifications, r=smaug,cookie-reviewers,valentin 2024-09-10 16:31:40 +00:00
CookieServiceChild.cpp Bug 1475599 - part 7 - CookieStore API - Expose operationID to nsICookieManager::{AddNative,RemoveNative} and nsICookieNotifications, r=smaug,cookie-reviewers,valentin 2024-09-10 16:31:40 +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-10 16:31:40 +00:00
CookieServiceParent.cpp Bug 1475599 - part 9 - CookieStore API - Extra security for cookie propagation child to parent, r=tschuster,cookie-reviewers,valentin 2024-09-10 16:31:41 +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-10 16:31:41 +00:00
CookieStorage.cpp Bug 1475599 - part 7 - CookieStore API - Expose operationID to nsICookieManager::{AddNative,RemoveNative} and nsICookieNotifications, r=smaug,cookie-reviewers,valentin 2024-09-10 16:31:40 +00:00
CookieStorage.h Bug 1475599 - part 7 - CookieStore API - Expose operationID to nsICookieManager::{AddNative,RemoveNative} and nsICookieNotifications, r=smaug,cookie-reviewers,valentin 2024-09-10 16:31:40 +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 1475599 - part 7 - CookieStore API - Expose operationID to nsICookieManager::{AddNative,RemoveNative} and nsICookieNotifications, r=smaug,cookie-reviewers,valentin 2024-09-10 16:31:40 +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-10 16:31:40 +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-10 16:31:40 +00:00