Re: The War on Warnings

2015-06-03 Thread Karl Tomlinson
Martin Thomson writes: > I guess that most of these are as a result of actual problems, > even if they are minor. The ones that are actual problems would be the ones that are harder to resolve. In my experience, however, when I've seen many of one kind of warning, investigation has revealed that

Re: what is new in talos, what is coming up

2015-06-03 Thread Karl Tomlinson
Thanks, Joel. I've benefited from being able to use perf.html#/comparechooser and will look forward to the performance discussion. jma...@mozilla.com writes: > 2) compare-talos is in perfherder > (https://treeherder.mozilla.org/perf.html#/comparechooser), other instances of > compare-talos have

Re: The War on Warnings

2015-06-03 Thread Martin Thomson
On Wed, Jun 3, 2015 at 6:14 PM, Eric Rahm wrote: > I generated this list by grabbing the logs for a recent m-c linux64 debug > run, normalizing out PIDs and timestamps and then doing some sort/uniq-fu to > get counts of unique lines. If your tool could be turned into a web page that runs again

Re: Linked Data and a new Browser API event

2015-06-03 Thread Michael[tm] Smith
[re-sending with Marcos actually Cc’ed this time] Marcos, if you’ve not been following along already, full context starts at https://lists.mozilla.org/pipermail/dev-platform/2015-May/010149.html Anne van Kesteren , 2015-06-02 08:31 +0900: > On Sun, May 31, 2015 at 5:09 AM, Jonas Sicking wrote: >

Re: Linked Data and a new Browser API event

2015-06-03 Thread Michael[tm] Smith
[cc’ing Marcos] Marcos, if you’ve not been following along already, full context starts at https://lists.mozilla.org/pipermail/dev-platform/2015-May/010149.html Anne van Kesteren , 2015-06-02 08:31 +0900: > On Sun, May 31, 2015 at 5:09 AM, Jonas Sicking wrote: > > We should use whatever formats p

Re: Linked Data and a new Browser API event

2015-06-03 Thread Michael[tm] Smith
Benjamin Francis , 2015-06-03 19:42 +0100: ... > Open Graph is quite primitive in comparison to other formats in terms of > what can be expressed (and it's not clear to me whether it validates as > either valid HTML5 or valid RDFa) It’s not valid HTML(5), because the HTML spec doesn’t allow the me

Re: PSA: wiki page for platform-specific defines

2015-06-03 Thread Xidorn Quan
I guess it is probably better to add different color on "true" and "false", which should improve the readability. Or probably just remove all "false"? - Xidorn On Thu, Jun 4, 2015 at 4:04 AM, wrote: > I created a new wiki page to document which platform/widget defines are > true where: > https:

The War on Warnings

2015-06-03 Thread Eric Rahm
We emit a *lot* of runtime warnings when running debug tests. I inadvertently triggered a max log size failure during a landing this week which encouraged me to take a look at what all is being logged, and what I found was a ton of warnings (sometimes accompanied by stack traces). Most of these

Re: DXR 2.0 staged. Feedback please!

2015-06-03 Thread Erik Rose
> Is indexing all the various release branches a blocker? For decommissioning MXR it is. We'll have all the trees MXR does before we think about turning it off. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listi

Re: DXR 2.0 staged. Feedback please!

2015-06-03 Thread Ryan VanderMeulen
On 6/3/2015 3:10 PM, Erik Rose wrote: DXR 2.0 is about to land! This is a major revision touching every part of the system, swapping out SQLite for elasticsearch, and replacing many hard-coded C++ assumptions with a language-independent plugin interface. Please take it for a spin on the stagin

Re: DXR 2.0 staged. Feedback please!

2015-06-03 Thread Erik Rose
> What is the relative priority of permalinks to specific revisions? High! My great new intern Peter has a PR open right now: https://github.com/mozilla/dxr/pull/419 ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/

Re: DXR 2.0 staged. Feedback please!

2015-06-03 Thread Nick Fitzgerald
Looking forward to eventually getting better JS searching via the multi-language support! What is the relative priority of permalinks to specific revisions? On Wed, Jun 3, 2015 at 12:10 PM, Erik Rose wrote: > DXR 2.0 is about to land! This is a major revision touching every part of > the system

DXR 2.0 staged. Feedback please!

2015-06-03 Thread Erik Rose
DXR 2.0 is about to land! This is a major revision touching every part of the system, swapping out SQLite for elasticsearch, and replacing many hard-coded C++ assumptions with a language-independent plugin interface. Please take it for a spin on the staging server at http://dxr.allizom.org/, and

Re: How to automatically start remote debugger and automatically connect the xulrunner application

2015-06-03 Thread Philipp Kewisch
On 6/3/15 7:10 PM, 罗勇刚(Yonggang Luo) wrote: > And stop when connected. > > firefox -chrome chrome://browser/content/devtools/connect.xhtml > This can open the connect page, but can not automatically connect. > Heya, check out what I did in bug 1132524, this is for Thunderbird but it sounds lik

Re: what is new in talos, what is coming up

2015-06-03 Thread jmaher
Things are still changing with Talos- many things are becoming easier, while others still have kinks to work out- here are a few things which have changed recently: 1) Android talos has been reduced to what is useful- it should run faster and sets us up for migrating to autophone next quarter 2

Re: Linked Data and a new Browser API event

2015-06-03 Thread Benjamin Francis
Thanks for all the responses so far! Comments inline... On 30 May 2015 at 21:09, Jonas Sicking wrote: > We should use whatever formats people are using to mark up pages. If that > is microdata we should use that. If it's RDF we should use that. If its > JSONLD we should use that. > Agree, that's

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

2015-06-03 Thread Daniel Veditz
The Java Deployment Kit can be used to force the use of a down-rev vulnerable version of Java if it's installed and even prompt for its installation (which a large number of users will fall for, even if a small percent). It's an enterprise feature and an enterprise-managed deployment of Firefox can

How to automatically start remote debugger and automatically connect the xulrunner application

2015-06-03 Thread Yonggang Luo
And stop when connected. firefox -chrome chrome://browser/content/devtools/connect.xhtml This can open the connect page, but can not automatically connect. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo ___ dev-platform mailing list dev-platfor

PSA: wiki page for platform-specific defines

2015-06-03 Thread kgupta
I created a new wiki page to document which platform/widget defines are true where: https://wiki.mozilla.org/Platform/Platform-specific_build_defines Please review and correct anything I got wrong, and add any additional defines as necessary. Thanks!

Web VR documentation

2015-06-03 Thread Chris Mills
Hi all, Because WebVR is such an interesting project, and VR is such a hot potato for Mozilla currently, I decided to get in there early, document the API, and write some tutorials: https://developer.mozilla.org/en-US/docs/Web/API/WebVR_API Any tech reviews, copy edits and constructive critic

Re: Misplaced xpcomglue.lib

2015-06-03 Thread Meenakshi Shankar
On Tuesday, 2 June 2015 14:36:48 UTC+5:30, Meenakshi Shankar wrote: > On Tuesday, 2 June 2015 02:17:09 UTC+5:30, Mike Hommey wrote: > > On Mon, Jun 01, 2015 at 12:51:23PM -0700, Meenakshi Shankar wrote: > > > On Thursday, 28 May 2015 08:09:55 UTC+5:30, Mike Hommey wrote: > > > > On Wed, May 27,

Re: Use of 'auto'

2015-06-03 Thread Aryeh Gregor
On Wed, Jun 3, 2015 at 12:14 AM, Joshua Cranmer 🐧 wrote: > The case which I am personally very much on the fence is integral types. On > the one hand, sometimes the type just doesn't matter and you want to make > sure that you have the same type. On the other hand, I have been very burned > before

Re: Use of 'auto'

2015-06-03 Thread Nicolas B. Pierron
On 06/03/2015 12:12 AM, Seth Fowler wrote: On Jun 2, 2015, at 1:59 PM, L. David Baron wrote: Remember that if 'auto' is forbidden, people might get around it by not using a variable at all (and instead repeating the expression) rather than by writing the type explicitly on the variable... and

Strange test behavior: stuck test seems to be released by mere mouse motion (|make mozmill| test of TB)

2015-06-03 Thread ishikawa
I have no idea where I should report this for proper attention. Please suggest a better Newsgroup if there is one. I am posting this to mozilla.dev.apps.thunderbird mozilla.dev.platform mozilla.tools During the test of C-C TB using its test suite |make mozmill| I often encounter random errors. The

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

2015-06-03 Thread sysakeric
It's really unfortunate how the FF dev team have handled this problem. It's been out there since 2010 as a larger issue that the whole Java Deployment Kit has been blocked. You should really focus on providing users a workaround even if it requires something as ugly as modifying about:config o

PLDHashTable now uses automatic initialization and finalization

2015-06-03 Thread Nicholas Nethercote
Hi, I changed PLDHashTable a little while back so that the allocation of entry storage happens when the first element is added, rather than when the table is initialized. This means that initialization is now infallible and cheap, which means there is no need to distinguish between an uninitialize