[composable toolbar] Initial integration in Fenix
Categories
(Firefox for Android :: Toolbar, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: petru, Assigned: petru)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fxdroid][group3][composable toolbar])
Attachments
(9 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
Bug 1950909 - part 7 - Move home toolbar related classes to the toolbar package r=#android-reviewers
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Need an initial integration of the composable toolbar to serve as a base for the future configuration work.
The new toolbar should be gated by a hardcoded feature flag making it only available only in debug for the moment.
To limit the availability to only developers working on this feature the flag should be a secret setting only available in debug builds.
Updated•6 months ago
|
Assignee | ||
Comment 1•5 months ago
|
||
Assignee | ||
Comment 2•5 months ago
|
||
Assignee | ||
Comment 3•5 months ago
|
||
This will allow to easily change between a toolbar view and a toolbar composable.
Assignee | ||
Comment 4•5 months ago
|
||
This will make the toolbar menu building be reusable and allow decoupling
other functionalities from the browser toolbar view.
Assignee | ||
Comment 5•5 months ago
|
||
Assignee | ||
Comment 6•5 months ago
|
||
Being able to replace the toolbar view with a toolbar composable means we
can also make use of the existing support for the dynamic toolbar behavior.
Assignee | ||
Comment 7•5 months ago
|
||
This will allow to easily change between a toolbar view and a toolbar composable.
Assignee | ||
Comment 8•5 months ago
|
||
Assignee | ||
Comment 9•5 months ago
|
||
Updated•5 months ago
|
Comment 10•4 months ago
|
||
Comment 11•4 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4af06bb3a8ae
https://hg.mozilla.org/mozilla-central/rev/2646fe0c5d04
https://hg.mozilla.org/mozilla-central/rev/cc9b00c0d952
https://hg.mozilla.org/mozilla-central/rev/c56ea18206fa
https://hg.mozilla.org/mozilla-central/rev/b1e3b80b26db
https://hg.mozilla.org/mozilla-central/rev/1983877ca95d
https://hg.mozilla.org/mozilla-central/rev/bf9f87000bef
https://hg.mozilla.org/mozilla-central/rev/56105c4cfe3d
Description
•