hello reviewers, this is CL2 of 3 (+ one more for final enablement)
design doc is here: https://docs.google.com/document/d/1p2QlRMDbHUc-GneEUuf-yHXRCqWqJijZSFD_KErqdnQ/edit?tab=t.0
also please see: https://chromium-review.googlesource.com/c/chromium/src/+/7594822/comments/304c6eca_e8c8ae30
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Reviewer source(s):
rob...@chromium.org is from context(googleclient/chrome/chromium_gwsq/ui/views/config.gwsq)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Sorry about the delay. I just got out of a weeklong summit.
Meta question: What spec are we operating off of for this change? I don't see it referenced in the bug? Have we gone through Chrome UX review for it?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Sorry about the delay. I just got out of a weeklong summit.
Meta question: What spec are we operating off of for this change? I don't see it referenced in the bug? Have we gone through Chrome UX review for it?
no worries about delay, i know it will be a longer journey 🥳
here is the docs:
> Have we gone through Chrome UX review for it?
i kindly ask for help here, as an external i am not 100% aware of the process, could you tell me where/what i should do now?
happy to address any given feedback
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Helmut JanuschkaSorry about the delay. I just got out of a weeklong summit.
Meta question: What spec are we operating off of for this change? I don't see it referenced in the bug? Have we gone through Chrome UX review for it?
no worries about delay, i know it will be a longer journey 🥳
here is the docs:
- chromestatus: https://chromestatus.com/feature/5154771310870528
- blink-dev i2p: https://groups.google.com/a/chromium.org/g/blink-dev/c/Z8MK8Q_7DQI/m/7u5tD0JDAQAJ
- design doc: https://docs.google.com/document/d/1p2QlRMDbHUc-GneEUuf-yHXRCqWqJijZSFD_KErqdnQ/edit?usp=sharing
- spec: https://www.w3.org/TR/html-media-capture/
- support matrix: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/capture#browser_compatibility (chromium would be first to deliver capture on desktop)
> Have we gone through Chrome UX review for it?
i kindly ask for help here, as an external i am not 100% aware of the process, could you tell me where/what i should do now?happy to address any given feedback
>Have we gone through Chrome UX review for it?
>i kindly ask for help here, as an external i am not 100% aware of the process, >could you tell me where/what i should do now?
>happy to address any given feedback
You'll likely want an Chrome sponsor to help guide you through this from the Web Platform team. Who is your main contact over there?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
video_source_provider_.reset();Have you considered getting rid of `video_source_provider_` and delegate its usage to `camera_mediator`?
`chrome/browser/ui/views/media_preview/camera_preview/camera_mediator.h`
The same for audio as well, `mic_mediator`.
`chrome/browser/ui/views/media_preview/mic_preview/mic_mediator.h`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |