One more round of improvements to Web IDL exception messages

2020-03-06 Thread Boris Zbarsky
Hello all, We just made some more changes to Web IDL exception messages: 1) When calling ErrorResult::ThrowTypeError/ThrowRangeError, you now pass regular string literals or nsACString, not u"" or nsAString. Not only is this more convenient for the literal cases, but the JS engine was conver

Re: Intent to implement: Cookie SameSite=lax by default and SameSite=none only if secure

2020-03-06 Thread yucagamer006
eae galera n tirem meu google de mim porfavor ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: New and improved stack-fixing

2020-03-06 Thread Gabriele Svelto
On 06/03/20 16:46, Andrew Sutherland wrote: > Thank you both very much for the clarifications and your excellent work > here! > > In terms of the Sentry crates, I presume that means the crates in > https://github.com/getsentry/symbolic repo?  Are there still reasons to > use/pay attention to Ted's

Re: New and improved stack-fixing

2020-03-06 Thread Andrew Sutherland
On 3/6/20 2:24 AM, Gabriele Svelto wrote: Now for the long answer: we're leveraging the Sentry crates to replace our current crash reporting machinery. Not only they're faster and better than what we have now but their functionality is far richer. So it will be possible - and possibly even desira