Open
Bug 1165015
Opened 10 years ago
Updated 2 years ago
Opening the Pocket subview in m-bc leads to leaked windows and a docshell
Categories
(Firefox :: Pocket, defect, P3)
Firefox
Pocket
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox41 | --- | affected |
People
(Reporter: MattN, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
655 bytes,
text/plain
|
Details |
While working on browser_UITour_pocket.js (the first test to open the Pocket panel AFAIK), I ran into some reported leaks:
leaked 2 window(s) until shutdown [url = chrome://browser/content/pocket/panels/signup.html?pockethost=getpocket.com&fxasignedin=0&variant=storyboard&inoverflowmenu=false&locale=en-US&panelId=2]
windows(s) leaked: [pid = 29932] [serial = 35], [pid = 29932] [serial = 45]
leaked 1 docShell(s) until shutdown
docShell(s) leaked: [pid = 29932] [id = 15]
Since I don't think the leaks are caused by UITour's usage of the panel and since we needed that patch uplifted to 38.0.5, and because I'm told the Pocket code may significantly change in the future, I disabled the tests in debug builds (where leak checking runs).
Comment 1•10 years ago
|
||
P3 since this is at worst a small 1-time cost (and not, say, a leak every time the panel is opened).
Also I suspect bug 1164940 might actually fix this?
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•