[composable toolbar] Display Toolbar - show pageOrigin from from DisplayState
Categories
(Firefox for Android :: Toolbar, task, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox139 | --- | fixed |
People
(Reporter: petru, Assigned: petru)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group3][composable toolbar])
Attachments
(4 files, 1 obsolete file)
An important functionality of the BrowserToolbar is to show information about the current webpage - the title and URL or an optional hint.
Refer to the current implementation of OriginView for the functionality and scenarios needing to be supported.
For configuring the data to be displayed DisplayState should allow passing a pageOrigin object with the following properties:
data class PageOrigin(
val title: String?,
val url: String?,
val hint: String?,
val onClick: BrowserToolbarEvent?,
val onLongClick: BrowserToolbarEvent?,
)
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•11 months ago
|
| Assignee | ||
Comment 1•11 months ago
|
||
| Assignee | ||
Comment 2•11 months ago
|
||
| Assignee | ||
Comment 3•11 months ago
|
||
| Assignee | ||
Comment 4•11 months ago
|
||
Comment 6•11 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f61bd95b4fc1
https://hg.mozilla.org/mozilla-central/rev/ddbf11016857
https://hg.mozilla.org/mozilla-central/rev/4844ed893da8
https://hg.mozilla.org/mozilla-central/rev/370bd27c409e
| Assignee | ||
Comment 7•11 months ago
|
||
Comment 8•11 months ago
|
||
A patch has been attached on this bug, which was already closed. Filing a separate bug will ensure better tracking. If this was not by mistake and further action is needed, please alert the appropriate party. (Or: if the patch doesn't change behavior -- e.g. landing a test case, or fixing a typo -- then feel free to disregard this message)
Comment 9•11 months ago
|
||
Comment on attachment 9480814 [details]
Bug 1948633 - Use enums for page origin's fadeDirection and textGravity properties r=#android-reviewers
Revision D246562 was moved to bug 1962332. Setting attachment 9480814 [details] to obsolete.
Description
•