Closed
Bug 985042
Opened 11 years ago
Closed 11 years ago
DataStore.jsm never removes its inner-window-destroyed observer
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
People
(Reporter: mccr8, Assigned: baku)
References
Details
(Keywords: perf, Whiteboard: [c=memory p= s=2014.03.28 u=1.3] [MemShrink:P2][qa-])
Attachments
(1 file)
2.85 KB,
patch
|
ehsan.akhgari
:
review+
fabrice
:
approval-mozilla-b2g28+
|
Details | Diff | Splinter Review |
Fabrice pointed out in bug 981871 that DataStore.jsm adds an observer for "inner-window-destroyed" but never removes it. That seems bad.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → amarchesini
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8393040 -
Flags: review?(ehsan)
Updated•11 years ago
|
Attachment #8393040 -
Flags: review?(ehsan) → review+
Updated•11 years ago
|
Whiteboard: [MemShrink] → [MemShrink:P2]
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Reporter | ||
Comment 2•11 years ago
|
||
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Whiteboard: [MemShrink:P2] → [MemShrink:P2][fixed-in-fx-team]
Comment 4•11 years ago
|
||
fun, double-landed
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [MemShrink:P2][fixed-in-fx-team] → [MemShrink:P2]
Target Milestone: --- → mozilla31
Comment 6•11 years ago
|
||
Comment 8•11 years ago
|
||
Please request approval-mozilla-b2g28 on this patch when it is ready for uplift.
Flags: needinfo?(amarchesini)
(In reply to Carsten Book [:Tomcat] from comment #6)
> https://hg.mozilla.org/mozilla-central/rev/3e5ef72102e4
This does not apply cleanly on v1.3. Can we get a patch for v1.3 quickly. It will help me to confirm https://bugzilla.mozilla.org/show_bug.cgi?id=981871#c76 quickly.
Assignee | ||
Comment 10•11 years ago
|
||
(In reply to Tapas Kumar Kundu from comment #9)
> (In reply to Carsten Book [:Tomcat] from comment #6)
> > https://hg.mozilla.org/mozilla-central/rev/3e5ef72102e4
>
> This does not apply cleanly on v1.3. Can we get a patch for v1.3 quickly. It
> will help me to confirm
> https://bugzilla.mozilla.org/show_bug.cgi?id=981871#c76 quickly.
Which version of gecko do we use for 1.3 ?
Flags: needinfo?(amarchesini) → needinfo?(tkundu)
Reporter | ||
Comment 11•11 years ago
|
||
(In reply to Andrea Marchesini (:baku) from comment #10)
> Which version of gecko do we use for 1.3 ?
http://hg.mozilla.org/releases/mozilla-b2g28_v1_3/
Flags: needinfo?(tkundu)
Assignee | ||
Comment 12•11 years ago
|
||
I'll attach a new patch in 1 hour.
Assignee | ||
Comment 13•11 years ago
|
||
We should uplift bug 979199.
Assignee | ||
Comment 14•11 years ago
|
||
Actually bug 979199 is already 1.3+ but it has to land first.
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Updated•11 years ago
|
Comment 15•11 years ago
|
||
I don't see a 1.3+ there? And even still, *all* patches need approval to land at this point. So please request 1.3 blocking status on bug 979199 and request approval-mozilla-b2g28 on the patch there.
Updated•11 years ago
|
Attachment #8393040 -
Flags: approval-mozilla-b2g28+
Comment 16•11 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/025c17dafcc3
https://hg.mozilla.org/releases/mozilla-b2g28_v1_3/rev/9612839a731d
status-b2g-v1.3:
--- → fixed
status-b2g-v1.4:
--- → fixed
status-b2g-v2.0:
--- → fixed
status-firefox29:
--- → wontfix
status-firefox30:
--- → fixed
status-firefox31:
--- → fixed
This had to be backed out along with bug 979199 because one of the two broke mochitest-2 datastore tests on at least Windows:
https://hg.mozilla.org/releases/mozilla-b2g28_v1_3/rev/36776e211cf6
https://tbpl.mozilla.org/php/getParsedLog.php?id=36629842&tree=Mozilla-B2g28-v1.3
Flags: needinfo?(amarchesini)
Comment 18•11 years ago
|
||
Updated•11 years ago
|
status-b2g-v1.3T:
--- → fixed
Assignee | ||
Comment 19•11 years ago
|
||
> https://tbpl.mozilla.org/php/getParsedLog.php?id=36629842&tree=Mozilla-B2g28-
> v1.3
I'm lost. is it backed out or not? What about comment 18?
Flags: needinfo?(amarchesini)
Comment 20•11 years ago
|
||
It was re-landed along with bug 976311 and stuck.
Updated•11 years ago
|
Keywords: perf
Priority: -- → P1
Whiteboard: [MemShrink:P2] → [c=memory p= s=2014.03.28 u=1.3] [MemShrink:P2]
Whiteboard: [c=memory p= s=2014.03.28 u=1.3] [MemShrink:P2] → [c=memory p= s=2014.03.28 u=1.3] [MemShrink:P2][qa-]
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•