Open
Bug 1189984
Opened 9 years ago
Updated 2 years ago
UpdateOverridenLoadGroup can add duplicate nsITabChild objects
Categories
(Core :: DOM: Service Workers, defect, P5)
Core
DOM: Service Workers
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: catalinb, Unassigned)
References
(Blocks 1 open bug)
Details
Intercepting a long list of fetch events from the same document will add duplicates to InterfaceRequestor.mTabChildList. We should check for duplicates in MaybeAddTabChild.
https://dxr.mozilla.org/mozilla-central/source/dom/workers/WorkerPrivate.cpp#2493
Updated•9 years ago
|
Updated•9 years ago
|
Component: DOM → DOM: Service Workers
Comment 1•8 years ago
|
||
This will probably change soon when implement our e10s refactor, but still an issue for now.
Updated•8 years ago
|
Updated•7 years ago
|
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•