Closed
Bug 1386937
Opened 7 years ago
Closed 7 years ago
DocumentManager gets initialized multiple times
Categories
(WebExtensions :: General, defect)
WebExtensions
General
Tracking
(relnote-firefox 55+, firefox55 verified, firefox56 fixed, firefox57 fixed)
VERIFIED
FIXED
mozilla57
People
(Reporter: kmag, Assigned: kmag)
References
Details
Attachments
(1 file)
(deleted),
patch
|
gchang
:
approval-mozilla-beta+
Sylvestre
:
approval-mozilla-release+
|
Details | Diff | Splinter Review |
Due to a typo.
Assignee | ||
Comment 1•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/a5dd38359df4811909ea0ec1da7b9cd9bfcd9245
Bug 1386937: Fix typo in initialization check. r=trivial
Comment 2•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Assignee | ||
Comment 3•7 years ago
|
||
Approval Request Comment
[Feature/Bug causing the regression]: Bug 1317697
[User impact if declined]: This can cause significant performance issues under certain circumstances after a large number of content scripts have injected into a single content process.
[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]: No.
[List of other uplifts needed for the feature/fix]: None.
[Is the change risky?]: No.
[Why is the change risky/not risky?]: It's a simple typo fix that prevents us from reinitializing a singleton class after it's already been initialized.
[String changes made/needed]: None
Attachment #8896460 -
Flags: approval-mozilla-release?
Attachment #8896460 -
Flags: approval-mozilla-beta?
Updated•7 years ago
|
status-firefox56:
--- → affected
Comment 4•7 years ago
|
||
Comment on attachment 8896460 [details] [diff] [review]
a5dd38359df4811909ea0ec1da7b9cd9bfcd9245.diff
A simple typo fix. Beta56+. Should be in 56.0b3.
Attachment #8896460 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 5•7 years ago
|
||
bugherder uplift |
Comment 6•7 years ago
|
||
Comment on attachment 8896460 [details] [diff] [review]
a5dd38359df4811909ea0ec1da7b9cd9bfcd9245.diff
taking it for 55.0.2
Attachment #8896460 -
Flags: approval-mozilla-release? → approval-mozilla-release+
Comment 7•7 years ago
|
||
bugherder uplift |
status-firefox55:
--- → fixed
Comment 8•7 years ago
|
||
Add-on compatibility (webextensions) has been part of our 55.0.2-build1 sign off today. We looked for rendering, functional and performance issues, but we didn't notice any.
Comment 9•7 years ago
|
||
Added to the release notes with "Fix performance regressions with WebExtension"
relnote-firefox:
--- → 55+
Updated•6 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•