Platform SDK: What do we really want it to be?

2014-02-05 Thread ajvincent
Hi, everyone. There's general consensus that we want to terminate XULRunner as a project and replace it with a Firefox Platform SDK (name to be determined). [1] However, what precisely we want that SDK to do, and to support, we haven't figured out yet. I recently submitted a bug and patch to

Re: Proposing changes to how mach does environment detection

2014-02-05 Thread Gavin Sharp
Whose workflow requires calling mach not in an objdir or srcdir? That seems crazy and no one should do it! Similarly, it seems like all of the ambiguous cases you mention should be aborts, because I don't know of any reasonable cases where someone would be in that situation, and "picking one" just

Re: Intent to ship background-blend-mode

2014-02-05 Thread Rik Cabanier
On Wed, Feb 5, 2014 at 9:08 PM, L. David Baron wrote: > On Wednesday 2014-02-05 20:37 -0800, Rik Cabanier wrote: > > Spec > > http://www.w3.org/TR/compositing-1/#background-blend-mode > > > > > > *Summary* > > > > This new CSS property allows you to specify blending between background > images >

Re: Intent to ship background-blend-mode

2014-02-05 Thread L. David Baron
On Wednesday 2014-02-05 20:37 -0800, Rik Cabanier wrote: > Spec > http://www.w3.org/TR/compositing-1/#background-blend-mode > > > *Summary* > > This new CSS property allows you to specify blending between background images > and the background color. I'm a little concerned about shipping backgr

Intent to ship background-blend-mode

2014-02-05 Thread Rik Cabanier
Primary eng emails caban...@adobe.com, ol...@adobe.com, scrac...@adobe.com Spec http://www.w3.org/TR/compositing-1/#background-blend-mode *Summary* This new CSS property allows you to specify blending between background images and the background color. The specification just transitioned to C

Proposing changes to how mach does environment detection

2014-02-05 Thread Gregory Szorc
There are a number of people who can't use mach because of the way it does environment detection (e.g. how it resolves object directories and other paths). There are numerous bugs on the issue. We even have bug 912114 tracking everywhere that mach and the build system is doing something wrong

Re: Subpixel AA text rendering on OSX

2014-02-05 Thread Markus Stange
On 04.02.14 23:54, Karl Tomlinson wrote: On Tue, 21 Jan 2014 12:27:12 -0500, Jeff Muizelaar wrote: [...] OS X supports drawing subpixel-AA to partially transparent surfaces. I believe the amount of sub pixel AA depends on the alpha of the surface. (Imagine drawing sub-pixel aa text to a transpa

Re: Please handle non-printable keys with keydown event handler instead of keypress event handler

2014-02-05 Thread Masayuki Nakano
On 2014/02/05 16:41, Robert O'Callahan wrote: Isn't it likely that Web sites depend on the existing behavior too? I'm not sure until we change the behavior actually. The D3E spec is defined from behavior of other browsers (IE/Blink/WebKit/Presto). So, I believe that there is no problem on c