Bug 1906140 - Update the labs UI toml file for sidebar and vertical tabs r=settings-reviewers,fluent-reviewers,sidebar-reviewers,jsudiaman,sessionstore-reviewers,sfoster
Differential Revision: https://phabricator.services.mozilla.com/D217504
This commit is contained in:
@@ -17,7 +17,7 @@ add_task(async function testFilterFeatures() {
|
||||
id: "test-featureA",
|
||||
preference: "test.featureA",
|
||||
title: "Experimental Feature 1",
|
||||
group: "experimental-features-group-browsing",
|
||||
group: "experimental-features-group-customize-browsing",
|
||||
description: "This is a fun experimental feature you can enable",
|
||||
result: true,
|
||||
},
|
||||
@@ -25,7 +25,7 @@ add_task(async function testFilterFeatures() {
|
||||
id: "test-featureB",
|
||||
preference: "test.featureB",
|
||||
title: "Experimental Thing 2",
|
||||
group: "experimental-features-group-browsing",
|
||||
group: "experimental-features-group-customize-browsing",
|
||||
description: "This is a very boring experimental tool",
|
||||
// Visible since it's grouped with other features that match the search.
|
||||
result: true,
|
||||
@@ -34,7 +34,7 @@ add_task(async function testFilterFeatures() {
|
||||
id: "test-featureC",
|
||||
preference: "test.featureC",
|
||||
title: "Experimental Thing 3",
|
||||
group: "experimental-features-group-browsing",
|
||||
group: "experimental-features-group-customize-browsing",
|
||||
description: "This is a fun experimental feature for you can enable",
|
||||
result: true,
|
||||
},
|
||||
|
||||
@@ -203,7 +203,7 @@ class DefinitionServer {
|
||||
id: "test-feature",
|
||||
// These l10n IDs are just random so we have some text to display
|
||||
title: "experimental-features-media-jxl",
|
||||
group: "experimental-features-group-browsing",
|
||||
group: "experimental-features-group-customize-browsing",
|
||||
description: "pane-experimental-description3",
|
||||
restartRequired: false,
|
||||
type: "boolean",
|
||||
|
||||
Reference in New Issue
Block a user