Re: Documentation on how to read crash reports

2016-07-20 Thread Nicholas Nethercote
On Wed, May 25, 2016 at 4:06 PM, Nicholas Nethercote wrote: > > Do we have documentation on how to read crash reports? I've finished a first pass at documentation on understanding individual crash reports. The bulk of the effort was in writing this new page:

Re: PSA: Windows Defender can slow down builds and tests

2016-07-20 Thread d123 . knowles
On Thursday, June 30, 2016 at 5:49:01 PM UTC-7, Gregory Szorc wrote: > I recently started using Windows as my main development environment > (because that's what most Firefox users use and I want to improve the > Firefox development experience on Windows so more people develop on > Windows). It

Re: Intent to Implement and Ship: AddEventListenerOptions.once

2016-07-20 Thread smaug
+1 For Devtools nsIEventListenerInfo need to be updated. On 07/20/2016 03:53 PM, Xidorn Quan wrote: Summary: "once" is a new option for EventTarget.addEventListener (as a member of AddEventListenerOptions dictionary), which means that the added listener should only be invoked once. It is

Re: MXR permanently offline, please transition to DXR

2016-07-20 Thread Erik Rose
> Is this also the case for non-C++ code in the tree? The non-C++ code in a C++ project updates atomically with the C++ code in order to show a coherent view (and search DB) of the project. Projects that have no build step, like webtools, obviously don't run into such build issues.

Re: MXR permanently offline, please transition to DXR

2016-07-20 Thread Andreas Tolfsen
Erik Rose writes: > > Simple question: How often is DXR refreshed from, say, > > mozilla-central. > > Every 6 hours. However, if it doesn't build successfully, it doesn't > update (since DXR uses information exfiltrated from the compiler to > give more accurate search results

Re: MXR permanently offline, please transition to DXR

2016-07-20 Thread Erik Rose
> Simple question: How often is DXR refreshed from, say, mozilla-central. Every 6 hours. However, if it doesn't build successfully, it doesn't update (since DXR uses information exfiltrated from the compiler to give more accurate search results than MXR). That's what's happening now:

Intent to Implement and Ship: AddEventListenerOptions.once

2016-07-20 Thread Xidorn Quan
Summary: "once" is a new option for EventTarget.addEventListener (as a member of AddEventListenerOptions dictionary), which means that the added listener should only be invoked once. It is something libraries like jQuery have been providing for years. And it would make writing certain type of

Re: Reproducible builds

2016-07-20 Thread Georg Koppen
Hi, David Bruant: [snip] > Out of curiosity, how has is the TOR team handled points 1 and 2? 1) We remove the .chk files before generating the final package. 2) We have deterministic tar/zip wrappers we deploy, e.g.:

Re: MXR permanently offline, please transition to DXR

2016-07-20 Thread Jörg Knobloch
Sorry for joining this thread after 77 previous posts, which, admittedly, I haven't all read. Also excuse me if I'm asking something that has been asked/answered before. I tried looking for keywords in the messages (update, index, refresh). Simple question: How often is DXR refreshed from,