Re: New and improved stack-fixing

2020-03-05 Thread Gabriele Svelto
Thanks a lot for doing this work Nicholas. I would like to add that once this hits automation the perf and memory usage improvements will have a measurable impact on the tests runtime. That's because we feed the output of all our tests on automation to the scripts, and if they hit even a single fu

Re: New and improved stack-fixing

2020-03-05 Thread Gabriele Svelto
Hi Andrew, On 06/03/2020 01:27, Andrew Sutherland wrote: > Does this eliminate the need documented at > https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Mochitest#stacks > to acquire a `minidump_stackwalk` binary and then expose it via > MINIDUMP_STACKWALK environment variable to get sym

Re: New and improved stack-fixing

2020-03-05 Thread Nicholas Nethercote
On Fri, 6 Mar 2020 at 11:27, Andrew Sutherland wrote: > Does this eliminate the need documented at > https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Mochitest#stacks > to acquire a `minidump_stackwalk` binary and then expose it via > MINIDUMP_STACKWALK environment variable to get symbol

Re: New and improved stack-fixing

2020-03-05 Thread Andrew Sutherland
Does this eliminate the need documented at https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Mochitest#stacks to acquire a `minidump_stackwalk` binary and then expose it via MINIDUMP_STACKWALK environment variable to get symbolicated backtraces when local test runs crash?  Or is that pa

Re: New and improved stack-fixing

2020-03-05 Thread Bobby Holley
So excited to see this fixed - thank you Nick! On Thu, Mar 5, 2020 at 2:52 PM Nicholas Nethercote wrote: > Hi all, > > I have written a new stack-fixing tool, called `fix-stacks`, which > symbolizes stack traces produced by Firefox. > > `fix-stacks` is intended to replace our existing stack-fixi

New and improved stack-fixing

2020-03-05 Thread Nicholas Nethercote
Hi all, I have written a new stack-fixing tool, called `fix-stacks`, which symbolizes stack traces produced by Firefox. `fix-stacks` is intended to replace our existing stack-fixing scripts, `fix_{linux,macosx}_stack.py` and `fix_stack_using_bpsyms.py`, which are used (a) on many test outputs, bo

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

2020-03-05 Thread kolonya20171
23 Mayıs 2019 Perşembe 11:34:14 UTC+3 tarihinde Andrea Marchesini yazdı: > Link to the proposal: > https://tools.ietf.org/html/draft-west-cookie-incrementalism-00 > > Summary: > "1. Treat the lack of an explicit "SameSite" attribute as >"SameSite=Lax". That is, the "Set-Cookie" value "

Re: Intent to ship: Autodiscovery of WebExtension search engines

2020-03-05 Thread Dale Harvey
OpenSearch is not a standard and as far as I understand it almost no wrote: > I would also like to mirror the previous comments: Why do we need to > expose this new non-standard feature to the web? Can't we just > transform OpenSearch XML internally to the new WebExtension format? > > On Wed, Feb

Re: Intent to ship: Autodiscovery of WebExtension search engines

2020-03-05 Thread Tom Schuster
I would also like to mirror the previous comments: Why do we need to expose this new non-standard feature to the web? Can't we just transform OpenSearch XML internally to the new WebExtension format? On Wed, Feb 26, 2020 at 1:17 PM Henri Sivonen wrote: > > On Tue, Feb 25, 2020 at 10:04 PM Dale Ha

Intent to ship: Element.getAnimations() and Document.getAnimations()

2020-03-05 Thread Brian Birtles
Hi, In the next few days I intend to turn on the Element.getAnimations() and Document.getAnimations() functions by default for release channels. This feature allows developers to fetch and manipulate animations generated using Element.animate() as well as animations created using CSS Animations o