mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 10:12:59 +00:00
8aede5f38c
the problem is the standard url parser no longer allows us to use illegal uris. '_' is an illegal character in a URI (and URL) scheme. so this patch switches from "foo_message://" to "foo-message://" r=bbaetz,sr=bienvenu