Re: Documenting uses of Github at Mozilla

2014-10-01 Thread Onno Ekker
On 9/30/2014 11:44 PM, Eric Shepherd wrote: > Last week the idea came up that it would be helpful to create a list on > MDN of the Mozilla projects that are on GitHub, with links to those > sites. I have two questions: > > 1. Do we already have such a list anywhere? > > 2. If you have a project (

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Xidorn Quan
On Wed, Oct 1, 2014 at 6:27 PM, Ehsan Akhgari wrote: > On 2014-10-01, 7:42 PM, L. David Baron wrote: > >> On Wednesday 2014-10-01 16:24 -0700, Eric Rescorla wrote: >> >>> Obviously, if you have some argument that auto is bad programming >>> practice >>> or a hazard and should thus be forbidden, t

Re: PSA: Array.prototype.contains is going away again

2014-10-01 Thread wycats
> > It looks like apps using Ember.js are affected as well: > > > > > > > I would like to clarify that Ember is not actually affected by this. The specific problem was related not simply to an extension of A.p.contains, but also a reliance o

Re: PSA: Array.prototype.contains is going away again

2014-10-01 Thread trek . glowacki
The Ember core team is incredibly willing to work with browser developers to make sure whatever aspects of future prototypes we polyfill remain up-to-date with the official current versions of spec and planned releases. This might take a bit of planning/coordination because we're on a 6-week st

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Ehsan Akhgari
On 2014-10-01, 7:42 PM, L. David Baron wrote: On Wednesday 2014-10-01 16:24 -0700, Eric Rescorla wrote: Obviously, if you have some argument that auto is bad programming practice or a hazard and should thus be forbidden, that's something you could make and see if people generally agree... I th

add_tier_dir is no more

2014-10-01 Thread Mike Hommey
Hi, I just landed on inbound build system changes that removed add_tier_dir. If you've edited e.g. toolkit.mozbuild in the past, you must know its past existence. I'm proud to tell you it's gone for good (assuming that it sticks). You must now use DIRS like everywhere else. Mike

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Eric Rescorla
On Wed, Oct 1, 2014 at 4:42 PM, L. David Baron wrote: > On Wednesday 2014-10-01 16:24 -0700, Eric Rescorla wrote: > > Obviously, if you have some argument that auto is bad programming > practice > > or a hazard and should thus be forbidden, that's something you could make > > and > > see if peopl

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Cameron McCormack
On 02/10/14 09:24, Eric Rescorla wrote: Obviously, if you have some argument that auto is bad programming practice or a hazard and should thus be forbidden, that's something you could make and see if people generally agree... The style guide is probably a better place to describe where we want

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread L. David Baron
On Wednesday 2014-10-01 16:24 -0700, Eric Rescorla wrote: > Obviously, if you have some argument that auto is bad programming practice > or a hazard and should thus be forbidden, that's something you could make > and > see if people generally agree... I think there are cases where |auto| makes cod

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Eric Rescorla
On Wed, Oct 1, 2014 at 4:16 PM, Mike Hommey wrote: > On Wed, Oct 01, 2014 at 04:02:46PM -0700, Eric Rescorla wrote: > > On Wed, Oct 1, 2014 at 3:45 PM, Mike Hommey wrote: > > > > > On Wed, Oct 01, 2014 at 06:34:19PM -0400, Ehsan Akhgari wrote: > > > > On 2014-10-01, 6:26 PM, Mike Hommey wrote: >

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Mike Hommey
On Wed, Oct 01, 2014 at 04:02:46PM -0700, Eric Rescorla wrote: > On Wed, Oct 1, 2014 at 3:45 PM, Mike Hommey wrote: > > > On Wed, Oct 01, 2014 at 06:34:19PM -0400, Ehsan Akhgari wrote: > > > On 2014-10-01, 6:26 PM, Mike Hommey wrote: > > > >On Wed, Oct 01, 2014 at 11:00:28AM -0400, Ehsan Akhgari

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Eric Rescorla
On Wed, Oct 1, 2014 at 3:45 PM, Mike Hommey wrote: > On Wed, Oct 01, 2014 at 06:34:19PM -0400, Ehsan Akhgari wrote: > > On 2014-10-01, 6:26 PM, Mike Hommey wrote: > > >On Wed, Oct 01, 2014 at 11:00:28AM -0400, Ehsan Akhgari wrote: > > >>On 2014-10-01, 9:01 AM, Joshua Cranmer 🐧 wrote: > > >>>On 10

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Mike Hommey
On Wed, Oct 01, 2014 at 06:34:19PM -0400, Ehsan Akhgari wrote: > On 2014-10-01, 6:26 PM, Mike Hommey wrote: > >On Wed, Oct 01, 2014 at 11:00:28AM -0400, Ehsan Akhgari wrote: > >>On 2014-10-01, 9:01 AM, Joshua Cranmer 🐧 wrote: > >>>On 10/1/2014 4:23 AM, Nicholas Nethercote wrote: > On Wed, Oct 1

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Ehsan Akhgari
On 2014-10-01, 6:26 PM, Mike Hommey wrote: On Wed, Oct 01, 2014 at 11:00:28AM -0400, Ehsan Akhgari wrote: On 2014-10-01, 9:01 AM, Joshua Cranmer 🐧 wrote: On 10/1/2014 4:23 AM, Nicholas Nethercote wrote: On Wed, Oct 1, 2014 at 1:08 AM, Cameron McCormack wrote: On 01/10/14 17:57, Kan-Ru Chen (

Re: Intent to ship: CSS Filters

2014-10-01 Thread L. David Baron
On Wednesday 2014-10-01 22:03 +, Max Vujovic wrote: > The patch to turn CSS filters on is tripping over a filters parsing test on > the B2G try bot. I added more details on the bug. It seems like a silly > problem, but I’m not sure what’s going on yet. Maybe dbaron has seen > something like

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Mike Hommey
On Wed, Oct 01, 2014 at 11:00:28AM -0400, Ehsan Akhgari wrote: > On 2014-10-01, 9:01 AM, Joshua Cranmer 🐧 wrote: > >On 10/1/2014 4:23 AM, Nicholas Nethercote wrote: > >>On Wed, Oct 1, 2014 at 1:08 AM, Cameron McCormack wrote: > >>>On 01/10/14 17:57, Kan-Ru Chen (陳侃如) wrote: > It seems all the

Re: Intent to ship: CSS Filters

2014-10-01 Thread Max Vujovic
Hi Jet, The patch to turn CSS filters on is tripping over a filters parsing test on the B2G try bot. I added more details on the bug. It seems like a silly problem, but I’m not sure what’s going on yet. Maybe dbaron has seen something like this before? Otherwise, I’m trying to set up a B2G buil

Re: PSA: Array.prototype.contains is going away again

2014-10-01 Thread Mike Taylor
On 10/1/14, 11:52, Till Schneidereit wrote: Unfortunately, it turns out that Array.prototype.contains breaks the web. Or, the MooTools-using parts of the web, at least. It looks like apps using Ember.js are affected as well: -- Mike Taylor We

Re: Intent to ship: CSS Filters

2014-10-01 Thread Jet Villegas
I see the r+ on https://bugzilla.mozilla.org/show_bug.cgi?id=1057180 Are we missing anything else to checkin+ and turn this on? --Jet - Original Message - From: "Max Vujovic" To: "Dirk Schulze" Cc: "Jacob Goldstein" , "L. David Baron" , "Rik Cabanier" , "Rik Cabanier" , dev-platform@

Re: PSA: Array.prototype.contains is going away again

2014-10-01 Thread Ehsan Akhgari
On 2014-10-01, 1:20 PM, Till Schneidereit wrote: That's a great point. It would be great if we can adopt https://wiki.mozilla.org/WebAPI/ExposureGuidelines for new JS fatures as well. Yes, I think we should consider that. The situation is somewhat different in that we usually only

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Jeff Walden
Bah, stupid broken newsgroup threading meaning I thought nobody'd replied to the original message yet. :-( Jeff ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Jeff Walden
On 10/01/2014 12:57 AM, Kan-Ru Chen (陳侃如) wrote: > It seems all the compilers we use support the c++11 ">>" in template, > could we start using it in new code? Go ahead. It's already in pretty wide use, actually, but old habits (and caution) die hard with a lot of people. Jeff _

Re: PSA: Array.prototype.contains is going away again

2014-10-01 Thread Till Schneidereit
> > That's a great point. It would be great if we can adopt > https://wiki.mozilla.org/WebAPI/ExposureGuidelines for new JS fatures as > well. > Yes, I think we should consider that. The situation is somewhat different in that we usually only implement features that are stable, specced, and agree

Re: Documenting uses of Github at Mozilla

2014-10-01 Thread Ralph Giles
Forked and PR submitted. Jeff, do you still have admin access on gitmirror.mozilla.org? Can you deploy and confirm the fix? -r On 2014-10-01 10:12 AM, Ralph Giles wrote: > On 2014-10-01 9:49 AM, Mike Hoye wrote: >> I think the author of that intranet page has left us for Stripe a while >> ago.

Re: Documenting uses of Github at Mozilla

2014-10-01 Thread Ralph Giles
On 2014-10-01 9:49 AM, Mike Hoye wrote: > I think the author of that intranet page has left us for Stripe a while > ago. Who owns it now? Perhaps no one. I've just discovered in adding new repos that it's broken. The github webhook format has changed, and it's returning 500. -r _

Re: PSA: Array.prototype.contains is going away again

2014-10-01 Thread Ehsan Akhgari
On Wed, Oct 1, 2014 at 12:52 PM, Till Schneidereit < t...@tillschneidereit.net> wrote: > Unfortunately, it turns out that Array.prototype.contains breaks the web. > Or, the MooTools-using parts of the web, at least. So I'm preparing a > backout right now. > > What's more pressingly unfortunate is

Re: Documenting uses of Github at Mozilla

2014-10-01 Thread Ralph Giles
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-10-01 9:33 AM, Ms2ger wrote: > Looks like the instructions to add repos are on intranet; why? Because they contain the auth secret. -r -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQEcBAEBCAAGBQJULDV5AAoJEEcAD3uxRB3v6QUH/0jEfQz0iGQvYw

PSA: Array.prototype.contains is going away again

2014-10-01 Thread Till Schneidereit
Unfortunately, it turns out that Array.prototype.contains breaks the web. Or, the MooTools-using parts of the web, at least. So I'm preparing a backout right now. What's more pressingly unfortunate is that Array.prototype.contains enjoys a surprisingly spectacular popularity: it's already used in

Re: Documenting uses of Github at Mozilla

2014-10-01 Thread Mike Hoye
On 2014-10-01 12:16 PM, Ehsan Akhgari wrote: On 2014-10-01, 11:59 AM, Ralph Giles wrote: On 2014-10-01 7:17 AM, Mike Hoye wrote: Having to scramble to recover from data loss - particularly around source or bug tracking - is a miserable experience we should try to avoid. Perhaps http://gitmir

Re: Documenting uses of Github at Mozilla

2014-10-01 Thread Ms2ger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/01/2014 05:59 PM, Ralph Giles wrote: > On 2014-10-01 7:17 AM, Mike Hoye wrote: >> Having to scramble to recover from data loss - particularly >> around source or bug tracking - is a miserable experience we >> should try to avoid. > > Perhaps htt

Re: Documenting uses of Github at Mozilla

2014-10-01 Thread Ralph Giles
On 2014-10-01 3:13 AM, Ed Morley wrote: > Perhaps part of the solution is to move at least some of the other > repositories to the main Mozilla Github org Stronger hierarchy has costs. To create a repo under the mozilla organization I must have a relationship with someone with admin rights to cre

Re: Documenting uses of Github at Mozilla

2014-10-01 Thread Ehsan Akhgari
On 2014-10-01, 11:59 AM, Ralph Giles wrote: On 2014-10-01 7:17 AM, Mike Hoye wrote: Having to scramble to recover from data loss - particularly around source or bug tracking - is a miserable experience we should try to avoid. Perhaps http://gitmirror.mozilla.org/ should be our project director

Re: Documenting uses of Github at Mozilla

2014-10-01 Thread Ralph Giles
On 2014-10-01 7:17 AM, Mike Hoye wrote: > Having to scramble to recover from data loss - particularly around > source or bug tracking - is a miserable experience we should try to avoid. Perhaps http://gitmirror.mozilla.org/ should be our project directory. -r

Re: Logging start page loading

2014-10-01 Thread Josh Matthews
On 2014-10-01 9:47 AM, Josip Maras wrote: Hi, How can I log to a file the URL of every page that has started loading? What is the best code location to do this. (I understand that this can be easily done with a Firefox plugin, but I would like to work directly in the Firefox source code). I

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Ehsan Akhgari
On 2014-10-01, 9:01 AM, Joshua Cranmer 🐧 wrote: On 10/1/2014 4:23 AM, Nicholas Nethercote wrote: On Wed, Oct 1, 2014 at 1:08 AM, Cameron McCormack wrote: On 01/10/14 17:57, Kan-Ru Chen (陳侃如) wrote: It seems all the compilers we use support the c++11 ">>" in template, could we start using it i

Web APIs documentation meeting Friday at 10 AM PDT

2014-10-01 Thread Eric Shepherd
The Web APIs documentation meeting is Friday at 10 AM Pacific Time (see http://bit.ly/APIdocsMDN for your time zone). Everyone's welcome to attend; if you're interested in ensuring that all Web APIs are properly documented, we'd love your input. We have an agenda, as well as details on how to

Re: Documenting uses of Github at Mozilla

2014-10-01 Thread Mike Hoye
On 2014-09-30 7:38 PM, Karl Dubost wrote: Basically embrace the unknown. Accept it. And create meaningful links in between projects when these links matter for people to follow a hypertext paper trail. I know I spend a lot of time beating this drum and you're all tired of hearing it, but I

Re: How many tests are disabled? (answer inside)

2014-10-01 Thread Andrew Halberstadt
latest.informant-report.html symlink added! On 30/09/14 03:12 PM, Chris Peterson wrote: On 9/30/14 7:35 AM, Andrew Halberstadt wrote: A new project called Test Informant [1] is keeping track of this data and allows us to generate reports with it. Here is a report generated from yesterday's buil

Re: Intent to implement: BroadcastChannel API

2014-10-01 Thread Andrew Overholt
On 01/10/14 04:46 AM, Mounir Lamouri wrote: On Wed, 1 Oct 2014, at 10:51, Jonas Sicking wrote: On Tue, Sep 30, 2014 at 3:54 AM, Mounir Lamouri wrote: On Thu, 25 Sep 2014, at 02:49, Jonas Sicking wrote: Yes! Though as previously expressed, I don't think we should ship this until it supports s

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Kyle Huey
On Wed, Oct 1, 2014 at 12:57 AM, Kan-Ru Chen (陳侃如) wrote: > Hi, > > It seems all the compilers we use support the c++11 ">>" in template, > could we start using it in new code? > > Kanru > ___ > dev-platform mailing list > dev-platform@lists.mozilla.org

Logging start page loading

2014-10-01 Thread Josip Maras
Hi, How can I log to a file the URL of every page that has started loading? What is the best code location to do this. (I understand that this can be easily done with a Firefox plugin, but I would like to work directly in the Firefox source code). I was thinking of going with the nsURILoader c

Re: W3C Proposed Recommendation: HTML5

2014-10-01 Thread James Graham
On 30/09/14 16:56, Patrick Walton wrote: > On 9/21/14 6:00 AM, James Graham wrote: >> In the longer term, one might hope that bugfixes will produce new >> testcases that could be upstreamed, and Servo might need a proper >> testsuite to achieve interoperability. Having said that, Servo has so >> fa

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Joshua Cranmer 🐧
On 10/1/2014 4:23 AM, Nicholas Nethercote wrote: On Wed, Oct 1, 2014 at 1:08 AM, Cameron McCormack wrote: On 01/10/14 17:57, Kan-Ru Chen (陳侃如) wrote: It seems all the compilers we use support the c++11 ">>" in template, could we start using it in new code? Yes we have some uses of that alread

Re: Experiment with running debug tests less often on mozilla-inbound the week of August 25

2014-10-01 Thread Chris AtLee
On 17:26, Tue, 23 Sep, Kyle Huey wrote: On Tue, Aug 26, 2014 at 8:23 AM, Chris AtLee wrote: Just a short note to say that this experiment is now live on mozilla-inbound. ___ dev-tree-management mailing list dev-tree-managem...@lists.mozilla.org https

Re: Documenting uses of Github at Mozilla

2014-10-01 Thread David Rajchenbach-Teller
On 30/09/14 23:44, Eric Shepherd wrote: > Last week the idea came up that it would be helpful to create a list on > MDN of the Mozilla projects that are on GitHub, with links to those > sites. I have two questions: > > 1. Do we already have such a list anywhere? > > 2. If you have a project (or p

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Cameron McCormack
On 01/10/14 19:23, Nicholas Nethercote wrote: Note the large, red warning at the top of that page "This page is a draft for expository and exploratory purposes. Do not trust the information listed here." I don't know why that page exists with such an authoritative-looking URL. We should make t

Re: Documenting uses of Github at Mozilla

2014-10-01 Thread Ed Morley
Perhaps part of the solution is to move at least some of the other repositories to the main Mozilla Github org (along with a rethink of the groups naming/structure to keep permissions sane) rather than have many top level "organisations"? eg all repos under orgs like: https://github.com/mozilla

Re: Documenting uses of Github at Mozilla

2014-10-01 Thread Pascal Chevrel
Le 01/10/2014 00:27, Kevin Brosnan a écrit : Not even close with about 10 minutes searching I found * https://github.com/mozilla-b2g * https://github.com/mozilla-services * https://github.com/mozbrick * https://github.com/Mozilla-TWQA * https://github.com/mozillahispano * https://github.com/mozf

Re: Intent to implement: BroadcastChannel API

2014-10-01 Thread Jonas Sicking
On Wed, Oct 1, 2014 at 1:52 AM, Anne van Kesteren wrote: > On Wed, Oct 1, 2014 at 2:51 AM, Jonas Sicking wrote: >> I don't know. Does anyone else implement BroadcastChannel yet? > > Last activity at Google appears to be four months ago: > https://code.google.com/p/chromium/issues/detail?id=161070

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Nicholas Nethercote
On Wed, Oct 1, 2014 at 1:08 AM, Cameron McCormack wrote: > On 01/10/14 17:57, Kan-Ru Chen (陳侃如) wrote: >> >> It seems all the compilers we use support the c++11 ">>" in template, >> could we start using it in new code? > > Yes we have some uses of that already. It's also mentioned in > https://de

Re: Intent to implement: BroadcastChannel API

2014-10-01 Thread Anne van Kesteren
On Wed, Oct 1, 2014 at 2:51 AM, Jonas Sicking wrote: > I don't know. Does anyone else implement BroadcastChannel yet? Last activity at Google appears to be four months ago: https://code.google.com/p/chromium/issues/detail?id=161070 No activity in other browsers as far as I can tell. Seems we can

Re: Intent to implement: BroadcastChannel API

2014-10-01 Thread Mounir Lamouri
On Wed, 1 Oct 2014, at 10:51, Jonas Sicking wrote: > On Tue, Sep 30, 2014 at 3:54 AM, Mounir Lamouri > wrote: > > On Thu, 25 Sep 2014, at 02:49, Jonas Sicking wrote: > >> Yes! > >> > >> Though as previously expressed, I don't think we should ship this until > >> it > >> supports sending Blobs. > >

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread 陳侃如
Cameron McCormack writes: > On 01/10/14 17:57, Kan-Ru Chen (陳侃如) wrote: >> It seems all the compilers we use support the c++11 ">>" in template, >> could we start using it in new code? > > Yes we have some uses of that already. It's also mentioned in > https://developer.mozilla.org/en-US/docs/Us

Re: Using c++11 right angle bracket in template code?

2014-10-01 Thread Cameron McCormack
On 01/10/14 17:57, Kan-Ru Chen (陳侃如) wrote: It seems all the compilers we use support the c++11 ">>" in template, could we start using it in new code? Yes we have some uses of that already. It's also mentioned in https://developer.mozilla.org/en-US/docs/Using_CXX_in_Mozilla_code. _

Using c++11 right angle bracket in template code?

2014-10-01 Thread 陳侃如
Hi, It seems all the compilers we use support the c++11 ">>" in template, could we start using it in new code? Kanru ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Documenting uses of Github at Mozilla

2014-10-01 Thread Chris Mills
https://github.com/mdn of course, for demos related to MDN articles ;-) Chris Mills Senior tech writer || Mozilla developer.mozilla.org || MDN cmi...@mozilla.com || @chrisdavidmills On 1 Oct 2014, at 04:53, Josh Matthews wrote: > https://github.com/jdm/asknot for whatcanidoformozilla.or