Re: Building the Mozilla platform on Darwin/X11

2013-01-03 Thread Jashank Jeremy
G'day, On Wed, Jan 02, 2013 at 10:17:16AM -0800, Jeremy Huddleston Sequoia wrote: I haven't been maintaining it for the past few releases because there were too many instances of developers continuing to assume that mac == cocoa == bundled app. With every release, there seemed to be more such

Re: removing warning/debug messages from NSPR (debug) logging

2013-01-03 Thread Ehsan Akhgari
On 2013-01-03 1:28 PM, Benjamin Smedberg wrote: On 1/3/13 1:23 PM, Boris Zbarsky wrote: On 1/3/13 1:08 PM, Benjamin Smedberg wrote: Do we know why this was happening? The log module specifies nsDebug, and it should only be written to the log if PR_LOG_MODULES includes nsDebug. It's because

Re: Use of instanceof SomeDOMInterface in chrome and extensions

2013-01-03 Thread Neil
Bobby Holley wrote: In the long term, I'd like for Xray wrappers to behave more logically with respect to the prototype chain than they have in the past. Some nodes, such as HTMLImageElement nodes, expose more properties on their Xray wrappers than on their content wrappers. Does this apply

Emacs and vim modelines

2013-01-03 Thread Nicholas Nethercote
Hi https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style says that mozilla code files should have the following Emacs and Vim mode lines: /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ AIUI, |tab-width| in

Re: Emacs and vim modelines

2013-01-03 Thread Benjamin Smedberg
On 1/3/13 7:44 PM, Nicholas Nethercote wrote: Hi https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style says that mozilla code files should have the following Emacs and Vim mode lines: /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim:

Re: Emacs and vim modelines

2013-01-03 Thread L. David Baron
On Thursday 2013-01-03 20:02 -0500, Benjamin Smedberg wrote: On 1/3/13 7:44 PM, Nicholas Nethercote wrote: Hi https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style says that mozilla code files should have the following Emacs and Vim mode lines: /* -*- Mode: C++;

Re: Emacs and vim modelines

2013-01-03 Thread L. David Baron
On Thursday 2013-01-03 16:44 -0800, Nicholas Nethercote wrote: https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style says that mozilla code files should have the following Emacs and Vim mode lines: /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2

Re: Emacs and vim modelines

2013-01-03 Thread Nicholas Nethercote
On Thu, Jan 3, 2013 at 5:13 PM, Justin Lebar justin.le...@gmail.com wrote: Are there any common installations of vi/vim that actually honor modelines anymore? The ones on the Linux distros that I used stopped doing so as a security measure. Mine (vanilla Ubuntu 12.10) does. I had to |set