| Commit message (Expand) | Author | Age | Files | Lines |
* | Use non-IPC webrender API over explicit IPC channels. | Josh Matthews | 2019-11-27 | 1 | -6/+6 |
* | Auto merge of #24758 - gterzian:impl_timer_task_source, r=nox | bors-servo | 2019-11-26 | 1 | -4/+1 |
|\ |
|
| * | impl timer-task-source, dedicated time-out mechanism for service-worker | Gregory Terzian | 2019-11-19 | 1 | -4/+1 |
* | | Auto merge of #24708 - szeged:webgpu-base, r=gterzian,kvark | bors-servo | 2019-11-25 | 1 | -0/+11 |
|\ \ |
|
| * | | Initial implementation of WebGPU API | Zakor Gyula | 2019-11-21 | 1 | -0/+11 |
| |/ |
|
* / | ensure unload run with old pipeline as currently-active, do not nullify proxy... | Gregory Terzian | 2019-11-21 | 1 | -1/+12 |
|/ |
|
* | Auto merge of #24665 - saschanaz:timerhandler, r=nox | bors-servo | 2019-11-17 | 1 | -38/+13 |
|\ |
|
| * | Use TimerHandler IDL union type | Kagami Sascha Rosylight | 2019-11-05 | 1 | -38/+13 |
* | | dom: Calculate the viewport size of iframes when they are first added to the ... | Josh Matthews | 2019-11-06 | 1 | -1/+12 |
* | | Use IDL sequence default value | Kagami Sascha Rosylight | 2019-11-04 | 1 | -13/+6 |
|/ |
|
* | continue messageport, transferable, postmessage options | Gregory Terzian | 2019-10-19 | 1 | -47/+100 |
* | begin messageport, transferable objects, impl | Keith Yeung | 2019-10-19 | 1 | -11/+26 |
* | webgl: Lazily clear the canvas right before the first webgl command of the ne... | Josh Matthews | 2019-10-10 | 1 | -0/+7 |
* | improve spec compliance of discarding BCs | Gregory Terzian | 2019-09-22 | 1 | -20/+77 |
* | performance: clear and disable buffer on pipeline exit | Gregory Terzian | 2019-09-04 | 1 | -14/+7 |
* | Auto merge of #24072 - gterzian:ensure_docs_drop, r=asajeffrey | bors-servo | 2019-08-28 | 1 | -4/+14 |
|\ |
|
| * | ensure documents drop when a pipeline exits | Gregory Terzian | 2019-08-28 | 1 | -4/+14 |
* | | Update Window::open and document::open parameters to match the spec | Bastien Orivel | 2019-08-24 | 1 | -1/+1 |
|/ |
|
* | Add support for returning array-like types from the Execute(Async)Script wd c... | George Roman | 2019-08-10 | 1 | -1/+1 |
* | Remove extra webgl message pumping thread. | Josh Matthews | 2019-07-25 | 1 | -3/+16 |
* | Modify *::get_cx methods to return a safe JSContext instead of a raw one | marmeladema | 2019-07-24 | 1 | -22/+16 |
* | Convert CGTraitInterface to use safe JSContext instead of raw JSContext | marmeladema | 2019-07-24 | 1 | -28/+25 |
* | Wrap(Global)Method now takes a SafeJSContext instead of a JSContext | marmeladema | 2019-07-24 | 1 | -2/+3 |
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 1 | -24/+27 |
* | Auto merge of #23368 - gterzian:clean_up_navigation, r=asajeffrey | bors-servo | 2019-07-18 | 1 | -21/+20 |
|\ |
|
| * | clean-up navigation | Gregory Terzian | 2019-07-18 | 1 | -21/+20 |
* | | Auto merge of #23516 - pcwalton:webrenderup, r=pcwalton,jdm | bors-servo | 2019-07-12 | 1 | -1/+2 |
|\ \ |
|
| * | | WebRender units are no longer reexported. | Patrick Walton | 2019-07-09 | 1 | -1/+2 |
* | | | Hook supportsSession() into new xr crate | Manish Goregaokar | 2019-07-11 | 1 | -2/+2 |
* | | | Expose webxr registry to window | Manish Goregaokar | 2019-07-10 | 1 | -0/+9 |
|/ / |
|
* | | Fix typos, warnings and other nits | Fernando Jiménez Moreno | 2019-07-04 | 1 | -1/+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 | -0/+11 |
* | | Fix code style | Víctor Manuel Jáquez Leal | 2019-07-04 | 1 | -0/+1 |
* | | Remove `default-except-unstable` | Simon Sapin | 2019-07-01 | 1 | -4/+1 |
* | | Script: removed a few opts::get() | oneturkmen | 2019-06-26 | 1 | -8/+48 |
* | | Fix some new warnings | Simon Sapin | 2019-06-22 | 1 | -2/+2 |
* | | Add Servo3D immersive demo for magicleap | Alan Jeffrey | 2019-06-13 | 1 | -1/+1 |
|/ |
|
* | Add an inCompartments config for bindings | Bastien Orivel | 2019-05-24 | 1 | -1/+3 |
* | window.name deals with lack of browsing context | tigercosmos | 2019-05-19 | 1 | -2/+7 |
* | Update to SpiderMonkey 66. | Josh Matthews | 2019-05-10 | 1 | -4/+4 |
* | Auto merge of #23090 - miller-time:nav-fetch-referrer, r=gterzian | bors-servo | 2019-04-25 | 1 | -1/+3 |
|\ |
|
| * | set referrer in window.load_url | Russell Cousineau | 2019-04-19 | 1 | -1/+3 |
* | | Measure layout queries blocked by ongoing layout | Philipp Albrecht | 2019-04-13 | 1 | -2/+14 |
|/ |
|
* | Update base64 to 0.10.1 | Anthony Ramine | 2019-01-25 | 1 | -6/+3 |
* | Report the stylesheet URL when reporting CSS errors | Anthony Ramine | 2019-01-14 | 1 | -1/+1 |
* | Make Window::scroll_offsets store keys as OpaqueNode values | Anthony Ramine | 2019-01-14 | 1 | -12/+8 |
* | Move CSSReporter from script_layout_interface to script | Anthony Ramine | 2019-01-14 | 1 | -3/+40 |
* | Make a bunch of layout queries morally safer | Anthony Ramine | 2019-01-09 | 1 | -19/+14 |
* | Use incumbent global for postmessage origin check. | Josh Matthews | 2019-01-07 | 1 | -5/+1 |