| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Auto merge of #24677 - jdm:iframe-sizing-cleanup, r=asajeffrey"jdm-revert4 | Josh Matthews | 2020-01-15 | 1 | -3/+1 |
* | Ensure layout/script always have a correct viewport size when a new pipeline ... | Josh Matthews | 2019-11-06 | 1 | -1/+3 |
* | Auto merge of #24492 - gterzian:update_timer_scheduler, r=asajeffrey | bors-servo | 2019-10-21 | 1 | -7/+2 |
|\ |
|
| * | update timer scheduler to use crossbeam | Gregory Terzian | 2019-10-20 | 1 | -7/+2 |
* | | continue messageport, transferable, postmessage options | Gregory Terzian | 2019-10-19 | 1 | -3/+38 |
|/ |
|
* | Implement pointerMove webdriver action | George Roman | 2019-08-22 | 1 | -0/+2 |
* | Implement TakeElementScreenshot WebDriver command | George Roman | 2019-08-20 | 1 | -6/+7 |
* | Auto merge of #23988 - georgeroman:implement_pointer_up_and_down_actions, r=jdm | bors-servo | 2019-08-18 | 1 | -0/+2 |
|\ |
|
| * | Implement pointerDown and pointerUp webdriver actions | George Roman | 2019-08-16 | 1 | -0/+2 |
* | | restructure content process shutdown ack with threaded sender, without layout | Gregory Terzian | 2019-08-17 | 1 | -3/+1 |
|/ |
|
* | Initial actions support in WebDriver | George Roman | 2019-08-10 | 1 | -0/+2 |
* | Remove extra webgl message pumping thread. | Josh Matthews | 2019-07-25 | 1 | -1/+3 |
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 1 | -8/+14 |
* | Auto merge of #23368 - gterzian:clean_up_navigation, r=asajeffrey | bors-servo | 2019-07-18 | 1 | -5/+29 |
|\ |
|
| * | clean-up navigation | Gregory Terzian | 2019-07-18 | 1 | -5/+29 |
* | | WebRender units are no longer reexported. | Patrick Walton | 2019-07-09 | 1 | -3/+2 |
* | | 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 | -0/+3 |
* | | Use webxr IPC to get a WebXR device registry to each script thread | Alan Jeffrey | 2019-07-03 | 1 | -0/+2 |
* | | Script: removed a few opts::get() | oneturkmen | 2019-06-26 | 1 | -0/+14 |
* | | Fix some new warnings | Simon Sapin | 2019-06-22 | 1 | -1/+1 |
|/ |
|
* | Implement WheelEvent Interface | Robert Snakard | 2019-06-09 | 1 | -0/+26 |
* | Remove unused code from script* crates | est31 | 2019-06-02 | 1 | -4/+0 |
* | Implement MouseEvent buttons attribute | George Roman | 2019-05-16 | 1 | -5/+12 |
* | Auto merge of #23090 - miller-time:nav-fetch-referrer, r=gterzian | bors-servo | 2019-04-25 | 1 | -4/+5 |
|\ |
|
| * | set referrer in window.load_url | Russell Cousineau | 2019-04-19 | 1 | -4/+5 |
* | | Measure layout queries blocked by ongoing layout | Philipp Albrecht | 2019-04-13 | 1 | -0/+3 |
|/ |
|
* | Bug: #22853 - Make Window::set_fullscreen pass a non-None value when entering... | Kamal Umudlu | 2019-04-01 | 1 | -0/+6 |
* | bound sampler buffer | Gregory Terzian | 2019-03-31 | 1 | -2/+2 |
* | Support multiprocess in sampling profiler. | Josh Matthews | 2019-03-26 | 1 | -0/+7 |
* | Ensure iframe's contentWindow is updated when traversing the session history. | Josh Matthews | 2019-03-07 | 1 | -0/+1 |
* | Fix servo build and rustfmt recent changes. | Emilio Cobos Álvarez | 2019-01-20 | 1 | -2/+2 |
* | Suppress iframe size messages from layout that include unchanged sizes. | Josh Matthews | 2019-01-14 | 1 | -1/+3 |
* | Provide the source window as part of postMessage events. | Josh Matthews | 2019-01-07 | 1 | -2/+13 |
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 1 | -1/+1 |
* | Auto merge of #22121 - gterzian:remove_constellation_block_in_navigation, r=p... | bors-servo | 2018-12-26 | 1 | -0/+8 |
|\ |
|
| * | implement windowproxy "delay-load-event-mode", and partially document "comple... | Gregory Terzian | 2018-12-23 | 1 | -0/+5 |
| * | constellation: restructure navigation, remove sync comm | Gregory Terzian | 2018-12-23 | 1 | -0/+3 |
* | | style: Make Servo use a single thread-pool for layout-related tasks per-process. | Emilio Cobos Álvarez | 2018-12-23 | 1 | -2/+0 |
|/ |
|
* | Initial window sizes are mandatory. | Josh Matthews | 2018-12-14 | 1 | -2/+2 |
* | Update webrender | Manish Goregaokar | 2018-11-27 | 1 | -2/+2 |
* | introduce a background-hang-monitor: | Gregory Terzian | 2018-11-26 | 1 | -0/+3 |
* | Auto merge of #22225 - servo:webgl, r=emilio | bors-servo | 2018-11-21 | 1 | -1/+1 |
|\ |
|
| * | Move PixelFormat to the pixels crate | Anthony Ramine | 2018-11-20 | 1 | -1/+1 |
* | | Auto merge of #22224 - pyfisch:composition-webdriver, r=nox | bors-servo | 2018-11-20 | 1 | -2/+5 |
|\ \
| |/
|/| |
|
| * | Forward WebDriver CompositionEvent | Pyfisch | 2018-11-19 | 1 | -2/+5 |
* | | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
|/ |
|
* | Update crossbeam-channel to 0.3 | Bastien Orivel | 2018-11-18 | 1 | -1/+7 |
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -25/+2 |
* | Remove rustc-serialize from the dependencies | Bastien Orivel | 2018-11-07 | 1 | -1/+0 |