Closed Bug 1065367 Opened 10 years ago Closed 10 years ago

Implement a mochitest for ServiceWorkerGlobalScope::Unregister()

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla38

People

(Reporter: baku, Assigned: baku)

References

Details

Attachments

(1 file, 1 obsolete file)

This needs bug 982726.
Attached patch test_unregister.patch (obsolete) (deleted) — Splinter Review
I really don't like the setInterval thing. Do we have a spec bug about something better?
Attachment #8488238 - Flags: review?(nsm.nikhil)
Comment on attachment 8488238 [details] [diff] [review] test_unregister.patch Review of attachment 8488238 [details] [diff] [review]: ----------------------------------------------------------------- If unregister.html initiates the test by sending GO to the controller, the worker can just wait for onmessage before calling getServiced() right? When it receives an onmessage, in this specific test, it will have a client, since the client is the only one sending the message. ::: dom/workers/test/serviceworkers/test_workerUnregister.html @@ +19,5 @@ > + > + function waitForMessages(sw) { > + var p = new Promise(function(resolve, reject) { > + window.onmessage = function(e) { > + if (e.data === "READY") { Not required
Attachment #8488238 - Flags: review?(nsm.nikhil)
Attached patch test_unregister.patch (deleted) — Splinter Review
Attachment #8488238 - Attachment is obsolete: true
Attachment #8489401 - Flags: review?(nsm.nikhil)
Assignee: nobody → amarchesini
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: