Re: Intent to prototype: Character encoding detector

2019-12-09 Thread Henri Sivonen
On Thu, Dec 5, 2019 at 8:08 PM Boris Zbarsky wrote: > > On 12/2/19 7:42 AM, Henri Sivonen wrote: > > Since there isn't a spec and Safari doesn't implement the feature, > > there are no cross-vendor tests. > > Could .tentative tests be created here, on the off chance that we do > create a spec for

Fission Newsletter #4

2019-12-09 Thread Peter Van der Beken via dev-platform
It's been two months since the last newsletter and there have been quite some accomplishments for Fission. Fission Milestones M4, M4.1 and M5 Fission M4 milestone aimed to get Mochitests running and successfully passing with Fission enabled. https://arewefissionyet.com/m4/?original shows the

[desktop] Bugs logged by Desktop Release QA in the last 7 days

2019-12-09 Thread Mihai Boldan
Hello, Here's the list of new issues found and filed by the Desktop Release QA team in the last 7 days. Additional details on the team's priorities last week, as well as the plans for the current week are available at: https://tinyurl.com/wecwaxz. Bugs logged by Desktop Release QA in the last

Re: Intent to Prototype: Have window.outerHeight/outerWidth lie and report the innerHeight/innerWidth

2019-12-09 Thread msw
> I have a hard time figuring out how a website would use it for > (legitimate|reasonable) rendering purposes. I discussed it with Anne > and we'd like to neuter it and see if we can remove this > fingerprintable information if possible. We're exploring some multi-screen use cases where window pla

Re: How best to do async functions and XPCOM?

2019-12-09 Thread Joshua Cranmer 🐧
On 12/5/2019 6:33 PM, Gerald Squelart wrote: On Friday, December 6, 2019 at 9:20:21 AM UTC+11, Geoff Lankow wrote: Hi all I'm redesigning a bunch of Thunderbird things to be asynchronous. I'd like to use Promises but a lot of the time I'll be far from a JS context so that doesn't really seem li

Re: Intent to prototype: CSS property `text-underline-position`

2019-12-09 Thread Jonathan Kew
On 06/12/2019 09:35, James Graham wrote: On 03/12/2019 17:50, Jonathan Kew wrote: web-platform-tests: https://wpt.fyi/results/css/css-text-decor/parsing?label=master&q=text-underline-position That looks like it's just testing the property computation. Do we also have tests for the layout e

Re: Intent to Prototype: Constructable Stylesheet Objects

2019-12-09 Thread Brian Grinstead
I’m happy to hear this - we have an interest in using this feature in the browser chrome. We usually load chrome://global/skin/global.css as a link in the Shadow DOM for our chrome Custom Elements and rely on sync stylesheet loading from the (chrome-only) prototype cache, but would like to stop

Re: Intent to unship: @media (-moz-touch-enabled)

2019-12-09 Thread Emilio Cobos Ɓlvarez
On 10/17/19 9:22 AM, Emilio Cobos Ɓlvarez wrote: Hi all, In bug 1588737 I plan to remove access to the -moz-touch-enabled media feature. This is a non-standard media-query feature that predates the standard hover and any-hover media features. It seems that Modernizr (a fairly popular librar