Re: Bypassing about:home/privacy page loads on new test profile builds via mach

2018-11-09 Thread Brian Grinstead
Thanks for the list, that looks like a nice set of defaults. I wanted to add a few related things: - In addition to setting prefs via machrc you can use `--setpref`. For example `./mach run --setpref browser.newtabpage.enabled=false` which would then override the value in your machrc file. Both

Re: Bypassing about:home/privacy page loads on new test profile builds via mach

2018-10-28 Thread Cameron McCormack
On Tue, Oct 23, 2018, at 9:53 AM, Kyle Machulis wrote: > Adding the following prefs turns off all new profile about:home loads > and just starts the browser with about:blank: > > [runprefs] > browser.startup.blankWindow=true > browser.newtabpage.enabled=false > browser.startup.firstrunSkipsHomepag

Bypassing about:home/privacy page loads on new test profile builds via mach

2018-10-22 Thread Kyle Machulis
I've got some gecko checkouts set in debug mode that I often have to rebuild, meaning their test profile may be removed/regenerated at times. Bringing up a new firefox profile with the default about:home and privacy warnings can take a while. Thanks to some help from nalexander in #build, I've figu