Issue processing new revisions on Phabricator

2020-09-14 Thread glob
Heads up that there's an issue with processing of new revisions on Phabricator; they will be stuck in a restricted state and cannot be reviewed while this issue exists. This issue should be fixed later today. This is tracked in https://bugzilla.mozilla.org/show_bug.cgi?id=1664972. Reach out

Re: Intent to implement: Cookie SameSite=lax by default and SameSite=none only if secure

2020-09-14 Thread Daniel Veditz
On Mon, Sep 14, 2020 at 10:00 AM Michael Reeps wrote: > I am seeing this warning now, even when I am in a first party context: > > Cookie "xxx” will be soon rejected because it has the “SameSite” attribute > set to “None” or an invalid value, without the “secure” attribute. The > cookies in

Re: Intent to implement: Cookie SameSite=lax by default and SameSite=none only if secure

2020-09-14 Thread Michael Reeps
On Wednesday, July 1, 2020 at 11:07:36 AM UTC-4, mco...@mozilla.com wrote: > Starting with Beta 79 today, we are rolling out this change to the default > behavior of SameSite cookies to a small percentage of the beta population. > The initial target is 10%, slowly increasing to 50% by the end of

Re: Intent to ship: Update browsing context name on cross site navigation or history traversal

2020-09-14 Thread Anne van Kesteren
On Fri, Sep 11, 2020 at 10:55 PM Shuran Huang wrote: > Thanks for the pointer. I did not realize it's about the cross-origin > navigation that not switch BrowsingInstance. Just to confirm, is the case for > top-level navigation only or not? Cross-origin navigations of top-level browsing

Soft code freeze for Firefox 82 starts September 17

2020-09-14 Thread Julien Cristau
Hi all, With Firefox 81 merging to mozilla-release later today, we are nearing the end of the Nightly 82 cycle. In order to avoid invalidating the testing we get out of late Nightly and to ensure that we can roll out 82 Betas to a wider audience with confidence, we'd like to ask that any risky

Re: Intent to prototype: Allow :is() and :where() to have better selector error recovery.

2020-09-14 Thread Sebastian Zartner
On Monday, September 14, 2020 at 12:24:13 AM UTC+2, Emilio Cobos Álvarez wrote: > DevTools bug: I'm not sure if it is necessary to have a devtools bug for > this. The selector will serialize as :is(div) rather than :is(div, > :nonsense), for example. Other than that, devtools should just work.