| |
| // vim: set ft=json5: |
| // This file lists metadata for chrome://flags entries. This metadata is used to |
| // automatically expire flags, as part of the review process, and to clean up |
| // flags that have become obsolete or unused. For more details, see: |
| // |
| // https://chromium.googlesource.com/chromium/src/+/main/docs/flag_ownership.md |
| // |
| // This file is a list of json objects; each object contains these keys: |
| // |
| // name: the internal name of the flag, as present in chrome://flags. This is |
| // used as a primary key. The value is a string. |
| // |
| // owners: the person(s) or team(s) responsible for this flag. The value is a |
| // nonempty list of strings, in order of specificity (i.e., the first entry |
| // on the list is the best contact). Each entry is either: |
| // |
| // - A string containing '@', which is treated as an email address; |
| // - A string beginning with '//', which is treated as a path to a file |
| // containing a list of owners for this flag (commonly an OWNERS file); |
| // |
| // expiry_milestone: the last milestone in which this flag should be present. |
| // Specifically, once the trunk milestone number is larger than this |
| // milestone, the flag may be freely hidden or deleted. The special value -1 |
| // means "never expires", which should only be used in consultation with |
| // top-level OWNERS. The use of the -1 value must be accompanied by a comment |
| // explaining why the flag must not expire and an entry in |
| // flag-never-expire-list.json. |
| |
| [ |
| { |
| "name": "aaudio-per-stream-device-selection", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "accessible-pdf-form", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 110 |
| }, |
| { |
| "name": "account-storage-prefs-themes-search-engines", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "ack-copy-output-request-early-for-view-transition", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ack-on-surface-activation-when-interactive", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "adaptive-button-in-top-toolbar-page-summary", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "adaptive-charging", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 122 |
| }, |
| { |
| "name": "adaptive-charging-for-testing", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 122 |
| }, |
| { |
| "name": "add-printer-via-printscanmgr", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "ai-hub-new-badge", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "ai-mode-omnibox-entry-point", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ai-settings-enterprise-disabled-ui", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 139 |
| }, |
| { |
| "name": "aim-eligibility-refresh-ntp-modules", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "aim-eligibility-service-start-with-profile", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "aim-server-eligibility", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "aim-server-eligibility-en", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "aimntp-entrypoint-tablet", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "align-pdf-default-print-settings-with-html", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "align-wakeups", |
| "owners": [ |
| "[email protected]", "[email protected]" |
| ], |
| "expiry_milestone": 107 |
| }, |
| { |
| "name": "allow-all-sites-to-initiate-mirroring", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is used in regular manual QA and should not be removed. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "allow-apn-modification-policy", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "allow-cross-device-feature-suite", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // Used by developers to enable Cross-Device for testing on platforms where |
| // it is disabled by default due to lack of hardware support. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "allow-dsp-based-aec", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 128 |
| }, |
| { |
| "name": "allow-dsp-based-agc", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 128 |
| }, |
| { |
| "name": "allow-dsp-based-ns", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 128 |
| }, |
| { |
| "name": "allow-insecure-localhost", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "allow-non-family-link-url-filter-mode", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "allow-user-installed-chrome-apps", |
| "owners": ["//apps/DEPRECATION_OWNERS"], |
| "expiry_milestone": 169 |
| }, |
| { |
| "name": "alt-click-and-six-pack-customization", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "always-enable-hdcp", |
| "owners": [ "[email protected]" ], |
| // This flag is used for HDCP compliance testing on ChromeOS so should not |
| // be removed. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "android-adaptive-frame-rate", |
| "owners": [ "[email protected]", "//components/viz/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-adpf-efficiency-mode", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-animated-progress-bar-in-browser", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-animated-progress-bar-in-viz", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-app-integration-module", |
| "owners": ["[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-app-integration-multi-data-source", |
| "owners": ["[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "android-appearance-settings", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-audio-device-listener", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-bookmark-bar", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-bookmark-bar-fast-follow", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-bottom-toolbar-v2", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "android-browser-controls-in-viz", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-browser-controls-in-viz-bottom-controls", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-caret-browsing", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "android-composeplate", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-composeplate-lff", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "android-context-menu-duplicate-tabs", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-data-importer-service", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-desktop-density", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-desktop-webprefs-large-display", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "android-desktop-zoom-scaling", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "android-elegant-text-height", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "android-hub-search-tab-groups", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "android-no-surface-sync-for-browser-controls", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "android-open-incognito-as-window", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-pb-disable-pulse-animation", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-pb-disable-smooth-animation", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-pinned-tabs", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "android-pinned-tabs-tablet-tab-strip", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "android-progress-bar-visual-update", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 170 |
| }, |
| { |
| "name": "android-settings-containment", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-sms-otp-filling", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "android-surface-color-update", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-tab-declutter-archive-all-but-active-tab", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "android-tab-declutter-archive-tab-groups", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "android-tab-declutter-performance-improvements", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "android-tab-highlighting", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-theme-module", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "android-theme-resource-provider", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-tips-notifications", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "android-use-correct-display-work-area", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-use-correct-window-bounds", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-use-display-topology", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-web-app-launch-handler", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "android-window-management-web-api", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "android-zoom-indicator", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "animate-suggestions-list-appearance", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "animated-default-browser-promo-in-fre", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "animated-image-drag-shadow", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "annotated-page-content-extraction", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "apn-policies", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "apn-revamp", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "app-background-refresh-ios", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "app-browser-use-new-layout", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "app-launch-automation", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 123 |
| }, |
| { |
| "name": "app-launch-shortcut", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "app-specific-history", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "app-store-rating-loosened-triggers", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "apply-clientside-model-predictions-for-otps", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "apply-clientside-model-predictions-for-password-types", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "approximate-geolocation-permission", |
| "owners": [ "[email protected]", "[email protected]", |
| "//components/permissions/PERMISSIONS_OWNERS"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "arc-aaudio-mmap-low-latency", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "arc-arc-on-demand", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "arc-custom-tabs-experiment", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 95 |
| }, |
| { |
| "name": "arc-enable-attestation", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "arc-enable-virtio-blk-for-data", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "arc-extend-intent-anr-timeout", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 131 |
| }, |
| { |
| "name": "arc-extend-service-anr-timeout", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 131 |
| }, |
| { |
| "name": "arc-external-storage-access", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "arc-friendlier-error-dialog", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 139 |
| }, |
| { |
| "name": "arc-idle-manager", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "arc-native-bridge-toggle", |
| "owners": [ "[email protected]" ], |
| // Used on ChromeOS to compare and debug different ARC native-bridge |
| // implementations which are normally used on different platforms. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "arc-per-app-language", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "arc-resize-compat", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "arc-rt-vcpu-dual-core", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 100 |
| }, |
| { |
| "name": "arc-rt-vcpu-quad-core", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 100 |
| }, |
| { |
| "name": "arc-switch-to-keymint-daemon", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 123 |
| }, |
| { |
| "name": "arc-switch-to-keymint-on-t", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 123 |
| }, |
| { |
| "name": "arc-sync-install-priority", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 126 |
| }, |
| { |
| "name": "arc-unthrottle-on-active-audio-v2", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "arc-video-encode-use-mappable-si", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "arc-vm-memory-size", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "arc-vmm-swap-keyboard-shortcut", |
| "owners": [ "[email protected]"], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "arc-window-predictor", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "ash-capture-mode-education", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "ash-capture-mode-education-bypass-limits", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "ash-debug-shortcuts", |
| "owners": [ "//ash/OWNERS" ], |
| // Used by developers for debugging and to dump extra information to logs |
| // in official builds. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "ash-enable-unified-desktop", |
| "owners": [ "//ash/OWNERS" ], |
| // Unified desktop can be enabled by enterprise policy. The switch exists in |
| // about:flags so QA can more easily test the feature. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "ash-limit-shelf-items-to-active-desk", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 200 |
| }, |
| { |
| "name": "ash-modifier-split", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "ash-null-top-row-fix", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "ash-picker-gifs", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "ash-snap-groups", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "ash-split-keyboard-refactor", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ask-gemini-chip", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "assistant-iph", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 126 |
| }, |
| { |
| "name": "audio-ducking", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "audio-hfp-mic-sr-toggle", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "audio-selection-improvement", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "auto-framing-override", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 116 |
| }, |
| { |
| "name": "auto-picture-in-picture-android", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 156 |
| }, |
| { |
| "name": "auto-picture-in-picture-for-video-playback", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "auto-revoke-suspicious-notification", |
| "owners": ["[email protected]","[email protected]","[email protected]"], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "autofill-across-iframes", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "autofill-and-passwords-in-same-surface", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-android-desktop-keyboard-accessory-revamp", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "autofill-android-desktop-suppress-accessory-on-empty", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "autofill-bottom-sheet-new-blur", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "autofill-content-editables", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "autofill-credit-card-scanner-ios", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 155 |
| }, |
| { "name": "autofill-disable-bnpl-country-check-for-testing", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "autofill-disable-default-save-card-fix-flow-detection", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 141 |
| }, |
| { |
| "name": "autofill-enable-ai-based-amount-extraction", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-enable-allowlist-for-bmo-card-category-benefits", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-enable-amount-extraction", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-enable-amount-extraction-allowlist", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-enable-amount-extraction-testing", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "autofill-enable-buy-now-pay-later", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-enable-buy-now-pay-later-for-externally-linked", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-enable-buy-now-pay-later-for-klarna", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-enable-buy-now-pay-later-syncing", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-enable-buy-now-pay-later-updated-suggestion-second-line-string", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-enable-card-benefits-for-american-express", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-enable-card-benefits-for-bmo", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-enable-card-benefits-iph", |
| "owners": [ "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-enable-card-benefits-sync", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "autofill-enable-card-info-runtime-retrieval", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-enable-cvc-storage-and-filling", |
| "owners": [ |
| "[email protected]", "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-enable-cvc-storage-and-filling-enhancement", |
| "owners": [ |
| "[email protected]", "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-enable-cvc-storage-and-filling-standalone-form-enhancement", |
| "owners": [ |
| "[email protected]","[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-enable-downstream-card-awareness-iph", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-enable-email-or-loyalty-cards-filling", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-enable-flat-rate-card-benefits-from-curinos", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-enable-fpan-risk-based-authentication", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "autofill-enable-keyboard-accessory-chip-redesign", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-enable-keyboard-accessory-chip-width-adjustment", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-enable-loyalty-cards-filling", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-enable-multiple-request-in-virtual-card-downstream-enrollment", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-enable-new-fop-display-android", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "autofill-enable-new-fop-display-desktop", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-enable-offers-in-clank-keyboard-accessory", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 116 |
| }, |
| { |
| "name": "autofill-enable-payments-mandatory-reauth-chromeos", |
| "owners": [ "[email protected]", |
| "[email protected]" ], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "autofill-enable-prefetching-risk-data-for-retrieval", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-enable-ranking-formula-address-profiles", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "autofill-enable-ranking-formula-credit-cards", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "autofill-enable-save-and-fill", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "autofill-enable-separate-pix-preference-item", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-enable-support-for-home-and-work", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-enable-support-for-name-and-email-profile", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "autofill-enable-syncing-of-loyalty-cards", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { "name": "autofill-enable-touch-to-fill-reshow-for-bnpl", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "autofill-enable-vcn-3ds-authentication", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-highlight-only-changed-value-in-preview-mode", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "autofill-improved-labels", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "autofill-isolated-world-ios", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "autofill-local-save-card-bottomsheet", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-manual-testing-data", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "autofill-more-prominent-popup", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 123 |
| }, |
| { |
| "name": "autofill-payments-field-swapping", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "autofill-payments-sheet-v2", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "autofill-prefer-buy-now-pay-later-blocklists", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-prioritize-save-card-over-mandatory-reauth", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "autofill-save-card-bottomsheet", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-shared-storage-server-card-data", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "autofill-show-bubbles-based-on-priorities", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "autofill-show-manual-fill-for-virtual-cards", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "autofill-sync-ewallet-accounts", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "autofill-third-party-mode-content-provider", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//components/autofill/android/OWNERS" ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "autofill-throttle-doc-form-scans", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "autofill-throttle-filtered-doc-form-scan", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "autofill-unmask-card-request-timeout", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "autofill-update-context-for-web-contents", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "autofill-vcn-enroll-strike-expiry-time", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "automatic-usb-detach", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "automotive-back-button-bar-streamline", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "auxiliary-search-donation", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "auxiliary-search-history-donation", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "avatar-button-sync-promo", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "back-forward-transitions-cross-doc-shared-image", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "backdrop-filter-mirror-edge", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "background-compact", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "background-listening", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "background-not-perceptible-binding", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "background-resource-fetch", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "backlight-ocr", |
| "owners": [ |
| "[email protected]", |
| "//ui/accessibility/OWNERS" |
| ], |
| "expiry_milestone": 132 |
| }, |
| { |
| "name": "batch-tab-restore", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "battery-charge-limit", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "begin-cursor-at-point-tentative-fix", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "best-of-app-fre", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "bind-cookies-to-port", |
| "owners": [ "[email protected]"], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "bind-cookies-to-scheme", |
| "owners": [ "[email protected]"], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "biometric-auth-identity-check", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "biometric-reauth-password-filling", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "blink-extension", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 132 |
| }, |
| { |
| "name": "blink-extension-diagnostics", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 132 |
| }, |
| { |
| "name": "block-cross-partition-blob-url-fetching", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "block-root-window-accessible-name-change-event", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "block-telephony-device-phone-mute", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "block-v8-optimizer-on-unfamiliar-sites", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "bluetooth-audio-le-audio-only", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "bluetooth-btsnoop-internals", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "bluetooth-floss-telephony", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 170 |
| }, |
| { |
| "name": "bluetooth-use-floss", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "bluetooth-use-llprivacy", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "boarding-pass-detector", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "bookmark-pane-android", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "bookmark-tab-group-conversion", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "bookmarks-and-reading-list-behind-opt-in", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 126 |
| }, |
| { |
| "name": "bookmarks-tree-view", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "borealis-big-gl", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "borealis-dgpu", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "borealis-enable-unsupported-hardware", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This flag does not expire because it is an escape hatch for running |
| // borealis on certain hardware. That hardware will never be "supported" |
| // so those users will always need to acknowledge via the flag. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "borealis-enabled", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "borealis-force-beta-client", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "borealis-force-double-scale", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "borealis-linux-mode", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "borealis-provision", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "borealis-scale-client-by-dpi", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "borealis-web-ui-installer", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "borealis-zink-gl-driver", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "bottom-browser-controls-refactor", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "bottom-omnibox-evolution", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "bottom-omnibox-promo-app-launch", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 127 |
| }, |
| { |
| "name": "bottom-omnibox-promo-default-position", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 127 |
| }, |
| { |
| "name": "bottom-omnibox-promo-fre", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 127 |
| }, |
| { |
| "name": "bottom-omnibox-promo-region-filter", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 127 |
| }, |
| { |
| "name": "boundary-event-dispatch-tracks-node-removal", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "browser-controls-debugging", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "browser-initiated-automatic-picture-in-picture", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "browser-report-include-all-profiles", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "browsing-data-model-clank", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "browsing-history-actor-integration-M1", |
| "owners": [ |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "browsing-history-actor-integration-M2", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "bundled-security-settings", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "bwg-precise-location", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "bwg-promo-consent", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone":150 |
| }, |
| { |
| "name": "by-date-history-in-side-panel", |
| "owners": [ |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "cache-identity-list-in-chrome", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "camera-mic-effects", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "campaigns-test-tag", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "campbell-glyph", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 124 |
| }, |
| { |
| "name": "campbell-key", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 124 |
| }, |
| { |
| "name": "canvas-2d-hibernation", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "canvas-2d-layers", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "canvas-draw-element", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "canvas-oop-rasterization", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "captive-portal-popup-window", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 126 |
| }, |
| { |
| "name": "captured-surface-control", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "cast-message-logging", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "cast-mirroring-target-playout-delay", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "cast-streaming-hardware-h264", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "cast-streaming-hardware-hevc", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "cast-streaming-hardware-vp8", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "cast-streaming-hardware-vp9", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "cast-streaming-media-video-encoder", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "cast-streaming-performance-overlay", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "cct-adaptive-button", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "cct-adaptive-button-test-switch", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "cct-auth-tab", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "cct-auth-tab-disable-all-external-intents", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "cct-auth-tab-enable-https-redirects", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "cct-contextual-menu-items", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "cct-destroy-tab-when-model-is-empty", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "cct-google-bottom-bar", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "cct-google-bottom-bar-variant-layouts", |
| "owners": ["[email protected]", "[email protected]","[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "cct-incognito-available-to-third-party", |
| "owners": [ "[email protected]", "//chrome/android/java/src/org/chromium/chrome/browser/customtabs/OWNERS" ], |
| "expiry_milestone": 180 |
| }, |
| { |
| "name": "cct-navigation-metrics", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "cct-nested-security-icon", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "cct-open-in-browser-button-if-allowed-by-embedder", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "cct-open-in-browser-button-if-enabled-by-embedder", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "cct-prevent-touches", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "cct-reset-timeout-enabled", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "cct-resizable-90-maximum-height", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 110 |
| }, |
| { |
| "name": "cct-resizable-for-third-parties", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 110 |
| }, |
| { |
| "name": "cct-revamped-branding", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "cct-toolbar-refactor", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "cellular-bypass-esim-installation-connectivity-check", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This flag does not expire because it allows some test cases that host a local SM-DP+ server |
| // on a network without an external connection to the internet to be able to install eSIM. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "cellular-use-second-euicc", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // Never expires. This used in ChromeOS to switch to removable EUICC for |
| // all eSIM operations. This is useful for debugging with test SIM cards. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "cert-verification-network-time", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 134 |
| }, |
| { |
| "name": "change-unfocused-priority", |
| "owners": [ "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "chrome-item-picker-ui", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "chrome-labs", |
| "owners": ["[email protected]", "[email protected]"], |
| // Never expires. The Chrome Labs features is rolled out to 99% of |
| // pre-stable users which is its full launch. Because we are not |
| // launching to stable we want to keep this flag. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "chrome-native-url-overriding", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "chrome-web-store-navigation-throttle", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "chrome-wide-echo-cancellation", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // TODO(http://crubg.com/1372451): remove when we have a proper solution. |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "chromebox-usb-passthrough-restrictions", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "clank-default-browser-promo-role-manager", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "clank-default-browser-promo2", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "clear-instance-info-when-closed-intentionally", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "clear-login-database-for-all-migrated-upm-users", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "click-to-call", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 115 |
| }, |
| { |
| "name": "client-side-detection-brand-and-page-intent", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 139 |
| }, |
| { |
| "name": "client-side-detection-send-intelligent-scan-info-android", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "client-side-detection-show-scam-verdict-warning", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 141 |
| }, |
| { |
| "name": "client-side-detection-show-scam-verdict-warning-android", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "clipboard-history-longpress", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "clipboard-maximum-age", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "cloud-gaming-device", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 126 |
| }, |
| { |
| "name": "collaboration-entreprise-v2", |
| "owners": ["[email protected]", "//components/collaboration/OWNERS"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "collaboration-messaging", |
| "owners": [ "//components/collaboration/OWNERS", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "collaboration-shared-tab-group-account-data", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "compare-confirmation-toast", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "compose-selection-nudge", |
| "owners": ["//components/compose/OWNERS", "[email protected]"], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "composebox-aim-nudge", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "composebox-attachments-typed-state", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name":"composebox-autoattach-tab", |
| "owners": ["[email protected]","[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "composebox-compact-mode", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "composebox-devtools", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "composebox-fetch-contextual-suggestions-for-image", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "composebox-fetch-contextual-suggestions-for-multiple-attachments", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "composebox-force-top", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "composebox-immersive-srp", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "composebox-ios", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "composebox-menu-title", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name":"composebox-tab-picker-variation", |
| "owners": ["[email protected]","[email protected]","[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "composebox-uses-chrome-compose-client", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "conch", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "conch-system-audio-from-mic", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "confirmation-button-swap-order", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "connection-allowlists", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 154 |
| }, |
| { |
| "name": "content-notification-provisional-ignore-conditions", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "content-push-notifications", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "contextual-cueing", |
| "owners": [ "[email protected]","[email protected]"], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "contextual-nudges", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 83 |
| }, |
| { |
| "name": "contextual-page-actions-share-model", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "contextual-panel", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "contextual-search-box-uses-contextual-search-provider", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "contextual-search-debug", |
| "owners": [ "//chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/OWNERS" ], |
| // This is used to enable debugging of server and backend code. |
| "expiry_milestone": 110 |
| }, |
| { |
| "name": "contextual-search-open-lens-action-uses-thumbnail", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "contextual-search-suppress-short-view", |
| "owners": [ "//chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/OWNERS", "[email protected]" ], |
| "expiry_milestone": 110 |
| }, |
| { |
| "name": "contextual-search-with-credentials-for-debug", |
| "owners": [ "//chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/OWNERS", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "contextual-suggestion-ui-improvements", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "contextual-suggestions-ablate-others-when-present", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "contextual-tasks", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "contextual-tasks-context", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "contextual-tasks-suggestions-enabled", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "controlled-frame-web-request-security-info", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "cpa-spec-update", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "cpe-passkey-largeblob-support", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "cpe-passkey-prf-support", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "cpe-performance-improvements", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "cpe-signal-api", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "cras-output-plugin-processor", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "cras-processor-wav-dump", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "create-new-tab-group-app-menu-top-level", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "credential-management-third-party-web-api-request-forwarding", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "cros-block-warnings", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "cros-components", |
| "owners": [ "[email protected]"], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "cros-content-adjusted-refresh-rate", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "cros-labs-continuous-overview-animation", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "cros-labs-enable-overview-from-wallpaper", |
| "owners": ["[email protected]","[email protected]"], |
| "expiry_milestone": 131 |
| }, |
| { |
| "name": "cros-labs-tiling-window-resize", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "cros-labs-window-cycle-shortcut", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "cros-labs-window-splitting", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "cros-locked-mode", |
| "owners": [ |
| "//chrome/browser/chromeos/cros_apps/OWNERS" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "cros-switcher", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "crostini-container-install", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "crostini-containerless", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "crostini-gpu-support", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "crostini-multi-container", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // NOTE: multi-container will be infeasible upon baguette launch, do not unexpire. |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "crostini-qt-ime-support", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "crostini-reset-lxd-db", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "crostini-virtual-keyboard-support", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "cryptography-compliance-cnsa", |
| "owners": [ "[email protected]", "//crypto/OWNERS" ], |
| // This flag is intended to be temporary for testing. The enterprise |
| // policies should be used instead for permanently configuring this |
| // functionality. |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "css-gamut-mapping", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 126 |
| }, |
| { |
| "name": "css-masonry-layout", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "cups-ipp-printing-backend", |
| "owners": [ "[email protected]", "//printing/OWNERS" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "customize-chrome-side-panel-extensions-card", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 134 |
| }, |
| { |
| "name": "customize-chrome-wallpaper-search", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "customize-chrome-wallpaper-search-button", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "customize-chrome-wallpaper-search-inspiration-card", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "customize-tab-group-color-palette", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "cws-info-fast-check", |
| "owners": [ |
| "[email protected]" |
| ], |
| // Used by developers and for manual testing & debugging to fetch |
| // extension metadata from CWS more frequently. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "cws-promotion-banner-flag", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "darken-websites-checkbox-in-themes-setting", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "data-sharing", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "data-sharing-debug-logs", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "data-sharing-join-only", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "data-sharing-non-production-environment", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "dbd-revamp-desktop", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "dcheck-is-fatal", |
| "owners": [ "[email protected]" ], |
| // Used to debug failed assertions in environments where debug builds cannot |
| // be used. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "debug-chime-notification", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 100 |
| }, |
| { |
| "name": "debug-packed-apps", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "default-angle-vulkan", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "default-browser-banner-promo", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "default-browser-intents-show-settings", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "default-browser-off-cycle-promo", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "default-browser-promo-ipad-instructions", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "default-browser-promo-refresh", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "default-browser-promo-trigger-criteria-experiment", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { "name": "default-browser-video-in-settings", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "default-browser-video-promo", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "default-search-engine-prewarm", |
| "owners": [ |
| "[email protected]", |
| "//content/browser/preloading/prerender/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "default-site-instance-groups", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "demo-mode-test-tag", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "deprecate-alt-click", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "deprecate-unload", |
| "owners": [ "[email protected]", "[email protected]"], |
| // The schedule for unload events being fully removed is unknown. We expect |
| // it to take several years. This milestone is a placeholder and may be revisted. |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "deprecated-external-picker-function", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "desk-profiles", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 132 |
| }, |
| { |
| "name": "desktop-ua-on-connected-display", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "device-bound-session-access-observer-shared-remote", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "device-posture", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "devtools-individual-request-throttling", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "devtools-live-edit", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "devtools-privacy-ui", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "devtools-project-settings", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "devtools-pwa-handler", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 200 |
| }, |
| { |
| "name": "devtools-starting-style-debugging", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "diamond-prototype", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "direct-sockets-in-service-workers", |
| "owners": [ "//content/browser/direct_sockets/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "direct-sockets-in-shared-workers", |
| "owners": [ "//content/browser/direct_sockets/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "disable-accelerated-2d-canvas", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "disable-accelerated-mjpeg-decode", |
| "owners": [ "[email protected]" ], |
| // This flag does not expire because it allows users to disable HW mjpeg |
| // decoding for debugging purpose and temporary workaround for some issues. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "disable-accelerated-video-decode", |
| "owners": [ "[email protected]" ], |
| // This flag does not expire because it allows users to disable HW video |
| // decoding for debugging purpose and temporary workaround for some issues. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "disable-accelerated-video-encode", |
| "owners": [ "[email protected]" ], |
| // This flag does not expire because it allows users to disable HW video |
| // encoding for debugging purpose and temporary workaround for some issues. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "disable-autofill-strike-system", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag does not expire because it allows users to test or debug issues |
| // by disabling the strike system, which is not desirable in production. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "disable-bruschetta-install-checks", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag does not expire because it allows developers to disable hardcoded |
| // install checks that may need to change during development. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "disable-buffer-bw-compression", |
| "owners": [ "[email protected]" ], |
| // This flag is used for QA & debugging on ChromeOS, which has no way to |
| // customize switches. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "disable-cancel-all-touches", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is use to disable CancelAllTouches() function, which enable the |
| // testing for implementation of canceling single touches. |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "disable-dns-proxy", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "disable-explicit-dma-fences", |
| "owners": [ "[email protected]" ], |
| // This flag is used for QA & debugging on ChromeOS, which has no way to |
| // customize switches. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "disable-facilitated-payments-merchant-allowlist", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This flag is required for QA and dogfood testing. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "disable-idle-sockets-close-on-memory-pressure", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 112 |
| }, |
| { |
| "name": "disable-instance-limit", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // The study is extended and now includes XR devices. |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "disable-javascript-harmony-shipping", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is used for field debugging along with |
| // enable-javascript-harmony. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "disable-keyboard-accessory", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "disable-lacros-tts-support", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "disable-lens-camera", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "disable-process-reuse", |
| "owners": [ |
| "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "disable-quick-answers-v2-translation", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 100 |
| }, |
| { |
| "name": "disable-system-blur", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "disable-virtual-keyboard", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 116 |
| }, |
| { |
| "name": "disallow-doc-written-script-loads", |
| "owners": [ "//chrome/browser/data_saver/OWNERS" ], |
| // This is a web-developer facing flag and should not be removed. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "disconnect-wifi-on-ethernet-connected", |
| "owners": [ |
| "[email protected]", "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "discount-autofill", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "discount-on-navigation", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 141 |
| }, |
| { |
| "name": "display-alignment-assistance", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "display-edge-to-edge-fullscreen", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "document-patching", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 180 |
| }, |
| { |
| "name": "document-picture-in-picture-animate-resize", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "double-buffer-compositing", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 100 |
| }, |
| { |
| "name": "download-auto-deletion", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "download-auto-deletion-clear-files-on-every-startup", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "download-list-ios", |
| "owners": [ "[email protected]","[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "download-notification-service-unified-api", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "downloads-migrate-to-jobs-api", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "draw-chrome-pages-edge-to-edge", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "draw-cutout-edge-to-edge", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "draw-key-native-edge-to-edge", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "drive-fs-mirroring", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "drop-input-events-while-paint-holding", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "dse-preload2", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "dse-preload2-on-press", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "dynamic-color-gamut", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 90 |
| }, |
| { |
| "name": "dynamic-safe-area-insets", |
| "owners": [ "[email protected]", "[email protected]","[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "dynamic-safe-area-insets-on-scroll", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "dynamic-search-update-animation", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 103 |
| }, |
| { |
| "name": "eap-gtc-wifi-authentication", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "early-document-swap-for-back-forward-transitions", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "eche-launcher", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "eche-launcher-list-view", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "eche-swa", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "eche-swa-check-android-network-info", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "eche-swa-debug-mode", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "eche-swa-disable-stun-server", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "eche-swa-measure-latency", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "eche-swa-send-start-signaling", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "edge-to-edge-bottom-chin", |
| "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "edge-to-edge-everywhere", |
| "owners": ["[email protected]", "[email protected]","[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "edge-to-edge-tablet", |
| "owners": ["[email protected]", "[email protected]","[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "edge-to-edge-web-opt-in", |
| "owners": ["[email protected]", "[email protected]","[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "elastic-overscroll", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "element-capture", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "element-capture-cross-tab", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-ac-prefetch", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-accessibility-accelerator", |
| "owners": [ "[email protected]", "//ash/accessibility/OWNERS" ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "enable-accessibility-captions-on-braille-display", |
| "owners": [ "[email protected]", "//ash/accessibility/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-accessibility-deprecate-type-announce", |
| "owners": ["[email protected]", "[email protected]", "//ui/accessibility/OWNERS"], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "enable-accessibility-disable-touchpad", |
| "owners": [ "[email protected]", "//ash/accessibility/OWNERS" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "enable-accessibility-extended-selection", |
| "owners": ["[email protected]", "//ui/accessibility/OWNERS"], |
| "expiry_milestone": 170 |
| }, |
| { |
| "name": "enable-accessibility-flash-screen-feature", |
| "owners": [ "[email protected]", "//ash/accessibility/OWNERS" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "enable-accessibility-improve-live-region-announce", |
| "owners": ["[email protected]", "//ui/accessibility/OWNERS"], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "enable-accessibility-include-long-click-action", |
| "owners": ["[email protected]", "//ui/accessibility/OWNERS"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-accessibility-labeledby", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "enable-accessibility-magnifier-follows-chromevox", |
| "owners": [ "[email protected]", "//ash/accessibility/OWNERS" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "enable-accessibility-manage-broadcast-recevier-on-background", |
| "owners": ["[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-accessibility-manifest-v3-accessibility-common", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-accessibility-manifest-v3-braille-ime", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-accessibility-manifest-v3-chromevox", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-accessibility-manifest-v3-enhanced-network-tts", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-accessibility-manifest-v3-espeakng", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//ui/accessibility/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-accessibility-manifest-v3-google-tts", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//ui/accessibility/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-accessibility-manifest-v3-select-to-speak", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-accessibility-manifest-v3-switch-access", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-accessibility-mousekeys", |
| "owners": [ "[email protected]", "//ash/accessibility/OWNERS" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "enable-accessibility-on-screen-mode", |
| "owners": [ |
| "[email protected]", |
| "//ui/accessibility/OWNERS" |
| ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "enable-accessibility-page-zoom", |
| "owners": [ "[email protected]", "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-accessibility-populate-supplemental-description-api", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "enable-accessibility-reduced-animations", |
| "owners": [ "[email protected]", "//ash/accessibility/OWNERS" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "enable-accessibility-reduced-animations-in-kiosk", |
| "owners": [ "[email protected]", "//ash/accessibility/OWNERS" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "enable-accessibility-sequential-focus", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "enable-accessibility-set-selectable-on-all-nodes-with-text", |
| "owners": ["[email protected]", "//ui/accessibility/OWNERS"], |
| "expiry_milestone": 170 |
| }, |
| { |
| "name": "enable-accessibility-shake-to-locate", |
| "owners": [ "[email protected]", "//ash/accessibility/OWNERS" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "enable-accessibility-text-formatting", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-accessibility-unified-snapshots", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-android-document-picture-in-picture", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-android-gamepad-vibration", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-android-grammar-check", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-android-media-insertion", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "enable-android-new-media-picker", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-android-spellcheck-full-api-blink", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-android-spellcheck-native-ui", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-android-window-controls-overlay", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-android-window-occlusion", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "enable-android-window-popup-custom-tab-ui", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-android-window-popup-large-screen", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-android-window-popup-predict-final-bounds", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-android-window-popup-resize-after-spawn", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-annotated-page-contents-for-virtual-structure", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-annotator-mode", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-assistant-aec", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 88 |
| }, |
| { |
| "name": "enable-assistant-dsp", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 95 |
| }, |
| { |
| "name": "enable-assistant-stereo-input", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 88 |
| }, |
| { |
| "name": "enable-asweb-authentication-session", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "enable-async-real-time-check", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-audio-focus-enforcement", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "enable-audio-monitoring-on-android", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "enable-auto-disable-accessibility", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-auto-minted-twa", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-autofill-credit-card-upload", |
| "owners": [ "[email protected]" ], |
| // This flag is heavily used by the testing team that can't easily use the |
| // commandline, especially in India. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-ax-tree-fixing", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-background-blur", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 86 |
| }, |
| { |
| "name": "enable-benchmarking", |
| "owners": [ "//components/variations/OWNERS" ], |
| // This is used by testers and developers to determine whether a bug is |
| // caused by a non-default feature configuration. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-bound-session-credentials", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "enable-bound-session-credentials-software-keys-for-manual-testing", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "enable-brightness-control-in-settings", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-canvas-noise", |
| "owners": [ |
| "[email protected]", |
| "//third_party/blink/renderer/core/canvas_interventions/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-cast-streaming-av1", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "enable-cast-streaming-mac-hardware-h264", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "enable-cast-streaming-vp8", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "enable-cast-streaming-vp9", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "enable-cast-streaming-win-hardware-h264", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "enable-cast-streaming-with-hidpi", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "enable-cct-text-fragment-lookup-api", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone":120 |
| }, |
| { |
| "name": "enable-chrome-refresh-token-binding", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| {"name": "enable-chromeos-live-translate", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| {"name": "enable-chromeos-soda-conch", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "enable-client-certificate-provisioning-on-android", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-clipboard-data-controls-android", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-clipboard-data-controls-ios", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "enable-clipboardchange-event", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "enable-command-line-on-non-rooted-devices", |
| "owners": [ "[email protected]" ], |
| // This flag is used for debugging on Android; it causes Android Chromium |
| // builds to read command-line arguments from a writable location on disk. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-component-updater-test-request", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is used by the test team for Lacros release candidate testing |
| // when Lacros is pushed to a test cohort and must not be expired. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-compression-dictionary-transport", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-compression-dictionary-ttl", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-controlled-frame", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-cros-autocorrect-by-default", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-cros-autocorrect-params-tuning", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 116 |
| }, |
| { |
| "name": "enable-cros-autocorrect-use-replace-surrounding-text", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-cros-cached-location-provider", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-cros-diacritics-use-replace-surrounding-text", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "enable-cros-hindi-inscript-layout", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 250 |
| }, |
| { |
| "name": "enable-cros-ime-assist-multi-word", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-cros-ime-assist-multi-word-expanded", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 110 |
| }, |
| { |
| "name": "enable-cros-ime-fst-decoder-params-update", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "enable-cros-ime-manifest-v3", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-cros-ime-switch-check-connection-status", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "enable-cros-ime-system-emoji-picker-gif-support", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-cros-ime-system-emoji-picker-jelly-support", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-cros-ime-system-emoji-picker-mojo-search", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-cros-ime-system-emoji-picker-variant-grouping", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 128 |
| }, |
| { |
| "name": "enable-cros-ime-us-english-model-update", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "enable-cros-separate-geo-api-key", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "enable-cros-touch-text-editing-redesign", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-cros-virtual-keyboard-global-emoji-preferences", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 128 |
| }, |
| { |
| "name": "enable-cross-device-pref-tracker", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "enable-d3d12-video-encoder", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-debug-for-store-billing", |
| "owners": [ "[email protected]" ], |
| // This flag is to allow developers to develop their app-billing capable |
| // TWA apps locally, without having to upload the apps to the Play Store. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-delegated-compositing", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-desk-button", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "enable-desks-templates", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-desktop-pwas-additional-windowing-controls", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-desktop-pwas-app-title", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-desktop-pwas-borderless", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-desktop-pwas-elided-extensions-menu", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-desktop-pwas-scope-extensions", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "enable-desktop-pwas-sub-apps", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-desktop-pwas-tab-strip", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-desktop-pwas-tab-strip-customizations", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-desktop-pwas-tab-strip-settings", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-devtools-deep-link-via-extensibility-api", |
| "owners": [ "[email protected]", "//components/ui_devtools/OWNERS" ], |
| "expiry_milestone": 180 |
| }, |
| { |
| "name": "enable-display-performance-mode", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "enable-doze-mode-power-scheduler", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-drdc", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-edid-based-display-ids", |
| "owners": [ |
| "[email protected]", |
| "//ui/display/OWNERS", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-educational-tip-default-browser-promo-card", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-educational-tip-module", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-empty-space-context-menu-clank", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-enterprise-badging-for-ntp-footer", |
| "owners": ["[email protected]","[email protected]"], |
| "expiry_milestone": 141 |
| }, |
| { |
| "name": "enable-eol-notification-reset-dismissed-prefs", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 116 |
| }, |
| { |
| "name": "enable-escape-handling-for-secondary-activities", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-exclusive-access-manager-on-android", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-experimental-accessibility-dictation-context-checking", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-experimental-accessibility-google-tts-high-quality-voices", |
| "owners": [ "[email protected]", "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-experimental-accessibility-language-detection", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-experimental-accessibility-language-detection-dynamic", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-experimental-accessibility-manifest-v3", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-experimental-accessibility-switch-access-text", |
| "owners": [ "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-experimental-cookie-features", |
| "owners": [ "[email protected]", "//net/cookies/OWNERS" ], |
| // This should expire once all cookie handling changes have been enabled by |
| // default. This is expected to take a while, and this expiry will probably |
| // need to be extended. |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-experimental-rgb-keyboard-patterns", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-experimental-web-platform-features", |
| "owners": [ "//third_party/blink/renderer/OWNERS" ], |
| // Used by developers to activate experimental features in blink. |
| // See //third_party/blink/renderer/platform/runtime_enabled_features.json5. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-experimental-webassembly-features", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| // This flag is used by web developers to test upcoming WebAssembly |
| // features. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-experimental-webassembly-shared-everything", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| // This flag is used by web developers to test WebAssembly's |
| // shared-everything-threads features. |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-extension-ai-data-collection", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-extension-install-policy-fetching", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "enable-extensions-explicit-browser-signin", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-external-display-hdr10", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-external-keyboards-in-diagnostics-app", |
| "owners": [ "//ash/webui/diagnostics_ui/OWNERS" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-fake-keyboard-heuristic", |
| "owners": ["[email protected]", "[email protected]"], |
| // This flag is used to enable automatic detection of non-keyboard devices |
| // pretending to be keyboards. It is useful as a flag for users who want to |
| // selectively disable this feature, and for debuggability. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-fake-mouse-heuristic", |
| "owners": ["[email protected]", "[email protected]"], |
| // This flag is used to enable automatic detection of devices pretending to |
| // be mice. It is also useful for debugging. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-fast-ink-for-software-cursor", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-fast-touchpad-click", |
| "owners": ["[email protected]","[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-feed-ablation", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // Long expiry to allow us to disable Discover remotely. |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-fenced-frames-cross-origin-automatic-beacons", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-fenced-frames-developer-mode", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "enable-force-dark", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag enables an automatic dark mode for sites that do not support |
| // it. This flag can be used to test the WebView API for this feature. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-fullscreen-to-any-screen-android", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-future-v8-vm-features", |
| "owners": [ "[email protected]" ], |
| // This flag enables the rolling set of upcoming V8 features, for early |
| // testing by JavaScript developers. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-gamepad-button-axis-events", |
| "owners": [ "//device/gamepad/OWNERS", "[email protected]" ], |
| "expiry_milestone": 98 |
| }, |
| { |
| "name": "enable-gamepad-multitouch", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-generic-oidc-auth-profile-management", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "enable-global-vaapi-lock", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-gpu-rasterization", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // A debugging flag intended for end-users where there may not be any other |
| // way to turn off graphics features. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-gpu-service-logging", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // A debugging flag intended for end-users where there may not be any other |
| // way to turn off graphics features. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-hardware-secure-decryption", |
| "owners": [ |
| "[email protected]", "[email protected]" |
| ], |
| // This flag does not expire because the feature depends on the OS, GPU |
| // driver and hardware, and the flag allows users to disable HW secure |
| // decryption for debugging purpose and/or temporarily working around OS |
| // or driver issues. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-hardware-secure-decryption-experiment", |
| "owners": [ |
| "[email protected]", "[email protected]" |
| ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "enable-hardware-secure-decryption-fallback", |
| "owners": [ |
| "[email protected]", "[email protected]" |
| ], |
| // A debugging flag intended for developers where there may not be any other |
| // way to turn off this fallback feature when testing hardware secure |
| // decryption playbacks. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-headless-live-caption", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-heatmap-palm-detection", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-hostname-setting", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "enable-identity-in-auth-error", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "enable-immersive-fullscreen-toolbar", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "enable-input-event-logging", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // Used to attach input device debugging information to feedback reports. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-input-in-diagnostics-app", |
| "owners": [ "//ash/webui/diagnostics_ui/OWNERS" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-ipad-feed-ghost-cards", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-isolated-sandboxed-iframes", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-isolated-web-app-allowlist", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-isolated-web-app-dev-mode", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This flag is used by web developers to test their Isolated Web Apps. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-isolated-web-app-managed-guest-session-install", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-isolated-web-app-unmanaged-install", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-isolated-web-apps", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-iwa-key-distribution-component", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-javascript-experimental-shared-memory", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-javascript-harmony", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is used by web developers to test upcoming javascript features. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-keyboard-rewriter-fix", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-keyboard-used-palm-suppression", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-lazy-load-image-for-invisible-pages", |
| "owners": [ |
| "[email protected]", |
| "//content/browser/preloading/prerender/OWNERS" |
| ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "enable-lens-in-omnibox-copied-image", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "enable-lens-overlay", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "enable-lens-overlay-edu-action-chip", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-lens-overlay-entrypoint-label-alt", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-lens-overlay-force-empty-csb-query", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-lens-overlay-image-context-menu-actions", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "enable-lens-overlay-latency-optimizations", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "enable-lens-overlay-side-panel-open-in-new-tab", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 139 |
| }, |
| { |
| "name": "enable-lens-overlay-straight-to-srp", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-lens-overlay-text-selection-context-menu-entrypoint", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-lens-overlay-translate-button", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "enable-lens-overlay-translate-languages", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "enable-lens-overlay-updated-visuals", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-lens-search-aim-m3", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "enable-lens-search-side-panel-new-feedback", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-lens-standalone", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 124 |
| }, |
| { |
| "name": "enable-lens-view-finder-unified-experience", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "enable-libinput-to-handle-touchpad", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // Used for testing libinput to check if it works better than the gestures |
| // library to handle touchpad. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-location-provider-manager", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-lock-screen-notification", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 80 |
| }, |
| { |
| "name": "enable-logging-js-console-messages", |
| "owners": [ "[email protected]" ], |
| // Never expires because it is used by developers to enable logging JS |
| // console messages in system logs for debugging purposes. It's disabled by |
| // default because logs may contain PII. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-mac-a11y-api-migration", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "enable-mac-pwas-notification-attribution", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-machine-learning-model-loader-web-platform-api", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-magic-stack-android", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-managed-configuration-web-api", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 92 |
| }, |
| { |
| "name": "enable-media-dynamic-cgroup", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "enable-media-foundation-camera-usage-monitoring", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-media-foundation-clear", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-media-foundation-clear-rendering-strategy", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-media-foundation-video-capture", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-media-link-helpers", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-minimal-ui-menu-button", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-missive-storage-config", |
| "owners" : [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-most-visited-tiles-reselect", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "enable-navigation-capture-refactor-android", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-network-logging-to-file", |
| "owners": [ "[email protected]" ], |
| // This flag is used to capture early-browser network logging on platforms |
| // without easy access to startup time configuration. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-network-service-sandbox", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-neural-stylus-palm-rejection", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // We add a neural net to change how fingers are handled. We set a milestone |
| // deep into the future to allow for experiments. |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-new-base-url-inheritance-behavior", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "enable-new-download-backend", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 97 |
| }, |
| { |
| "name": "enable-new-mac-notification-api", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 98 |
| }, |
| { |
| "name": "enable-ntp-browser-promos", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "enable-ntp-enterprise-shortcuts", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-oauth-ipp", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-oauth-multilogin-cookies-binding", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "enable-oauth-multilogin-cookies-binding-server-experiment", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "enable-oidc-profile-remote-commands", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "enable-ongoing-processes", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 131 |
| }, |
| { |
| "name": "enable-oop-print-drivers", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "enable-openxr-android", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-openxr-android-smooth-depth", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-openxr-extended", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-palm-suppression", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| // Flag used to test no-full-palm suppression on screen. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-parallel-downloading", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This flag is used by dev teams on Android to disable this feature, since |
| // it can badly break pages under test. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-pending-mode-passwords-promo", |
| "owners": [ |
| "[email protected]", |
| "//components/signin/OWNERS" |
| ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "enable-perfetto-system-tracing", |
| "owners": [ "[email protected]" ], |
| // This flag is used for recording system traces on Chrome for Android. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-peripheral-customization", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-peripheral-notification", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-peripherals-logging", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-phone-hub-call-notification", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "enable-pix-account-linking", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-pix-payments-in-landscape-mode", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-pixel-canvas-recording", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-preferences-account-storage", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "enable-printing-margins-and-scale", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-process-per-site-up-to-main-frame-threshold", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-profile-reporting", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-projector-app-debug", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 108 |
| }, |
| { |
| "name": "enable-projector-server-side-speech-recognition", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 115 |
| }, |
| { |
| "name": "enable-projector-server-side-usm", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "enable-quic", |
| "owners": [ "//net/quic/OWNERS" ], |
| // This flag is used by network administrators to debug |
| // network issues related to QUIC. It must not be removed. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-render-pass-drawn-rect", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-resampling-scroll-events-experimental-prediction", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-retry-capture-device-enumeration-on-crash", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 118 |
| }, |
| { |
| "name": "enable-rfc-8925", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This is used by network administrators to debug potential network issues |
| // related to IPv6-only capability. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-root-ns-dns-proxy", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-seamless-refresh-rate-switching", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "enable-seamless-signin", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "enable-search-resumption-module", |
| "owners": ["[email protected]","[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-secure-payment-confirmation-availability-api", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-secure-payment-confirmation-browser-bound-key", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-secure-payment-confirmation-fallback-ux", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-secure-payment-confirmation-ux-refresh", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-segmentation-internals-survey", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 132 |
| }, |
| { |
| "name": "enable-segmentation-platform-android-home-module-ranker-v2", |
| "owners": ["[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-segmentation-platform-ephemeral_card_ranker", |
| "owners": ["[email protected]", "[email protected]", "[email protected]","[email protected]","[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-service-workers-for-chrome-untrusted", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 110 |
| }, |
| { |
| "name": "enable-share-custom-actions-in-cct", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "enable-show-autofill-signatures", |
| "owners": [ "[email protected]" ], |
| // Used for debugging and QA by the autofill team for the indefinite future. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-site-isolation-for-password-sites", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // Note: while password-triggered site isolation launched in M77, it only |
| // affected devices above a predefined memory threshold. This flag is kept |
| // around because it allows users of low-memory devices to opt in. |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-site-per-process", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // Even after shipping some form of Site Isolation on Android, we want to |
| // give users the ability to opt into a stricter, more secure Site |
| // Isolation. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-site-search-allow-user-override-policy", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 139 |
| }, |
| { |
| "name": "enable-smart-card-web-api", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-smart-zoom", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "//ui/accessibility/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-snackbar-in-settings", |
| "owners": [ |
| "[email protected]", |
| "//components/signin/OWNERS" |
| ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "enable-standard-device-bound-session-credentials", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "enable-standard-device-bound-session-credentials-federated-sessions", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "enable-standard-device-bound-session-persistence", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "enable-start-surface-return-time", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-static-qr-code-for-pix", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-suspend-to-disk", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-suspend-to-disk-allow-s4", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "enable-system-notifications", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "enable-system-proxy-for-system-services", |
| "owners": [ "[email protected]"], |
| "expiry_milestone": 94 |
| }, |
| { |
| "name": "enable-tab-audio-muting", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-tab-engagement-reporting", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 90 |
| }, |
| { |
| "name": "enable-tabstate-flatbuffer", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "enable-task-manager-clank", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-task-manager-desktop-refresh", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-tls13-early-data", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-toggle-camera-shortcut", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-touch-drag-drop", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "enable-touchpads-in-diagnostics-app", |
| "owners": [ "//ash/webui/diagnostics_ui/OWNERS" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-touchscreen-calibration", |
| "owners": [ "[email protected]" ], |
| // This flag is used for testing new touchscreen ChromeOS hardware, both by |
| // dev and QA. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-touchscreen-mapping", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-touchscreens-in-diagnostics-app", |
| "owners": [ "//ash/webui/diagnostics_ui/OWNERS" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-trait-collection-registration", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 141 |
| }, |
| { |
| "name": "enable-twa-origin-display", |
| "owners": [ "[email protected]", |
| "[email protected]", "[email protected]"], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enable-ui-devtools", |
| "owners": [ "//components/ui_devtools/OWNERS" ], |
| // Convenience debugging flag for non-stable ChromeOS Builds. |
| // Devtools spins up a server which is not appropriate in the default case. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-unicorn-chrome-activity-reporting", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-unrestricted-usb", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-unsafe-swiftshader", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-unsafe-webgpu", |
| "owners": [ "//third_party/blink/renderer/modules/webgpu/OWNERS" ], |
| // This flag is used by developers to test upcoming WebGPU features on |
| // their own content, before the features are considered stable. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-user-link-capturing-scope-extensions-pwa", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-user-navigation-capturing-pwa", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-variable-refresh-rate", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enable-vbr-encode-acceleration", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "enable-virtual-keyboard", |
| "owners": [ "//ash/keyboard/OWNERS" ], |
| // Useful for debugging the virtual keyboard on non-tablet devices. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-vulkan", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // Used to switch between the Vulkan or GL Skia backends by developers. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-waitable-swap-chain", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "enable-web-app-predictable-app-updating", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-web-bluetooth", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-web-bluetooth-confirm-pairing-support", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-web-bluetooth-new-permissions-backend", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-web-payments-experimental-features", |
| "owners": [ "[email protected]" ], |
| // This flag is used by early adoption partners to test new Web Payments |
| // features in each release. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-web-printing-api", |
| "owners": [ "//chrome/browser/printing/web_api/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-webassembly-baseline", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is often used by developers and partners to test |
| // WebAssembly peak performance or impact on startup time if |
| // Liftoff (the baseline compiler) is disabled. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-webassembly-lazy-compilation", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is often used by developers and partners to test |
| // impact on performance or startup time if lazy compilation is |
| // disabled and thus all code is compiled ahead of time. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-webassembly-tiering", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is often used by developers and partners to test |
| // impact on performance or startup time if tiering is disabled |
| // and thus all WebAssembly code runs in Liftoff (if enabled) or |
| // TurboFan (if Liftoff is disabled). |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-webgl-developer-extensions", |
| "owners": [ "[email protected]" ], |
| // This flag is the only way for developers to use |
| // development-time WebGL extensions on Android and ChromeOS. It |
| // must not be removed. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-webgl-draft-extensions", |
| "owners": [ "[email protected]" ], |
| // This flag is the only way for end users to test upcoming WebGL |
| // extensions on Android. It must not be removed. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-webgpu-developer-features", |
| "owners": [ "//third_party/blink/renderer/modules/webgpu/OWNERS" ], |
| // This flag is the only way for developers to use WebGPU features |
| // that are development-centric. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-webrtc-allow-input-volume-adjustment", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 156 |
| }, |
| { |
| "name": "enable-webrtc-apm-downmix-capture-audio-method", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 156 |
| }, |
| { |
| "name": "enable-webrtc-hide-local-ips-with-mdns", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 156 |
| }, |
| { |
| "name": "enable-webrtc-pipewire-camera", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-webrtc-use-min-max-vea-dimensions", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 88 |
| }, |
| { |
| "name": "enable-webusb-device-detection", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "enable-welcome-experience", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enable-welcome-experience-test-unsupported-devices", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-welcome-tour", |
| "owners": [ "//ash/user_education/welcome_tour/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-welcome-tour-force-user-eligibility", |
| "owners": [ "//ash/user_education/welcome_tour/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-wifi-qos", |
| "owners": ["[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-wifi-qos-enterprise", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "enable-windows-gaming-input-data-fetcher", |
| "owners": ["[email protected]", "[email protected]", "[email protected]" ], |
| // This flag selects the platform API used for Xbox-compatible gamepads on |
| // Windows. When disabled, the older XInput API is used which has better |
| // compatibility with unofficial controllers. The flag can be removed once |
| // Windows.Gaming.Input API supports all XInput-compatible gamepads, or |
| // when Chrome removes support for versions of Windows that ship with |
| // XInput. See https://crbug.com/1499321. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-your-saved-info-settings-page", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "enable-zero-copy", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is commonly used when asking users to help gather debug info. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "enable-zram-writeback", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "enforce-management-disclaimer", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "enforce-mono-audio-capture", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "enforce-system-aec", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 128 |
| }, |
| { |
| "name": "enforce-system-aec-agc", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 128 |
| }, |
| { |
| "name": "enforce-system-aec-ns", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 128 |
| }, |
| { |
| "name": "enforce-system-aec-ns-agc", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 128 |
| }, |
| { |
| "name": "enhanced-calendar", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "enhanced-safe-browsing-promo", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "enterprise-reporting-ui", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "eol-incentive", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 116 |
| }, |
| { |
| "name": "esim-empty-activation-code-support", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "event-based-log-upload", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "ewallet-payments", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "exclude-display-in-mirror-mode", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "exclude-pip-from-screen-capture", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "exo-gamepad-vibration", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 90 |
| }, |
| { |
| "name": "exo-ordinal-motion", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "exo-surrounding-text-offset", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "experimental-omnibox-labs", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "experimental-web-machine-learning-neural-network", |
| "owners": [ |
| "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "extension-disable-unsupported-developer-mode-extensions", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "extension-manifest-v2-deprecation-disabled", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "extension-manifest-v2-deprecation-unsupported", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "extension-manifest-v2-deprecation-warning", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "extensions-collapse-main-menu", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "extensions-menu-access-control", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "extensions-on-chrome-urls", |
| "owners": [ "//extensions/OWNERS" ], |
| // This enables the use of extensions on chrome:// URLs. This is useful for |
| // a11y extensions as well as for debugging. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "extensions-on-extension-urls", |
| "owners": [ "//extensions/OWNERS" ], |
| // This enables the use of extensions on chrome-extension:// URLs. This is useful for |
| // a11y extensions as well as for debugging. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "extensions-toolbar-zero-state-variation", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "external-navigation-debug-logs", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // Used by developers for debugging why Chrome fails to launch their app, by |
| // dumping extra information to logs in official builds. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "extract-related-searches-from-prefetched-zps-response", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "face-retouch-override", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 132 |
| }, |
| { |
| "name": "facilitated-payments-enable-a2a-payment", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "fast-drm-master-drop", |
| "owners": [ |
| "//ui/display/OWNERS", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "fast-enumerate-printers", |
| "owners": [ "[email protected]", "//printing/OWNERS" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "fast-pair-debug-metadata", |
| "owners": [ |
| "//ash/quick_pair/OWNERS", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "fast-pair-handshake-long-term-refactor", |
| "owners": [ |
| "//ash/quick_pair/OWNERS", |
| "[email protected]" |
| ], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "fast-pair-hid", |
| "owners": [ |
| "//ash/quick_pair/OWNERS", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "fast-pair-keyboards", |
| "owners": [ |
| "//ash/quick_pair/OWNERS", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "fast-pair-pwa-companion", |
| "owners": [ |
| "//ash/quick_pair/OWNERS", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "feature-notification-guide", |
| "owners": [ "[email protected]"], |
| "expiry_milestone": 110 |
| }, |
| { |
| "name": "feature-notification-guide-skip-check-for-low-engaged-users", |
| "owners": [ "[email protected]"], |
| "expiry_milestone": 110 |
| }, |
| { |
| "name": "fedcm-alternative-identifiers", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "fedcm-autofill", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "fedcm-delegation", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "fedcm-error-attribute", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "fedcm-idp-registration", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "fedcm-iframe-origin", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "fedcm-lightweight-mode", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "fedcm-metrics-endpoint", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "fedcm-navigation-interception", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "fedcm-nonce-in-params", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "fedcm-segmentation-platform", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "fedcm-well-known-endpoint-validation", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "fedcm-without-well-known-enforcement", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "feed-ablation", |
| "owners": [ "//chrome/android/feed/OWNERS", "[email protected]" ], |
| "expiry_milestone": 105 |
| }, |
| { |
| "name": "feed-audio-overviews", |
| "owners": [ "//chrome/android/feed/OWNERS", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "feed-background-refresh-ios", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "feed-containment", |
| "owners": ["//chrome/android/feed/OWNERS", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "feed-discofeed-endpoint", |
| "owners": [ "//chrome/android/feed/OWNERS", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "feed-dynamic-colors", |
| "owners": ["//chrome/android/feed/OWNERS", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "feed-follow-ui-update", |
| "owners": ["//chrome/android/feed/OWNERS", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "feed-header-removal", |
| "owners": [ "//chrome/android/feed/OWNERS", "[email protected]" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "feed-header-stick-to-top", |
| "owners": [ "//chrome/android/feed/OWNERS", "[email protected]" ], |
| "expiry_milestone": 115 |
| }, |
| { |
| "name": "feed-loading-placeholder", |
| "owners": [ "//chrome/android/feed/OWNERS", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "feed-signed-out-view-demotion", |
| "owners": ["//components/feed/OWNERS", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "feed-swipe-iph", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 139 |
| }, |
| { |
| "name": "feedback-include-variations", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "field-classification-model-caching", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "file-handling-icons", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 110 |
| }, |
| { |
| "name": "file-system-observer", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 134 |
| }, |
| { |
| "name": "file-system-provider-cloud-file-system", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "file-system-provider-content-cache", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "files-conflict-dialog", |
| "owners": [ "[email protected]", "//ui/file_manager/OWNERS" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "files-local-image-search", |
| "owners": [ "[email protected]", "//ui/file_manager/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "files-materialized-views", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "files-single-partition-format", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 104 |
| }, |
| { |
| "name": "files-trash-auto-cleanup", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "files-trash-drive", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "fill-on-account-select", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "fill-recovery-password", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "firmware-update-ui-v2", |
| "owners": [ |
| "//ash/webui/firmware_update_ui/OWNERS", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "flex-firmware-update", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "floating-snackbar", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "fluent-overlay-scrollbars", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "fluent-scrollbars", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "fluid-resize", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "focus-follows-cursor", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 200 |
| }, |
| { |
| "name": "force-color-profile", |
| "owners": [ "[email protected]" ], |
| // Used by developers and manual testing to test custom color profiles. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "force-control-face-ae", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "force-high-performance-gpu", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 165 |
| }, |
| { |
| "name": "force-history-opt-in-screen", |
| "owners": [ "[email protected]" ], |
| // This is required by test teams and dev teams to verify the |
| // history opt-in screen functionality. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "force-ntp-mobile-promo", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "force-off-text-autosizing", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "force-show-update-menu-badge", |
| "owners": [ "//chrome/android/java/src/org/chromium/chrome/browser/omaha/OWNERS" ], |
| // This is required by test teams to verify functionality on devices which |
| // have no access to commandline flags. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "force-startup-signin-promo", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This is required by test teams and dev teams to verify the startup |
| // sign-in promo functionality. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "force-text-direction", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This flag is used for developers who don't speak an RTL language to QA |
| // RTL text regardless of UI layout direction. This for instance impacts the |
| // Omnibox where arbitrary text directions may be entered. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "force-ui-direction", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is used for developers who don't speak an RTL language to QA |
| // RTL UI layout. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "force-update-menu-type", |
| "owners": [ "//chrome/android/java/src/org/chromium/chrome/browser/omaha/OWNERS" ], |
| // This is required by test teams to verify functionality on devices which |
| // have no access to commandline flags. |
| "expiry_milestone": -1 |
| }, |
| // We need to continue to support until page colors is supported in Chrome [1]. |
| // |
| // [1] https://issues.chromium.org/issues/40779801 |
| { |
| "name": "forced-colors", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 153 |
| }, |
| { |
| "name": "fractional-scroll-offsets", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 81 |
| }, |
| { |
| "name": "fre-sign-in-header-text-update", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "fre-signin-alternative-secondary-button-text", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "freezing-on-energy-saver", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 134 |
| }, |
| { |
| "name": "freezing-on-energy-saver-testing", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 134 |
| }, |
| { |
| "name": "fullscreen-improvement", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "fullscreen-promos-manager-skip-internal-limits", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // Used by developers for testing their promos' display behavior locally, without being restricted by the Promos Manager's internal impression limits. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "fullscreen-scroll-threshold", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "fullscreen-transition-speed", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "fullscreen-viewport-adjustment-experiment", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // Needed for manual testing of fallback flow on iOS. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "fuse-box-debug", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "fwupd-developer-mode", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "game-dashboard-game-pwas", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "game-dashboard-gamepad-support", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "game-dashboard-utilities", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "gemini-copresence", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "gemini-cross-tab", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "gemini-full-chat-history", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "gemini-immediate-overlay", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "gemini-latency-improvement", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "gemini-live", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "gemini-loading-state-redesign", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "gemini-navigation-promo", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "gemini-onboarding-cards", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "gemini-personalization", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "geolocation-element", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//components/permissions/PERMISSIONS_OWNERS" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "gesture-properties-dbus-service", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // Used by developers for debugging and input device tuning. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "get-display-media-confers-activation", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "glanceables-time-management-classroom-student-view", |
| "owners": [ "[email protected]", "//ash/glanceables/OWNERS" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "glanceables-time-management-tasks-view", |
| "owners": [ "[email protected]", "//ash/glanceables/OWNERS" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "glanceables-v2", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "glic", |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "glic-actor", |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/actor/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "glic-actor-autofill", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//components/autofill/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "glic-bind-pinned-unbound-tab", |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "glic-button-pressed-state", |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "glic-capture-region", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "glic-daisy-chain-new-tabs", |
| "owners": [ "[email protected]", "//chrome/browser/glic/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "glic-default-tab-context-setting", |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "glic-default-to-last-active-conversation", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "glic-detached", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "glic-entrypoint-variations", |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "glic-fre-pre-warming", |
| "owners": [ "[email protected]", "[email protected]", "//chrome/browser/glic/OWNERS" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "glic-live-mode-only-glow", |
| "owners": [ "[email protected]", "//chrome/browser/glic/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name":"glic-panel-reset-on-session-timeout" , |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name":"glic-panel-reset-on-start" , |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name":"glic-panel-reset-size-and-location-on-open" , |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name":"glic-panel-reset-top-chrome-button" , |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name":"glic-panel-set-position-on-drag" , |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "glic-pre-warming", |
| "owners": [ "[email protected]", "[email protected]", "//chrome/browser/glic/OWNERS" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "glic-print-menu-item", |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "glic-side-panel", |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "glic-toolbar-height-side-panel", |
| "owners": [ "[email protected]", "//chrome/browser/glic/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "glic-trust-first-onboarding", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "glic-unified-fre-screen", |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { "name": "glic-use-non-client", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "glic-z-order-changes", |
| "owners": [ |
| "[email protected]", |
| "//chrome/browser/glic/OWNERS" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "global-cache-list-for-gating-notification-protections", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "global-media-controls-updated-ui", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "google-one-offer-files-banner", |
| "owners": ["[email protected]","[email protected]"], |
| "expiry_milestone": 116 |
| }, |
| { |
| "name": "grid-tab-switcher-surface-color-update", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "grid-tab-switcher-update", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "group-promo-prototype", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "group-promo-prototype-cpa", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "growth-campaigns", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "happiness-tracking-surveys-for-desktop-demo", |
| "owners": [ "//chrome/browser/ui/hats/OWNERS" ], |
| // A debugging and demo flag to allow UI/dev/testing team to always show the UI |
| // components for the survey without being limited by the triggering mechanism. |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "happy-eyeballs-v3", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "hardware-media-key-handling", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 170 |
| }, |
| { |
| "name": "hats-webui", |
| "owners": [ |
| "//chrome/browser/ui/hats/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "hdr-agtm", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 170 |
| }, |
| { |
| "name": "headless-tab-model", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "heavy-ad-privacy-mitigations", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 127 |
| }, |
| { |
| "name": "help-app-app-detail-page", |
| "owners": [ "//ash/webui/help_app_ui/OWNERS" ], |
| "expiry_milestone": 126 |
| }, |
| { |
| "name": "help-app-apps-list", |
| "owners": [ "//ash/webui/help_app_ui/OWNERS" ], |
| "expiry_milestone": 132 |
| }, |
| { |
| "name": "help-app-auto-trigger-install-dialog", |
| "owners": [ "//ash/webui/help_app_ui/OWNERS" ], |
| "expiry_milestone": 117 |
| }, |
| { |
| "name": "help-app-home-page-app-articles", |
| "owners": [ "//ash/webui/help_app_ui/OWNERS" ], |
| "expiry_milestone": 132 |
| }, |
| { |
| "name": "help-app-launcher-search", |
| "owners": [ "//ash/webui/help_app_ui/OWNERS", "//chrome/browser/ash/app_list/search/OWNERS" ], |
| "expiry_milestone": 119 |
| }, |
| { |
| "name": "help-app-onboarding-revamp", |
| "owners": [ "//ash/webui/help_app_ui/OWNERS" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "help-app-opens-instead-of-release-notes-notification", |
| "owners": [ "//ash/webui/help_app_ui/OWNERS" ], |
| "expiry_milestone": 131 |
| }, |
| { |
| "name": "hid-get-feature-report-fix", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "hide-aim-omnibox-entrypoint-on-user-input", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "hide-toolbars-in-overflow-menu", |
| "owners": [ |
| "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "history-embeddings", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "history-embeddings-answers", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "history-journeys", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "history-opt-in-educational-tip", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 141 |
| }, |
| { |
| "name": "history-pane-android", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "history-sync-alternative-illustration", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "home-memory-improvements", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "home-module-pref-refactor", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "http-cache-custom-backend", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "http-cache-no-vary-search", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "https-first-balanced-mode", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "https-first-dialog-ui", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "https-first-mode-for-typically-secure-users", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "https-first-mode-incognito", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "https-first-mode-incognito-new-settings", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "https-first-mode-interstitial-august2024-refresh", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "https-first-mode-v2-for-engaged-sites", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "https-upgrades", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 122 |
| }, |
| { |
| "name": "https-upgrades-ios", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "hub-back-button", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "hub-slide-animation", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "hybrid-charger-notifications", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "hybrid-passkeys-in-context-menu", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "idb-sqlite-backing-store", |
| "owners": ["[email protected]", "[email protected]", "//content/browser/indexed_db/OWNERS"], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "identity-confirmation-snackbar", |
| "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 139 |
| }, |
| { |
| "name": "identity-disc-account-menu", |
| "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 139 |
| }, |
| { |
| "name": "ignore-gpu-blocklist", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // A debugging flag intended for end-users where there may not be any other |
| // way to turn off graphics features. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "ignore-ui-gains", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "image-context-menu-gemini-entry-point", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "image-descriptions-alternative-routing", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 132 |
| }, |
| { |
| "name": "import-passwords-from-safari", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "improved-password-change-service", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "in-product-help-demo-mode-choice", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is used by teams as they develop in-product help integrations, |
| // as well as by QA; this feature is difficult to test without this. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "in-product-help-use-client-config", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is used by teams as they develop in-product help integrations, |
| // as well as by QA; this feature is difficult to test without this. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "incognito-screenshot", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This flag is used by testers and developers to screenshot incognito features. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "incognito-theme-overlay-testing", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "infinite-tabs-freezing", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "info-card-acknowledgement-tracking", |
| "owners": [ "//chrome/android/feed/OWNERS", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "infobar-refresh", |
| "owners": [ "[email protected]","[email protected]","[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "input-on-viz", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "insecure-download-warnings", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "instance-switcher-v2", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "instant-hotspot-on-nearby", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "instant-hotspot-rebrand", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "instant-tethering", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // Though Instant Tethering is now a launched feature, it is only marked enabled on select, |
| // approved boards which have passed hardware verification and received server config seeds |
| // marking it as enabled. This means it is actually disabled-by-default, and since test machines |
| // don't receive server config seeds, we depend on this flag to flip the feature to enabled on |
| // test machines for debug purposes. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "intents-on-measurements", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 132 |
| }, |
| { |
| "name": "invalidate-search-engine-choice-on-device-restore-detection", |
| "owners": [ "[email protected]", "[email protected]","[email protected]" ], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "ios-app-bundle-promo-magic-stack", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "ios-auto-open-remote-tab-groups-settings", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ios-best-features-screen", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "ios-breadcrumbs", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // Breadcrumbs is not a launching feature, but rather a tool used on |
| // pre-stable channels for diagnosing crashes. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "ios-browser-edit-menu-metrics", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 175 |
| }, |
| { |
| "name": "ios-choose-from-drive", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "ios-choose-from-drive-simulated-click", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "ios-chrome-startup-parameters-async", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "ios-custom-file-upload-menu", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ios-default-browser-magic-stack", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "ios-default-browser-promo-propensity-model", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "ios-docking-promo", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "ios-expanded-tips", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "ios-fill-recovery-password", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 141 |
| }, |
| { |
| "name": "ios-interruptible-coordinator-always-dismissed", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "ios-keyboard-accessory-default-view", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "ios-keyboard-accessory-two-bubble", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "ios-magic-stack-segmentation-ranking", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ios-magic-stack-segmentation-ranking-caching", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ios-magic-stack-segmentation-ranking-split-by-surface", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ios-one-tap-mini-map-remove-section-breaks", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "ios-one-tap-mini-map-restrictions", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "ios-proactive-password-generation-bottom-sheet", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "ios-provides-app-notification-settings", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "ios-provisional-notification-alert", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "ios-reactivation-notifications", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 139 |
| }, |
| { |
| "name": "ios-save-to-drive-client-folder", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ios-segmentation-ephemeral-card-ranker", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "ios-shop-card", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "ios-shop-card-impression-limits", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "ios-skip-fre-default-browser-promo-in-eea", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "ios-soft-lock", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "ios-start-time-browser-background-remediations", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "ios-start-time-startup-remediations", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "ios-synced-set-up", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "ios-tab-group-entry-point-overflow-menu", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "ios-tab-group-entry-point-tab-icon", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "ios-tab-group-entry-point-tab-recall", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "ios-tab-group-entry-point-tab-switcher", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "ios-tips-notifications-string-alternatives", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "ios-trusted-vault-notification", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "ios-web-context-menu-new-title", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 154 |
| }, |
| { |
| "name": "ios-welcome-back-screen", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "ios-youtube-incognito", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "iph-autofill-credit-card-benefit-feature", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "iph-extensions-menu-feature", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "iph-extensions-request-access-button-feature", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "iph-price-notifications-while-browsing", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 118 |
| }, |
| { |
| "name": "ipp-first-setup-for-usb-printers", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "isolate-origins", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| // This is useful for isolating additional origins beyond the normal site |
| // isolation policy, as well as for diagnosing problems when site isolation |
| // only applies to some sites. |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "iwa-key-distribution-component-exp-cohort", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "jump-start-omnibox", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "jupiter-screensaver", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "keyboard-lock-api-on-android", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "language-detection-api", |
| "owners": ["//chrome/browser/ai/OWNERS", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "language-packs-in-settings", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 126 |
| }, |
| { |
| "name": "large-favicon-from-google", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 105 |
| }, |
| { |
| "name": "launcher-continue-section-with-recents", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "launcher-fuzzy-match-across-providers", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "launcher-item-suggest", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 115 |
| }, |
| { |
| "name": "launcher-key-shortcut-in-best-match", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "launcher-keyword-extraction-scoring", |
| "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "launcher-local-image-search", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "launcher-local-image-search-confidence", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "launcher-local-image-search-ica", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "launcher-local-image-search-ocr", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "launcher-local-image-search-relevance", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "launcher-manatee-for-keyboard-shortcuts", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "launcher-search-control", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "left-click-opens-tab-group-bubble", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "left-hand-side-activity-indicators", |
| "owners": [ "[email protected]", "//components/permissions/PERMISSIONS_OWNERS" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "lens-aim-gradient-suggest-background", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "lens-aim-suggestions", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "lens-block-fetch-objects-interaction-rpcs-on-separate-handshake", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-camera-no-still-output-required", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-camera-unbinned-capture-formats-preferred", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-continuous-zoom-enabled", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-exact-matches-enabled", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-fetch-srp-api-enabled", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-filters-ablation-mode-enabled", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-gesture-text-selection-disabled", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-initial-lvf-zoom-level-90-percent", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-load-aim-in-lens-result-page", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-omnient-shader-v2-enabled", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "lens-overlay-alternative-onboarding", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "lens-overlay-custom-bottom-sheet", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "lens-overlay-disable-iph-pan-gesture", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "lens-overlay-enable-ipad-compatibility", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "lens-overlay-enable-landscape-compatibility", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "lens-overlay-force-show-onboarding-screen", |
| "owners": [ "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "lens-overlay-navigation-history", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-overlay-non-blocking-privacy-notice", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "lens-overlay-omnibox-entry-point", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "lens-overlay-optimization-filter", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "lens-overlay-permission-bubble-alt", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-prewarm-hard-stickiness-in-input-selection", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-prewarm-hard-stickiness-in-query-formulation", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-reinvocation-affordance", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "lens-search-headers-check-enabled", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "lens-search-zero-state-csb", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "lens-single-tap-text-selection-disabled", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-stream-service-web-channel-transport-enabled", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "lens-strokes-api-enabled", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-translate-toogle-mode-enabled", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-triple-camera-enabled", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-unary-api-salient-text-enabled", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-unary-apis-with-http-transport-enabled", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-unary-http-transport-enabled", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "lens-updated-feedback-entrypoint", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "lens-video-citations", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "lens-web-page-load-optimization-enabled", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "link-cross-device-internals", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "link-preview", |
| "owners": [ "//chrome/browser/preloading/preview/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "linked-services-setting", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 134 |
| }, |
| { |
| "name": "linked-services-setting-ios", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "list-all-display-modes", |
| "owners": [ "//ui/display/OWNERS" ], |
| // This flag is used for debugging and development purposes to list all |
| // external displays' modes without any exclusions.' |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "load-all-tabs-at-startup", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "local-network-access-check", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "local-network-access-check-webrtc", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "local-network-access-check-websockets", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "local-network-access-check-webtransport", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "location-bar-badge-migration", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "lock-controls-on-tablets", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "lock-controls-on-tablets-v2", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "mac-address-randomization", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "mac-catap-loopback-audio-for-cast", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "mac-catap-loopback-audio-for-screen-share", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "magic-boost-revamp-for-quick-answers", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "mahi", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "mahi-debugging", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "mahi-panel-resizable", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "mahi-summarize-selected", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "main-node-annotations", |
| "owners": [ "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "main-thread-compositing-priority", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "malicious-apk-download-check", |
| "owners": [ "[email protected]", "//components/safe_browsing/OWNERS"], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "management-promotion-banner-flag", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 141 |
| }, |
| { |
| "name": "manual-log-uploads-in-the-fre", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "mark-all-credentials-as-leaked", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "maylaunchurl-uses-separate-storage-partition", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "mbi-mode", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "mdm-errors-for-dasher-accounts-handling", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "media-app-image-mantis-reimagine", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "media-app-pdf-a11y-ocr", |
| "owners": [ "//ash/webui/media_app_ui/OWNERS" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "media-app-pdf-mahi", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "media-codec-low-delay-mode", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "media-indicators-android", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "media-picker-adoption", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "media-playback-while-not-visible-permission-policy", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "media-route-dial-provider", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 124 |
| }, |
| { |
| "name": "media-router-cast-allow-all-ips", |
| "owners": [ "[email protected]" ], |
| // This flag is used by users with unusual network configurations to allow |
| // cast to work, but enabling this behavior has security implications that |
| // aren't easily understood. It is primarily used by support to help |
| // individual users get cast working. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "memlog", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| // Memlog is Chrome's heap profiler. It is used for both automated and |
| // manual performance analysis. This flag allows a user or developer to |
| // capture a memlog without disturbing the situation under test by |
| // restarting to apply a switch. It should not be removed. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "memlog-sampling-rate", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| // Memlog is Chrome's heap profiler. It is used for both automated and |
| // manual performance analysis. This flag allows a user or developer to |
| // capture a memlog without disturbing the situation under test by |
| // restarting to apply a switch. It should not be removed. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "memlog-stack-mode", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| // Memlog is Chrome's heap profiler. It is used for both automated and |
| // manual performance analysis. This flag allows a user or developer to |
| // capture a memlog without disturbing the situation under test by |
| // restarting to apply a switch. It should not be removed. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "memory-purge-on-freeze-limit", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "merchant-trust", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "metal", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 83 |
| }, |
| { |
| "name": "metrickit-non-crash-reports", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "microphone-mute-notifications", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 94 |
| }, |
| { |
| "name": "microphone-mute-switch-device", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 94 |
| }, |
| { |
| "name": "migrate-account-manager-delegate", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone":150 |
| }, |
| { |
| "name": "migrate-account-prefs-on-mobile", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "migrate-ios-keychain-accessibility", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "migrate-syncing-user-to-signed-in", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "minutes-delay-to-restore-gaia-cookies-if-deleted", |
| "owners": ["[email protected]", "[email protected]"], |
| // Used for automated testing of Gaia cookie restoration in iOS. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "mixed-content-autoupgrade-ios", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 114 |
| }, |
| { |
| "name": "mobile-promo-on-desktop", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "mojo-use-eventfd", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "most-visited-tiles-customization", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "most-visited-tiles-customization-ios", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "most-visited-tiles-new-scoring", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "multi-calendar-in-quick-settings", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "multicast-in-direct-sockets", |
| "owners": [ "//content/browser/direct_sockets/OWNERS" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "multiline-browser-omnibox", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "mute-notification-snooze-action", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 96 |
| }, |
| { |
| "name": "nav-bar-color-animation", |
| "owners": [ "[email protected]", "[email protected]","[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "nearby-ble-v2", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "nearby-ble-v2-extended-adv", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "nearby-ble-v2-gatt-server", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "nearby-bluetooth-classic-adv", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "nearby-mdns", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "nearby-presence", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "new-content-for-checkerboarded-scrolls", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "new-etc1-encoder", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "new-ntp-omnibox-layout", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 116 |
| }, |
| { |
| "name": "new-tab-adds-to-active-group", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "new-tab-page-customization", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "new-tab-page-customization-for-mvt", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "new-tab-page-customization-toolbar-button", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "new-tab-page-customization-v2", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "notebook-lm-app-preinstall", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "notebook-lm-app-shelf-pin", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "notebook-lm-app-shelf-pin-reset", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "notification-collision-management", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "notification-one-tap-unsubscribe", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 132 |
| }, |
| { |
| "name": "notification-one-tap-unsubscribe-on-desktop", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//components/permissions/PERMISSIONS_OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "notification-permission-rationale-bottom-sheet", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 114 |
| }, |
| { |
| "name": "notification-permission-rationale-dialog", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 114 |
| }, |
| { |
| "name": "notification-scheduler", |
| "owners": [ "//chrome/browser/notifications/scheduler/OWNERS" ], |
| "expiry_milestone": 154 |
| }, |
| { |
| "name": "notification-scheduler-debug-options", |
| "owners": [ "//chrome/browser/notifications/scheduler/OWNERS" ], |
| "expiry_milestone": 106 |
| }, |
| { |
| "name": "notification-settings-menu-item", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 116 |
| }, |
| { |
| "name": "notifications-ignore-require-interaction", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "ntp-alpha-background-collections", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "ntp-background-color-slider", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "ntp-background-customization", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ntp-background-image-error-detection", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "ntp-calendar-module", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ntp-compose-entrypoint", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ntp-composebox", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ntp-customize-chrome-auto-open", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "ntp-drive-module", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "ntp-drive-module-no-sync-requirement", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ntp-drive-module-segmentation", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "ntp-drive-module-show-six-files", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "ntp-dummy-modules", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 108 |
| }, |
| { |
| "name": "ntp-footer", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "ntp-mia-entrypoint", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "ntp-microsoft-authentication-module", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ntp-middle-slot-promo-dismissal", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 111 |
| }, |
| { |
| "name": "ntp-mobile-promo", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "ntp-module-sign-in-requirement", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "ntp-modules-drag-and-drop", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 108 |
| }, |
| { |
| "name": "ntp-modules-first-run-experience", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 115 |
| }, |
| { |
| "name": "ntp-modules-header-icon", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 122 |
| }, |
| { |
| "name": "ntp-modules-redesigned", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 129 |
| }, |
| { |
| "name": "ntp-most-relevant-tab-resumption-module", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "ntp-most-relevant-tab-resumption-module-device-icon", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "ntp-most-relevant-tab-resumption-module-fallback-to-host", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "ntp-most-relevant-tab-resumption-module-local", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "ntp-next-features", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ntp-ogb-async-bar-parts", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ntp-outlook-calendar-module", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ntp-photos-opt-in-art-work", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone":108 |
| }, |
| { |
| "name": "ntp-photos-opt-in-title", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone":108 |
| }, |
| { |
| "name": "ntp-photos-soft-opt-out", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone":108 |
| }, |
| { |
| "name": "ntp-realbox-contextual-and-trending-suggestions", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "ntp-realbox-cr23-theming", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "ntp-realbox-is-tall", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "ntp-realbox-match-searchbox-theme", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "ntp-realbox-next", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "ntp-realbox-pedals", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "ntp-realbox-use-google-g-icon", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "ntp-realbox-width-behavior", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "ntp-recipe-tasks-module", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "ntp-safe-browsing-module", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 105 |
| }, |
| { |
| "name": "ntp-sharepoint-module", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ntp-tab-groups-module", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ntp-tab-groups-module-zero-state", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ntp-view-hierarchy-repair", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "ntp-wallpaper-search-button", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "ntp-wallpaper-search-button-animation", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "offer-migration-to-dice-users", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "offline-auto-fetch", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "offline-content-on-net-error", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "offline-items-in-notifications", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "offline-pages-live-page-sharing", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 86 |
| }, |
| { |
| "name": "omaha-min-sdk-version-android", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // Provides a way for changing how Chrome behaves on old and new Android SDK |
| // versions. Exists in about:flags so QA can more easily test behavior. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "omit-cors-client-cert", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-2023-refresh-connection-security-indicators", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "omnibox-adjust-indentation", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "omnibox-aim-shortcut-typed-state", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "omnibox-allow-ai-mode-matches", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-answer-actions", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "omnibox-asynchronous-view-inflation", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "omnibox-calc-provider", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "omnibox-contextual-search-on-focus-suggestions", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-contextual-suggestions", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-diagnostics", |
| "owners": ["[email protected]", "[email protected]"], |
| // Provides a way to turn on various diagnostic facilities in the Omnibox component. |
| "expiry_milestone": 300 |
| }, |
| { |
| "name": "omnibox-drive-suggestions-no-setting", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 132 |
| }, |
| { |
| "name": "omnibox-drive-suggestions-no-sync-requirement", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 132 |
| }, |
| { |
| "name": "omnibox-drs-prototype", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "omnibox-dynamic-max-autocomplete", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "omnibox-enterprise-search-aggregator", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "omnibox-focus-triggers-web-and-srp-zero-suggest", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-force-allowed-to-be-default", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "omnibox-grouping-framework-non-zps", |
| "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-grouping-framework-zps", |
| "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-hide-suggestion-group-headers", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-https-upgrades", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 110 |
| }, |
| { |
| "name": "omnibox-improvement-for-lff", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-local-history-zero-suggest-beyond-ntp", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "omnibox-max-zero-suggest-matches", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "omnibox-mia-zps", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone" : 148 |
| }, |
| { |
| "name": "omnibox-ml-log-url-scoring-signals", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-ml-url-piecewise-mapped-search-blending", |
| "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "omnibox-ml-url-score-caching", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-ml-url-scoring", |
| "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-ml-url-scoring-model", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-ml-url-search-blending", |
| "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "omnibox-mobile-parity-update", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-mobile-parity-update-v2", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-mobile-parity-update-v3", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-most-visited-tiles-horizontal-render-group", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "omnibox-multiline-edit-field", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-multimodal-input", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-num-ntp-zps-recent-searches", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 300 |
| }, |
| { |
| "name": "omnibox-num-ntp-zps-trending-searches", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 300 |
| }, |
| { |
| "name": "omnibox-num-srp-zps-recent-searches", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 300 |
| }, |
| { |
| "name": "omnibox-num-srp-zps-related-searches", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 300 |
| }, |
| { |
| "name": "omnibox-num-web-zps-most-visited-urls", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 300 |
| }, |
| { |
| "name": "omnibox-num-web-zps-recent-searches", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 300 |
| }, |
| { |
| "name": "omnibox-num-web-zps-related-searches", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 300 |
| }, |
| { |
| "name": "omnibox-on-clobber-focus-type-on-ios", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-on-device-head-suggestions", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-on-device-head-suggestions-incognito", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-on-device-tail-suggestions", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-remove-search-ready-omnibox", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "omnibox-report-assisted-query-stats", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-report-searchbox-stats", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-restore-invisible-focus-only", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-rich-autocompletion-promising", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "omnibox-search-client-prefetch", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "omnibox-search-prefetch", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "omnibox-shortcut-boost", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "omnibox-shortcuts-android", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "omnibox-show-popup-on-mouse-released", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-site-search", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "omnibox-starter-pack-expansion", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "omnibox-starter-pack-iph", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "omnibox-suggestion-answer-migration", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "omnibox-toolbelt", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-ui-max-autocomplete-matches", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "omnibox-url-suggestions-on-focus", |
| "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-zero-suggest-in-memory-caching", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "omnibox-zero-suggest-prefetch-debouncing", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-zero-suggest-prefetching-on-srp", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-zero-suggest-prefetching-on-web", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "omnibox-zps-suggestion-limit", |
| "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "on-device-app-controls", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| // This flag is used to manually test the feature and should not be removed. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "one-group-per-renderer", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "one-time-default-browser-notification", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "only-access-clipboard-async", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 127 |
| }, |
| { |
| "name": "open-all-profiles-from-profile-picker-experiment", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "open-dragged-links-same-tab", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "openxr-spatial-entities", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "optimization-guide-debug-logs", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This flag is used by regular debugging by developers and internal users |
| // and should not be removed. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "optimization-guide-enable-dogfood-logging", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This flag is used in regular manual QA and should not be removed. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "optimization-guide-model-execution", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "optimization-guide-on-device-model", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "optimization-guide-on-device-model-android", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "optimization-guide-personalized-fetching", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "optimization-guide-push-notifications", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "organic-repeatable-queries", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "origin-agent-cluster-default", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "origin-keyed-processes-by-default", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "os-feedback-dialog", |
| "owners": [ |
| "[email protected]", "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "overlay-scrollbars", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| // This flag is used by users to improve the accessibility of scroll bars |
| // and should not be allowed to expire until https://crbug.com/801671 is |
| // resolved. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "overlay-scrollbars-flash-once-visible-on-viewport", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "overlay-scrollbars-flash-when-mouse-enter", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "overlay-strategies", |
| "owners": [ "[email protected]" ], |
| // This flag is used for QA & debugging on ChromeOS, which has no way to |
| // customize switches. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "overscroll-effect-on-non-root-scrollers", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 170 |
| }, |
| { |
| // This flag is used by ChromeOS for some accessibility users. |
| // TODO(b/172341945): Fix this asap. |
| "name": "overscroll-history-navigation", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 118 |
| }, |
| { |
| // Suggests the Ozone platform to use (desktop Linux only). Can be set on |
| // chrome://flags. See https://crbug.com/1246928. |
| "name": "ozone-platform-hint", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "page-action-menu", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "page-actions-migration", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "page-content-annotations", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "page-content-annotations-remote-page-metadata", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "page-content-cache", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "page-context-anchor-tags", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "page-visibility-page-content-annotations", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "paint-preview-demo", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "panel-self-refresh-2", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "partition-alloc-memory-tagging", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "partition-alloc-with-advanced-checks", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "partition-visited-link-database-with-self-links", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "passkey-unlock-error-ui", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "passkey-unlock-manager", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "password-form-clientside-classifier", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "password-form-grouped-affiliations", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "password-manager-detect-username-in-uff", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 128 |
| }, |
| { |
| "name": "password-manual-fallback-available", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "password-removal-from-delete-browsing-data", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "payment-link-detection", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 151 |
| }, |
| { |
| "name": "pcct-minimum-height", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "pcie-billboard-notification", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "pdf-ink2", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "pdf-oopif", |
| "owners": [ "[email protected]", "//pdf/OWNERS" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "pdf-portfolio", |
| "owners": [ "[email protected]", "//pdf/OWNERS" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "pdf-save-to-drive", |
| "owners": [ |
| "[email protected]", |
| "//pdf/OWNERS" |
| ], |
| "expiry_milestone": 180 |
| }, |
| { |
| "name": "pdf-use-skia-renderer", |
| "owners": [ "[email protected]", "//pdf/OWNERS" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "pdf-xfa-forms", |
| "owners": [ "[email protected]", "//pdf/OWNERS" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "permission-element", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//components/permissions/PERMISSIONS_OWNERS" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "permission-promise-lifetime-modulation", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//components/permissions/PERMISSIONS_OWNERS" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "permission-site-settings-radio-button", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//components/permissions/PERMISSIONS_OWNERS" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "permissions-ai-p92", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//components/permissions/PERMISSIONS_OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "permissions-ai-v3", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//components/permissions/PERMISSIONS_OWNERS" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "permissions-ai-v4", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//components/permissions/PERMISSIONS_OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "permissions-android-clapper-loud", |
| "owners": [ |
| "[email protected]", |
| "//components/permissions/PERMISSIONS_OWNERS" |
| ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "permissions-android-clapper-quiet", |
| "owners": [ |
| "[email protected]", |
| "//components/permissions/PERMISSIONS_OWNERS" |
| ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "permissive-usb-passthrough", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "persist-across-reboots", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "persist-tab-context", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "persistent-default-browser-promo", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "picture-in-picture-show-window-animation", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "pinned-tab-toast-on-close", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "platform-keys-changes-wave-1", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "policy-promotion-banner-flag", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 139 |
| }, |
| { |
| "name": "policy-registration-delay", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "pompano", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "popup-browser-use-new-layout", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "power-bookmark-backend", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "predictable-reported-quota", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "prefetch-bookmarkbar-trigger", |
| "owners": [ |
| "[email protected]", |
| "//content/browser/preloading/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "prefetch-new-tab-page-trigger", |
| "owners": [ |
| "[email protected]", |
| "//content/browser/preloading/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "preinstalled-web-app-always-migrate-calculator", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "prerender-early-document-lifecycle-update", |
| "owners": [ "[email protected]", "//content/browser/preloading/prerender/OWNERS" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "prerender-until-script", |
| "owners": [ |
| "[email protected]", |
| "//content/browser/preloading/prerender/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "prerender2", |
| "owners": [ |
| "//content/browser/preloading/prerender/OWNERS" |
| ], |
| // This flag is used for QA & debugging on ChromeOS, which has no way to |
| // customize switches. See https://crbug.com/1494471. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "prerender2-reuse-host", |
| "owners": [ |
| "[email protected]", |
| "//content/browser/preloading/prerender/OWNERS" |
| ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "price-insights", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "price-tracking-subscription-service-locale-key", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "price-tracking-subscription-service-product-version", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "print-preview-cros-app", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "print-preview-cros-primary", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "print-with-postscript-type42-fonts", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "print-with-reduced-rasterization", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "printing-ppd-channel", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| // This flag allows our testers and partners test PPD files before they are |
| // published in production channel. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "privacy-guide-android-3", |
| "owners": [ |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 123 |
| }, |
| { |
| "name": "privacy-guide-ios", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "privacy-guide-preload-android", |
| "owners": [ |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 124 |
| }, |
| { |
| "name": "privacy-policy-insights", |
| "owners": [ |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "privacy-sandbox-ad-topics-content-parity", |
| "owners": [ |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "privacy-sandbox-ads-api-ux-enhancements", |
| "owners": [ |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "privacy-sandbox-enrollment-overrides", |
| "owners": [ |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "privacy-sandbox-equalized-prompt-buttons", |
| "owners": [ |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "privacy-sandbox-internals", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "proactive-suggestions-framework", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "process-rank-policy-android", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "product-specifications", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "productivity-launcher", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 106 |
| }, |
| { |
| "name": "productivity-launcher-image-search", |
| "owners": [ "[email protected]", "[email protected]","[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "profile-creation-decline-signin-cta-experiment", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "profile-creation-friction-reduction-experiment-prefill-name-requirement", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "profile-creation-friction-reduction-experiment-remove-signin-step", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "profile-creation-friction-reduction-experiment-skip-customize-profile", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "profile-picker-text-variations", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "profile-signals-reporting-enabled", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "profiles-reordering", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "prompt-api-for-gemini-nano", |
| "owners": ["//chrome/browser/ai/OWNERS", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "prompt-api-for-gemini-nano-multimodal-input", |
| "owners": ["//chrome/browser/ai/OWNERS", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "proofreader-api-for-gemini-nano", |
| "owners": ["//chrome/browser/ai/OWNERS", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "propagate-device-content-filters-to-supervised-user", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "protected-audience-debug-token", |
| "owners": [ |
| "[email protected]", |
| "//third_party/blink/renderer/modules/ad_auction/OWNERS" |
| ], |
| // This is a debug flag to opt-in to providing debug information |
| // to operators of Bidding And Auction API Trusted Servers. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "protected-tabs-android", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "pull-to-refresh", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 99 |
| }, |
| { |
| "name": "pulseaudio-loopback-for-cast", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "pulseaudio-loopback-for-screen-share", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "pwa-restore-backend", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "pwa-restore-ui", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "pwa-restore-ui-at-startup", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "pwa-update-dialog-for-icon", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "pwm-show-suggestions-on-autofocus", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "quick-answers-material-next-ui", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "quick-answers-rich-card", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "quick-app-access-test-ui", |
| "owners": [ "[email protected]", "//ash/app_list/OWNERS" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "quick-settings-pwa-notifications", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 100 |
| }, |
| { |
| "name": "quick-share-v2", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "rcaps-dynamic-profile-country", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//components/regional_capabilities/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "read-aloud", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "read-aloud-background-playback", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "read-aloud-in-cct", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "read-aloud-playback", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "read-aloud-tap-to-seek", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "read-anything-docs-integration", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "read-anything-docs-load-more-button", |
| "owners": [ "[email protected]", "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "read-anything-images-via-algorithm", |
| "owners": [ "[email protected]", "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name": "read-anything-immersive-reading-mode", |
| "owners": [ "[email protected]", |
| "[email protected]" , |
| "[email protected]", |
| "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "read-anything-omnibox-chip", |
| "owners": [ "[email protected]", "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "read-anything-read-aloud", |
| "owners": [ "[email protected]", "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "read-anything-read-aloud-phrase-highlighting", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "//ui/accessibility/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "read-anything-read-aloud-ts-text-segmentation", |
| "owners": [ "[email protected]", "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "read-anything-with-readability-enabled", |
| "owners": [ "[email protected]", "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "read-printer-capabilities-with-xps", |
| "owners": [ "[email protected]", "//printing/OWNERS" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "reader-mode-badge-support", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "reader-mode-distill-in-app", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "reader-mode-enabled", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "reader-mode-heuristics", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is a utility for testing Reader Mode heuristics or force |
| // enabling the feature on every page. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "reader-mode-improvements", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name" : "reader-mode-new-css-enabled", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "reader-mode-optimization-guide-eligibility", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "reader-mode-page-eligibility-enabled", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "reader-mode-readability-distiller-enabled", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "reader-mode-readability-heuristic-enabled", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name" : "reader-mode-support-new-fonts", |
| "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "reader-mode-translation-enabled", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "reader-mode-translation-with-infobar-enabled", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "reader-mode-us-enabled", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "reader-mode-use-readability", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "realbox-secondary-zero-suggest", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "recently-closed-tabs-and-windows", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "record-web-app-debug-info", |
| "owners": [ "[email protected]" ], |
| // This flag is used for in-the-field debugging of preinstalled web apps on |
| // Chrome OS. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "reduce-accept-language", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "reduce-accept-language-http", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "reduce-ip-address-change-notification", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "reduce-transfer-size-updated-ipc", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "reduce-user-agent-data-linux-platform-version", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "reengagement-notification", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 90 |
| }, |
| { |
| "name" : "refactor-min-width-context-override", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone" : 145 |
| }, |
| { |
| "name": "refactor-toolbars-size", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "refresh-feed-on-start", |
| "owners": ["//chrome/android/feed/OWNERS", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "region-capture-cross-tab", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "reintroduce-hybrid-passkey-entry-point", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "related-searches-all-language", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "related-searches-switch", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "related-website-sets-permission-grants", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]"], |
| // This flag is required to make it easier for web developers to test out |
| // their usage of Related Website Sets. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "release-notes-notification-all-channels", |
| "owners": [ "//ash/webui/help_app_ui/OWNERS" ], |
| // This is required by test teams to verify functionality on dev/beta |
| // channels on devices which have no access to commandline flags. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "release-notes-notification-always-eligible", |
| "owners": [ "//ash/webui/help_app_ui/OWNERS" ], |
| // This is required by test teams to verify functionality on dev/beta |
| // channels on devices which have no access to commandline flags. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "remove-old-web-state-restore", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 128 |
| }, |
| { |
| "name": "render-arc-notifications-by-chrome", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "render-document", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "renderer-side-content-decoding", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "replace-sync-promos-with-sign-in-promos-desktop", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "report-notification-content-detection-data", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "reset-audio-selection-improvement-pref", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "reset-shortcut-customizations", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "responsive-iframes", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "restrict-gamepad-access", |
| "owners": [ "//device/gamepad/OWNERS", "[email protected]" ], |
| "expiry_milestone": 96 |
| }, |
| { |
| "name": "rewriter-api-for-gemini-nano", |
| "owners": ["//chrome/browser/ai/OWNERS", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "right-edge-goes-forward-gesture-nav", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "robust-window-management", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "robust-window-management-experimental", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "root-scrollbar-follows-browser-theme", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "route-matching", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 180 |
| }, |
| { |
| "name": "run-video-capture-service-in-browser", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "running-compact", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "safe-browsing-local-lists-use-sbv5", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 134 |
| }, |
| { |
| "name": "safe-browsing-scam-detection-keyboard-lock-trigger-android", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "safe-browsing-sync-checker-check-allowlist", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "safe-browsing-trusted-url", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "safety-check-extensions", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "safety-check-notifications", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "safety-check-unused-site-permissions", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "safety-hub-disruptive-notification-revocation", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "safety-hub-local-passwords-module", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "safety-hub-one-off-survey", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "safety-hub-unified-passwords-module", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "safety-hub-unused-permission-revocation-for-all-surfaces", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "safety-hub-weak-reused-passwords", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "save-passwords-contextual-ui", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "scheduler-configuration", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag never expires because some users need to override CPU security |
| // settings for performance gains, at their own risk. Chrome OS users cannot |
| // modify the command line, so a flag is the publicly documented mechanism |
| // exposed to users. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "screen-time-integration-ios", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 92 |
| }, |
| { |
| "name": "sct-auditing", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 92 |
| }, |
| { |
| "name": "search-in-cct", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 300 |
| }, |
| { |
| "name": "search-in-cct-alternate-tap-handling", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "search-in-settings", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 155 |
| }, |
| { |
| "name" : "search-web-in-side-panel", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone" : 115 |
| }, |
| { |
| "name": "segmentation-platform-tips-ephemeral-card", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 134 |
| }, |
| { |
| "name": "segmented-default-browser-promo", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "send-tab-ios-push-notifications", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "sensitive-content", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "sensitive-content-while-switching-tabs", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "separate-local-and-account-search-engines", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "separate-local-and-account-themes", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "separate-web-app-shortcut-badge-icon", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "service-worker-synthetic-response", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "set-market-url-for-testing", |
| "owners": [ "//chrome/android/java/src/org/chromium/chrome/browser/omaha/OWNERS" ], |
| // This is required by test teams to verify functionality on devices which |
| // have no access to commandline flags. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "set-up-list-in-first-run", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "set-up-list-shortened-duration", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "set-up-list-without-sign-in-item", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "settings-app-notification-settings", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 96 |
| }, |
| { |
| "name": "settings-multi-column", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 170 |
| }, |
| { |
| "name": "settings-single-activity", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 170 |
| }, |
| { |
| "name": "shared-data-types-kill-switch", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "shared-highlighting-ios", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 101 |
| }, |
| { |
| "name": "sharing-desktop-screenshots", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 134 |
| }, |
| { |
| "name": "shelf-auto-hide-separation", |
| "owners": [ "[email protected]", "[email protected]", "//ash/shelf/OWNERS" ], |
| "expiry_milestone": 114 |
| }, |
| { |
| "name": "shimless-rma-dynamic-device-info-inputs", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "shimless-rma-flexible-serial-number-name", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 170 |
| }, |
| { |
| "name": "shimless-rma-hide-google-sku", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 170 |
| }, |
| { |
| "name": "shimless-rma-hw-validation-skip", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "shimless-rma-os-update", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 170 |
| }, |
| { |
| "name": "shopping-alternate-server", |
| "owners": ["[email protected]", "[email protected]" ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "shopping-list", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 122 |
| }, |
| { |
| "name": "show-autofill-type-predictions", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This is used by autofill devs to debug on Android. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "show-bluetooth-debug-log-toggle", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This is a debug tool used to help in the field with Bluetooth issues |
| // caused by specific hardware, noisy environments, etc. Thus, it should not |
| // expire. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "show-featured-enterprise-site-search", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "show-featured-enterprise-site-search-iph", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "show-force-respect-ui-gains-toggle", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "show-metered-toggle", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 127 |
| }, |
| { |
| "name": "show-new-tab-animations", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "show-overdraw-feedback", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This is a debug flag to visualize compositing and rendering issues in |
| // the field. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "show-performance-metrics-hud", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This is a debug flag to show performance metrics in a heads up display. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "show-profile-picker-to-all-users-experiment", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "show-ready-to-pay-debug-info", |
| "owners": [ "//components/payments/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "show-spatial-audio-toggle", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "show-tab-group-in-grid-on-start", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "show-tab-groups-mac-system-menu", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "show-tab-list-animations", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "show-taps", |
| "owners": [ "//ash/OWNERS" ], |
| // This is a debug flag, so that video bug reports can show input taps to |
| // aid in getting clear bug reports. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "show-touch-hud", |
| "owners": [ "//ash/OWNERS" ], |
| // This is a debug tool to help in the field with hardware issues that |
| // generate spurious touch events. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "show-warnings-for-suspicious-notifications", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 139 |
| }, |
| { |
| "name": "side-by-side", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "side-by-side-session-restore", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name" : "side-panel-improved-clobbering", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone" : 110 |
| }, |
| { |
| "name" : "side-panel-relative-alignment", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone" : 147 |
| }, |
| { |
| "name" : "side-panel-resizing", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone" : 150 |
| }, |
| { |
| "name": "signature-based-sri", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "single-ca-cert-verification-phase-0", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "single-ca-cert-verification-phase-1", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "single-ca-cert-verification-phase-2", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 160 |
| }, |
| { |
| "_comment1": "Shipping some form of Site Isolation to Android is tracked", |
| "_comment2": "in https://crbug.com/849815.", |
| "name": "site-isolation-trial-opt-out", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "site-search-settings-policy", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "skia-graphite", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 170 |
| }, |
| { |
| "name": "skia-graphite-precompilation", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "smart-suggestion-for-large-downloads", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 100 |
| }, |
| { |
| "name": "smart-tab-grouping", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "smooth-scrolling", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "soft-navigation-heuristics", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "spatial-entities-depth-hit-test", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "spectre-v2-mitigation", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "spotlight-never-retain-index", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "start-surface", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 94 |
| }, |
| { |
| "name": "strict-origin-isolation", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This can be used to opt in to origin isolation which isolates full |
| // origins rather than sites. Note that this breaks document.domain and is |
| // therefore unlikely to ship anytime soon, but this allows experimenting |
| // with a stronger isolation policy for users who may not care about |
| // breaking compatibility with document.domain. |
| // This flag is useful for developers testing origin isolation, so it |
| // doesn't expire. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "structured-dns-errors", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "stylus-battery-status", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 93 |
| }, |
| { |
| "name": "stylus-handwriting-win", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "submenus-in-app-menu", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "submenus-tab-context-menu-lff-tab-strip", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 170 |
| }, |
| { |
| "name": "summarization-api-for-gemini-nano", |
| "owners": ["//chrome/browser/ai/OWNERS", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "supervised-user-block-interstitial-v3", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "supervised-user-interstitial-without-approvals", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "support-f11-and-f12-shortcuts", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "support-tool-screenshot", |
| "owners": [ "//chrome/browser/support_tool/OWNERS" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "symphonia-audio-decoding", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 152 |
| }, |
| { |
| "name": "sync-autofill-wallet-credential-data", |
| "owners": [ |
| "[email protected]", "[email protected]", |
| "[email protected]", "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "sync-trusted-vault-infobar-message-improvements", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "sys-ui-holdback-drive-integration", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 135 |
| }, |
| { |
| "name": "sys-ui-holdback-task-management", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "system-keyboard-lock", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This flag allows users to prevent the keyboard-lock API from capturing |
| // system keys (e.g. by using low-level hooks) which might interfere with |
| // their workflows or other apps running on the machine. It is also needed |
| // for browsertests as the test framework relies on low-level keyboard hooks |
| // which prevents testing this feature if this flag is not disabled. |
| // Note that there is a second version of this API being discussed which |
| // allows the caller to select whether system hooks are enabled. |
| // See: https://github.com/WICG/keyboard-lock/blob/gh-pages/explainer2.md |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "system-shortcut-behavior", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "system-voice-isolation-option", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "tab-archival-drag-drop-android", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "tab-capture-infobar-links", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-closure-method-refactor", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-freezing-uses-discard", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-grid-drag-and-drop", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-grid-empty-thumbnail", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-grid-new-transitions", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-group-android-visual-data-cleanup", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-group-color-on-surface", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "tab-group-entry-points-android", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "tab-group-home", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "tab-group-menu-improvements", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-group-more-entry-points", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-group-parity-bottom-sheet-android", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 143 |
| }, |
| { |
| "name": "tab-group-shortcuts", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-group-sync-service-desktop-migration", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-groups-defer-remote-navigations", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-groups-focusing", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-groups-on-ipad", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "tab-groups-save-v2", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-model-init-fixes", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-resumption", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "tab-resumption-images", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "tab-search-position-setting", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "tab-storage-sqlite-prototype", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-strip-density-change-android", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-strip-incognito-migration", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-switcher-color-blend-animate", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "tab-switcher-drag-drop", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-switcher-group-suggestions-android", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tab-switcher-group-suggestions-test-mode-android", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tabbed-browser-use-new-layout", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tablet-tab-strip-animation", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tabsearch-toolbar-button", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tabstrip-combo-button", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "taiyaki", |
| "owners": [ |
| "[email protected]", "[email protected]", "[email protected]" |
| ], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "terminal-dev", |
| "owners": [ "[email protected]", "//chrome/browser/ash/guest_os/OWNERS" ], |
| // This flag is used by CrOS Terminal developers for testing SSH on devices |
| // with valid machine certs and should not be removed. Only works in dev |
| // and canary channels. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "test-third-party-cookie-phaseout", |
| "owners": [ "[email protected]" , "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "tethering-experimental-functionality", |
| "owners": [ "[email protected]" , "[email protected]" ], |
| // This flag is used for developing and testing tethering on experimental |
| // carriers, modem and modem FW. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "text-based-audio-descriptions", |
| "owners": [ "[email protected]", "[email protected]", "//ui/accessibility/OWNERS" ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "text-box-trim", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "text-safety-classifier", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "third-party-disable-chrome-autofill-settings-screen", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" ], |
| "expiry_milestone": 141 |
| }, |
| { |
| "name": "three-button-password-save-dialog", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "throttle-main-thread-to-60hz", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "tiled-display-support", |
| "owners": [ "[email protected]", "//ui/display/OWNERS", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "tint-composited-content", |
| "owners": [ "[email protected]" ], |
| // This flag is used for QA & development on ChromeOS, which has no way to |
| // customize switches. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "tls-trust-anchor-ids", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name" : "toolbar-phone-animation-refactor", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone" : 150 |
| }, |
| { |
| "name": "toolbar-snapshot-refactor", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name" : "toolbar-stale-capture-bug-fix", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone" : 150 |
| }, |
| { |
| "name" : "toolbar-tablet-resize-refactor", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone" : 150 |
| }, |
| { |
| "name": "top-chrome-toast-refinements", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "top-chrome-touch-ui", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is used to easily swap into touch-mode for UI development where |
| // the UI differs significantly between touch/non-touch modes. This is |
| // exposed in chrome://flags to allow QA and UXers to verify touch-related |
| // behavior without access to touch devices. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "top-controls-refactor", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "top-controls-refactor-v2", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "touch-selection-strategy", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 99 |
| }, |
| { |
| "name": "touch-to-search-callout", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name":"tpc-phase-out-facilitated-testing", |
| "owners": ["//chrome/browser/tpcd/experiment/OWNERS"], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "tpcd-heuristics-grants", |
| "owners": [ |
| "//chrome/browser/tpcd/OWNERS" |
| ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "tpcd-metadata-grants", |
| "owners": [ |
| "//chrome/browser/tpcd/OWNERS" |
| ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "tracking-protection-3pcd", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "traffic-counters", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "traffic-counters-for-wifi-testing", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "translate-force-trigger-on-english", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This flag is used to manually trigger a Finch controlled, India only |
| // feature. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "translate-open-settings", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "translation-api", |
| "owners": ["//chrome/browser/ai/OWNERS", "[email protected]"], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "translation-api-streaming-by-sentence", |
| "owners": ["//chrome/browser/ai/OWNERS", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "trees-in-viz", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "trusted-web-activity-contacts-delegation", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "try-initialize-policy-service-for-signed-in-user-in-new-entry-points", |
| "owners": [ |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ui-automation-provider", |
| "owners": [ |
| "[email protected]", |
| "//ui/accessibility/OWNERS" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "ui-debug-tools", |
| "owners": [ "//ui/views/OWNERS" ], |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "ui-disable-partial-swap", |
| "owners": [ "//components/viz/OWNERS" ], |
| // This flag is used for in-the-field debugging of rendering issues, |
| // especially on Chrome OS. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "ui-slow-animations", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This flag is used for in-the-field debugging of animation issues on |
| // Chrome OS. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "undo-migration-of-syncing-user-to-signed-in", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "unexportable-key-deletion", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "unsafely-treat-insecure-origin-as-secure", |
| "owners": [ "[email protected]" ], |
| // This flag is supported for bypassing security restrictions on HTTP pages, |
| // and is required for Android/ChromeOS devices where setting commandline |
| // flags is difficult or impossible. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "update-menu-item-custom-summary", |
| "owners": [ "//chrome/android/java/src/org/chromium/chrome/browser/omaha/OWNERS" ], |
| // This is required by test teams to verify functionality on devices which |
| // have no access to commandline flags. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "updated-fre-screens-sequence", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 136 |
| }, |
| { |
| "name": "upload-office-to-cloud", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 133 |
| }, |
| { |
| "name": "upstream-trusted-reports-firmware", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 127 |
| }, |
| { |
| "name": "use-adhoc-signing-for-web-app-shims", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "use-android-buffered-input-dispatch", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "use-android-staging-smds", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| // This flag is required for cellular tests that involve SM-DS to be able |
| // to test against the Android staging SM-DS. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "use-angle", |
| "owners": [ "[email protected]" ], |
| // This flag is used by certain customers to set ANGLE to use its OpenGL |
| // backend on Windows. Its usage is small enough that it isn't worth |
| // promoting this to a chrome://settings entry, but it needs to be readily |
| // available. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "use-annotated-account-id", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "use-chime-android-sdk", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 102 |
| }, |
| { |
| "name": "use-client-gmb-interface", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "use-custom-messages-domain", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is used for QA and development. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "use-default-apps-page-for-promos", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "use-dhcpcd10", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "use-dmsaa-for-tiles", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "use-dmsaa-for-tiles-android-gl", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "use-dns-https-svcb-alpn", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "use-fake-device-for-media-stream", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is used for ChromeOS media testing to mock a source device. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "use-fullscreen-insets-api", |
| "owners": [ "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "use-fullscreen-insets-api-on-automotive", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "use-gpu-scheduler-dfs", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "use-hdr-transfer-function", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 125 |
| }, |
| { |
| "name": "use-idna2008-non-transitional", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 112 |
| }, |
| { |
| "name": "use_messages_staging_url", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is required for QA and dogfood testing. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "use-ml-service-for-non-longform-handwriting-on-all-boards", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "use-network-framework-for-local-discovery", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "use-new-feed-eligibility-service", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 142 |
| }, |
| { |
| "name": "use-out-of-process-video-decoding", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 128 |
| }, |
| { |
| "name": "use-passthrough-command-decoder", |
| "owners": [ "//third_party/angle/OWNERS" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "use-sc-content-sharing-picker", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "use-search-click-for-right-click", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "use-shared-image-in-oop-vd", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "use-stork-smds-server-address", |
| "owners": [ "[email protected]", "[email protected]"], |
| // This flag is required for dev testing via Stork profiles which can be quickly |
| // created at go/stork-profile and managed at go/stork-batch. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "use-sync-sandbox", |
| "owners": [ "//components/sync/OWNERS" ], |
| // This flag is required for testing with the related |
| // wallet-service-use-sandbox on Android. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "use-unexportable-key-service-in-browser-process", |
| "owners": ["[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "use-wallpaper-staging-url", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| // This flag is required for QA and dogfood testing. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "use-web-app-header-for-standalone-mode", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "use-winrt-midi-api", |
| "owners": [ "//third_party/blink/renderer/modules/webaudio/OWNERS", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 154 |
| }, |
| { |
| "name": "use-xps-for-printing", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "use-xps-for-printing-from-pdf", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "user-education-experience-v2", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "user-value-default-browser-strings", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "variations-seed-corpus", |
| "owners": [ "//components/variations/OWNERS" ], |
| // This is used by testers to manually test changes to the variations seed |
| // infrastructure. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "vc-background-replace", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 126 |
| }, |
| { |
| "name": "vc-dlc-ui", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "vc-light-intensity", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "vc-relighting-inference-backend", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "vc-retouch-inference-backend", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "vc-segmentation-inference-backend", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "vc-segmentation-model", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 116 |
| }, |
| { |
| "name": "vc-studio-look", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "vc-tray-mic-indicator", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "vc-tray-title-header", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "vc-web-api", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "verify-qwacs", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "vids-app-preinstall", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "viewport-segments", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "visited-url-ranking-service-domain-deduplication", |
| "owners": ["[email protected]","[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "visited-url-ranking-service-history-visibility-score-filter", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "vulkan-from-angle", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "wait-threshold-seconds-for-capabilities-api", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // Used for manual testing to extend the wait time for capabilities fetching on iOS devices. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "wake-on-wifi-allowed", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 95 |
| }, |
| { |
| "name": "wallet-service-use-sandbox", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag is used by testing teams to run Google Payments calls against |
| // the development server environment. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "wallpaper-fast-refresh", |
| "owners": ["[email protected]", "[email protected]"], |
| // Used for manual testing for daily wallpaper refresh feature |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "wallpaper-google-photos-shared-albums", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "wallpaper-search-settings-visibility", |
| "owners": [ "[email protected]","[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "wayland-linux-drm-syncobj", |
| "owners": [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "wayland-per-window-scaling", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "wayland-session-management", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "web-app-installation-api", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 149 |
| }, |
| { |
| "name": "web-app-manifest-protocol-handlers", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "web-app-migrate-preinstalled-chat", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "web-authentication-immediate-get", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "web-authentication-large-blob-for-icloudkeychain", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 141 |
| }, |
| |
| { |
| "name": "web-authentication-passkey-upgrade", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 144 |
| }, |
| { |
| "name": "web-authentication-permit-enterprise-attestation", |
| "owners": [ "[email protected]" ], |
| // This flag lets end users enroll security keys with an enterprise that |
| // requires individual attestation on a device that is not enterprised |
| // managed (e.g. during onboarding). |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "web-feed", |
| "owners": [ "//chrome/android/feed/OWNERS", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "web-feed-awareness", |
| "owners": [ "//chrome/android/feed/OWNERS", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "web-feed-deprecation", |
| "owners": [ "//chrome/android/feed/OWNERS", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "web-feed-feedback-reroute", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 122 |
| }, |
| { |
| "name": "web-feed-onboarding", |
| "owners": ["//chrome/android/feed/OWNERS", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "web-feed-sort", |
| "owners": ["//chrome/android/feed/OWNERS", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "web-hid-in-web-view", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "web-identity-digital-credentials", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "web-identity-digital-credentials-creation", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "web-machine-learning-neural-network", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "web-otp-backend", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 138 |
| }, |
| { |
| "name": "web-request-security-info", |
| "owners": ["[email protected]", "[email protected]", "//extensions/OWNERS"], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "web-serial-wired-devices-android", |
| "owners": ["[email protected]", "[email protected]", "[email protected]"], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "web-signin-leads-to-implicitly-signed-in-state", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 145 |
| }, |
| { |
| "name": "webium", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "webnn-coreml", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "webnn-coreml-explicit-gpu-or-npu", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "webnn-directml", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "webnn-onnxruntime", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 146 |
| }, |
| { |
| "name": "webpage-alternative-text-zoom", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 127 |
| }, |
| { |
| "name": "webpage-default-zoom-from-dynamic-type", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 127 |
| }, |
| { |
| "name": "webpage-reported-images-sheet", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 147 |
| }, |
| { |
| "name": "webpage-text-zoom-ipad", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 127 |
| }, |
| { |
| "name": "webrtc-allow-wgc-screen-capturer", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 139 |
| }, |
| { |
| "name": "webrtc-hw-decoding", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag does not expire because it allows users to enable or disable |
| // HW video decoding only in webrtc usecase for debugging purpose and |
| // temporary workaround for some issues. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "webrtc-hw-encoding", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag does not expire because it allows users to enable or disable |
| // HW video encoding only in webrtc usecase for debugging purpose and |
| // temporary workaround for some issues. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "webrtc-pqc-for-dtls", |
| "owners": [ "[email protected]", "[email protected]"], |
| "expiry_milestone": 170 |
| }, |
| { |
| "name": "webrtc-wgc-require-border", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 180 |
| }, |
| { |
| "name": "webtransport-developer-mode", |
| "owners": [ "//net/quic/OWNERS" ], |
| // This flag is used by developers to debug applications |
| // using WebTransport locally. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "webui-omnibox-aim-popup", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "webui-omnibox-full-popup", |
| "owners": [ "[email protected]", "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "webui-omnibox-popup", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "webui-omnibox-popup-debug", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "webui-tab-strip", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name" : "webui-tab-strip-context-menu-after-tap", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 116 |
| }, |
| { |
| "name": "webxr-hand-anonymization", |
| "owners": [ "//components/webxr/OWNERS", "[email protected]" ], |
| "expiry_milestone": 154 |
| }, |
| { |
| "name": "webxr-incubations", |
| "owners": [ "//third_party/blink/renderer/modules/xr/OWNERS", "[email protected]" ], |
| "expiry_milestone": 154 |
| }, |
| { |
| "name": "webxr-internals", |
| "owners": [ "//components/webxr/OWNERS", "[email protected]" ], |
| "expiry_milestone": 154 |
| }, |
| { |
| "name": "webxr-projection-layers", |
| "owners": [ "//components/webxr/OWNERS", "[email protected]" ], |
| "expiry_milestone": 154 |
| }, |
| { |
| "name": "webxr-runtime", |
| "owners": [ "//third_party/blink/renderer/modules/xr/OWNERS", "[email protected]" ], |
| // This flag allows QA and Developers to force running on a particular |
| // runtime, even if ordinarily Chrome would prefer a different runtime for |
| // the particular hardware. Useful to debug user issues or multiple runtimes |
| // with a single headset. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "webxr-webgpu-binding", |
| "owners": [ "//components/webxr/OWNERS", "[email protected]" ], |
| "expiry_milestone": 154 |
| }, |
| { |
| "name": "whats-new-ios-m116", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 122 |
| }, |
| { |
| "name": "wifi-concurrency", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 137 |
| }, |
| { |
| "name": "wifi-connect-mac-address-randomization", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 130 |
| }, |
| { |
| "name": "windows-system-tracing", |
| "owners": [ "[email protected]", "[email protected]" ], |
| // This flag allows QA, developers, and users to easily capture Chrometto |
| // traces that include system events. |
| "expiry_milestone": -1 |
| }, |
| { |
| "name": "windows11-mica-titlebar", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "writer-api-for-gemini-nano", |
| "owners": ["//chrome/browser/ai/OWNERS", "[email protected]"], |
| "expiry_milestone": 148 |
| }, |
| { |
| "name": "xplat-synced-setup", |
| "owners": ["[email protected]", "[email protected]"], |
| "expiry_milestone": 160 |
| }, |
| { |
| "name": "xslt", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 162 |
| }, |
| { |
| "name": "xsurface-metrics-reporting", |
| "owners": [ "//chrome/android/feed/OWNERS", "[email protected]" ], |
| "expiry_milestone": 120 |
| }, |
| { |
| "name": "zero-copy-tab-capture", |
| "owners": [ "[email protected]" ], |
| "expiry_milestone": 140 |
| }, |
| { |
| "name": "zero-copy-video-capture", |
| "owners": [ |
| // For CrOS |
| "[email protected]", |
| "[email protected]", |
| // For MacOS and Windows |
| "[email protected]" |
| ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "zero-copy-video-encoding", |
| "owners": [ "[email protected]", "[email protected]" ], |
| "expiry_milestone": 150 |
| }, |
| { |
| "name": "zero-state-suggestions", |
| "owners": [ |
| "[email protected]", |
| "[email protected]" |
| ], |
| "expiry_milestone": 160 |
| } |
| ] |