aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #23896 - nox:layout-2020, r=SimonSapinbors-servo2019-08-0119-22/+4732
|\
| * Fix compilation errors due to the rebaseAnthony Ramine2019-08-018-71/+30
| * Remove most of the things in layout 2020Anthony Ramine2019-07-3146-29831/+75
| * Make layout_2020 be layout_2013Anthony Ramine2019-07-3148-22/+34529
* | Do not start up webvr services when running webxr and vice versaManish Goregaokar2019-07-311-2/+6
* | Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-3137-108/+117
|/
* Remove GStreamer dependencies from UWP app. Remove GStreamer backend on Windows.Josh Matthews2019-07-302-10/+14
* 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
* | 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 #23856 - servo:stylo-engines, r=noxbors-servo2019-07-3056-1027/+986
|\ \
| * | Generate apis.html and css-properties.json for docs as part of crates’ buil...Simon Sapin2019-07-306-97/+62
| * | Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020}Simon Sapin2019-07-2950-466/+862
| * | 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-291-2/+2
|\ \ \ | |_|/ |/| |
| * | Use origin of final HTTP response as document origin.Josh Matthews2019-07-291-2/+2
* | | Auto merge of #23839 - Manishearth:end-improve, r=asajeffreybors-servo2019-07-293-7/+37
|\ \ \
| * | | Improve session test lifecycle codeManish Goregaokar2019-07-293-7/+37
| |/ /
* | | 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
| |/
* / Drop webgl main thread data during shutdown.Josh Matthews2019-07-291-6/+8
|/
* Get XR sessions to track the draw texture, so we render the XR framebuffer ra...Alan Jeffrey2019-07-283-7/+30
* Auto merge of #23863 - jdm:gstreamer-uwp, r=ferjmbors-servo2019-07-272-6/+15
|\
| * Load GStreamer plugins on Windows arm64.Josh Matthews2019-07-272-4/+6
| * Load GStreamer plugins in UWP builds.Josh Matthews2019-07-271-2/+9
* | Replace use of callbacks in webxr by channelsAlan Jeffrey2019-07-269-175/+90
* | 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 #23777 - jdm:webgl-main-thread, r=asajeffreybors-servo2019-07-2616-221/+589
|\ \
| * | Remove extra webgl message pumping thread.Josh Matthews2019-07-2510-43/+189
| * | Support running WebGL in its own thread or on the main thread.Josh Matthews2019-07-258-199/+421
* | | Auto merge of #23855 - sreeise:media_frag_string, r=ferjmbors-servo2019-07-262-30/+15
|\ \ \
| * | | Changed DOMString usages to string in MediaFragmentParsersreeise2019-07-252-30/+15
* | | | Auto merge of #23852 - jdm:arm64-crashfix, r=asajeffreybors-servo2019-07-252-18/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | Update SpiderMonkey bindings for Windows arm64 crash fix.Josh Matthews2019-07-252-18/+23
| | |/ | |/|
* | | Auto merge of #23847 - asajeffrey:webxr-main-thread-waker, r=jdmbors-servo2019-07-254-12/+9
|\ \ \ | |_|/ |/| |
| * | Pass the event loop waker into WebXRAlan Jeffrey2019-07-254-12/+9
| |/
* | Auto merge of #23843 - emilio:insta-boom, r=SimonSapinbors-servo2019-07-251-1/+7
|\ \ | |/ |/|
| * style: Properly refcount-log UniqueArcs created with new_uninitialized().Emilio Cobos Álvarez2019-07-241-0/+6
| * Don't insta-free in UniqueArc::assume_init.Emilio Cobos Álvarez2019-07-241-1/+1
* | Auto merge of #23837 - cburgos:bugfix/link_called-update, r=jdmbors-servo2019-07-241-0/+1
|\ \
| * | update link_called when link function called.Christopher Burgos2019-07-231-0/+1
* | | Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-2443-321/+306
* | | Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-2443-529/+444
* | | Convert internal methods to handle safe JSContext instead of raw JSContextmarmeladema2019-07-244-139/+151
* | | Callbacks now uses safe JSContext instead of raw JSContextmarmeladema2019-07-245-18/+27
* | | DefineDOMInterfaceMethod now takes a SafeJSContext instead of a JSContextmarmeladema2019-07-243-8/+9
* | | GetPerInterfaceObject methods now takes a SafeJSContext instead of a JSContextmarmeladema2019-07-242-10/+11