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: de2d2a1296e141d2cfa14c5c1e4dc709445521bb
main: 7496c8515212669451d7e775a00c2be07da38ca5
beta: 0a9eb8261825a073392f96abd4f61af90fb33bf7
main: b4ea0dcb568f15165133a9a49ea8e6e7e114fd37
release: 93709342a54d40784b6e6e12998710f1a89a1ffd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
beta: de2d2a1296e141d2cfa14c5c1e4dc709445521bb
beta: 0a9eb8261825a073392f96abd4f61af90fb33bf7
esr115: 1ffd23569540cf8a527a6f2fb014aa74c82f55cd
esr128: ed38f9209e39bd7ad247c81a7c20c99c874e0a62
esr140: 314d723c929fc0847c3f5c1aa1fd45def5fcf4fa
main: 7496c8515212669451d7e775a00c2be07da38ca5
esr140: 88fff665caa689acff7e8101c28ab81f2270f9ae
main: b4ea0dcb568f15165133a9a49ea8e6e7e114fd37
release: 93709342a54d40784b6e6e12998710f1a89a1ffd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ focus/klar-v139.0: 0a40db672ac6d422377ae4394dcbaae878998e9e
focus/klar-v140.0: 2d3684ce1d30402082a7d37b3df58e0c672ac4ab
focus/klar-v141.0: 2d2a8b3fcd4a112fa6e387d687138dc662d96e37
focus/klar-v143.0: 72645ad484df1c240e64871aa5408b296d94798c
main: 121aad543a4c8112c3eeea5ed56e432479b66b2f
main: 8cc5414fe57829b203e37a39ad1f54e0bb0d3402
release/v124: da250bed9e19c4978d4400d6d404cb312e33636e
release/v125: a3e1e0773a00009e08d95726fd518ab642255ccd
release/v126: 6f305409b4af68e8404401a2caad8cb0da9a0494
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ firefox-v145.1: 6d4a66eb019f7d823b8936d2dde61e4aa2ac17ad
firefox-v145.2: 60529545c78b22e25592a7a86213ab8970357ee5
firefox-v145.3: 966c9be1a09d3606bba6346bb5cda7e67774bf34
firefox-v146.0: dcd0b14ecc104ff1dd413c5d694a9f24b5b50712
main: 121aad543a4c8112c3eeea5ed56e432479b66b2f
main: 8cc5414fe57829b203e37a39ad1f54e0bb0d3402
release/v117: 43b690c450066d4dde1b2ccb93ed3714d244d502
release/v118: 89a7ea3c3372e5a4ef5b3c5b85499d26198d0524
release/v119: 7dc381f991c6d2a983c3ba7f0cffd880e8c29e7b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,11 @@ features:
description: |
This feature is for managing the rollout of the Terms of Use (ToU) implementation.
variables:
enable-drag-to-dismiss:
description: |
Whether to show a drag handle on the prompt and allows users to use it to dismiss the prompt.
type: Boolean
default: true
max-reminders-count:
description: |
Maximum number of ToU bottom sheet reminders that can be displayed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,11 @@ features:
description: |
This feature is for managing the rollout of the Terms of Use (ToU) implementation.
variables:
enable-drag-to-dismiss:
description: |
Whether to show a drag handle on the prompt and allows users to use it to dismiss the prompt.
type: Boolean
default: true
max-reminders-count:
description: |
Maximum number of ToU bottom sheet reminders that can be displayed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,10 @@ tou-feature:
hasExposure: true
exposureDescription: ''
variables:
enable-drag-to-dismiss:
type: boolean
description: |
Whether to show a drag handle on the prompt and allows users to use it to dismiss the prompt.
max-reminders-count:
type: int
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,11 @@ features:
description: |
This feature is for managing the rollout of the Terms of Use (ToU) implementation.
variables:
enable-drag-to-dismiss:
description: |
Whether to show a drag handle on the prompt and allows users to use it to dismiss the prompt.
type: Boolean
default: true
max-reminders-count:
description: |
Maximum number of ToU bottom sheet reminders that can be displayed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,11 @@ features:
description: |
This feature is for managing the rollout of the Terms of Use (ToU) implementation.
variables:
enable-drag-to-dismiss:
description: |
Whether to show a drag handle on the prompt and allows users to use it to dismiss the prompt.
type: Boolean
default: true
max-reminders-count:
description: |
Maximum number of ToU bottom sheet reminders that can be displayed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,11 @@ features:
description: |
This feature is for managing the rollout of the Terms of Use (ToU) implementation.
variables:
enable-drag-to-dismiss:
description: |
Whether to show a drag handle on the prompt and allows users to use it to dismiss the prompt.
type: Boolean
default: true
max-reminders-count:
description: |
Maximum number of ToU bottom sheet reminders that can be displayed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,10 @@ tou-feature:
hasExposure: true
exposureDescription: ''
variables:
enable-drag-to-dismiss:
type: boolean
description: |
Whether to show a drag handle on the prompt and allows users to use it to dismiss the prompt.
max-reminders-count:
type: int
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,11 @@ features:
description: |
This feature is for managing the rollout of the Terms of Use (ToU) implementation.
variables:
enable-drag-to-dismiss:
description: |
Whether to show a drag handle on the prompt and allows users to use it to dismiss the prompt.
type: Boolean
default: true
max-reminders-count:
description: |
Maximum number of ToU bottom sheet reminders that can be displayed
Expand Down