[blink-dev] Intent to Ship: FileSystemFileHandle.move() for local files

2023-01-20 Thread Austin Sullivan
Contact emails asu...@chromium.org Specification https://github.com/whatwg/fs/pull/10 Design docs https://github.com/a-sully/fs/pull/2 Summary Support efficient moves and renames of local files (i.e. user-visible files on the device) with the File System Access API. Efficient file moves is

Re: [blink-dev] Proposal of web facing feature about Sec-GPC implementation

2023-01-20 Thread Ari Chivukula
Thanks for reaching out! This is the right place to publish intents to launch new features in Chrome, and an overview of the process can be found here: https://www.chromium.org/blink/launching-features/ I believe the prototyping phase is the best place to start given GPC itself already has a

[blink-dev] Proposal of web facing feature about Sec-GPC implementation

2023-01-20 Thread Maxim Nesterov
I uploaded change for review with Sec-GPC implementation (both additional header and js api), but was mentioned

Re: [blink-dev] Intent to Ship: Origin Isolation By Default / Deprecate document.domain on stable

2023-01-20 Thread 'Eiji Kitamura' via blink-dev
FYI, the enterprise bit has been added to the article. https://developer.chrome.com/blog/immutable-document-domain/ On Tue, Jan 17, 2023 at 1:21 AM Brandon Heenan wrote: > We'll make the update in the enterprise release notes too. Thanks for > keeping us in the loop > > On Mon, Jan 16, 2023 at

Re: [blink-dev] Intent to extend experimentation: Back/forward cache NotRestoredReason API

2023-01-20 Thread Yoav Weiss
LGTM to experiment till M114 (inclusive) On Fri, Jan 20, 2023 at 6:59 AM Daisuke Enomoto wrote: > > We would like to extend the origin trial for 3 additional milestones, with > the extension starting in 112 continuing through 114. The initial > experiment was approved for the OT running from

[blink-dev] Intent to Ship: CSS Nesting

2023-01-20 Thread 'Steinar H. Gunderson' via blink-dev
Contact emails: se...@chromium.org, futh...@chromium.org Explainer: None Specification: https://drafts.csswg.org/css-nesting Summary: Add the ability to nest CSS style rules inside other style rules, combining selectors from the outer with the inner rule for increasing modularity and