aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/worker.rs
Commit message (Expand)AuthorAgeFilesLines
* Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-2/+3
* Extract canvas operations for reuse by OffscreenCanvas.Maharsh2019-05-221-0/+1
* Auto merge of #23309 - CYBAI:update-workers, r=noxbors-servo2019-05-111-3/+12
|\
| * Update Worker webidl to support WorkerOptionsCYBAI2019-05-111-3/+12
* | Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+2
|/
* Provide the source window as part of postMessage events.Josh Matthews2019-01-071-1/+1
* Fix new warningsSimon Sapin2019-01-041-4/+0
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-2/+2
* Reorder importsPyfisch2018-11-061-3/+5
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-17/+17
* Format script componentchansuke2018-09-191-21/+36
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* introduce task-queues, and throttling the performance-timeline task-source, i...Gregory Terzian2018-08-311-5/+5
* Auto merge of #21430 - Eijebong:ws-origin, r=jdmbors-servo2018-08-221-1/+1
|\
| * Properly set the origin on websocket messagesBastien Orivel2018-08-161-1/+1
* | Upgraded to SM 60Alan Jeffrey2018-08-201-10/+7
|/
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+2
* added autoclose workerNupur Baghel2018-02-221-0/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Introduce TaskOnceAnthony Ramine2017-09-201-5/+4
* Rename Task to TaskBoxAnthony Ramine2017-09-201-3/+3
* Use task! to forward unhandled errors to worker objectsAnthony Ramine2017-09-181-46/+2
* Use task! to post worker messagesAnthony Ramine2017-09-181-21/+0
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-7/+7
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* Untry scriptSimon Sapin2017-06-181-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Inline dom::eventdispatcher into dom::eventAnthony Ramine2017-01-221-2/+1
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-1/+2
* Migrate `EventTarget` event firing functions to use `Atom`s.Corey Farwell2016-11-031-1/+1
* Remove "fire a simple event" concept, refactor event firing API.Corey Farwell2016-11-031-1/+1
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-1/+1
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-2/+2
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-11/+9
* Introduce GlobalScope::script_chanAnthony Ramine2016-10-061-1/+1
* Make prepare_workerscope_init take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::report_an_errorAnthony Ramine2016-10-061-3/+3
* Introduce GlobalScope::api_base_urlAnthony Ramine2016-10-061-3/+3
* Make dispatch_jsval methods take a &GlobalScopeAnthony Ramine2016-10-061-5/+5
* Make StructuredCloneData::read take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-3/+3
* Introduce GlobalScope::devtools_chanAnthony Ramine2016-10-061-2/+3
* Introduce GlobalScope::get_next_worker_idAnthony Ramine2016-10-061-1/+1