Re: Shutting off leak tests?

2013-07-16 Thread Jesse Ruderman
On Monday, July 15, 2013 3:09:05 PM UTC-7, Kyle Huey wrote: > FWIW now that we have AWSY and we don't really care about > shutdown leaks > > specifically I don't think these tests are very useful to > memshrink anymore. AWSY is not a replacement for shutdown-leak testing. It's limited to code

Three RDFa-related W3C Proposed (Edited) Recommendations

2013-07-16 Thread L. David Baron
The W3C has released three RDFA-related documents, one proposed recommendation: HTML+RDFa 1.1: http://www.w3.org/TR/2013/PR-html-rdfa-20130625/ and two proposed edited recommendations (which contain only editorial changes): RDFa 1.1 Core: http://www.w3.org/TR/2013/PER-rdfa-core-20130625/

Re: running tests in HiDPI mode on the build machines

2013-07-16 Thread Georg Fritzsche
On 11.07.2013, at 09:11, Cameron McCormack wrote: > This proposal is just to affect how content is rendered, by setting that > pref. If it's a XUL UI it should render at the higher resolution. It > wouldn't cause native UI to be rendered differently. I don't really know how > we'd achieve th

Re: Shutting off leak tests?

2013-07-16 Thread Ehsan Akhgari
It's not exactly a knee jerk reaction. We discussed this quite a while ago as I mentioned earlier and there were more arguments in favor of turning these off. It's just that the work was never done. And in the mean time we have got much more useful test suites, such as AWSY which actually help u

Re: Do you consider to port mp3 support on Windows XP

2013-07-16 Thread Ralph Giles
On 13-07-16 11:15 AM, Ludovic Chenneberg wrote: > I'm working on a html 5 interactive player that 100% compatible with Chrome > from XP to Window 8. > I Saw that the support of mp3 and mp4 has been introduced in firefox on v21 > for win 7 and v22 for Vista. Porting mp3 playback support to WinXP

Do you consider to port mp3 support on Windows XP

2013-07-16 Thread Ludovic Chenneberg
I'm working on a html 5 interactive player that 100% compatible with Chrome from XP to Window 8. I Saw that the support of mp3 and mp4 has been introduced in firefox on v21 for win 7 and v22 for Vista. Do you consider to port these formats on Windows XP? _

Re: Double-click test

2013-07-16 Thread Ehsan Akhgari
On 2013-07-16 6:52 AM, Neil wrote: How do I write a test for a double-click event, or does anyone know an existing test that I can cargo-cult from? synthesizeMouse(element, x, y, {clickCount: 2}, window); should do it. Cheers, Ehsan ___ dev-platfor

Re: new root certs

2013-07-16 Thread Gervase Markham
On 15/07/13 17:56, emada.ad...@gmail.com wrote: > How can i add a new root cert to xulrunner from the command line in linux? Ask in mozilla.dev.tech.crypto. Gerv ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/lis

Re: Generic data update service?

2013-07-16 Thread Gervase Markham
On 15/07/13 14:57, Benjamin Smedberg wrote: > Or it means that we need to be willing to issue dot-releases to update > these items. We're pretty nimble with the desktop release cycle already. > We should definitely measure this tradeoff before doing a bunch of > engineering on this. As I understand

Running talos through mozharness

2013-07-16 Thread Armen Zambrano G.
Hi, We have recently been working hard to separate the buildbot logic that runs our talos jobs on tbpl to its own separate script (using mozharness). [1][2] This has the advantage of permitting anyone (specially the a-team) to adjust how our harnesses run talos inside of our infrastructure wi

Re: Shutting off leak tests?

2013-07-16 Thread Steven Michaud
> Steven, anyone else that can take a look at this mac bug? Not that I'm aware of. And are we sure this *is* a Mac bug? I've never seen anything like it in any other context, so I think this is most likely to be a tests bug. So the best person to look at it is probably someone who knows a lot a

Double-click test

2013-07-16 Thread Neil
How do I write a test for a double-click event, or does anyone know an existing test that I can cargo-cult from? -- Warning: May contain traces of nuts. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev

i2space introduces B2B Travel Portal with API Integration

2013-07-16 Thread i2space
I2space technologies is leading online travel portal that sells travel related products and services to potential clients. We provide b2b travel portal, travel portal api, and travel portal white label in India at very affordable rates. For more details please contact us at 9052266440 / 97045365

Re: Using C++0x auto

2013-07-16 Thread Mike Hommey
On Sat, Jul 13, 2013 at 01:15:31PM -0700, Kyle Huey wrote: > We've dropped support for versions of MSVC prior to 2010, and we're > requiring at least GCC 4.4. According to [0] that means we should be > able to use *auto*. Anybody know any reasons why we can't start using > it? Filed bug 894242.