ladybird/Libraries/LibWeb/CookieStore
Aliaksandr Kalenik 901cc28272 LibWeb: Reduce recompilation impact of DOM/Document.h
Remove 11 heavy includes from Document.h that were only needed for
pointer/reference types (already forward-declared in Forward.h), and
extract the nested ViewportClient interface to a standalone header.

This reduces Document.h's recompilation cascade from ~1228 files to
~717 files (42% reduction). Headers like BrowsingContext.h that were
previously transitively included see even larger improvements (from
~1228 down to ~73 dependents).
2026-02-11 20:02:28 +01:00
..
CookieChangeEvent.cpp LibWeb: Mark CookieChangeEvent's changed and deleted as CachedAttribute 2025-08-26 06:28:10 -04:00
CookieChangeEvent.h LibWeb: Mark CookieChangeEvent's changed and deleted as CachedAttribute 2025-08-26 06:28:10 -04:00
CookieChangeEvent.idl LibWeb: Mark CookieChangeEvent's changed and deleted as CachedAttribute 2025-08-26 06:28:10 -04:00
CookieStore.cpp LibWeb: Reduce recompilation impact of DOM/Document.h 2026-02-11 20:02:28 +01:00
CookieStore.h LibHTTP+Everywhere: Move the cookie implementation to LibHTTP 2026-02-10 12:21:20 +01:00
CookieStore.idl LibWeb+LibWebView: Implement emitting CookieChangeEvents 2025-08-08 13:09:58 -04:00