Mike Hommey wrote:

Note that some "custom" schemes may be relying on empty host names. In Gecko, 
we have about:foo as well as resource:///foo. In both cases, foo is the path part.
about:foo is actually an nsSimpleURI, not an nsStandardURL, so it just throws when you try to access its host.

On the other hand, chrome:// URIs are currently handed off to nsStandardURL too, which means that all chrome package names have to be lower case, since the host part is use for that.

--
Warning: May contain traces of nuts.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to