Re: Testing single platforms on Try? Use Linux64 instead of Linux32 for fastest turnaround

2014-07-03 Thread trinaholden4
___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Firefox heap-textures usage

2014-07-03 Thread Benoit Jacob
Please file a bug on bugzilla, product: Core, component: Graphics, and CC bas.schouten. This about:memory report says you have 4G of textures; that seems too much; and the fact that 'explicit' is above 4G suggests that that is for real and not just a bug in this counter-based memory reporter. Beno

Firefox heap-textures usage

2014-07-03 Thread Wesley Hardman
I was wondering why I was running low on memory, then noticed Firefox. Heap textures seems rather large (can't drill down any). I don't have that many tabs open (Window1 3 + Window2 2) for a total of 5. CC/GC didn't help any. I also closed the only tab that might be heavy on the graphics. I

Re: moz.build doesn't support for building XPI_PKGNAME USE_EXTENSION_MANIFEST DIST_FILES

2014-07-03 Thread Gregory Szorc
On 7/3/14, 1:22 AM, Yonggang Luo wrote: This is the blocker that stops the remove of Makefile.in in building systems. Not all variables have been ported to moz.build yet. It's perfectly acceptable to define this variable in a Makefile.in for the time being. __

More control over request headers

2014-07-03 Thread Anne van Kesteren
As part of designing the fetch() API we try to offer web developers detailed control over the request and response. Even more so than XMLHttpRequest. E.g. the idea is that in due course we offer response's body as a stream, on which content codings will not have been removed. Now for the request

moz.build doesn't support for building XPI_PKGNAME USE_EXTENSION_MANIFEST DIST_FILES

2014-07-03 Thread Yonggang Luo
This is the blocker that stops the remove of Makefile.in in building systems. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform