mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update WR (details below):
* Add support for clip masks on text runs. * Fix atomic ordering of items with multiple shadows. * Update to bincode + ipc-channel with optimizations. * Fix some plane splitting precision errors. * Improve the anti-aliasing quality significantly. * Add internal ClipChain support. * Fix diacritic glyphs on Linux.
This commit is contained in:
parent
086c48210c
commit
4469f39f3f
34 changed files with 87 additions and 77 deletions
|
@ -12,5 +12,5 @@ doctest = false
|
|||
[dependencies]
|
||||
cssparser = "0.22.0"
|
||||
gfx = {path = "../../../components/gfx"}
|
||||
ipc-channel = "0.8"
|
||||
ipc-channel = "0.9"
|
||||
style = {path = "../../../components/style"}
|
||||
|
|
|
@ -13,7 +13,7 @@ doctest = false
|
|||
euclid = "0.15"
|
||||
gfx = {path = "../../../components/gfx"}
|
||||
gfx_traits = {path = "../../../components/gfx_traits"}
|
||||
ipc-channel = "0.8"
|
||||
ipc-channel = "0.9"
|
||||
metrics = {path = "../../../components/metrics"}
|
||||
msg = {path = "../../../components/msg"}
|
||||
net_traits = {path = "../../../components/net_traits"}
|
||||
|
|
|
@ -16,7 +16,7 @@ flate2 = "0.2.0"
|
|||
hyper = "0.10"
|
||||
hyper-openssl = "0.2"
|
||||
hyper_serde = "0.7"
|
||||
ipc-channel = "0.8"
|
||||
ipc-channel = "0.9"
|
||||
msg = {path = "../../../components/msg"}
|
||||
net = {path = "../../../components/net"}
|
||||
net_traits = {path = "../../../components/net_traits"}
|
||||
|
|
|
@ -10,6 +10,6 @@ path = "lib.rs"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
ipc-channel = "0.8"
|
||||
ipc-channel = "0.9"
|
||||
profile = {path = "../../../components/profile"}
|
||||
profile_traits = {path = "../../../components/profile_traits"}
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.htm]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
bug: https://github.com/servo/webrender/issues/1776
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[transform-3d-rotateY-stair-below-001.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/webrender/issues/1776
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue