aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make layout_2020 be layout_2013Anthony Ramine2019-07-3149-22/+34595
* Auto merge of #23893 - jdm:gstreamer-begone, r=paulrougetbors-servo2019-07-315-1500/+56
|\
| * Remove GStreamer dependencies from UWP app. Remove GStreamer backend on Windows.Josh Matthews2019-07-305-1500/+56
|/
* Auto merge of #23891 - gterzian:fix_raf_flodding, r=asajeffreybors-servo2019-07-301-3/+17
|\
| * allow for only a single raf message, until callbacks executeGregory Terzian2019-07-301-3/+17
* | Auto merge of #23892 - emilio:enginegeddon, r=SimonSapinbors-servo2019-07-304-16/+6
|\ \
| * | style: Fix some issues with #23856 in Gecko.Emilio Cobos Álvarez2019-07-302-3/+3
| * | style: Accept percentage for shape-image-threshold.Boris Chiou2019-07-302-13/+3
* | | Auto merge of #23889 - servo:jdm-patch-48, r=jdmbors-servo2019-07-302-2/+3
|\ \ \ | |/ / |/| |
| * | Fix deployment condition for debug arm64 GStreamer DLL.Josh Matthews2019-07-301-2/+2
| * | Add missing GStreamer DLL to package.Josh Matthews2019-07-301-0/+1
| |/
* | Auto merge of #23856 - servo:stylo-engines, r=noxbors-servo2019-07-3058-1101/+994
|\ \
| * | Generate apis.html and css-properties.json for docs as part of crates’ buil...Simon Sapin2019-07-308-173/+67
| * | Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020}Simon Sapin2019-07-2952-470/+871
| * | Auto-generate CSSStyleDeclaration.webidl for CSS properties based on the styl...Simon Sapin2019-07-297-485/+83
* | | Auto merge of #23887 - servo:jdm-patch-47, r=asajeffreybors-servo2019-07-294-2/+73
|\ \ \ | |_|/ |/| |
| * | Use origin of final HTTP response as document origin.Josh Matthews2019-07-294-2/+73
* | | Auto merge of #23839 - Manishearth:end-improve, r=asajeffreybors-servo2019-07-294-8/+39
|\ \ \
| * | | Improve session test lifecycle codeManish Goregaokar2019-07-294-8/+39
| |/ /
* | | Auto merge of #23886 - servo:jdm-patch-46, r=asajeffreybors-servo2019-07-291-1/+1
|\ \ \ | |/ / |/| |
| * | Don't panic if file manager thread is unreachable when cleaning up Blobs.Josh Matthews2019-07-291-1/+1
* | | Auto merge of #23884 - jdm:webgl-shutdown, r=asajeffreybors-servo2019-07-298-43/+78
|\ \ \ | |/ / |/| |
| * | Don't panic if WebGL thread can't be reached during finalization.Josh Matthews2019-07-298-43/+78
* | | Auto merge of #23883 - servo:jdm-patch-45, r=asajeffreybors-servo2019-07-291-6/+8
|\ \ \ | |_|/ |/| |
| * | Drop webgl main thread data during shutdown.Josh Matthews2019-07-291-6/+8
|/ /
* | Auto merge of #23876 - jdm:long-webgl, r=asajeffreybors-servo2019-07-293-2/+17
|\ \
| * | Make another webgl test have a longer timeout.Josh Matthews2019-07-283-2/+17
* | | Auto merge of #23878 - jdm:gst-arm64, r=asajeffreybors-servo2019-07-282-1/+13
|\ \ \
| * | | Add missing GStreamer DLLs to ARM64 UWP app.Josh Matthews2019-07-282-1/+13
| |/ /
* | | Auto merge of #23875 - servo-wpt-sync:wpt_update_28-07-2019, r=servo-wpt-syncbors-servo2019-07-2831-124/+579
|\ \ \ | |_|/ |/| |
| * | Update web-platform-tests to revision e079873c1f30f13e23388a86b2b5beeddd349c78WPT Sync Bot2019-07-2832-125/+580
| |/
* | Auto merge of #23857 - asajeffrey:webxr-sessions-track-draw-texture, r=Manish...bors-servo2019-07-289-34/+47
|\ \ | |/ |/|
| * Get XR sessions to track the draw texture, so we render the XR framebuffer ra...Alan Jeffrey2019-07-289-34/+47
* | Auto merge of #23871 - servo-wpt-sync:wpt_update_27-07-2019, r=servo-wpt-syncbors-servo2019-07-2747-149/+874
|\ \ | |/ |/|
| * Update web-platform-tests to revision 7bfa241671d6ca921229f6601d2d7b70dd55da90WPT Sync Bot2019-07-2747-149/+874
* | Auto merge of #23863 - jdm:gstreamer-uwp, r=ferjmbors-servo2019-07-278-405/+823
|\ \
| * | Build with UWP configuration on CI.Josh Matthews2019-07-271-5/+7
| * | Load GStreamer plugins on Windows arm64.Josh Matthews2019-07-272-4/+6
| * | Fix CI builds.Josh Matthews2019-07-272-6/+13
| * | Add more DLLs to UWP app.Josh Matthews2019-07-272-293/+755
| * | Load GStreamer plugins in UWP builds.Josh Matthews2019-07-271-2/+9
| * | Vendor UWP GStreamer binaries.Josh Matthews2019-07-275-130/+68
* | | Auto merge of #23848 - asajeffrey:webxr-moar-channels, r=Manishearthbors-servo2019-07-2711-190/+109
|\ \ \ | |_|/ |/| |
| * | Replace use of callbacks in webxr by channelsAlan Jeffrey2019-07-2611-190/+109
* | | Auto merge of #23866 - paulrouget:shutdown, r=jdmbors-servo2019-07-263-4/+7
|\ \ \ | |/ / |/| |
| * | Fix shutdownPaul Rouget2019-07-263-4/+7
* | | Auto merge of #23868 - asajeffrey:webgl-if-used-on-main-thread-use-directly-d...bors-servo2019-07-263-221/+190
|\ \ \
| * | | When using the WebGL external image API, use sync calls if we happen to be on...Alan Jeffrey2019-07-263-221/+190
* | | | Auto merge of #23864 - servo-wpt-sync:wpt_update_26-07-2019, r=jdmbors-servo2019-07-26222-2099/+7521
|\ \ \ \ | |/ / / |/| | |
| * | | Remove intermittent failure.Josh Matthews2019-07-261-2/+0