Re: new build-time defines for controlling when features ship

2013-05-24 Thread Mark Finkle
> >> I've described the various defines here: > >> > >> https://wiki.mozilla.org/**Platform/Channel-specific_**build_defines > >> > > > > My understanding of this is that we were going to limit use of all > > of > > these options to

Re: new build-time defines for controlling when features ship

2013-05-24 Thread Gavin Sharp
One thing I forgot to mention explicitly but that is worth following up on: we should generally be striving to get rid of code that is enabled/disabled based on the value of MOZ_UPDATE_CHANNEL. If you are responsible for any such code, please file bugs to switch them to using these build defines, w

Re: new build-time defines for controlling when features ship

2013-05-17 Thread Gavin Sharp
[redirecting this to dev-platform only] On Fri, May 17, 2013 at 8:29 AM, Benjamin Smedberg wrote: > On 5/16/2013 8:04 PM, Gavin Sharp wrote: > >> Bug 853071 landed in the Firefox 23 cycle, adding some defines that make >> it possible to control when in the release cycle code is built. >> >> I've

Re: new build-time defines for controlling when features ship

2013-05-17 Thread Benjamin Smedberg
On 5/16/2013 8:04 PM, Gavin Sharp wrote: Bug 853071 landed in the Firefox 23 cycle, adding some defines that make it possible to control when in the release cycle code is built. I've described the various defines here: https://wiki.mozilla.org/Platform/Channel-specific_build_defines My under