gecko-dev/modules/libpref/parser
Nicholas Nethercote 46c70d27ee Bug 1490115 - Handle unaccompanied low surrogate pairs in the prefs parser. r=glandium
Currently they cause the `String::from_utf16()` call to return an error result,
and then the subsequent `unwrap()` on that result aborts.

--HG--
extra : rebase_source : 6be81d4d1e618444f762a1ba4e93b5ce648dd45b
2018-09-11 09:41:37 +10:00
..
src Bug 1490115 - Handle unaccompanied low surrogate pairs in the prefs parser. r=glandium 2018-09-11 09:41:37 +10:00
Cargo.toml Bug 1423840 (attempt 2) - Rewrite the prefs parser. r=glandium,Manishearth 2018-02-01 16:21:47 +11:00