gecko-dev/netwerk/cookie
Emilio Cobos Álvarez d39e78a02e Bug 1883435 - Don't include GleanMetrics.h from Document.h. r=chutten,necko-reviewers,valentin
In bug 1883435 comment 2 chutten mentions that including
nsGlobalWindowInner.h from GleanMetrics.h causes a stylo build failure.

This is because nsGlobalWindowInner.h itself brings a bunch of DOM
bindings template soup that bindgen isn't great at dealing with.

That can be fixed in various ways. However, there is a simpler fix,
which is not including GleanMetrics at all.

It's trivial to do, and given it's a massive autogenerated file, and
Document.h is a very common header, it's worth doing this if only for
build times.

Fix a bunch of unused includes while at it.

Differential Revision: https://phabricator.services.mozilla.com/D203625
2024-03-05 17:54:14 +00:00
..
test Bug 1864896: Autofix unused function arguments (netwerk). r=kershaw,cookie-reviewers,valentin 2024-03-01 20:52:28 +00:00
Cookie.cpp Bug 1877239 - Support partitioned attribute in cookie service. r=bvandersloot,cookie-reviewers,edgul 2024-02-08 13:46:03 +00:00
Cookie.h Bug 1877239 - Support partitioned attribute in cookie service. r=bvandersloot,cookie-reviewers,edgul 2024-02-08 13:46:03 +00:00
CookieCommons.cpp Bug 1873921 - Stop sending third-party cookies except cookies with partitioned attribute in partitioned contexts - r=timhuang,cookie-reviewers 2024-02-21 14:30:44 +00:00
CookieCommons.h Bug 1868390 - Have TCP block cookies by default behind a default-off preference - r=timhuang,cookie-reviewers,anti-tracking-reviewers 2023-12-12 19:00:01 +00:00
CookieJarSettings.cpp
CookieJarSettings.h
CookieKey.h
CookieLogging.cpp
CookieLogging.h
CookieNotification.cpp
CookieNotification.h
CookiePersistentStorage.cpp Backed out 16 changesets (bug 1770944) as req by asuth. 2024-02-23 21:11:08 +02:00
CookiePersistentStorage.h
CookiePrivateStorage.cpp
CookiePrivateStorage.h
CookieService.cpp Bug 1883435 - Don't include GleanMetrics.h from Document.h. r=chutten,necko-reviewers,valentin 2024-03-05 17:54:14 +00:00
CookieService.h Bug 1880026 - Support accessing multiple cookie jars for cookie service. r=edgul,cookie-reviewers 2024-02-29 09:58:57 +00:00
CookieServiceChild.cpp Bug 1880026 - Support accessing multiple cookie jars for cookie service. r=edgul,cookie-reviewers 2024-02-29 09:58:57 +00:00
CookieServiceChild.h Bug 1880026 - Support accessing multiple cookie jars for cookie service. r=edgul,cookie-reviewers 2024-02-29 09:58:57 +00:00
CookieServiceParent.cpp Bug 1880026 - Support accessing multiple cookie jars for cookie service. r=edgul,cookie-reviewers 2024-02-29 09:58:57 +00:00
CookieServiceParent.h Bug 1880026 - Support accessing multiple cookie jars for cookie service. r=edgul,cookie-reviewers 2024-02-29 09:58:57 +00:00
CookieStorage.cpp
CookieStorage.h
CookieXPCShellUtils.sys.mjs
moz.build Bug 1859893 - batch 15 - migrate xpcshell.ini -> .toml. r=aryx,geckoview-reviewers,extension-reviewers,valentin,cookie-reviewers,pbz,owlish,robwu 2023-11-24 14:41:35 +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
nsICookieNotification.idl
nsICookiePermission.idl
nsICookieService.idl
PCookieService.ipdl Bug 1880026 - Support accessing multiple cookie jars for cookie service. r=edgul,cookie-reviewers 2024-02-29 09:58:57 +00:00