| Commit message (Expand) | Author | Age | Files | Lines |
* | Register media instance with session and prepare communication with embedder | Fernando Jiménez Moreno | 2019-11-20 | 1 | -0/+13 |
* | Make MediaSession handle embedder requested action | Fernando Jiménez Moreno | 2019-11-20 | 1 | -1/+4 |
* | MediaSessionAction message from embedder to script thread | Fernando Jiménez Moreno | 2019-11-20 | 1 | -1/+13 |
* | Use BrowsingContextId for MediaSession registration | Fernando Jiménez Moreno | 2019-11-20 | 1 | -8/+11 |
* | MediaSession registration | Fernando Jiménez Moreno | 2019-11-20 | 1 | -0/+27 |
* | Auto merge of #24742 - servo:jdm-patch-34, r=asajeffrey | bors-servo | 2019-11-16 | 1 | -3/+6 |
|\ |
|
| * | script: Reduce scope of borrows for history updates. | Josh Matthews | 2019-11-14 | 1 | -3/+6 |
* | | Use `#![register_tool]` instead of `#![register_attr]` | Simon Sapin | 2019-11-15 | 1 | -1/+1 |
|/ |
|
* | Implement srcdoc support for iframes. | jaymodi98 | 2019-11-12 | 1 | -1/+23 |
* | Ensure layout/script always have a correct viewport size when a new pipeline ... | Josh Matthews | 2019-11-06 | 1 | -0/+1 |
* | script: Ignore redundant resize notifications. | Josh Matthews | 2019-11-06 | 1 | -0/+9 |
* | continue messageport, transferable, postmessage options | Gregory Terzian | 2019-10-19 | 1 | -3/+11 |
* | begin messageport, transferable objects, impl | Keith Yeung | 2019-10-19 | 1 | -0/+11 |
* | improve spec compliance of discarding BCs | Gregory Terzian | 2019-09-22 | 1 | -3/+28 |
* | Do not allow XR session on non user-activated events | Paul Rouget | 2019-09-20 | 1 | -0/+27 |
* | 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 |