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

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

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 e...@mozilla.com wrote: DXR 2.0 is about to land! This is a major revision touching every part

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/,

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 like

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

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

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, 2015 at

Re: DBM code too old (Re: mozmill test: Hightail ???)

2015-06-03 Thread ishikawa
I created a bugzilla entry based on the information here. Bug 1170578 - RFC: Buggy NSS dbm code ought to be updated https://bugzilla.mozilla.org/show_bug.cgi?id=1170578 TIA ___ dev-platform mailing list dev-platform@lists.mozilla.org

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

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.

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 dba...@dbaron.org 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

Re: Use of 'auto'

2015-06-03 Thread Aryeh Gregor
On Wed, Jun 3, 2015 at 12:14 AM, Joshua Cranmer  pidgeo...@gmail.com 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

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!

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

Re: The War on Warnings

2015-06-03 Thread Martin Thomson
On Wed, Jun 3, 2015 at 6:14 PM, Eric Rahm er...@mozilla.com 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

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 ann...@annevk.nl, 2015-06-02 08:31 +0900: On Sun, May 31, 2015 at 5:09 AM, Jonas

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: 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, kgu...@mozilla.com wrote: I created a new wiki page to document which platform/widget defines are true

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 a

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: 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 jo...@sicking.cc 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.

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 ann...@annevk.nl, 2015-06-02 08:31 +0900: On Sun, May 31, 2015 at 5:09 AM, Jonas Sicking jo...@sicking.cc wrote: We

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