Open
Bug 1796490
Opened 3 years ago
Updated 2 years ago
Update a Session's HistoryState at the start of loading a new page
Categories
(Firefox for Android :: Browser Engine, enhancement, P5)
Tracking
()
NEW
People
(Reporter: cpeterson, Unassigned)
Details
From github: https://github.com/mozilla-mobile/android-components/issues/7949.
https://github.com/mozilla-mobile/fenix/issues/12972
In Fenix, we use the session's
HistoryState
to show a tab's history. But it only gets updated after a page is finished loading. This becomes rather noticeable when opening the tab history popup while slow pages like cnn.com are still loading. Is there a way we could updateHistoryState
at the start of a page load?┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(cpeterson)
Reporter | ||
Updated•3 years ago
|
Severity: -- → N/A
Type: defect → task
Updated•2 years ago
|
Type: task → enhancement
Flags: needinfo?(cpeterson)
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•