Re: Exporting user configurations

2014-08-18 Thread gNeandr
On 19.08.2014 01:19, Nicholas Nethercote wrote: Hi, I wrote a blog post about a bug that was hard to diagnose because it involved a rarely-used cookie-related preference (https://blog.mozilla.org/nnethercote/2014/08/15/the-story-of-a-tricky-bug/). One of the commenters made an interesting sugges

Re: Exporting user configurations

2014-08-18 Thread Dave Townsend
I seem to remember that the SUMO folk had an add-on that would install restartlessly and gather system info to pass along to them. I don't remember the specifics though. On Mon, Aug 18, 2014 at 4:19 PM, Nicholas Nethercote wrote: > Hi, > > I wrote a blog post about a bug that was hard to diagno

Re: Exporting user configurations

2014-08-18 Thread Neil
Nicholas Nethercote wrote: One of the commenters made an interesting suggestion: some kind of about:config export tool that would make it easier for Firefox devs to reproduce these kinds of problems. The profile prefs.js only contains the modified preferences, if that's all you need. --

Exporting user configurations

2014-08-18 Thread Nicholas Nethercote
Hi, I wrote a blog post about a bug that was hard to diagnose because it involved a rarely-used cookie-related preference (https://blog.mozilla.org/nnethercote/2014/08/15/the-story-of-a-tricky-bug/). One of the commenters made an interesting suggestion: some kind of about:config export tool that w