Re: XUL Runner, and the future.

2013-10-23 Thread nicholasrshiell
On Wednesday, August 15, 2012 4:45:14 AM UTC+1, andreas...@gmail.com wrote: > Hi. > > > > I am curious if XUL Runner has an End-Of-Life policy? > > Or is it intimately connected with Firefox, i.e. as long as there is Firefox > releases based on XUL there will be XUL Runner available too? > >

Re: Removing a window from the session store

2013-10-23 Thread Ehsan Akhgari
On 2013-10-23 8:39 AM, Matthew Gertner wrote: On Wednesday, October 23, 2013 2:36:12 PM UTC+2, David Rajchenbach-Teller wrote: At the moment, there is no good way to do what you need. The only solution I can think of would be to configure your popup to be in private browsing mode. Would that wor

Re: how long are we continuing 32-bit OS X support?

2013-10-23 Thread Chris Peterson
On 10/22/13, 4:54 AM, Henri Sivonen wrote: On Mon, Oct 21, 2013 at 8:14 PM, Ehsan Akhgari wrote: Note that we also use this to support 32-bit plugins, For reference, even though Flash and Java are 64-bit on Mac, notable 32-bit plug-ins include: * Silverlight (DRM for Netflix) * Widevine M

W3C Proposed Recommendation: CSS Style Attributes

2013-10-23 Thread L. David Baron
CSS Style Attributes is a W3C proposed recommendation: http://www.w3.org/TR/css-style-attr This means the W3C membership (including Mozilla) has the chance to vote on its advancement to Recommendation. I currently intend to vote in support, without comments. If there are any comments or objecti

Re: Debugging armv6 test failures

2013-10-23 Thread Kyle Huey
Ok, I guess that changes it from "prefer to gouge my eyeballs out" to "only excruciatingly painful". - Kyle On Wed, Oct 23, 2013 at 6:51 PM, Ted Mielczarek wrote: > On 10/23/2013 3:11 AM, Kyle Huey wrote: > > Is armv6 a tier 1 platform? Who can help with debugging test failures > that > > onl

Re: Removing a window from the session store

2013-10-23 Thread Neil
Matthew Gertner wrote: The most flexible option might be an API to cause a window to opt out of session saving completely. Probably not relevant to you but on SeaMonkey the secret sauce to opting out of session saving is to remove the windowtype attribute very early on (onload handler is e

Re: nsGUIEvent.h related stuff has been sorted out

2013-10-23 Thread Jonathan Watt
On 23/10/2013 09:18, Masayuki Nakano wrote: I hope this change makes you happy! It does - this is great stuff! Thank you for all your work on this! -- Masayuki Nakano Manager, Internationalization, Mozilla Japan. ___ dev-platform mailing list de

Re: nsGUIEvent.h related stuff has been sorted out

2013-10-23 Thread Ehsan Akhgari
On 2013-10-23 3:18 AM, Masayuki Nakano wrote: I hope this change makes you happy! Thanks for doing this! Ehsan ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Removing a window from the session store

2013-10-23 Thread David Rajchenbach-Teller
Yes, please do. There's a component Session Restore. Cheers, David On 10/23/13 2:39 PM, Matthew Gertner wrote: > On Wednesday, October 23, 2013 2:36:12 PM UTC+2, David Rajchenbach-Teller > wrote: >> At the moment, there is no good way to do what you need. The only >> solution I can think of wou

Re: C++ Standards Committee meeting next week

2013-10-23 Thread Botond Ballo
> There is a Reflection Study Group (a sub-group of the Committee which > focuses on a particular area) which is tasked with investigating > language and library extensions for compile-time and runtime reflection. > The majority of the interest so far has been for compile-time reflection, > but I b

Re: how long are we continuing 32-bit OS X support?

2013-10-23 Thread Armen Zambrano G.
Releng note: if we stop it, we could also get much better test capacity on tbpl as we could re-purpose our 10.6 test infrastructure. cheers, Armen On 2013-10-21 1:14 PM, Ehsan Akhgari wrote: > Note that we also use this to support 32-bit plugins, so our target > audience is not just 10.6 users. >

Re: Removing a window from the session store

2013-10-23 Thread Matthew Gertner
On Wednesday, October 23, 2013 2:36:12 PM UTC+2, David Rajchenbach-Teller wrote: > At the moment, there is no good way to do what you need. The only > solution I can think of would be to configure your popup to be in > private browsing mode. Would that work for you? That might be a good solution.

Re: Removing a window from the session store

2013-10-23 Thread David Rajchenbach-Teller
At the moment, there is no good way to do what you need. The only solution I can think of would be to configure your popup to be in private browsing mode. Would that work for you? On 10/23/13 2:33 AM, Ehsan Akhgari wrote: > On 2013-10-22 12:52 PM, Matthew Gertner wrote: >> I am trying to close a

Re: Debugging armv6 test failures

2013-10-23 Thread Ted Mielczarek
On 10/23/2013 3:11 AM, Kyle Huey wrote: > Is armv6 a tier 1 platform? Who can help with debugging test failures that > only happen on armv6? > Yes, AIUI. Note that we're not running armv6 tests on armv6 hardware, so you should be able to reproduce test failures by running the armv6 builds on what

Re: Faster builds, now ; on windows, too.

2013-10-23 Thread Neil
Mike Hommey wrote: On Tue, Oct 22, 2013 at 10:06:13AM +0100, Neil wrote: David Rajchenbach-Teller wrote: Wouldn't it be interesting to also have a ./mach build frontend that repackages XUL and js code? Does ./mach build chrome work? make chrome/mach build chrome doesn't do everyth

nsGUIEvent.h related stuff has been sorted out

2013-10-23 Thread Masayuki Nakano
Hello. I'd like to share the information about new event related stuff in Gecko. nsGUIEvent.h defined and implemented all events (except nsMutationEvent). Additionally, it's included by a lot of files including some headers. So, this caused changes in the header needing to waste long time for

Debugging armv6 test failures

2013-10-23 Thread Kyle Huey
Is armv6 a tier 1 platform? Who can help with debugging test failures that only happen on armv6? - Kyle ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Monitoring software being installed on performance test machines

2013-10-23 Thread Avi Hal
Looking forward to this. We've had bimodal results for a while now (bug 90), which we think might be CPU throttling due to heat. Such tooling could help confirm or reject this hypothesis. -avih ___ dev-platform mailing list dev-platform@lists.mozil