Mac OS X 10.7 SDK or later now required for Mac builds

2014-07-31 Thread Steven Michaud
Here's a heads up for people doing local Mac builds of Firefox, and possibly also some who manage automated builds: As of the patch for https://bugzilla.mozilla.org/show_bug.cgi?id=941296, which landed on the trunk early this morning, you can no longer build with the OS X 10.6 SDK. Instead you

Re: Shutting off leak tests?

2013-07-16 Thread Steven Michaud
turn leak testing off > before anyone actually does any engineering. Steven, anyone else that > can take a look at this mac bug? >> Steven Michaud <mailto:smich...@pobox.com> >> July 15, 2013 2:15 PM >> I'd say go ahead and shut them off. >> >> I'm

Re: Shutting off leak tests?

2013-07-15 Thread Steven Michaud
I'd say go ahead and shut them off. I'm not going to have time to investigate this for the foreseeable future. I'm already dealing with one very difficult (and possibly intractable) tests bug (https://bugzilla.mozilla.org/show_bug.cgi?id=884471), and that's more than enough at one time :-( On 7/

Re: Mac OS X 10.5 Support Plans (Updated)

2012-08-07 Thread Steven Michaud
We'll need universal binaries as long as 32-bit-only plugins still exist. To run a 32-bit plugin on a 64-bit machine, we (by default) use IPC. The host process runs in 64-bit mode, while the plugin process runs in 32-bit mode. Or if the user wants to run the plugin in-process (and changes the def