Skip to content

Commit

Permalink
chore(nimbus): Update External Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dataops-ci-bot committed Dec 14, 2024
1 parent 7328f4b commit 90d30ca
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beta: 3e1ed8a759a9d442211839be1f83a4615f0cb644
master: d8f4a94563b0a28c485f0dbfaf56b92434242d1e
beta: bd80f98dcb6b99853dbaa5292cdfac2db61bba25
master: 554f924f3f5629b2baac51be6663ecabc9217b75
release: c204af1d49b724b88bc289ea38c4d50a78d133ef
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
beta: 5df6b4533d4d31d503001ffad22c208c15dbef32
central: 3a912704bc24872e037fe3102cd5483ba5105993
beta: 3cc1f35b8c877bcafc6e9f7309aedb558b9129bd
central: df965ece56c11bf8f834947dc491e7d231e411e8
esr115: 7b461b7d80acc34e0193fa0fbed98f71242b388a
esr128: 1de76ef2e1461d0b2e29b0ca738cc91791346a14
esr128: 38b1579734e224bc72cddd532877d3b864d7d910
release: 6ad91dc44daed9cacf53946523ebf99649f04ef5
Original file line number Diff line number Diff line change
Expand Up @@ -858,13 +858,28 @@ newtabAdSizingExperiment:
pref: browser.newtabpage.activity-stream.newtabAdSize.leaderboard
description: >-
Leaderboard ad size and UI.
leaderboard_position:
type: string
setPref:
branch: user
pref: browser.newtabpage.activity-stream.newtabAdSize.leaderboard.position
description: >-
Leaderboard row position.
billboard:
type: boolean
setPref:
branch: user
pref: browser.newtabpage.activity-stream.newtabAdSize.billboard
description: >-
Billboard ad size and UI.
billboard_position:
type: string
setPref:
branch: user
pref: browser.newtabpage.activity-stream.newtabAdSize.billboard.position
description: >-
Billboard row position.
newtabLayoutExperiment:
description: >-
Change the default layout of new tab by adjusting sizes and spacing of elements.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,10 @@
"type": "boolean",
"description": "Show transitions within and between screens"
},
"disableEscClose": {
"type": "boolean",
"description": "Don't allow the message to be dismissed using the ESC key - for limited use in Spotlight modals only when the message content clearly informs the user that a decision is required to proceed"
},
"disableHistoryUpdates": {
"type": "boolean",
"description": "Don't alter the browser session's history stack - used with messaging surfaces like Feature Callouts"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -858,13 +858,28 @@ newtabAdSizingExperiment:
pref: browser.newtabpage.activity-stream.newtabAdSize.leaderboard
description: >-
Leaderboard ad size and UI.
leaderboard_position:
type: string
setPref:
branch: user
pref: browser.newtabpage.activity-stream.newtabAdSize.leaderboard.position
description: >-
Leaderboard row position.
billboard:
type: boolean
setPref:
branch: user
pref: browser.newtabpage.activity-stream.newtabAdSize.billboard
description: >-
Billboard ad size and UI.
billboard_position:
type: string
setPref:
branch: user
pref: browser.newtabpage.activity-stream.newtabAdSize.billboard.position
description: >-
Billboard row position.
newtabLayoutExperiment:
description: >-
Change the default layout of new tab by adjusting sizes and spacing of elements.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,10 @@
"type": "boolean",
"description": "Show transitions within and between screens"
},
"disableEscClose": {
"type": "boolean",
"description": "Don't allow the message to be dismissed using the ESC key - for limited use in Spotlight modals only when the message content clearly informs the user that a decision is required to proceed"
},
"disableHistoryUpdates": {
"type": "boolean",
"description": "Don't alter the browser session's history stack - used with messaging surfaces like Feature Callouts"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ focus/klar-v131.0: 34d92c8df1b1522a1da88c23879b439d763ec133
focus/klar-v131.1: b7dca2271b14988837524a30eb154d91eb5e4912
focus/klar-v132.0: d9ed6134db59ff456d343e2bb211aefd040319ac
focus/klar-v133.0: a3372669a06fa684d3c5945c317d6787e3125303
main: ab0931efdf2081fca1c05c5b8c27a244b5275d51
main: 3d59fa1129f1d6ad04323174788b637d8fb5a557
release/v124: da250bed9e19c4978d4400d6d404cb312e33636e
release/v125: a3e1e0773a00009e08d95726fd518ab642255ccd
release/v126: 6f305409b4af68e8404401a2caad8cb0da9a0494
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
main: ab0931efdf2081fca1c05c5b8c27a244b5275d51
main: 3d59fa1129f1d6ad04323174788b637d8fb5a557
release/v117: 43b690c450066d4dde1b2ccb93ed3714d244d502
release/v118: 89a7ea3c3372e5a4ef5b3c5b85499d26198d0524
release/v119: 7dc381f991c6d2a983c3ba7f0cffd880e8c29e7b
Expand Down

0 comments on commit 90d30ca

Please sign in to comment.