Unreviewed changes
2 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: testing/variations/fieldtrial_testing_config.json
Insertions: 12, Deletions: 0.
@@ -10462,6 +10462,12 @@
"enable_features": [
"ExtensionBrowserNamespaceAlternative"
]
+ },
+ {
+ "name": "Disabled",
+ "disable_features": [
+ "ExtensionBrowserNamespaceAlternative"
+ ]
}
]
}
@@ -21749,6 +21755,12 @@
"enable_features": [
"RuntimeOnMessageWebExtensionPolyfillSupport"
]
+ },
+ {
+ "name": "Disabled",
+ "disable_features": [
+ "RuntimeOnMessageWebExtensionPolyfillSupport"
+ ]
}
]
}
```
Change information
Commit message:
[Extension] Create FT config for browser namespace and polyfill features
This will allow control of the features by version/channel rather than
default enable like it is now.
Bug: 475255714
Change-Id: I7a45f6ba29fa5c1be5c9b10f0f496bb62275140a
Cr-Commit-Position: refs/heads/main@{#1568688}
Files:
- M testing/variations/fieldtrial_testing_config.json
Change size: S
Delta: 1 file changed, 48 insertions(+), 0 deletions(-)
Branch: refs/heads/main
Submit Requirements:
Code-Review: +1 by Emilia Paz