Closed
Bug 1526615
Opened 2 years ago
Closed 2 years ago
LSNG: Get rid of the main thread dependency during origin clearing
Categories
(Core :: Storage: localStorage & sessionStorage, enhancement, P2)
Core
Storage: localStorage & sessionStorage
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
Details
Attachments
(3 files)
QuotaClient::AboutToClearOrigins calls CreateArchivedOriginScope and that synchronously dispatches a runnable to main thread.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Priority: -- → P2
Pushed by jvarga@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/16bf9fd6ae4b Part 1: Add support for RealPort and Directory to MozURL; r=nika https://hg.mozilla.org/integration/mozilla-inbound/rev/84806a3e88b9 Part 2: Implement GenerateOriginKey2 which can be used on any thread; r=asuth https://hg.mozilla.org/integration/mozilla-inbound/rev/29f06968e80a Part 3: Avoid main thread during origin clearing; r=asuth
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/16bf9fd6ae4b
https://hg.mozilla.org/mozilla-central/rev/84806a3e88b9
https://hg.mozilla.org/mozilla-central/rev/29f06968e80a
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•