| author | Bert Peers <bpeers@mozilla.com> |
| Wed, 29 Jan 2020 05:21:52 +0000 | |
| changeset 512042 | 388a4d04e91159527a69fa1e3d2a91e7155247aa |
| parent 512041 | b94005dcae8194883459523083392cee0f67e2a4 |
| child 512043 | 8984a7d5601f782b5b006eeca8429b22adc39b9d |
| push id | 37067 |
| push user | malexandru@mozilla.com |
| push date | Wed, 29 Jan 2020 09:31:57 +0000 |
| treeherder | mozilla-central@388a4d04e911 [default view] [failures only] |
| perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
| reviewers | nataliaCs |
| bugs | 1605283 |
| milestone | 74.0a1 |
| first release with | nightly linux32
388a4d04e911
/
74.0a1
/
20200129093157
/
files
nightly linux64
388a4d04e911
/
74.0a1
/
20200129093157
/
files
nightly mac
388a4d04e911
/
74.0a1
/
20200129093157
/
files
nightly win32
388a4d04e911
/
74.0a1
/
20200129093157
/
files
nightly win64
388a4d04e911
/
74.0a1
/
20200129093157
/
files
|
| last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
| releases | nightly linux32
74.0a1
/
20200129093157
/
pushlog to previous
nightly linux64
74.0a1
/
20200129093157
/
pushlog to previous
nightly mac
74.0a1
/
20200129093157
/
pushlog to previous
nightly win32
74.0a1
/
20200129093157
/
pushlog to previous
nightly win64
74.0a1
/
20200129093157
/
pushlog to previous
|
--- a/gfx/wr/tileview/src/main.rs +++ b/gfx/wr/tileview/src/main.rs @@ -152,17 +152,16 @@ fn tile_to_svg(key: TileOffset, } else { "class=\"svg_changed_prim\" " } } else { "class=\"svg_changed_prim\" " }; svg += &format!("<rect x=\"{:.2}\" y=\"{:.2}\" width=\"{:.2}\" height=\"{:.2}\" {}/>", - svg, rect_world.origin.x, rect_world.origin.y, rect_world.size.width, rect_world.size.height, style); svg += "\n\t"; }