On 5/6/15 4:28 AM, David Rajchenbach-Teller wrote:
Not sure that's part of the benchmarks, but creating a file:// or
chrome:// URI currently causes main thread I/O (bug 890712, iirc).

My measurements were on http:// URIs. And yes, others are even slower because of the protocol handler details (e.g. newURI("about:blank") is much slower than newURI("http://foo";) because of the way we handle security stuff for about: URIs).

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to