Closed
Bug 1148433
Opened 11 years ago
Closed 11 years ago
Awesome screen should remember last used home panel
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fennec | + | --- |
People
(Reporter: st3fan, Assigned: bmunar)
References
Details
(Whiteboard: noteworthy)
Attachments
(1 file)
The awesome screen should remember the last used home panel.
So that when you tap the location bar the second time, it shuold go immediately to the panel you came from.
Comment 1•11 years ago
|
||
This should probably be per tab based. On Android we use urls like about:home#reader to track the page you're on (for this tab).
tracking-fennec: ? → +
Comment 2•11 years ago
|
||
(In reply to Wesley Johnston (:wesj) from comment #1)
> This should probably be per tab based. On Android we use urls like
> about:home#reader to track the page you're on (for this tab).
We use about:home?panel=whatever on Android, although we use UUIDs for the built-in panel types:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/home/HomeConfig.java#1497
Looking through the code, I don't really see where we use this in the product... this might just be something that add-ons use:
https://github.com/leibovic/pocket-panel/blob/master/bootstrap.js#L44
Comment 3•11 years ago
|
||
Updated•11 years ago
|
Assignee: nobody → wjohnston
Updated•11 years ago
|
Assignee: wjohnston → bmunar
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8614306 -
Flags: review?(bnicholson)
Comment 5•11 years ago
|
||
Comment on attachment 8614306 [details] [review]
Pull Request
Using URL fragments is an issue right now due to bug 1170726, so this is a reasonable approach in the meantime. Added some comments in the PR.
Attachment #8614306 -
Flags: review?(bnicholson) → feedback+
| Assignee | ||
Updated•11 years ago
|
Attachment #8614306 -
Flags: review?(bnicholson)
Comment 6•11 years ago
|
||
Comment on attachment 8614306 [details] [review]
Pull Request
Looks good to me with minor cleanup mentioned in the PR.
Attachment #8614306 -
Flags: review?(bnicholson)
Attachment #8614306 -
Flags: review+
Attachment #8614306 -
Flags: feedback+
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: noteworthy
You need to log in
before you can comment on or make changes to this bug.
Description
•