Re: Proposal: Change the coding style guide to allow an 'o' prefix to indicate out-params

2014-12-06 Thread Xidorn Quan
On Thu, Dec 4, 2014 at 11:28 AM, Robert O'Callahan wrote: > On Thu, Dec 4, 2014 at 12:35 PM, Seth Fowler wrote: > > > I’d like to change the coding style guide to let us make out-params more > > obvious by using an ‘o’ prefix for their name instead of an ‘a’. For > > example, > > > > nsresult Mo

Scott Meyers new book Effective Modern C++

2014-12-06 Thread Jonathan Watt
On his blog he has a discount code you can use on the publishers site for those of you who care to have a copy of the new C++11/C++14 book. http://scottmeyers.blogspot.com/2014/12/effective-modern-c-exists.html ___ dev-platform mailing list dev-platfor

Re: Bug 639134 changed boolean "browser.display.use_document_colors" to tristate "browser.display.document_color_use"

2014-12-06 Thread Gijs Kruitbosch
(replying to m.d.platform, but also pulling some folks into the CC list) Hi Philip, Thanks for raising this. On 05/12/2014 23:13, Philip Chee wrote: I think the changes for this bug are sub-optimal. First: https://hg.mozilla.org/mozilla-central/rev/460d573b8822#l3.17 + + + It's never explai

Re: Proposal: Standardize initializer list formatting in our coding style guide

2014-12-06 Thread Aryeh Gregor
On Wed, Dec 3, 2014 at 11:54 PM, Seth Fowler wrote: > So I noticed that we don’t say anything about initializer list formatting in > our coding style guide. I’d like to propose that we standardize this > formatting: > > Foo::Foo(int aBar, char aBaz) > : mBar(aBar) > , mBaz(aBaz) > { > …. >

Re: Proposal: Change the coding style guide to allow an 'o' prefix to indicate out-params

2014-12-06 Thread Aryeh Gregor
On Sat, Dec 6, 2014 at 1:31 AM, Botond Ballo wrote: > In APZ code, we've been using the prefix 'aOut' for out-parameters. This > keeps them consistent with the general rule of "'a' for arguments" while > identifying out-parameters with a convention. This is what I'm accustomed to as well. I pr

Can gecko be used as a Window manager in Linux CLI as it is used Firefox OS?

2014-12-06 Thread Ankit ladhania
I was thinking of using building a desktop environment that was build using HTML, CSS and JavaScript. I have read about Firefox OS and i know that Gecko is used as a Windows Manager in it. So i want to use it to make DE for my desktop. Does this kind of project already exists ? I can use some

Re: Bug 639134 changed boolean "browser.display.use_document_colors" to tristate "browser.display.document_color_use"

2014-12-06 Thread Philip Chee
On 06/12/2014 23:42, Gijs Kruitbosch wrote: > (replying to m.d.platform, but also pulling some folks into the CC list) > > Hi Philip, > > Thanks for raising this. > > On 05/12/2014 23:13, Philip Chee wrote: >> I think the changes for this bug are sub-optimal. >> >> First: >> >> https://hg.mozill