Files
servo/components/shared
Jan Varga 8bf0629320 libservo: Add initial support for SiteDataManager::clear_site_data (#41618)
Introduce initial support for site-scoped data clearing by enabling
removal of
cookies for a given set of sites.

The API clears cookies across both public and private browsing contexts,
and is
gated by the `StorageType` bitflags. At this stage only the `Cookies`
category
is supported. Support for additional storage types (such as localStorage
and
sessionStorage) will be added in a follow-up.

Testing: A new integration test has been added.

Signed-off-by: Jan Varga <jvarga@igalia.com>
2026-01-05 06:11:05 +00:00
..