Closed
Bug 1060621
Opened 11 years ago
Closed 11 years ago
WorkerScope should CC mLocation and mNavigator
Categories
(Core :: DOM: Workers, defect)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: bzbarsky, Assigned: baku)
References
Details
(Keywords: memory-leak, Whiteboard: [MemShrink:P2])
Attachments
(1 file, 1 obsolete file)
|
3.78 KB,
patch
|
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
It doesn't, but that seems odd. Why doesn't it? Should at least be documented.
Flags: needinfo?(khuey)
Flags: needinfo?(bent.mozilla)
| Assignee | ||
Comment 1•11 years ago
|
||
This fixes bug 1061720.
Attachment #8482785 -
Flags: review?(bzbarsky)
| Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8482785 [details] [diff] [review]
cc.patch
r=me; add the testcase?
Attachment #8482785 -
Flags: review?(bzbarsky) → review+
Flags: needinfo?(khuey)
Flags: needinfo?(bent.mozilla)
Comment 3•11 years ago
|
||
Do we want this on branches? Should be rather safe patch.
| Reporter | ||
Comment 4•11 years ago
|
||
Might not be a bad idea. I guess this has been a problem for a while....
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → amarchesini
OS: Mac OS X → All
Hardware: x86 → All
| Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8482785 -
Attachment is obsolete: true
Updated•11 years ago
|
Summary: Should WorkerScope CC mLocation and mNavigator? → WorkerScope should CC mLocation and mNavigator
Comment 6•11 years ago
|
||
Can you also put in a test for an expando on location?
| Assignee | ||
Comment 8•11 years ago
|
||
| Assignee | ||
Comment 9•11 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #6)
> Can you also put in a test for an expando on location?
ah sorry... I didn't see your comment. I'll do in the other patch about WorkerNavigator.location.
Updated•11 years ago
|
Whiteboard: [MemShrink] → [MemShrink:P2]
Comment 10•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Comment on attachment 8482815 [details] [diff] [review]
cc.patch
Approval Request Comment
[Feature/regressing bug #]: We need this to land bug 1062920 without leaking.
[User impact if declined]: We won't take bug 1062920
[Describe test coverage new/current, TBPL]: Worker code is well tested in automation.
[Risks and why]: Low risk
[String/UUID change made/needed]: N/A
Attachment #8482815 -
Flags: approval-mozilla-beta?
Attachment #8482815 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #8482815 -
Flags: approval-mozilla-beta?
Attachment #8482815 -
Flags: approval-mozilla-beta+
Attachment #8482815 -
Flags: approval-mozilla-aurora?
Attachment #8482815 -
Flags: approval-mozilla-aurora+
Comment 12•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•