Open
Bug 1901773
Opened 1 year ago
Updated 1 year ago
Consider moving cookie banner handling click logic to native component
Categories
(Core :: Privacy: Anti-Tracking, task, P3)
Core
Privacy: Anti-Tracking
Tracking
()
NEW
People
(Reporter: emz, Unassigned)
References
(Blocks 1 open bug)
Details
We could see improved performance from moving the logic from the CookieBannerChild.sys.mjs window actor to native code. Particularly the query selectors and the mutation observers are quite expensive to run.
You need to log in
before you can comment on or make changes to this bug.
Description
•