aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Use webxr IPC to get a WebXR device registry to each script threadAlan Jeffrey2019-07-031-0/+4
* Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-9/+4
* Script: removed a few opts::get()oneturkmen2019-06-261-4/+86
* Auto merge of #23587 - jdm:smup67, r=asajeffreybors-servo2019-06-261-9/+23
|\
| * Upgrade to Spidermonkey 67.Josh Matthews2019-06-261-9/+23
* | Auto merge of #23581 - georgeroman:implement_get_page_source_wd_command, r=jdmbors-servo2019-06-221-0/+3
|\ \
| * | Implement GetPageSource WebDriver commandGeorge Roman2019-06-171-0/+3
| |/
* / Fix some new warningsSimon Sapin2019-06-221-5/+5
|/
* Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-131-3/+2
* Auto merge of #23544 - georgeroman:fix_borrow_mut_error_in_webdriver, r=asaje...bors-servo2019-06-101-11/+17
|\
| * Fix already borrowed error in webdriverGeorge Roman2019-06-101-11/+17
* | Implement WheelEvent InterfaceRobert Snakard2019-06-091-1/+20
|/
* Remove unused code from script* cratesest312019-06-021-15/+0
* Auto merge of #23171 - hundredeir:find_elem_elems, r=jdmbors-servo2019-05-191-0/+9
|\
| * Formatted codehundredeir2019-04-071-1/+1
| * Add webdriver command Find elements from elementhundredeir2019-04-061-0/+9
* | Implement MouseEvent buttons attributeGeorge Roman2019-05-161-2/+13
* | Update to SpiderMonkey 66.Josh Matthews2019-05-101-3/+3
* | Merge Node::shadow_including_inclusive_ancestors into inclusive_ancestorsFernando Jiménez Moreno2019-04-261-3/+5
* | Auto merge of #23090 - miller-time:nav-fetch-referrer, r=gterzianbors-servo2019-04-251-1/+1
|\ \
| * | set referrer in window.load_urlRussell Cousineau2019-04-191-1/+1
* | | Auto merge of #23115 - pylbrecht:measure.blocked.layout.queries, r=jdmbors-servo2019-04-221-0/+12
|\ \ \ | |/ / |/| |
| * | fixup! Measure layout queries blocked by ongoing layoutpylbrecht2019-04-171-1/+1
| * | Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-0/+12
* | | Add webdriver deletecookies functionaditj2019-04-191-0/+3
|/ /
* / Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-16/+13
|/
* Auto merge of #23143 - CYBAI:remove-compound-microtasks, r=jdmbors-servo2019-04-051-10/+6
|\
| * Remove compound microtasksCYBAI2019-03-311-10/+6
* | Bug: #22853 - Make Window::set_fullscreen pass a non-None value when entering...Kamal Umudlu2019-04-011-0/+19
|/
* ran ./mach fmtelias2019-03-141-3/+3
* let mark_document_with_no_blocked_loads() take a None value silentlyelias2019-03-131-5/+7
* Auto merge of #23008 - georgeroman:implement_webdriver_find_elem_from_elem, r...bors-servo2019-03-111-0/+9
|\
| * Implement WebDriver FindElementFromElement commandGeorge Roman2019-03-091-0/+9
* | Auto merge of #23013 - servo:rm-rooted-reference, r=jdmbors-servo2019-03-111-6/+6
|\ \
| * | Remove most RootedReference usesAnthony Ramine2019-03-101-6/+6
| |/
* | Auto merge of #22802 - gterzian:only_run_tasks_for_fully_active_docs, r=noxbors-servo2019-03-111-1/+53
|\ \ | |/ |/|
| * in BC event-loop, only run tasks related to fully-active documentsGregory Terzian2019-03-061-1/+53
* | Ensure iframe's contentWindow is updated when traversing the session history.Josh Matthews2019-03-071-1/+20
|/
* Auto merge of #22353 - jdm:runtime-parent, r=noxbors-servo2019-01-171-1/+9
|\
| * Reintroduce parent runtimes for worker threads.Josh Matthews2019-01-151-1/+9
* | Make Window::scroll_offsets store keys as OpaqueNode valuesAnthony Ramine2019-01-141-1/+2
* | Remove BlockFlowDisplayListBuildingAnthony Ramine2019-01-141-1/+1
* | Rename NewLayoutThreadInfo to LayoutThreadInitAnthony Ramine2019-01-141-2/+2
|/
* Synchronously update the pipeline of same-origin iframe elements as soon as t...Josh Matthews2019-01-071-0/+15
* Provide the source window as part of postMessage events.Josh Matthews2019-01-071-6/+37
* Auto merge of #22528 - Manishearth:webxr, r=jdm,MortimerGorobors-servo2019-01-041-2/+3
|\
| * Move VR interface to XRManish Goregaokar2018-12-191-2/+3
* | Rustfmt has changed its default style :/Simon Sapin2018-12-281-9/+11
* | Auto merge of #22121 - gterzian:remove_constellation_block_in_navigation, r=p...bors-servo2018-12-261-0/+42
|\ \
| * | check for a document being "fully-active" before reflowsGregory Terzian2018-12-231-0/+4