| author | Nicolas Silva <nsilva@mozilla.com> |
| Tue, 14 Jan 2020 13:07:05 +0000 | |
| changeset 510166 | 8e607cd330ee1068e4509e3a46df4da600d06120 |
| parent 510165 | c447185ced3933ed66b717ad829767dabda916db |
| child 510167 | 6102fc5f041ca5495f48a57a130c10cb6a55063a |
| push id | 37014 |
| push user | cbrindusan@mozilla.com |
| push date | Tue, 14 Jan 2020 21:43:07 +0000 |
| treeherder | mozilla-central@12d8255184b1 [default view] [failures only] |
| perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
| reviewers | jrmuizel |
| bugs | 1609049 |
| milestone | 74.0a1 |
| first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
| last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/gfx/webrender_bindings/Cargo.toml +++ b/gfx/webrender_bindings/Cargo.toml @@ -17,17 +17,17 @@ gleam = "0.6.14" log = "0.4" nsstring = { path = "../../xpcom/rust/nsstring" } bincode = "1.0" uuid = { version = "0.8", features = ["v4"] } fxhash = "0.2.1" [dependencies.webrender] path = "../wr/webrender" -version = "0.60.0" +version = "0.61.0" default-features = false features = ["capture", "serialize_program"] [target.'cfg(target_os = "windows")'.dependencies] dwrote = "0.9" dirs = "1.0" winapi = "0.3"
--- a/gfx/wr/Cargo.lock +++ b/gfx/wr/Cargo.lock @@ -238,17 +238,17 @@ dependencies = [ ] [[package]] name = "compositor" version = "0.1.0" dependencies = [ "compositor-windows 0.1.0", "gleam 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)", - "webrender 0.60.0", + "webrender 0.61.0", ] [[package]] name = "compositor-windows" version = "0.1.0" dependencies = [ "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -429,17 +429,17 @@ dependencies = [ [[package]] name = "direct-composition" version = "0.1.0" dependencies = [ "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)", "mozangle 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "webrender 0.60.0", + "webrender 0.61.0", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "winit 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "dlib" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1789,17 +1789,17 @@ version = "0.21.13" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "webrender" -version = "0.60.0" +version = "0.61.0" dependencies = [ "base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1824,40 +1824,40 @@ dependencies = [ "ron 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "svg_fmt 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "thread_profiler 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", - "webrender_api 0.60.0", + "webrender_api 0.61.0", "webrender_build 0.0.1", "wr_malloc_size_of 0.0.1", "ws 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "webrender-examples" version = "0.1.0" dependencies = [ "app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "webrender 0.60.0", + "webrender 0.61.0", "winit 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "webrender_api" -version = "0.60.0" +version = "0.61.0" dependencies = [ "app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1978,18 +1978,18 @@ dependencies = [ "mozangle 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "osmesa-src 0.1.1 (git+https://github.com/servo/osmesa-src)", "osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "ron 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", - "webrender 0.60.0", - "webrender_api 0.60.0", + "webrender 0.61.0", + "webrender_api 0.61.0", "winit 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", "yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "ws" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index"
--- a/gfx/wr/webrender/Cargo.toml +++ b/gfx/wr/webrender/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "webrender" -version = "0.60.0" +version = "0.61.0" authors = ["Glenn Watson <gw@intuitionlibrary.com>"] license = "MPL-2.0" repository = "https://github.com/servo/webrender" description = "A GPU accelerated 2D renderer for web content" build = "build.rs" edition = "2018" [features] @@ -43,17 +43,17 @@ png = { optional = true, version = "0.15 rayon = "1" ron = { optional = true, version = "0.1.7" } serde = { optional = true, version = "1.0", features = ["serde_derive"] } serde_json = { optional = true, version = "1.0" } sha2 = "0.8" smallvec = "0.6" thread_profiler = "0.1.1" time = "0.1" -api = { version = "0.60.0", path = "../webrender_api", package = "webrender_api" } +api = { version = "0.61.0", path = "../webrender_api", package = "webrender_api" } webrender_build = { version = "0.0.1", path = "../webrender_build" } malloc_size_of = { version = "0.0.1", path = "../wr_malloc_size_of", package = "wr_malloc_size_of" } ws = { optional = true, version = "0.9" } svg_fmt = "0.4" [dev-dependencies] mozangle = "0.3.1" rand = "0.4"
--- a/gfx/wr/webrender_api/Cargo.toml +++ b/gfx/wr/webrender_api/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "webrender_api" -version = "0.60.0" +version = "0.61.0" authors = ["Glenn Watson <gw@intuitionlibrary.com>"] license = "MPL-2.0" repository = "https://github.com/servo/webrender" description = "Public API for WebRender" edition = "2018" [features] nightly = ["euclid/unstable", "serde/unstable"]