Re: PSA: MOZ_OVERRIDE and MOZ_FINAL are gone

2015-03-22 Thread cpearce
Are the override and final keywords available only in Gecko 39 onwards, or can we assume that these keywords will work in earlier branches? For example, say I have a patch using these keywords that needs to be uplifted to Aurora or Beta, should I use the old macros in the uplifted patch and not

Re: RFC: what's the correct behavior for Visual Studio projects and unified builds?

2015-03-12 Thread cpearce
Intellisense and other code navigation things all work now in the generated project file. This is awesome, thanks! Chris Pearce. On Friday, March 13, 2015 at 10:13:55 AM UTC+13, Nathan Froyd wrote: > On Thu, Mar 12, 2015 at 5:39 AM, Chris Pearce wrote: > > > Breaking VisualStudio Intellisens