Re: Transparent Black, or Are all transparent colors create equal?

2013-10-07 Thread Robert O'Callahan
On Mon, Oct 7, 2013 at 3:11 PM, Chris Peterson wrote: > I stumbled upon some layout code that for transparent colors using != or > == NS_RGBA(0,0,0,0): > > http://dxr.mozilla.org/**mozilla-central/search?q=** > regexp%3A%23[!%3D]%3D%20%3FNS_**RGBA%23

Help needed converting mochitests to manifests

2013-10-07 Thread Gregory Szorc
Would you like to make the tree build faster? Of course you do! Read on to find out how you can help. As announced a few days ago [1], mochitest tests are now declared in .ini manifest files [2] instead of Makefile.in. There are a number of advantages to declaring tests this way. One reason is

Transparent Black, or Are all transparent colors create equal?

2013-10-07 Thread Chris Peterson
I stumbled upon some layout code that for transparent colors using != or == NS_RGBA(0,0,0,0): http://dxr.mozilla.org/mozilla-central/search?q=regexp%3A%23[!%3D]%3D%20%3FNS_RGBA%23 Are those checks unnecessarily restrictive? One of the checks has a comment saying "Use the strictest match for '

Rendering meeting, Monday 5;30pm PDT ("the later time") - cancelled

2013-10-07 Thread Milan Sreckovic
With the summit just finished, and no agenda at this point, this meeting is cancelled. -- - Milan ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Poll: What do you need in MXR/DXR?

2013-10-07 Thread Jens Müller
Am 02.10.2013 21:33, schrieb Erik Rose: What features do you most use in MXR and DXR? I'd like to have the index generated by MXR/DXR integrated into an IDE (e.g., Eclipse, although I am currently not all satisfied with the handling of mixed C++/JS projects in Eclipse ...). _

Re: Faster builds, now.

2013-10-07 Thread Gijs Kruitbosch
On 07/10/13 14:11 , Honza Bambas wrote: Is this supposed to work on Windows too? a clobbered build of up to date m-c with export MOZ_PSEUDO_DERECURSE=1 gives me an error during configure phase (./mach build): No: On 10/2/2013 3:17 AM, Mike Hommey wrote: Except if you're using pymake, sadl

Re: Poll: What do you need in MXR/DXR?

2013-10-07 Thread Jesse Ruderman
Features I'd like: * Show declarations and definitions (including webidl!) above refs * context:3 * context:statement * Search only within string literals / "search by color" * A way to load ALL results (other than holding Cmd+Down) * Offer `hg grep --all --follow word file` when I click a word

Re: Faster builds, now.

2013-10-07 Thread Honza Bambas
Is this supposed to work on Windows too? a clobbered build of up to date m-c with export MOZ_PSEUDO_DERECURSE=1 gives me an error during configure phase (./mach build): 1:36.03 Traceback (most recent call last): 1:36.03 File "c:/Mozilla/src/mozilla-central/build/pymake/make.py", line 30,

Re: Xulrunner app with findbar

2013-10-07 Thread pochapskyy
Понеділок, 8 липня 2013 р. 09:47:27 UTC+3 користувач Tomasz G. написав: > Hello, > > I'm developing application using xulrunner and I need to use find bar (like > the one from Firefox). I found something like this: > > > > XUL: > > http://www.google.com/"; > type="content-primary"/> > > >