Re: Documenting uses of Github at Mozilla

2014-10-10 Thread Laura Thomson
One thing to bear in mind re: moving things into the main Mozilla org is that orgs have a maximum number of private repos, and we're bumping up against that limit. If you want a private repo, consider putting it elsewhere. ___ dev-platform mailing list

Re: [RFC] Linux HiDPI support: choose default scale factor based on DPI

2014-10-10 Thread Giuseppe Bilotta
On Fri, Oct 10, 2014 at 8:39 AM, Mike Hommey wrote: > On Thu, Oct 09, 2014 at 11:18:28PM -0700, Robert O'Callahan wrote: >> >> We should really follow what GTK does. E.g. whatever scale factor GTK uses >> for system/application icons by default, we should match it. Icons in the >> Firefox UI shoul

Re: [RFC] Linux HiDPI support: choose default scale factor based on DPI

2014-10-10 Thread Nicolas Silva
In the mean time we should really detect hidpi screens and default to an appropriate scale. The current scale is a terrible experience on a hidpi screen. I filed bug 1081142. Cheers, Nical On Fri, Oct 10, 2014 at 8:39 AM, Mike Hommey wrote: > On Thu, Oct 09, 2014 at 11:18:28PM -0700, Robert O'

Re: Intent to implement: `//# sourceURL=display-url.js` in Error.prototype.stack

2014-10-10 Thread David Rajchenbach-Teller
This would be very useful. I suspect that we can use it to speed up and decrease the memory usage of the worker module loader. Cheers, David On 10/10/14 00:36, Fitzgerald, Nick wrote: > # Summary > > By appending "//# sourceURL=foo.js" to script text that is being passed > to `eval`, `new Functi