aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/workerglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #23351 - CYBAI:fix-modes, r=noxbors-servo2019-05-161-1/+4
|\
| * Introduce parser metadata for requestCYBAI2019-05-111-1/+4
* | Auto merge of #23309 - CYBAI:update-workers, r=noxbors-servo2019-05-111-0/+8
|\ \
| * | Update Worker webidl to support WorkerOptionsCYBAI2019-05-111-0/+8
| |/
* / Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+2
|/
* Create resource timing entry for sync network fetchpylbrecht2019-05-081-15/+22
* set referrer in window.load_urlRussell Cousineau2019-04-191-2/+1
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-12/+10
* Reintroduce parent runtimes for worker threads.Josh Matthews2019-01-151-1/+5
* refactored performance timing to align with updated specddh2018-11-201-5/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-5/+5
* Sort `use` statementsSimon Sapin2018-11-061-11/+11
* `cargo fix --edition`Simon Sapin2018-11-061-30/+30
* Make first argument of DOMManipulationTaskSource as a Box<ScriptChan +CYBAI2018-10-181-0/+5
* Format script componentchansuke2018-09-191-52/+98
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* Add Websocket task sourceAgustin Chiappe Berrini2018-09-081-0/+5
* Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-1/+1
* introduce task-queues, and throttling the performance-timeline task-source, i...Gregory Terzian2018-08-311-2/+0
* Upgraded to SM 60Alan Jeffrey2018-08-201-5/+1
* use remote-event task source in EventSourceGregory Terzian2018-07-131-0/+5
* Implement WindowOrWorkerGlobalScope.originAnthony Ramine2018-04-271-1/+6
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+2
* changed f64 to u64 for navigation start timing until it had to be floatddh2017-11-011-2/+2
* Auto merge of #18670 - avadacatavra:interactive-metrics, r=jdmbors-servo2017-10-251-4/+9
|\
| * added pipelines to all task sourcesddh2017-10-251-3/+8
| * added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-1/+1
* | Merge request type and destinationKeith Yeung2017-10-231-2/+1
|/
* Do not trace Rust values when thread is shutting down.Josh Matthews2017-10-201-2/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-4/+4
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-7/+7
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-4/+4
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Rename Task to TaskBoxAnthony Ramine2017-09-201-1/+1
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-5/+5
* Simplify WorkerGlobalScope::process_eventAnthony Ramine2017-09-141-10/+12
* Store microtask queues in their global (fixes #18467)Anthony Ramine2017-09-131-18/+1
* Store microtask queues in Rc<T>Anthony Ramine2017-09-131-1/+3
* Reformat WorkerGlobalScope::new_inheritedAnthony Ramine2017-09-131-24/+25
* Make Performance Timeline API work in WorkersFernando Jiménez Moreno2017-09-051-0/+22
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-2/+2
* Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-1/+1
* added origin to globalscopeddh2017-04-241-2/+4
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Use RootedTraceableBox for dictionaries.Ms2ger2017-02-161-1/+2