Re: Visual Studio Code integration with `clangd` for C/C++ development

2020-09-11 Thread Andi-Bogdan Postelnicu
The documentation for the integration of VSCode with the Mozilla ecosystem is now live at https://firefox-source-docs.mozilla.org/contributing/vscode.html > On 10 Sep 2020, at 19:19, Andi-Bogdan Postelnicu wrote: > > TLDR: VSCode users can type `./mach ide vscode` in order to get code > comple

Intent to Prototype: Aliasing -webkit-font-feature-settings to font-feature-settings for webcompat

2020-09-11 Thread Jens Hausdorf
Hi everyone! Summary: Aliasing the proprietary css property -webkit-font-feature-settings to font-feature-settings so Gecko picks up more CSS stylesheets, eventually producing the same behavior as with Webkit for website that don't update their css to include the standardized version of font-

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

2020-09-11 Thread Shuran Huang
On Thursday, September 10, 2020 at 8:47:37 AM UTC-4, Tim Huang wrote: > Summary: > > The window.name can persist after doing cross-origin navigation, which > means it can leak information across origins and be used as a tracking > vector. > > To address this, we want to clear the window.name when

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

2020-09-11 Thread Anne van Kesteren
On Fri, Sep 11, 2020 at 5:00 PM Shuran Huang wrote: > FYI, here is the tracking bug for this issue in Chrome: crbug.com/1090128. Hey Shuran, I think the bug you're looking for is https://bugs.chromium.org/p/chromium/issues/detail?id=706350. In particular this intent to ship is about resetting wi

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

2020-09-11 Thread Shuran Huang
On Friday, September 11, 2020 at 11:26:59 AM UTC-4, Anne van Kesteren wrote: > On Fri, Sep 11, 2020 at 5:00 PM Shuran Huang wrote: > > FYI, here is the tracking bug for this issue in Chrome: crbug.com/1090128. > > Hey Shuran, > > I think the bug you're looking for is > https://bugs.chromium.org/