Re: Mozilla Location Services - Heads up

2014-02-02 Thread Cameron McCormack

Doug Turner wrote:

In the mean time, if you want to help, download the Stumbler application for 
Android and start helping the world by mapping your area:

https://github.com/mozilla/MozStumbler/releases


I have the "Mozilla location services" box ticked in my Firefox for 
Android.  Will that do everything that MozStumbler does?  Is there a way 
I can configure it with a nickname for the leaderboard?  And is there a 
way I can find out what location information it has uploaded?

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Mozilla Location Services - Heads up

2014-02-02 Thread Philip Chee
On 03/02/2014 09:03, Doug Turner wrote:
> 
> As you may know, some of us have been experimenting with a location
> service for mozilla. We've blogged about it in the past and you can
> find more information here:  https://location.services.mozilla.com/
> 
> One of the interesting things is that we can use this data to provide
> location based services to Firefox.  I switched my install of Firefox
> to use Mozilla Location Service (MLS).  You can try this by simply
> change the preference "geo.wifi.uri" to 
> ""https://location.services.mozilla.com/v1/geolocate";

Will this be eventually migrated to mozilla.ORG?

Phil

-- 
Philip Chee , 
http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for us to pass.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: A proposal to reduce the number of styles in Mozilla code

2014-02-02 Thread Nicholas Nethercote
On Sun, Feb 2, 2014 at 5:38 PM, Bobby Holley  wrote:
>
> XPConnect currently follows JS-style, which is the most divergent style in
> the tree (in particular, 4-space indents mean that a restyle is going to
> rewrite every line). As such, I don't think it's a great place to prototype
> clang-format restyles. At minimum, we should do dom/ and content/ first.

xpcom/base/nsMemoryReporterManager.{h,cpp} would be an interesting
test, since I have handwritten patches to fix their style in
https://bugzilla.mozilla.org/show_bug.cgi?id=956199.

Nick
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: A proposal to reduce the number of styles in Mozilla code

2014-02-02 Thread Bobby Holley
On Sun, Feb 2, 2014 at 5:01 PM, Anthony Jones  wrote:

> On 31/01/14 13:25, Nicholas Nethercote wrote:
> > I think what Bobby is saying is that a tool which restyles only lines
> > that have only been modified isn't much use. For example, much of
> > XPConnect uses 4-space indents, when it should use 2-space indents,
> > and fixing that cannot be sensibly done in any way other than an
> > entire file (or files) at a time. (And if we're going to fix
> > indentation, obviously we should fix any other style problems at the
> > same time.)
>
> In order to make this happen I've run clang-format on XPConnect and
> uploaded it to bug 966840.
>

XPConnect currently follows JS-style, which is the most divergent style in
the tree (in particular, 4-space indents mean that a restyle is going to
rewrite every line). As such, I don't think it's a great place to prototype
clang-format restyles. At minimum, we should do dom/ and content/ first.

bholley
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: A proposal to reduce the number of styles in Mozilla code

2014-02-02 Thread Brian Smith
On Sun, Feb 2, 2014 at 5:01 PM, Anthony Jones  wrote:
> On 31/01/14 13:25, Nicholas Nethercote wrote:
>> indentation, obviously we should fix any other style problems at the
>> same time.)
>
> In order to make this happen I've run clang-format on XPConnect and
> uploaded it to bug 966840.

I was curious about how this might eventually affect the stuff I work
on, so I looked at a couple of files' changes in the patch. I found
several omissions of advice from the style guide; the style guide
should be expanded to specify what the recommended style is in more
cases. See my comments in the bug.

Cheers,
Brian
-- 
Mozilla Networking/Crypto/Security (Necko/NSS/PSM)
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Mozilla Location Services - Heads up

2014-02-02 Thread Doug Turner

As you may know, some of us have been experimenting with a location service for 
mozilla. We've blogged about it in the past and you can find more information 
here:  https://location.services.mozilla.com/

One of the interesting things is that we can use this data to provide location 
based services to Firefox.  I switched my install of Firefox to use Mozilla 
Location Service (MLS).  You can try this by simply change the preference 
"geo.wifi.uri" to 
""https://location.services.mozilla.com/v1/geolocate";

If you have questions or concerns about the general trajectory, speak up!

In the mean time, if you want to help, download the Stumbler application for 
Android and start helping the world by mapping your area:

https://github.com/mozilla/MozStumbler/releases

Doug
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: A proposal to reduce the number of styles in Mozilla code

2014-02-02 Thread Anthony Jones
On 31/01/14 13:25, Nicholas Nethercote wrote:
> I think what Bobby is saying is that a tool which restyles only lines
> that have only been modified isn't much use. For example, much of
> XPConnect uses 4-space indents, when it should use 2-space indents,
> and fixing that cannot be sensibly done in any way other than an
> entire file (or files) at a time. (And if we're going to fix
> indentation, obviously we should fix any other style problems at the
> same time.)

In order to make this happen I've run clang-format on XPConnect and
uploaded it to bug 966840.

Anthony
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: WebAudio popping

2014-02-02 Thread Chris Pearce

On 2/2/2014 10:11 AM, Benjamin Smedberg wrote:
Not sure if there's a better group to ask about WebAudio stuff 
specifically. 


mozilla.dev.media

:)

Chris P.

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform