Closed
Bug 979199
Opened 11 years ago
Closed 11 years ago
DataStore should not dispatch events when the window is destroyed
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: baku, Assigned: baku)
References
Details
Attachments
(1 file)
3.52 KB,
patch
|
ehsan.akhgari
:
review+
fabrice
:
approval-mozilla-b2g28+
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•11 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8385185 -
Flags: review?(ehsan)
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Comment on attachment 8385185 [details] [diff] [review]
patch
Can you please add a test for this?
Attachment #8385185 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 4•11 years ago
|
||
I cannot because it's a timing issue.
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Comment 7•11 years ago
|
||
baku and I discussed this on IRC and taking this allows us to more cleanly fix bug 985042 => 1.3+.
blocking-b2g: --- → 1.3+
Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 8385185 [details] [diff] [review]
patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined: DataStore will try to read data from a dead window.
Risk to taking this patch (and alternatives if risky): none
Attachment #8385185 -
Flags: approval-mozilla-b2g28?
Updated•11 years ago
|
Attachment #8385185 -
Flags: approval-mozilla-b2g28? → approval-mozilla-b2g28+
Comment 9•11 years ago
|
||
status-b2g-v1.3:
--- → fixed
status-b2g-v1.4:
--- → fixed
status-firefox28:
--- → wontfix
status-firefox29:
--- → wontfix
status-firefox30:
--- → fixed
This had to be backed out along with bug 985042 because one of the two broke mochitest-2 datastore tests on at least Windows:
https://hg.mozilla.org/releases/mozilla-b2g28_v1_3/rev/92403aa0ab40
https://tbpl.mozilla.org/php/getParsedLog.php?id=36629842&tree=Mozilla-B2g28-v1.3
Flags: needinfo?(amarchesini)
Comment 11•11 years ago
|
||
I wonder if we need bug 976311 on b2g28 as well. Try will say!
https://tbpl.mozilla.org/?tree=Try&rev=7ffa2d9b27cf
Comment 13•11 years ago
|
||
Updated•11 years ago
|
status-b2g-v1.3T:
--- → fixed
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
•