Open
Bug 1228149
Opened 9 years ago
Updated 8 months ago
Return the same ServiceWorkerRegistration object from service worker APIs on workers
Categories
(Core :: DOM: Service Workers, defect, P3)
Core
DOM: Service Workers
Tracking
()
NEW
People
(Reporter: ehsan.akhgari, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
(Whiteboard: dom-lws-bugdash-triage)
This is bug 1201127 for workers.
Updated•9 years ago
|
Whiteboard: [tw-dom]
Comment 2•9 years ago
|
||
Does this cover anything more than ServiceWorkerGlobalScope.registration?
Flags: needinfo?(ehsan)
Reporter | ||
Comment 3•9 years ago
|
||
(In reply to Josh Matthews [:jdm] from comment #2)
> Does this cover anything more than ServiceWorkerGlobalScope.registration?
For now, that's the only one. Once we fix bug 1131324, there will be other ones as well.
Tom, please file a follow-up bug for those ones so that we don't forget about them. Thanks!
Flags: needinfo?(ehsan)
Comment 4•9 years ago
|
||
Sure, I file Bug 1255275 for remembering that.
Ehsan, could you help me to check whether the description at Bug 1255275 is correct or not? Since I am very new to Service Worker, I'm afraid that I misunderstand something. Thanks!
Updated•9 years ago
|
Mentor: ehsan
Reporter | ||
Comment 5•9 years ago
|
||
Looks good! Thanks, Tom!
Comment 6•9 years ago
|
||
Hi Ehsan,
I am confusing about this bug since the registration in worker(ServiceWorkerGlobalScope.registration) has already returned same object(ServiceWorkerRegistrationWorkerThread and it's native type of ServiceWorkerRegistration?). Could you tell me more about this bug? Thanks!
Flags: needinfo?(ehsan)
Reporter | ||
Comment 7•9 years ago
|
||
You're right. There seems to be nothing to do here before we fix bug 1131324 (which is why the bug dependency exists.) Sorry for the confusing back and forth!
Flags: needinfo?(ehsan)
Reporter | ||
Updated•9 years ago
|
Whiteboard: [tw-dom]
Updated•8 years ago
|
Updated•7 years ago
|
Assignee: ttung → nobody
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Updated•8 months ago
|
Whiteboard: dom-lws-bugdash-triage
You need to log in
before you can comment on or make changes to this bug.
Description
•