Re: 32-bit Windows builds will fail.

2015-02-26 Thread Xidorn Quan
We will probably need to integrate telemetry to mach :) On Fri, Feb 27, 2015 at 10:06 AM, Kyle Huey m...@kylehuey.com wrote: Is there evidence that real humans are affected by this? - Kyle On Thu, Feb 26, 2015 at 2:57 PM, Mike Hoye mh...@mozilla.com wrote: As far as I can tell from Bug

Fwd: Firefox still blocks the (fixed) Java Deployment Toolkit click-to-play popup displays wrong item repeatedly

2015-02-26 Thread Markus Schlegel
Hi I am posting this to the dev mailing list since it was suggested so in the discussion for https://bugzilla.mozilla.org/show_bug.cgi?id=636633 . I am a Java Developer for 20 years and while many of the applets I wrote in these years are not used anymore, there are still some which still are in

Syncing 2 scrolling operations

2015-02-26 Thread Paul Rouget
I need a pretty picture to explain my problem: http://people.mozilla.org/~prouget/scrollIssue.png A typical mechanism in mobile web browsers is to hide the browser toolbar as the user scrolls. A way to do it in HTML, with Gecko (I believe this is how it works in Firefox OS), is to have a

Synchronous clientHeight to transitionend leading to double entry in a function

2015-02-26 Thread James Burke
The details are in: https://bugzilla.mozilla.org/show_bug.cgi?id=1135960 In the gaia email app, we have come across a case where a clientHeight check in a function leads to synchronous notification of a transitionend listener, which then leads to the same function being called and completed while

Re: Intent to implement and ship extended FormData methods

2015-02-26 Thread nsm . nikhil
On Thursday, January 29, 2015 at 4:57:00 PM UTC-5, nsm.n...@gmail.com wrote: Summary: FormData[1] has been an append only interface since it was introduced. The WHATWG version of the XHR spec added several methods to has/get/set/delete on the entries and introduced iteration support. This

Re: Syncing 2 scrolling operations

2015-02-26 Thread kgupta
On Thursday, February 26, 2015 at 1:06:15 PM UTC-5, Paul Rouget wrote: I need a pretty picture to explain my problem: http://people.mozilla.org/~prouget/scrollIssue.png Thanks for the pretty picture! It makes it much easier to visualize the problem :) I tried to scroll the parent and the

32-bit Windows builds will fail.

2015-02-26 Thread Mike Hoye
As far as I can tell from Bug 1110236 and my own testing, it's no longer possible to build Firefox on 32-bit Windows systems. Recent changes to how we use our linker will reliably cause the error described in the bug. I've filed bug 1137346 to that effect; I don't see an answer, and I

Re: 32-bit Windows builds will fail.

2015-02-26 Thread Kyle Huey
Is there evidence that real humans are affected by this? - Kyle On Thu, Feb 26, 2015 at 2:57 PM, Mike Hoye mh...@mozilla.com wrote: As far as I can tell from Bug 1110236 and my own testing, it's no longer possible to build Firefox on 32-bit Windows systems. Recent changes to how we use our

Re: 32-bit Windows builds will fail.

2015-02-26 Thread Kyle Huey
On Thu, Feb 26, 2015 at 3:17 PM, mhoye mh...@mozilla.com wrote: 1110236 Ah, I see. So the problem is 32 bit Windows on 64 bit capable hardware? Is that common? I was thinking we were dealing with 32 bit hardware, which is probably so ancient at this point that building Firefox would be

Re: 32-bit Windows builds will fail.

2015-02-26 Thread mhoye
This was brought to our attention by a community contributor named Ankit in bug 1110236. - mhoye On Feb 26, 2015, 6:06 PM, at 6:06 PM, Kyle Huey m...@kylehuey.com wrote: Is there evidence that real humans are affected by this? - Kyle On Thu, Feb 26, 2015 at 2:57 PM, Mike Hoye

Re: I was using xulrunner to developing desktop application, so I want to storage the indexDB files in to customized place other than %AppData%/

2015-02-26 Thread Yonggang Luo
Does that means I can use Directory Provider to redirect any folder? such as indexedDBPDir? ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform