Open
Bug 1249336
Opened 9 years ago
Updated 2 years ago
Don't yield on cookies sanitization when it happens on shutdown
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
NEW
People
(Reporter: mak, Unassigned)
Details
Yoric added some setTimeout(resolve, 0) in cookies sanitization to give main-thread some breathing (more could be added probably).
But we don't really need that when the sanitizer runs on shutdown, indeed in that case we want the work to finish ASAP.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•