Re: Using rust in Gecko. rust-url compatibility

2015-05-03 Thread Valentin Gosu
Thank you all for your suggestions. Asserting on differences sounds good, and I think we can annotate the crash report with a sanitized URL as well (replace all of the alfanumerical characters with x?). Also running a crawler on top250 should iron out most kinks. The plan is to land this preffed

Re: What's the plan to implement UDP sockets in Worker?

2015-05-03 Thread Josh Matthews
Adding worker support to the API does not imply changing any of the current restrictions on which content is allowed to make use of it. Cheers, Josh On 2015-05-03 2:26 PM, Eric Rescorla wrote: The difficulty is that this is not a safe piece of functionality to expose to unprivileged code.

Re: What's the plan to implement UDP sockets in Worker?

2015-05-03 Thread Eric Rescorla
On Sun, May 3, 2015 at 5:30 PM, Josh Matthews j...@joshmatthews.net wrote: Adding worker support to the API does not imply changing any of the current restrictions on which content is allowed to make use of it. Yes, I agree with that. I just misread the original post. Sorry about the

Re: Intent to deprecate: Insecure HTTP

2015-05-03 Thread Eric Shepherd
Richard Barnes wrote: Nobody right in the head is going to be plugging an antique with a 1mhz processor directly into an unfiltered, internet-facing network connection, but I guess people who aren't right in the head like that are still people whose concerns deserve consideration. The SE/30

Re: Intent to implement: Metrics API for FxOS data collection

2015-05-03 Thread David Rajchenbach-Teller
I like the idea. It would be interesting to see where a discussion with other vendors could lead. On 01/05/15 23:43, Tamara Hills wrote: Hi All, Summary: We want to expose a Web API to Gaia to collect metrics for FxOS. This API would leverage the existing Gecko toolkit/components/telemetry

Re: What's the plan to implement UDP sockets in Worker?

2015-05-03 Thread Eric Rescorla
The difficulty is that this is not a safe piece of functionality to expose to unprivileged code. -Ekr On Sat, May 2, 2015 at 8:03 PM, Josh Matthews j...@joshmatthews.net wrote: On 2015-05-02 10:33 AM, Yonggang Luo wrote: I am looking into it. I have not been able to find any prior art on

reminder: C++ mode lines

2015-05-03 Thread Andrew McCreight
I just landed a 1.2MB patch to fix C++ mode lines in dom/ As a reminder, the mode lines that should be used (in C++ files that are properly 2-space indented) are: /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ See more