| Code-Review | +1 |
name: "UserMediaElementLegacy",Want to add a comment explaining what this flag does?
origin_trial_feature_name: "UserMediaElement",origin trial names are usually the same as the main flag name, right? want to add a comment explaining why this is not just "UserMediaElementLegacy"?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Want to add a comment explaining what this flag does?
Done
origin trial names are usually the same as the main flag name, right? want to add a comment explaining why this is not just "UserMediaElementLegacy"?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
VirtualTestSuites lgtm
(I assume that's why I'm here.)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Removed Commit-Queue+2 by Thomas Nguyen <tun...@chromium.org>
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
4 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[CE]: Add legacy runtime flag for UserMediaElement
Introduce the UserMediaElementLegacy runtime-enabled feature flag to
gate legacy compatibility paths and attributes within the HTML user
media element interface.
This change allows for the separation of core user media element
capabilities from legacy fallback behaviors (such as the 'type'
attribute carried over from older permission element implementations).
By mapping this new flag to the existing "UserMediaElement" origin
trial name, both features can be evaluated concurrently during the
trial phase while preserving a clean path for future deprecation.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |