diff --git a/webapp/components/wpt-flags.js b/webapp/components/wpt-flags.js
index 2d0b50924c..1a00e173c9 100644
--- a/webapp/components/wpt-flags.js
+++ b/webapp/components/wpt-flags.js
@@ -86,7 +86,6 @@ const makeFeatureProperties = function(target, features, readOnly, useLocalStora
target[feature] = {
type: Boolean,
readOnly: readOnly && !wpt.MUTABLE_FLAGS,
- notify: true,
value: value,
};
}
@@ -194,73 +193,73 @@ class WPTFlagsEditor extends FlagsEditorClass(/*environmentFlags*/ false) {
}
-
+
Query Builder component
-
+
SHA input
-
+
Compute diffs using /api/diff
-
+
Use pass-rate colors on the homepage
-
+
Interpret query strings as structured queries over test names and test
status/result values
-
+
Show links to the commit on GitHub in the header row.
-
+
Show dialog for copying a permalink (on /results page).
-
+
Use wpt.live.
-
+
Show metadata Information on the wpt.fyi result page.
-
+
Show Triage Metadata UI on the wpt.fyi result page.
-
+
Show the "Processor" (status) tab.
-
+
Enable GitHub OAuth login
-
+
Enable Browser Specific Failures graph
-
+
Enable mobile results view on Interop dashboard
@@ -284,49 +283,49 @@ class WPTEnvironmentFlagsEditor extends FlagsEditorClass(/*environmentFlags*/ tr
Server-side only features
-
+
Compute renames in diffs with the GitHub API
-
+
Return "wpt-next-page" pagination token HTTP header in /api/runs
-
+
Allow /api/runs?pr=[GitHub PR number]
-
+
Ignore "OK" harness status in test summary numbers.
GitHub Status Checks
-
+
Use searchcache (not summaries) to compute diffs when processing check run events.
-
+
Only treat C (changed) differences as possible regressions.
(See docs for definition)
-
+
Set the wpt.fyi GitHub status check to action_required if regressions are found.
-
+
Run the wpt.fyi GitHub status check for all users.
-
+
Create pending GitHub status check when results first arrive, and are being processed.