Closed
Bug 933273
Opened 10 years ago
Closed 10 years ago
Prevent loading AddonManager in webbrowser actor when not explicitely needed
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox26 fixed, firefox27 fixed, firefox28 fixed, b2g-v1.2 fixed)
RESOLVED
FIXED
Firefox 28
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
1.68 KB,
patch
|
fitzgen
:
review+
lsblakk
:
approval-mozilla-aurora+
lsblakk
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Per bug 899052 comment 32, we can see that the AddonManager is loaded everytime we load the webbrowser actor. That is totally unexpected on b2g as the addon manager isn't supposed to be instaciated on device and it will use a bunch of memory for nothing.
Assignee | ||
Comment 1•10 years ago
|
||
Is this patch ready for review? Would be good to get this fixed soon.
Flags: needinfo?(poirot.alex)
Assignee | ||
Updated•10 years ago
|
Attachment #825314 -
Flags: review?(nfitzgerald)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → poirot.alex
Flags: needinfo?(poirot.alex)
Updated•10 years ago
|
Attachment #825314 -
Flags: review?(nfitzgerald) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 3•10 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/c800ad2e84d2
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
https://hg.mozilla.org/mozilla-central/rev/c800ad2e84d2
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 28
Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 825314 [details] [diff] [review] Prevent loading AddonManager in webbrowser actor when not explicitely needed r=nfitzgerald [Approval Request Comment] Bug caused by (feature/regressing bug #): 899052 User impact if declined: Can't debug apps with the remote protocol (console, inspector, debugger) because of this unexpected exception being thrown. Testing completed (on m-c, etc.): locally, confirmed to fix the reported issue on multiple different phones. Risk to taking this patch (and alternatives if risky): limited due to small/conservative patch. String or IDL/UUID changes made by this patch: none This patch actually needs to be uplifted to b2g 26/1.2 but I haven't seen any approval flag for this branch?
Attachment #825314 -
Flags: approval-mozilla-beta?
Updated•10 years ago
|
Comment 6•10 years ago
|
||
Comment on attachment 825314 [details] [diff] [review] Prevent loading AddonManager in webbrowser actor when not explicitely needed r=nfitzgerald [Triage Comment] also approving for aurora (27) uplift since we'll want to cover the bases there, assuming you can land this there as-is.
Attachment #825314 -
Flags: approval-mozilla-beta?
Attachment #825314 -
Flags: approval-mozilla-beta+
Attachment #825314 -
Flags: approval-mozilla-aurora+
Comment 7•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/6047fcf502a7 https://hg.mozilla.org/releases/mozilla-beta/rev/216511295a98
Comment 8•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g26_v1_2/rev/216511295a98
status-b2g-v1.2:
--- → fixed
Updated•10 years ago
|
Whiteboard: [qa-]
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•