aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #26071 - servo:rustup, r=noxbors-servo2020-04-101-15/+15
|\
| * Upgrade to rustc 1.44.0-nightly (42abbd887 2020-04-07)Simon Sapin2020-04-091-15/+15
* | Remove WebVRAlan Jeffrey2020-04-081-20/+0
|/
* Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-041-17/+0
* Cache the result of retrieving an element's client rectangle from layout.Josh Matthews2020-03-311-1/+1
* shutting down IPC router thread when a process shuts down.Gregory Terzian2020-03-311-0/+7
* Avoid accessing node global during Node's destructor.Josh Matthews2020-02-241-0/+17
* Make Background Hang Monitor OptionalKunal Mohan2020-02-231-13/+20
* rename compartment to realmKunal Mohan2020-01-241-3/+3
* Only start WebGPU thread if an adapter is requestedZakor Gyula2020-01-131-6/+0
* Auto merge of #24123 - gterzian:redo_blob, r=jdmbors-servo2019-12-191-1/+1
|\
| * re-structure blob, structured serializationGregory Terzian2019-12-111-1/+1
* | #24468 Performance::queue_entries return the index of the added performance e...Shinichi Morimoto2019-12-131-4/+3
* | devtools: save and send cached messagesPaul Rouget2019-12-061-3/+0
|/
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-3/+3
* Auto merge of #24758 - gterzian:impl_timer_task_source, r=noxbors-servo2019-11-261-65/+17
|\
| * impl timer-task-source, dedicated time-out mechanism for service-workerGregory Terzian2019-11-191-65/+17
* | Auto merge of #24708 - szeged:webgpu-base, r=gterzian,kvarkbors-servo2019-11-251-0/+6
|\ \
| * | Initial implementation of WebGPU APIZakor Gyula2019-11-211-0/+6
* | | Auto merge of #24818 - gterzian:fix_panic_on_finish_load, r=jdmbors-servo2019-11-221-0/+8
|\ \ \
| * | | abort parser before shutting down layout in exit pipelineGregory Terzian2019-11-221-6/+8
| * | | abort parser, if any, when pipeline exitsGregory Terzian2019-11-211-0/+6
| | |/ | |/|
* | | Auto merge of #24789 - gterzian:fix_unloading, r=jdmbors-servo2019-11-221-1/+2
|\ \ \ | |_|/ |/| |
| * | ensure unload run with old pipeline as currently-active, do not nullify proxy...Gregory Terzian2019-11-211-1/+2
| |/
* | Auto merge of #24757 - Akash-Pateria:async-wasm-compilation-subsequent, r=jdmbors-servo2019-11-201-3/+6
|\ \
| * | Bind runnable dispatching in script_runtimeAkash-Pateria2019-11-191-3/+6
| |/
* | Fix media session action handlingFernando Jiménez Moreno2019-11-201-53/+8
* | Move active media session logic to constellationFernando Jiménez Moreno2019-11-201-5/+5
* | Register media instance with session and prepare communication with embedderFernando Jiménez Moreno2019-11-201-0/+13
* | Make MediaSession handle embedder requested actionFernando Jiménez Moreno2019-11-201-1/+4
* | MediaSessionAction message from embedder to script threadFernando Jiménez Moreno2019-11-201-1/+13
* | Use BrowsingContextId for MediaSession registrationFernando Jiménez Moreno2019-11-201-8/+11
* | MediaSession registrationFernando Jiménez Moreno2019-11-201-0/+27
|/
* Auto merge of #24742 - servo:jdm-patch-34, r=asajeffreybors-servo2019-11-161-3/+6
|\
| * script: Reduce scope of borrows for history updates.Josh Matthews2019-11-141-3/+6
* | Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
|/
* Implement srcdoc support for iframes.jaymodi982019-11-121-1/+23
* Ensure layout/script always have a correct viewport size when a new pipeline ...Josh Matthews2019-11-061-0/+1
* script: Ignore redundant resize notifications.Josh Matthews2019-11-061-0/+9
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-3/+11
* begin messageport, transferable objects, implKeith Yeung2019-10-191-0/+11
* improve spec compliance of discarding BCsGregory Terzian2019-09-221-3/+28
* Do not allow XR session on non user-activated eventsPaul Rouget2019-09-201-0/+27
* Implement ElementClick wd commandGeorge Roman2019-08-311-0/+8
* Implement pointerMove webdriver actionGeorge Roman2019-08-221-0/+8
* Implement TakeElementScreenshot WebDriver commandGeorge Roman2019-08-201-0/+8
* Auto merge of #23951 - georgeroman:return_errorstatus_from_webdriverhandlers,...bors-servo2019-08-191-0/+24
|\
| * Return ErrorStatus from webdriver_handlersGeorge Roman2019-08-181-0/+24
* | restructure content process shutdown ack with threaded sender, without layoutGregory Terzian2019-08-171-3/+1
* | Update to url 2.0Simon Sapin2019-08-171-1/+1
|/