| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement ElementClick wd command | George Roman | 2019-08-31 | 1 | -0/+8 |
* | Implement pointerMove webdriver action | George Roman | 2019-08-22 | 1 | -0/+8 |
* | Implement TakeElementScreenshot WebDriver command | George Roman | 2019-08-20 | 1 | -0/+8 |
* | Auto merge of #23951 - georgeroman:return_errorstatus_from_webdriverhandlers,... | bors-servo | 2019-08-19 | 1 | -0/+24 |
|\ |
|
| * | Return ErrorStatus from webdriver_handlers | George Roman | 2019-08-18 | 1 | -0/+24 |
* | | restructure content process shutdown ack with threaded sender, without layout | Gregory Terzian | 2019-08-17 | 1 | -3/+1 |
* | | Update to url 2.0 | Simon Sapin | 2019-08-17 | 1 | -1/+1 |
|/ |
|
* | Use safe JSContext in MicrotaskQueue | marmeladema | 2019-08-09 | 1 | -19/+12 |
* | Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30) | Simon Sapin | 2019-07-31 | 1 | -3/+3 |
* | Use origin of final HTTP response as document origin. | Josh Matthews | 2019-07-29 | 1 | -2/+2 |
* | Remove extra webgl message pumping thread. | Josh Matthews | 2019-07-25 | 1 | -1/+6 |
* | Modify *::get_cx methods to return a safe JSContext instead of a raw one | marmeladema | 2019-07-24 | 1 | -10/+11 |
* | Auto merge of #23745 - georgeroman:implement_get_element_property_wd_command,... | bors-servo | 2019-07-23 | 1 | -0/+9 |
|\ |
|
| * | Implement GetElementProperty WebDriver command | George Roman | 2019-07-23 | 1 | -0/+9 |
* | | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 1 | -2/+4 |
* | | Implement link and partial link text selectors for FindElement and related We... | George Roman | 2019-07-23 | 1 | -0/+44 |
* | | Implement tag name selector for FindElementsFromElement WebDriver command | George Roman | 2019-07-21 | 1 | -0/+9 |
* | | Implement tag name selector for FindElementFromElement WebDriver command | George Roman | 2019-07-21 | 1 | -0/+9 |
* | | Implement tag name selector for FindElements WebDriver command | George Roman | 2019-07-21 | 1 | -0/+8 |
* | | Implement tag name selector for FindElement WebDriver command | George Roman | 2019-07-21 | 1 | -0/+8 |
* | | Auto merge of #23368 - gterzian:clean_up_navigation, r=asajeffrey | bors-servo | 2019-07-18 | 1 | -51/+95 |
|\ \ |
|
| * | | clean-up navigation | Gregory Terzian | 2019-07-18 | 1 | -51/+95 |
* | | | Expose webxr registry to window | Manish Goregaokar | 2019-07-10 | 1 | -0/+1 |
| |/
|/| |
|
* | | Fix typos, warnings and other nits | Fernando Jiménez Moreno | 2019-07-04 | 1 | -3/+1 |
* | | Media crate | Fernando Jiménez Moreno | 2019-07-04 | 1 | -1/+1 |
* | | Add media (WindowGLContext) module in canvas_trait | Víctor Manuel Jáquez Leal | 2019-07-04 | 1 | -1/+9 |
* | | Use webxr IPC to get a WebXR device registry to each script thread | Alan Jeffrey | 2019-07-03 | 1 | -0/+4 |
* | | Create a helper API for entering a DOM object's compartment | Kamil Niski | 2019-06-29 | 1 | -9/+4 |
* | | Script: removed a few opts::get() | oneturkmen | 2019-06-26 | 1 | -4/+86 |
* | | Auto merge of #23587 - jdm:smup67, r=asajeffrey | bors-servo | 2019-06-26 | 1 | -9/+23 |
|\ \ |
|
| * | | Upgrade to Spidermonkey 67. | Josh Matthews | 2019-06-26 | 1 | -9/+23 |
* | | | Auto merge of #23581 - georgeroman:implement_get_page_source_wd_command, r=jdm | bors-servo | 2019-06-22 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Implement GetPageSource WebDriver command | George Roman | 2019-06-17 | 1 | -0/+3 |
| |/ / |
|
* / / | Fix some new warnings | Simon Sapin | 2019-06-22 | 1 | -5/+5 |
|/ / |
|
* | | Upgrade headers, headers-core, and hyper_serde. | Josh Matthews | 2019-06-13 | 1 | -3/+2 |
* | | Auto merge of #23544 - georgeroman:fix_borrow_mut_error_in_webdriver, r=asaje... | bors-servo | 2019-06-10 | 1 | -11/+17 |
|\ \
| |/
|/| |
|
| * | Fix already borrowed error in webdriver | George Roman | 2019-06-10 | 1 | -11/+17 |
* | | Implement WheelEvent Interface | Robert Snakard | 2019-06-09 | 1 | -1/+20 |
|/ |
|
* | Remove unused code from script* crates | est31 | 2019-06-02 | 1 | -15/+0 |
* | Auto merge of #23171 - hundredeir:find_elem_elems, r=jdm | bors-servo | 2019-05-19 | 1 | -0/+9 |
|\ |
|
| * | Formatted code | hundredeir | 2019-04-07 | 1 | -1/+1 |
| * | Add webdriver command Find elements from element | hundredeir | 2019-04-06 | 1 | -0/+9 |
* | | Implement MouseEvent buttons attribute | George Roman | 2019-05-16 | 1 | -2/+13 |
* | | Update to SpiderMonkey 66. | Josh Matthews | 2019-05-10 | 1 | -3/+3 |
* | | Merge Node::shadow_including_inclusive_ancestors into inclusive_ancestors | Fernando Jiménez Moreno | 2019-04-26 | 1 | -3/+5 |
* | | Auto merge of #23090 - miller-time:nav-fetch-referrer, r=gterzian | bors-servo | 2019-04-25 | 1 | -1/+1 |
|\ \ |
|
| * | | set referrer in window.load_url | Russell Cousineau | 2019-04-19 | 1 | -1/+1 |
* | | | Auto merge of #23115 - pylbrecht:measure.blocked.layout.queries, r=jdm | bors-servo | 2019-04-22 | 1 | -0/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | fixup! Measure layout queries blocked by ongoing layout | pylbrecht | 2019-04-17 | 1 | -1/+1 |
| * | | Measure layout queries blocked by ongoing layout | Philipp Albrecht | 2019-04-13 | 1 | -0/+12 |