Closed
Bug 1766896
Opened 2 years ago
Closed 2 years ago
Redirect attempts to load something else in the Firefox View tab to new tabs
Categories
(Firefox :: General, defect, P2)
Firefox
General
Tracking
()
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: dao, Assigned: dao)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-firefox-view])
Attachments
(1 file)
- There's a discussion to be had about what should happen when the user attempts to load something in the MyFirefox tab (which is a toolbar button rather than a real tab).
- With the current patch from bug 1762903, we don't try to prevent or otherwise handle loading something, so any load just goes through.
- My proposed solution is to redirect loads to new tabs. I think most frontend ways we would be concerned about should in theory should go through
openLinkIn
from utilityOverlay.js, so perhaps something can be put in place there.
Assignee | ||
Updated•2 years ago
|
Severity: -- → S2
Priority: -- → P2
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → dao+bmo
Status: NEW → ASSIGNED
Points: --- → 3
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Summary: Handle the user attempting to load arbitrary URLs in the MyFirefox tab → Handle the user attempting to load arbitrary URLs in the Firefox View tab
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Summary: Handle the user attempting to load arbitrary URLs in the Firefox View tab → Redirect attempts to load something else in the Firefox View tab to new tabs
Updated•2 years ago
|
Attachment #9275240 -
Attachment description: WIP: Bug 1766896 - Handle the user attempting to load arbitrary URLs in the Firefox View tab → WIP: Bug 1766896 - Redirect attempts to load something else in the Firefox View tab to new tabs
Updated•2 years ago
|
Attachment #9275240 -
Attachment description: WIP: Bug 1766896 - Redirect attempts to load something else in the Firefox View tab to new tabs → Bug 1766896 - Redirect attempts to load something else in the Firefox View tab to new tabs. r=gijs
Pushed by dgottwald@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a883941db333 Redirect attempts to load something else in the Firefox View tab to new tabs. r=Gijs
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•