gecko-dev/testing/mozbase/rust
Andreas Tolfsen 8f5737840d Bug 1483288 - Provide more number conversions for mozprofile::preferences::PrefValue. r=whimboo
Allow i8, u8, i16, u64, i32, and u32 to be implicitly converted into
PrefValue::Int.  u64 is not supported because it would overflow,
so this still needs to be handled manually.

geckodriver stores the port number as u8 and this will allow it to
implicitly convert it to PrefValue::Int without using the unsafe
"as i64" coercion.
2018-08-15 15:49:09 +01:00
..
mozprofile Bug 1483288 - Provide more number conversions for mozprofile::preferences::PrefValue. r=whimboo 2018-08-15 15:49:09 +01:00
mozrunner Bug 1441204 - Release mozrunner 0.7.0. r=maja_zf 2018-06-14 13:26:59 -07:00
mozversion Bug 1482238 - Bump version of regex in mozversion, r=froydnj 2018-08-10 20:43:53 +00:00