Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beta: 1a2fa97b58a43fbaacb37818916a7569b0e08c52
main: 6fddeb8926d444cecb942fcfd7e44208a718aae1
release: 17449244d3d5a27bf8649f5825eda8f0f3586694
beta: 158123e6fce8e446b51d2c47d7d4ebe0fbd2c78d
main: 929fb12c1318659f24965f2908dec6e5fd56d9d9
release: e4e45d0d040e832e9878b4ff8c16437a833927f0
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,14 @@ features:
When the feature is enabled then microsurveys can be used.
type: Boolean
default: false
minimal-addressbar:
description: Show a smaller height bottom addressbar with just the URL.
variables:
at-bottom-while-entering-text:
description: |
Whether to show the smaller height bottom addressbar with just the URL when entering text in a website.
type: Boolean
default: false
navigation-toolbar:
description: Feature for navigation toolbar.
variables:
Expand Down Expand Up @@ -937,6 +945,14 @@ features:
description: Whether or not the Tab Manager opening animation is enabled. When enabled, a shared element transition will initiate, taking the currently-opened tab's thumbnail and shrinking it into its spot in the Tab Manager.
type: Boolean
default: false
tab-search:
description: Control the visibility of the tab search feature.
variables:
enabled:
description: |
Whether or not to enable the tab search feature.
type: Boolean
default: false
tab-strip:
description: Enables tab strip.
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,14 @@ features:
When the feature is enabled then microsurveys can be used.
type: Boolean
default: false
minimal-addressbar:
description: Show a smaller height bottom addressbar with just the URL.
variables:
at-bottom-while-entering-text:
description: |
Whether to show the smaller height bottom addressbar with just the URL when entering text in a website.
type: Boolean
default: true
navigation-toolbar:
description: Feature for navigation toolbar.
variables:
Expand Down Expand Up @@ -1039,6 +1047,14 @@ features:
description: Whether or not the Tab Manager opening animation is enabled. When enabled, a shared element transition will initiate, taking the currently-opened tab's thumbnail and shrinking it into its spot in the Tab Manager.
type: Boolean
default: false
tab-search:
description: Control the visibility of the tab search feature.
variables:
enabled:
description: |
Whether or not to enable the tab search feature.
type: Boolean
default: false
tab-strip:
description: Enables tab strip.
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,15 @@ microsurveys:
type: boolean
description: |
When the feature is enabled then microsurveys can be used.
minimal-addressbar:
description: Show a smaller height bottom addressbar with just the URL.
hasExposure: true
exposureDescription: ''
variables:
at-bottom-while-entering-text:
type: boolean
description: |
Whether to show the smaller height bottom addressbar with just the URL when entering text in a website.
navigation-toolbar:
description: Feature for navigation toolbar.
hasExposure: true
Expand Down Expand Up @@ -653,6 +662,15 @@ tab-management-enhancements:
opening_animation_enabled:
type: boolean
description: Whether or not the Tab Manager opening animation is enabled. When enabled, a shared element transition will initiate, taking the currently-opened tab's thumbnail and shrinking it into its spot in the Tab Manager.
tab-search:
description: Control the visibility of the tab search feature.
hasExposure: true
exposureDescription: ''
variables:
enabled:
type: boolean
description: |
Whether or not to enable the tab search feature.
tab-strip:
description: Enables tab strip.
hasExposure: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,14 @@ features:
When the feature is enabled then microsurveys can be used.
type: Boolean
default: false
minimal-addressbar:
description: Show a smaller height bottom addressbar with just the URL.
variables:
at-bottom-while-entering-text:
description: |
Whether to show the smaller height bottom addressbar with just the URL when entering text in a website.
type: Boolean
default: true
navigation-toolbar:
description: Feature for navigation toolbar.
variables:
Expand Down Expand Up @@ -963,6 +971,14 @@ features:
description: Whether or not the Tab Manager opening animation is enabled. When enabled, a shared element transition will initiate, taking the currently-opened tab's thumbnail and shrinking it into its spot in the Tab Manager.
type: Boolean
default: false
tab-search:
description: Control the visibility of the tab search feature.
variables:
enabled:
description: |
Whether or not to enable the tab search feature.
type: Boolean
default: false
tab-strip:
description: Enables tab strip.
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,14 @@ features:
When the feature is enabled then microsurveys can be used.
type: Boolean
default: false
minimal-addressbar:
description: Show a smaller height bottom addressbar with just the URL.
variables:
at-bottom-while-entering-text:
description: |
Whether to show the smaller height bottom addressbar with just the URL when entering text in a website.
type: Boolean
default: false
navigation-toolbar:
description: Feature for navigation toolbar.
variables:
Expand Down Expand Up @@ -937,6 +945,14 @@ features:
description: Whether or not the Tab Manager opening animation is enabled. When enabled, a shared element transition will initiate, taking the currently-opened tab's thumbnail and shrinking it into its spot in the Tab Manager.
type: Boolean
default: false
tab-search:
description: Control the visibility of the tab search feature.
variables:
enabled:
description: |
Whether or not to enable the tab search feature.
type: Boolean
default: false
tab-strip:
description: Enables tab strip.
variables:
Expand Down
Loading