Open
Bug 1484717
Opened 7 years ago
Updated 3 years ago
Addon search should work in a container
Categories
(Firefox :: General, defect, P5)
Firefox
General
Tracking
()
NEW
People
(Reporter: jkt, Unassigned)
References
(Blocks 1 open bug)
Details
STR:
1. Open a container tab
2. Go to about:addons
3. Type in the search bar and press enter
Expected
New tab to be opened in the same container.
Actual
It is opened in a regular tab
| Reporter | ||
Comment 1•7 years ago
|
||
Even though the about: pages don't load in a new extension generally all the interface opens in a new tab.
The contentPrincipal.userContextId of about pages is 0 so tab.getAttribute("userContextId") will be needed to fix this bug.
Also with Bug 1483025 landed, this will require a nullPrincipal with the userContextId passed to it also.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•