Closed
Bug 1356827
Opened 8 years ago
Closed 8 years ago
Don't load the blocklist service before we need it
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
mozilla55
People
(Reporter: kmag, Assigned: kmag)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
(deleted),
text/x-review-board-request
|
rhelmer
:
review+
gchang
:
approval-mozilla-beta-
|
Details |
We currently eagerly load the blocklist service at startup just to access some nsIBlocklistService constants, even though we don't actually need the service itself.
Assignee | ||
Updated•8 years ago
|
Blocks: aom-startup-perf
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8858543 [details]
Bug 1356827: Don't load the blocklist service before we need it.
https://reviewboard.mozilla.org/r/130526/#review133174
Attachment #8858543 -
Flags: review?(rhelmer) → review+
Pushed by maglione.k@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/504db6862787
Don't load the blocklist service before we need it. r=rhelmer
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Comment 5•8 years ago
|
||
Is there necessary any manual testing around this bug? If yes, could you please provide some reliable steps?
Flags: needinfo?(kmaglione+bmo)
Comment 6•8 years ago
|
||
Sorry, reviewing the patch, the qawanted flag is probably unwarranted, the change is so small. I added it because blocklist, would suck if that breaks. If you wanted to just do a quick smoke test that the block list still works that's cool. I'll remove the flag.
Flags: needinfo?(kmaglione+bmo)
Keywords: qawanted
Assignee | ||
Comment 7•8 years ago
|
||
Comment on attachment 8858543 [details]
Bug 1356827: Don't load the blocklist service before we need it.
Approval Request Comment
[Feature/Bug causing the regression]: N/A
[User impact if declined]: This change improves startup performance, and should help mitigate the startup performance regressions from enabling Screenshots in beta.
[Is this code covered by automated tests?]: Yes
[Has the fix been verified in Nightly?]: N/A
[Needs manual test from QE? If yes, steps to reproduce]: N/A
[List of other uplifts needed for the feature/fix]: None
[Is the change risky?]: No
[Why is the change risky/not risky?]: This is a trivial change to how we access a set of interface constants, which fixes the lazy loading that we were already supposed to be doing.
[String changes made/needed]: None
Attachment #8858543 -
Flags: approval-mozilla-beta?
Updated•8 years ago
|
Blocks: webext-perf
Comment 8•8 years ago
|
||
Screenshots will go live in Fx55 so we don't have to uplift these patches in 54. Beta54-. Mark 54 won't fix.
status-firefox54:
--- → wontfix
Updated•8 years ago
|
Attachment #8858543 -
Flags: approval-mozilla-beta? → approval-mozilla-beta-
You need to log in
before you can comment on or make changes to this bug.
Description
•