[toolbar redesign] Add a secret settings in Nightly if the composable toolbar is enabled to allow enabling toolbar redesign
Categories
(Firefox for Android :: Toolbar, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox143 | --- | fixed |
People
(Reporter: petru, Assigned: petru)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group3] )
Attachments
(2 files)
To get faster and easier feedback of the new toolbar redesign changes we should allow it to be enabled on demand through Secret Settings only if the composable toolbar is already enabled.
Disabling the composable toolbar should also disable the toolbar redesign.
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
We wanted to keep the number of conditions to evaluate for knowing when the
navbar is enabled small so the current code only checks for when the expanded
toolbar layout is enabled or not.
This would allow for a bug in which the redesign with expanded layout is
enabled and then the redesign is disabled but the extended layout preference
still remains leading to the application thinking that it should show the
redesigned toolbar with expanded layout.
Comment 4•1 month ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f9cf26223484
https://hg.mozilla.org/mozilla-central/rev/8282dcd978b7
Description
•