Parses a web app manifest entry for a URL to open to take a new note in a note-taking web app, allowing OS integrations.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/ca5bf678-6d40-4b1e-bd38-0f9526ce408dn%40chromium.org.
Contact emails gle...@chromium.org, mgi...@chromium.org
Explainer https://github.com/WICG/manifest-incubations/blob/gh-pages/note_taking-explainer.md
Specification https://wicg.github.io/manifest-incubations/index.html#note_taking-member
API spec Yes
SummaryParses a web app manifest entry for a URL to open to take a new note in a note-taking web app, allowing OS integrations.
Chrome for desktop release: M93
Blink component Blink
TAG review https://github.com/w3ctag/design-reviews/issues/648
TAG review status Pending
Risks
Interoperability and Compatibility
Gecko: No signal
WebKit: No signal
Web developers: No signals
Flag name blink::features::kWebAppNoteTaking
Requires code in //chrome? False
Tracking bug https://bugs.chromium.org/p/chromium/issues/detail?id=1185678
Launch bug https://bugs.chromium.org/p/chromium/issues/detail?id=1189357
Measurement When a web app is launched to create a note, a LaunchResult::WEB_APP_SUCCESS is recorded. See: https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/chromeos/note_taking_helper.h;drc=d7a02514bb30afce607817fd2e8ef8a8af559739;l=130
Link to entry on the Chrome Platform Status https://chromestatus.com/feature/5205972320518144This intent message was generated by Chrome Platform Status.
--
On Tue, Jul 13, 2021 at 5:08 AM Glen Robertson <gle...@chromium.org> wrote:Contact emails gle...@chromium.org, mgi...@chromium.org
Explainer https://github.com/WICG/manifest-incubations/blob/gh-pages/note_taking-explainer.md
Specification https://wicg.github.io/manifest-incubations/index.html#note_taking-member
API spec Yes
SummaryParses a web app manifest entry for a URL to open to take a new note in a note-taking web app, allowing OS integrations.
Chrome for desktop release: M93
Blink component Blink
TAG review https://github.com/w3ctag/design-reviews/issues/648
TAG review status Pending
Risks
Interoperability and Compatibility
Gecko: No signal
WebKit: No signal
Web developers: No signalsPlease ask for signals, as per https://bit.li/blink-signals.
I'm not sure I follow. It doesn't look like any web platform tests contain the string `note_taking`. Even if there's no web-facing behavior this influences, it seems reasonable to add it to a test that verifies its parsing.Flag name blink::features::kWebAppNoteTaking
Requires code in //chrome? FalseIn https://bugs.chromium.org/p/chromium/issues/detail?id=1185678, I see quite a bit of code that's landed in //chrome/browser/{chromeos,web_applications, etc}. It seems like this feature depends upon the embedder doing some work to create an integration with a platform-level (or UA-level, I suppose) note-taking application?Given that, are there platform restrictions on this feature? Or is this limited to a subset of the platforms Blink supports?Tracking bug https://bugs.chromium.org/p/chromium/issues/detail?id=1185678
Launch bug https://bugs.chromium.org/p/chromium/issues/detail?id=1189357
Measurement When a web app is launched to create a note, a LaunchResult::WEB_APP_SUCCESS is recorded. See: https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/chromeos/note_taking_helper.h;drc=d7a02514bb30afce607817fd2e8ef8a8af559739;l=130
Link to entry on the Chrome Platform Status https://chromestatus.com/feature/5205972320518144This intent message was generated by Chrome Platform Status.--You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
On Thursday, July 15, 2021 at 10:34:35 AM UTC+2 Mike West wrote:On Tue, Jul 13, 2021 at 5:08 AM Glen Robertson <gle...@chromium.org> wrote:
Specification https://wicg.github.io/manifest-incubations/index.html#note_taking-member
API spec Yes
SummaryParses a web app manifest entry for a URL to open to take a new note in a note-taking web app, allowing OS integrations.
Chrome for desktop release: M93
Blink component Blink
TAG review https://github.com/w3ctag/design-reviews/issues/648
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/ca5bf678-6d40-4b1e-bd38-0f9526ce408dn%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/078a3b24-bc49-42e4-b972-2a32e4d11025n%40chromium.org.
Thanks for your replies.Regarding signals: I've now requested positions from Mozilla and Webkit, and asked for some help on the web developer front from DevRel.Regarding web platform tests:the spec'd behaviour is intentionally that the user agent has no obligation to do anything with the new field. It may use it in some way, or ignore it. The existing spec'd behaviour of the web app manifest parser is that it must ignore unknown fields[*]. Therefore, if we are testing compliance with the spec, I don't think there is new behaviour to test here. If you think I should add a note-taking-specific WPT test anyway I can.*: I can't see a test for this, so I sent a CL. And another CL for adding a similar check in manifest_parser_unittest, because manual WPT tests aren't very reassuring!Re: "Requires code in //chrome? False" / OS integrations:I wasn't quite sure about the intent of this question. The spec doesn't require any code in chrome, and the field is parsed on all platforms, but we do have code in //chrome to do an OS integration with it.The OS integration is on Chrome OS only: it shows the app in the list of note-taking apps in CrOS settings (already existed for note-taking Chrome Apps, but only visible if you have a stylus or --force-enable-stylus-tools) and, if selected by the user in that list, the app can be launched from the stylus palette in the toolbar.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPV%2BSg_E3B8%3Du6xeN0Ub5MP3reAao7acqkEfEL8%2BhXW_yx0ZpA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAMGE5NHhMmhWq%3DBj9_YrSeWD2uBX5Qr17mMp-ccFHEWOumnBOQ%40mail.gmail.com.
Thanks for the clarification! In that case, the answer is definitely "yes". crbug.com/1185678 is a good record of code added to support the feature, though it relies on existing code that supported note-taking Chrome Apps.If possible, it would be nice to have a brief version of the question's intent shown in the I2S template generated by Chromestatus!
Thanks for your replies.Regarding signals: I've now requested positions from Mozilla and Webkit, and asked for some help on the web developer front from DevRel.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPV%2BSg_E3B8%3Du6xeN0Ub5MP3reAao7acqkEfEL8%2BhXW_yx0ZpA%40mail.gmail.com.
Thanks for the feedback! I assume that you mean something like: "Reply "yes" here if your feature has any implementation code in //chrome, even if that's for functionality on top of the spec, so that other //content embedders can be aware of that functionality." ?
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAOMQ%2Bw_X7XdMvHCy0Y3pYGnJ9QJxeYT7ygfj2v18Mq7eVKaosw%40mail.gmail.com.
Sure. I have a pull request in review for the additional field-level help text:Thanks,jason!
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/ca5bf678-6d40-4b1e-bd38-0f9526ce408dn%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/078a3b24-bc49-42e4-b972-2a32e4d11025n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPV%2BSg_E3B8%3Du6xeN0Ub5MP3reAao7acqkEfEL8%2BhXW_yx0ZpA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/ca5bf678-6d40-4b1e-bd38-0f9526ce408dn%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/078a3b24-bc49-42e4-b972-2a32e4d11025n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPV%2BSg_E3B8%3Du6xeN0Ub5MP3reAao7acqkEfEL8%2BhXW_yx0ZpA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAMGE5NHhMmhWq%3DBj9_YrSeWD2uBX5Qr17mMp-ccFHEWOumnBOQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/be979eff-62da-49ef-bf80-e2db81660fc0n%40chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/ca5bf678-6d40-4b1e-bd38-0f9526ce408dn%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/078a3b24-bc49-42e4-b972-2a32e4d11025n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPV%2BSg_E3B8%3Du6xeN0Ub5MP3reAao7acqkEfEL8%2BhXW_yx0ZpA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAMGE5NHhMmhWq%3DBj9_YrSeWD2uBX5Qr17mMp-ccFHEWOumnBOQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/ca5bf678-6d40-4b1e-bd38-0f9526ce408dn%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/078a3b24-bc49-42e4-b972-2a32e4d11025n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPV%2BSg_E3B8%3Du6xeN0Ub5MP3reAao7acqkEfEL8%2BhXW_yx0ZpA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAMGE5NHhMmhWq%3DBj9_YrSeWD2uBX5Qr17mMp-ccFHEWOumnBOQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/be979eff-62da-49ef-bf80-e2db81660fc0n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/2dff1b47-3c46-4a8e-825e-10eff31b312dn%40chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/ca5bf678-6d40-4b1e-bd38-0f9526ce408dn%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/078a3b24-bc49-42e4-b972-2a32e4d11025n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPV%2BSg_E3B8%3Du6xeN0Ub5MP3reAao7acqkEfEL8%2BhXW_yx0ZpA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAMGE5NHhMmhWq%3DBj9_YrSeWD2uBX5Qr17mMp-ccFHEWOumnBOQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/be979eff-62da-49ef-bf80-e2db81660fc0n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/ca5bf678-6d40-4b1e-bd38-0f9526ce408dn%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/078a3b24-bc49-42e4-b972-2a32e4d11025n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPV%2BSg_E3B8%3Du6xeN0Ub5MP3reAao7acqkEfEL8%2BhXW_yx0ZpA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAMGE5NHhMmhWq%3DBj9_YrSeWD2uBX5Qr17mMp-ccFHEWOumnBOQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/be979eff-62da-49ef-bf80-e2db81660fc0n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/2dff1b47-3c46-4a8e-825e-10eff31b312dn%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/2efcd4c8-d9a2-4590-82fc-61ed95fa995dn%40chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/ca5bf678-6d40-4b1e-bd38-0f9526ce408dn%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/078a3b24-bc49-42e4-b972-2a32e4d11025n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPV%2BSg_E3B8%3Du6xeN0Ub5MP3reAao7acqkEfEL8%2BhXW_yx0ZpA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAMGE5NHhMmhWq%3DBj9_YrSeWD2uBX5Qr17mMp-ccFHEWOumnBOQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/be979eff-62da-49ef-bf80-e2db81660fc0n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/2dff1b47-3c46-4a8e-825e-10eff31b312dn%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/ca5bf678-6d40-4b1e-bd38-0f9526ce408dn%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/078a3b24-bc49-42e4-b972-2a32e4d11025n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPV%2BSg_E3B8%3Du6xeN0Ub5MP3reAao7acqkEfEL8%2BhXW_yx0ZpA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAMGE5NHhMmhWq%3DBj9_YrSeWD2uBX5Qr17mMp-ccFHEWOumnBOQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/be979eff-62da-49ef-bf80-e2db81660fc0n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/2dff1b47-3c46-4a8e-825e-10eff31b312dn%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/2efcd4c8-d9a2-4590-82fc-61ed95fa995dn%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/67973b0f-a196-497a-8c59-9aac82571d40n%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAOMQ%2Bw-t%3D80CJvJ47QzmU7ZrYEX540h7pxKukym4MrQPzRUH%2BA%40mail.gmail.com.