fune/servo/components/script
Alan Jeffrey 33d16ecbe0 servo: Merge #16814 - Implement Houdini worklets (from asajeffrey:script-worklets); r=jdm
<!-- Please describe your changes on the following line: -->

This PR implements the current draft Houdini Worklets specification (https://drafts.css-houdini.org/worklets/).

The implementation is intended to provide a responsive environment for worklet execution, and in particular to ensure that the primary worklet executor does not garbage collect, and does not block loading module code. The implementation does this by providing a thread pool, and performing GC and module loading in a backup thread, not in the primary thread.

---
<!-- 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
- [x] These changes fix #16206
- [x] There are tests for these changes

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

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

Source-Repo: https://github.com/servo/servo
Source-Revision: ac99a48aeaa184d3acdb39d249636a140c4b7393

--HG--
rename : servo/components/script/dom/webidls/Function.webidl => servo/components/script/dom/webidls/VoidFunction.webidl
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : d4069e68d5b007ec258bf5821d6386a3ec63c490
2017-05-17 16:20:42 -05:00
..
docs servo: Merge #15715 - Make #[dom_struct] a proc_macro attribute (from nox:custom-derive); r=SimonSapin 2017-02-24 05:56:30 -08:00
dom servo: Merge #16814 - Implement Houdini worklets (from asajeffrey:script-worklets); r=jdm 2017-05-17 16:20:42 -05:00
task_source
body.rs
build.rs servo: Merge #15319 - Fix hardcoded path to link.exe (from UK992:win32); r=emilio,larsbergstrom 2017-02-03 09:59:11 -08:00
Cargo.toml servo: Merge #16814 - Implement Houdini worklets (from asajeffrey:script-worklets); r=jdm 2017-05-17 16:20:42 -05:00
clipboard_provider.rs
CMakeLists.txt
devtools.rs servo: Merge #15536 - Implement setter for document.domain (from asajeffrey:script-document-domain-setter); r=nox 2017-03-15 08:35:41 -07:00
document_loader.rs servo: Merge #15771 - Improve behaviour of image elements that perform multiple requests (from jdm:img-panic); r=nox 2017-03-08 04:28:58 -08:00
fetch.rs servo: Merge #16214 - Improve the net crate (from nox:net); r=emilio 2017-04-03 07:47:38 -05:00
layout_image.rs servo: Merge #16048 - Make image cache per-document rather than global (from ferjm:issue-15701-image-cache); r=jdm 2017-03-27 13:50:46 -07:00
layout_wrapper.rs servo: Merge #16909 - style: Refactor the cascade function (from emilio:simplify-cascade); r=bholley 2017-05-17 11:19:56 -05:00
lib.rs servo: Merge #16814 - Implement Houdini worklets (from asajeffrey:script-worklets); r=jdm 2017-05-17 16:20:42 -05:00
mem.rs
microtask.rs servo: Merge #16883 - Mutation Observer API (from jdm:mutationobserver); r=jdm 2017-05-17 01:21:40 -05:00
network_listener.rs
script_runtime.rs servo: Merge #16814 - Implement Houdini worklets (from asajeffrey:script-worklets); r=jdm 2017-05-17 16:20:42 -05:00
script_thread.rs servo: Merge #16814 - Implement Houdini worklets (from asajeffrey:script-worklets); r=jdm 2017-05-17 16:20:42 -05:00
serviceworker_manager.rs
serviceworkerjob.rs servo: Merge #15189 - Implement microtask checkpoints (from jdm:microtasks); r=nox 2017-02-03 07:53:17 -08:00
stylesheet_loader.rs servo: Merge #16702 - Use a custom arc in the style system (from bholley:custom_arc); r=emilio 2017-05-02 20:01:10 -05:00
test.rs
textinput.rs servo: Merge #15822 - Correct unicode handling for text input (from charlesvdv:unicode-panic); r=emilio 2017-04-16 15:08:59 -05:00
timers.rs servo: Merge #16184 - Terminate timer scheduler thread during shutdown (from ferjm:issue-16153-terminate-time-scheduler-shutdown); r=jdm 2017-03-30 07:31:02 -05:00
unpremultiplytable.rs
webdriver_handlers.rs servo: Merge #16876 - Renamed constellation::Frame to constellation::BrowsingContext (from asajeffrey:constellation-rename-frames); r=cbrewster 2017-05-16 23:10:45 -05:00