gecko-dev/netwerk/cookie
Sandor Molnar 9f1531fdbf Backed out 5 changesets (bug 1923663, bug 1922193) for causing crashes @ mozilla::net::CookieStorage::AddCookie
Backed out changeset d43f5d0fcadf (bug 1923663)
Backed out changeset 39226f4da7cf (bug 1923663)
Backed out changeset 4d455d19f7fb (bug 1922193)
Backed out changeset eb6b645090c2 (bug 1922193)
Backed out changeset 636bc2b1c45b (bug 1922193)
2024-11-05 21:49:45 +02:00
..
test Backed out 10 changesets (bug 1928672, bug 1922020) for causing mochitest-plain failures on test_different_domain_in_hierarchy.html. CLOSED TREE 2024-11-05 01:46:32 +02: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 Backed out 5 changesets (bug 1923663, bug 1922193) for causing crashes @ mozilla::net::CookieStorage::AddCookie 2024-11-05 21:49:45 +02:00
CookieCommons.h Backed out 5 changesets (bug 1923663, bug 1922193) for causing crashes @ mozilla::net::CookieStorage::AddCookie 2024-11-05 21:49:45 +02: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 1922193 - Initiate the isPartitioned() value before parsing the cookie attributions. r=valentin,cookie-reviewers 2024-10-14 12:40:34 +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 Backed out 5 changesets (bug 1923663, bug 1922193) for causing crashes @ mozilla::net::CookieStorage::AddCookie 2024-11-05 21:49:45 +02:00
CookiePersistentStorage.h Backed out 5 changesets (bug 1923663, bug 1922193) for causing crashes @ mozilla::net::CookieStorage::AddCookie 2024-11-05 21:49:45 +02: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 Backed out 5 changesets (bug 1923663, bug 1922193) for causing crashes @ mozilla::net::CookieStorage::AddCookie 2024-11-05 21:49:45 +02: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 Backed out 5 changesets (bug 1923663, bug 1922193) for causing crashes @ mozilla::net::CookieStorage::AddCookie 2024-11-05 21:49:45 +02: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 Backed out 5 changesets (bug 1923663, bug 1922193) for causing crashes @ mozilla::net::CookieStorage::AddCookie 2024-11-05 21:49:45 +02: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 Backed out 5 changesets (bug 1923663, bug 1922193) for causing crashes @ mozilla::net::CookieStorage::AddCookie 2024-11-05 21:49:45 +02: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