Closed
Bug 1492963
Opened 5 years ago
Closed 5 years ago
Stop doing storage initialization at startup
Categories
(WebExtensions :: General, enhancement)
WebExtensions
General
Tracking
(Performance Impact:high, firefox64 fixed)
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
Details
Attachments
(1 file)
The storage API is entirely async. There is absolutely no reason for us to do any of its initialization work on the startup path.
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Whiteboard: [qf] → [qf:p1:f64]
Comment 2•5 years ago
|
||
Luca's try run looks good: https://treeherder.mozilla.org/#/jobs?repo=try&revision=cd743c244c669a8b23e5eb3e66869674b0923f59
Comment 3•5 years ago
|
||
Comment on attachment 9011219 [details] Bug 1492963 - Avoid data migration and/or loading ContextualIdentityService right after extension startup. r?aswan! Andrew Swan [:aswan] has approved the revision.
Attachment #9011219 -
Flags: review+
Pushed by aswan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/dee9b277dba7 Avoid data migration and/or loading ContextualIdentityService right after extension startup. r=aswan
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/dee9b277dba7
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Comment 6•5 years ago
|
||
Will this bug require manual testing? if so please specify some steps to validate or set the 'qe-verify-' flag, thank you
Flags: needinfo?(kmaglione+bmo)
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(kmaglione+bmo) → qe-verify-
Updated•2 years ago
|
Performance Impact: --- → P1
Whiteboard: [qf:p1:f64]
You need to log in
before you can comment on or make changes to this bug.
Description
•