Flex issue in Firefox Beta

2014-11-05 Thread sendwithchibo
Hi, The following jsFiddle shows inconsistency between FF versions 33 and 34. In version 34, the content is not scrollable. In 33 it is. http://jsfiddle.net/vyhf2rzL/1/ Is this a bug in FF 34? ___ dev-platform mailing list

Re: Flex issue in Firefox Beta

2014-11-05 Thread Daniel Holbert
This is known/expected fallout from a spec change. See https://bugzilla.mozilla.org/show_bug.cgi?id=1043520 for other trouble that it's caused. :-/ tl;dr: you need to set min-height:0 on the 'section' to get the behavior you want. Here's the fixed version: http://jsfiddle.net/vyhf2rzL/2/

Web APIs documentation meeting Friday at 10 AM PST

2014-11-05 Thread Eric Shepherd
The Web APIs documentation meeting is Friday at 10 AM Pacific Time (see http://bit.ly/APIdocsMDN for your time zone). Everyone's welcome to attend; if you're interested in ensuring that all Web APIs are properly documented, we'd love your input. We have an agenda, as well as details on how to

Why in .manifest file, the resource directive doesn't support for '-' in alias name.

2014-11-05 Thread Yonggang Luo
For example. The following code doesn't work resource testing-commn testing-common/ ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

MozReview ready for general use

2014-11-05 Thread Mark Côté
A couple months ago I gave a sneak peak into our new repository-based code-review tool based on Review Board. I'm excited to announce that this tool, now named (descriptively but unimaginatively) MozReview, is ready for general use. In the interests of beta-testing our documentation at the same

NS_StackWalk is totally broken on Win64

2014-11-05 Thread Nicholas Nethercote
Hi, NS_StackWalk is totally broken on Win64. I've been looking into this because it prevents DMD from working usefully, but I am stuck. Details are in https://bugzilla.mozilla.org/show_bug.cgi?id=1088343. You can see examples of this in debug mochitest logs when assertions failures occur. E.g.

Re: Why in .manifest file, the resource directive doesn't support for '-' in alias name.

2014-11-05 Thread Dave Townsend
On Wed, Nov 5, 2014 at 7:20 PM, Yonggang Luo luoyongg...@gmail.com wrote: For example. The following code doesn't work resource testing-commn testing-common/ Do you have any details on what problems or error messages you see with that. As far as I can see a hyphen should be just fine, in

Re: Session Restore (sessionstore)

2014-11-05 Thread jlouzado
On Thursday, 26 June 2014 21:03:22 UTC+5:30, Tobias Besemer wrote: A new topic to move the discussions from the bugs to this group. Bug 669034 - (sessionRestoreJank) [meta] Re-architect session restore to avoid periodic freezes https://bugzilla.mozilla.org/show_bug.cgi?id=669034 Bug