aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Use safe JSContext in MicrotaskQueuemarmeladema2019-08-091-19/+12
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-3/+3
* Use origin of final HTTP response as document origin.Josh Matthews2019-07-291-2/+2
* Remove extra webgl message pumping thread.Josh Matthews2019-07-251-1/+6
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-10/+11
* Auto merge of #23745 - georgeroman:implement_get_element_property_wd_command,...bors-servo2019-07-231-0/+9
|\
| * Implement GetElementProperty WebDriver commandGeorge Roman2019-07-231-0/+9
* | Update euclid.Emilio Cobos Álvarez2019-07-231-2/+4
* | Implement link and partial link text selectors for FindElement and related We...George Roman2019-07-231-0/+44
* | Implement tag name selector for FindElementsFromElement WebDriver commandGeorge Roman2019-07-211-0/+9
* | Implement tag name selector for FindElementFromElement WebDriver commandGeorge Roman2019-07-211-0/+9
* | Implement tag name selector for FindElements WebDriver commandGeorge Roman2019-07-211-0/+8
* | Implement tag name selector for FindElement WebDriver commandGeorge Roman2019-07-211-0/+8
* | Auto merge of #23368 - gterzian:clean_up_navigation, r=asajeffreybors-servo2019-07-181-51/+95
|\ \