Re: Intent to implement and ship: DOMTokenList.prototype.supports

2016-05-04 Thread Boris Zbarsky
On 5/4/16 4:23 AM, zcor...@gmail.com wrote: "feed" was removed from the spec some years ago, see https://github.com/whatwg/html/commit/2e3e7a8fd2441e28c43cf2b588db448821d581a4 https://blog.whatwg.org/the-road-to-html-5-link-relations#rel-feed Yes, but see the bit about monkeypatching.

Intent to ship: invalid values behave like "metadata", not "subtitles"

2016-05-04 Thread Aryeh Gregor
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1269712 Relevant change in standards: https://github.com/whatwg/html/issues/293, also maybe https://www.w3.org/2015/10/28-htmlcue-minutes.html Bugs filed against other UAs: https://bugs.chromium.org/p/chromium/issues/detail?id=608772

Re: Intent to implement and ship: DOMTokenList.prototype.supports

2016-05-04 Thread Boris Zbarsky
On 5/4/16 12:13 AM, Boris Zbarsky wrote: Ah, so it does! OK, I'll add "search" to our list of supported values. Actually, that would technically be a spec violation for the moment, since HTML does define this link type and doesn't list it in the possible supported types list. See also

Re: Intent to deprecate: MacOS 10.6-10.8 support

2016-05-04 Thread Ben Hearsum
This is the plan in https://bugzilla.mozilla.org/show_bug.cgi?id=1269811. I'll be doing this for Nightly users shortly (right now they're just getting no update if they're on yesterday's build), and we'll do it for other channels as well. On 2016-05-03 06:17 PM, Robert Strong wrote: App

Re: libc++ enabled for Android / C++11 standard library update

2016-05-04 Thread Henri Sivonen
On Tue, May 3, 2016 at 5:57 PM, Nathan Froyd wrote: > Given the recent announcement that Mac 10.6-10.8 support will be > dropped, the path to moving Mac to a C++11 standard library is much > clearer. Bug 1246743 will be repurposed for moving Mac to use > -stdlib=libc++, and

Re: Intent to deprecate: MacOS 10.6-10.8 support

2016-05-04 Thread Henri Sivonen
On Tue, May 3, 2016 at 1:51 AM, Lawrence Mandel wrote: >> The blog post just says "August 2016". Firefox 48 is scheduled for >> release August 2. Can you confirm that means we can start removing >> 10.6-10.8 support in mozilla-central now, which will be Firefox 49? > > Yes.

Re: ICU proposing to drop support for WinXP (and OS X 10.6)

2016-05-04 Thread zbraniecki
Hi David, I'm one of the editors of ECMA 402 and a champion of multiple proposals there. I'd like to respond to your comment: On Saturday, April 30, 2016 at 1:26:53 PM UTC-7, David Baron wrote: > I still find it sad that ECMAScript Intl came (as I understand it) > very close to just

Re: libc++ enabled for Android / C++11 standard library update

2016-05-04 Thread Nathan Froyd
On Wed, May 4, 2016 at 1:12 PM, Henri Sivonen wrote: > Cool! Thank you! > > What impact, if anything, does this have on > https://bugzilla.mozilla.org/show_bug.cgi?id=1208262 (adopting > Microsoft's Guidelines Support Library or an approximation thereof)? It gets us closer

Re: Intent to ship: invalid values behave like "metadata", not "subtitles"

2016-05-04 Thread Ralph Giles
Sounds good. Thanks for the heads-up. -r On Wed, May 4, 2016 at 6:46 AM, Aryeh Gregor wrote: > Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1269712 > > Relevant change in standards: > https://github.com/whatwg/html/issues/293, also maybe >

Re: Intent to implement and ship: DOMTokenList.prototype.supports

2016-05-04 Thread zcorpan
On Wednesday, May 4, 2016 at 6:01:10 AM UTC+2, Boris Zbarsky wrote: > On 5/3/16 10:53 PM, Karl Dubost wrote: > > for feed, I guess, it is still in the menu > > Hmm. Where? > > > and you can put it back on the main bar > > Ah, indeed. I guess we could try to do something where Gecko would >

Re: libc++ enabled for Android / C++11 standard library update

2016-05-04 Thread Mike Hommey
On Wed, May 04, 2016 at 01:54:49PM -0400, Nathan Froyd wrote: > On Wed, May 4, 2016 at 1:12 PM, Henri Sivonen wrote: > > Cool! Thank you! > > > > What impact, if anything, does this have on > > https://bugzilla.mozilla.org/show_bug.cgi?id=1208262 (adopting > > Microsoft's