| Commit message (Expand) | Author | Age | Files | Lines |
* | Add shell.background-color.rgba to prefs (#30488) | Ngo Iok Ui (Wu Yu Wei) | 2023-10-04 | 1 | -0/+5 |
* | Dedupe ron and base64 (#30415) | Fabrice Desré | 2023-09-23 | 1 | -0/+35 |
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 2 | -32/+30 |
* | remove `extern crate` (#30311) | Samson | 2023-09-08 | 1 | -10/+5 |
* | [NFC] compositing: extract types into new compositing_traits crate (#30125) | Delan Azabani | 2023-08-18 | 3 | -3/+3 |
* | bump base64 from 0.10 to 0.21 (#29804) | Tuna | 2023-08-02 | 1 | -2/+2 |
* | Fix compiler warning introduced in 4aa8a1c41895550e43dcbce6442c9f4b6163b9b7 | The Capyloon Team | 2023-05-20 | 1 | -2/+2 |
* | Update: Bumped webdriver version to 0.48 | michaelgrigoryan25 | 2023-05-18 | 2 | -7/+19 |
* | Start the transition to workspace dependencies | Martin Robinson | 2023-05-17 | 1 | -14/+14 |
* | Bump euclid to 0.22 | Martin Robinson | 2023-01-26 | 1 | -1/+1 |
* | Update cookie/hyper_serde. | Josh Matthews | 2022-04-01 | 1 | -1/+1 |
* | Update image/png. | Josh Matthews | 2022-04-01 | 2 | -3/+4 |
* | Update keyboard-types. | Josh Matthews | 2022-04-01 | 1 | -1/+1 |
* | Upgrade Hyper | Naveen Gattu | 2022-01-16 | 3 | -8/+22 |
* | feat: shorten thread names | yvt | 2021-07-19 | 1 | -1/+1 |
* | Fix warnings introduced in newer Rust Nightly | Simon Sapin | 2021-02-25 | 1 | -8/+4 |
* | Add creation url and Secure Contexts | Jonathan Kingston | 2020-11-25 | 1 | -1/+8 |
* | update keyboard-types crate | Paul Rouget | 2020-06-29 | 1 | -1/+1 |
* | Make url for "client" referrer mandatory | Matthias Deiml | 2020-06-17 | 2 | -1/+3 |
* | More Cargo.toml updates | atouchet | 2020-05-31 | 1 | -8/+8 |
* | Remove some unused dependency declarations | Simon Sapin | 2020-05-29 | 1 | -1/+0 |
* | Update serde_json. | Josh Matthews | 2020-04-23 | 1 | -2/+0 |
* | Remove syn 0.15 from our crate graph (fixes #24421) | Anthony Ramine | 2020-03-05 | 2 | -2/+2 |
* | Update ipc-channel and crossbeam-channel. | Josh Matthews | 2020-02-20 | 1 | -2/+2 |
* | move ConstellationMsg to compositing | Kunal Mohan | 2020-01-29 | 3 | -2/+5 |
* | Update rand to 0.7 (fixes #24448) | Anthony Ramine | 2019-10-23 | 1 | -1/+1 |
* | Remove unused dependencies | Shotaro Yamada | 2019-10-01 | 1 | -2/+0 |
* | Auto merge of #24090 - georgeroman:implement_element_click_wd_command, r=jdm | bors-servo | 2019-09-04 | 2 | -102/+150 |
|\ |
|
| * | Implement ElementClick wd command | George Roman | 2019-08-31 | 2 | -102/+150 |
* | | Auto merge of #24058 - Eijebong:ipc-channel, r=jdm | bors-servo | 2019-08-27 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Update ipc-channel and related dependencies | Bastien Orivel | 2019-08-27 | 1 | -1/+1 |
* | | Implement pointerMove webdriver action | George Roman | 2019-08-22 | 2 | -19/+226 |
|/ |
|
* | Auto merge of #23947 - georgeroman:finish_json_clone_functionality, r=jdm | bors-servo | 2019-08-21 | 1 | -7/+18 |
|\ |
|
| * | Finish the JSON clone algorithm | George Roman | 2019-08-21 | 1 | -7/+18 |
* | | use ipc router in webdriver | Gregory Terzian | 2019-08-20 | 1 | -27/+40 |
|/ |
|
* | Implement TakeElementScreenshot WebDriver command | George Roman | 2019-08-20 | 2 | -8/+48 |
* | Auto merge of #23951 - georgeroman:return_errorstatus_from_webdriverhandlers,... | bors-servo | 2019-08-19 | 1 | -69/+25 |
|\ |
|
| * | Return ErrorStatus from webdriver_handlers | George Roman | 2019-08-18 | 1 | -69/+25 |
* | | Auto merge of #23988 - georgeroman:implement_pointer_up_and_down_actions, r=jdm | bors-servo | 2019-08-18 | 1 | -27/+128 |
|\ \ |
|
| * | | Implement pointerDown and pointerUp webdriver actions | George Roman | 2019-08-16 | 1 | -27/+128 |
| |/ |
|
* | | Auto merge of #23838 - servo:url-2.0, r=Manishearth | bors-servo | 2019-08-17 | 1 | -1/+1 |
|\ \ |
|
| * | | Update to url 2.0 | Simon Sapin | 2019-08-17 | 1 | -1/+1 |
| |/ |
|
* | | Auto merge of #23979 - Eijebong:deps-deps-deps, r=jdm | bors-servo | 2019-08-16 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Update webrender, image, png and raqote | Bastien Orivel | 2019-08-16 | 1 | -1/+1 |
* | | Initial actions support in WebDriver | George Roman | 2019-08-10 | 2 | -3/+264 |
|/ |
|
* | Add support for returning array-like types from the Execute(Async)Script wd c... | George Roman | 2019-08-10 | 1 | -0/+10 |
* | Update webdriver | George Roman | 2019-08-09 | 2 | -28/+30 |
* | Auto merge of #23745 - georgeroman:implement_get_element_property_wd_command,... | bors-servo | 2019-07-23 | 1 | -0/+26 |
|\ |
|
| * | Implement GetElementProperty WebDriver command | George Roman | 2019-07-23 | 1 | -0/+26 |
* | | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 2 | -3/+3 |