Files
servo/components/script/dom
bors-servo 0ea0ade71d Auto merge of #13574 - creativcoder:job-iface, r=jdm
Implement job queue for ServiceWorkerRegistration

<!-- Please describe your changes on the following line: -->

Fixes #13424
As of now this PR (Work in Progress), will try to implement (partially) on algorithms namely : [Schedule_Job](https://w3c.github.io/ServiceWorker/#schedule-job-algorithm), [Run_Job](https://w3c.github.io/ServiceWorker/#run-job-algorithm), [Register_Job](https://w3c.github.io/ServiceWorker/#register-algorithm).

 An issue that needs to be addressed:
Resolving the promise value after queueing it as a `dom_manipulation_task` by wrapping it in a runnable `RunJobHandler` (which holds a `TrustedPromise`) and trying to call `resolve_native` results in a crash. [stack trace](http://paste.ofcode.org/zdjJ9npBgX6JsyWQkJjnYk)

@jdm I am not sure what's causing the crash ?

---

<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->

---

This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13574)

<!-- Reviewable:end -->
2016-11-21 14:52:02 -06:00
..
2016-11-18 12:38:12 +08:00
2016-10-11 19:44:32 +02:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-10-11 19:44:32 +02:00
2016-11-03 16:23:05 +01:00
2016-11-15 06:56:18 -08:00
2016-11-15 08:49:58 -08:00
2016-11-15 06:56:18 -08:00
2016-11-15 06:56:18 -08:00
2016-11-03 16:23:05 +01:00
2016-11-14 10:21:07 +01:00
2016-10-11 19:44:32 +02:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-10-06 20:59:13 +02:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-04 16:58:19 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-18 12:39:22 +08:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-18 12:39:22 +08:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-18 12:38:12 +08:00
2016-11-18 12:39:22 +08:00
2016-11-15 06:56:18 -08:00
2016-11-03 16:23:05 +01:00
2016-05-24 10:54:57 +02:00
2016-10-11 19:44:32 +02:00
2016-08-30 19:07:19 +02:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-15 06:56:18 -08:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-08 13:27:56 +01:00
2016-10-11 19:44:32 +02:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00
2016-11-03 16:23:05 +01:00