deprecating mozilla-inbound

2019-11-20 Thread Kim Moir
Effective Thursday November 28, 2019, mozilla-inbound will be deprecated for active development. The repository will be changed to read-only for historical reference. You can refer to this bug for updates https://bugzilla.mozilla.org/show_bug.cgi?id=inbound-outbound Please reach out in the #cond

Re: Intent to Ship: motion path module level 1

2019-11-20 Thread Boris Chiou
Hi Dirk, Thanks for providing the link to the issue in Webkit. I reply to the questions below: > Blink doesn't support offset-anchor either it seems. Are you keeping it behind a feature flag as well? No, I am not planning to add a feature flag for it. It seems Blink has almost finished this featu

Re: Intent to Ship: [css-transforms-2] Individual Transform Properties (i.e. translate, rotate, scale)

2019-11-20 Thread Xidorn Quan
On Fri, Nov 15, 2019, at 10:01 AM, Boris Chiou wrote: > *DevTools*: We don't support DevTools for individual transforms now. I think the current policy is that if it's worth devtools support, there should be a bug filed? Also it seems to me this is something indeed devtools should be able to hel

Re: intent to unship: HPKP (dynamic key pinning)

2019-11-20 Thread dkeeler
Enabling certificate transparency in Firefox mostly depends on policy details that haven't been worked out yet. But yes, removing HPKP does not depend on CT. On Monday, November 18, 2019 at 3:08:08 PM UTC-8, alex@gmail.com wrote: > Hi Dana, > > One thing I don't see mentioned here is certifi

Re: Intent to Ship: motion path module level 1

2019-11-20 Thread Dirk Schulze via dev-platform
Hi Boris, Blink doesn't support offset-anchor either it seems. Are you keeping it behind a feature flag as well? The WebKit bug is here: https://bugs.webkit.org/show_bug.cgi?id=203847 At least initially I do not plan to implement offset-anchor either. The spec currently is a working draft and n

New home for Firefox Bughandling Docs

2019-11-20 Thread Emma Humphries
Triage, regressions, priorities? If you have questions about handling bugs in Firefox, check out our documentation at its new home: https://firefox-bug-handling.mozilla.org/. If you have questions, see an error, or would like to see documentation and guides in area not covered; open an issue in o

Re: Intent to Ship: motion path module level 1

2019-11-20 Thread Dirk Schulze via dev-platform
Hi Boris, On 18. Nov 2019, at 23:31, Boris Chiou mailto:bch...@mozilla.com>> wrote: Hi Dirk, Thanks for providing the link to the issue in Webkit. I reply to the questions below: > Blink doesn't support offset-anchor either it seems. Are you keeping it > behind a feature flag as well? No, I

Re: intent to unship: HPKP (dynamic key pinning)

2019-11-20 Thread Tom Ritter
Will non-mozilla websites be eligible to be added into our preload list, or is it restricted to our own properties? On Sun, Nov 17, 2019, 8:17 PM Dana Keeler wrote: > The breadth of the web public key infrastructure (PKI) is both an asset > and a risk. Websites have a wide range of certificate a

Re: Intent to Ship: [css-transforms-2] Individual Transform Properties (i.e. translate, rotate, scale)

2019-11-20 Thread Boris Chiou
Hi Dirk, I filed a spec issue [1] to get the feedback from the CSS WG. Before we get the result in this week's call (or later), we won't ship this. Thanks for your reminder. [1] https://github.com/w3c/csswg-drafts/issues/4515 On Sun, Nov 17, 2019 at 9:47 PM Dirk Schulze wrote: > Hi Boris, > >

Re: intent to unship: HPKP (dynamic key pinning)

2019-11-20 Thread Dana Keeler
One of the main reasons we hesitated so long to remove HPKP was in part because it provided an answer to the concern that static pins privilege some sites and not others (which in general is not conducive to a healthy, diverse web). Now that we're disabling HPKP, perhaps we need to have a discu

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

2019-11-20 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/y2atdpjj. Bugs logged by Desktop Release QA in the last

Re: Intent to Ship: [css-transforms-2] Individual Transform Properties (i.e. translate, rotate, scale)

2019-11-20 Thread Dirk Schulze via dev-platform
Hi Boris, Did the CSS WG agree to ship the 3 transform functions? CSS Transforms level 2 is a working draft at the moment. It does describe 3D transforms and corresponding CSS properties as well but they shipped prefixed at a time where there weren't feature flags. For the 3 properties you prop

Re: intent to unship: HPKP (dynamic key pinning)

2019-11-20 Thread alex . gaynor
Hi Dana, One thing I don't see mentioned here is certificate transparency, which, while not a 1:1 replacement, nevertheless strongly contributes to the same goal of control over issuance. Is there a plan to implement SCT verification in Firefox, similar to what Chrome and Apple have shipped? I

PSA: Remote Canvas 2D is being enabled on Nightly

2019-11-20 Thread bowen
Hi all, I have just landed the patch to enable moving accelerated Canvas 2D to the GPU process on Windows. This is only enabled on Nightly at the moment and is part of our work to move GPU access and win32k system calls out of the content process. Please file any problems you find as bugs bloc

Re: PSA: Remote Canvas 2D is being enabled on Nightly

2019-11-20 Thread Bobby Holley
Very excited to see this happening - consolidating D3D access into the GPU process is important on a number of fronts (security, but also memory). Thanks Bob and everyone else involved for pushing this forward. On Wed, Nov 20, 2019 at 12:27 PM wrote: > Hi all, > > I have just landed the patch t

Re: Intent to Ship: [css-transforms-2] Individual Transform Properties (i.e. translate, rotate, scale)

2019-11-20 Thread Boris Chiou
Hi Xidorn, I just filed one for individual transform properties: Bug 1598115 . Thanks for this reminder. On Wed, Nov 20, 2019 at 12:27 PM Xidorn Quan wrote: > On Fri, Nov 15, 2019, at 10:01 AM, Boris Chiou wrote: > > *DevTools*: We don't sup

Intent to Ship: CSS Shadow Parts.

2019-11-20 Thread Emilio Cobos Álvarez
As of soon (whenever the patches are reviewed) I intend to turn CSS Shadow Parts on by default on all platforms. It has been developed behind the layout.css.shadow-parts.enabled preference. Blink has shipped it for a while and Safari implements it in the latest TP and is enabled by default on

Re: PSA: Remote Canvas 2D is being enabled on Nightly

2019-11-20 Thread Aaron Klotz
\o/ Way to go! On Wed, Nov 20, 2019 at 1:27 PM wrote: > Hi all, > > I have just landed the patch to enable moving accelerated Canvas 2D to the > GPU process on Windows. > > This is only enabled on Nightly at the moment and is part of our work to > move GPU access and win32k system calls out of t