[META] Contextual Identity / Containers Bugs
Categories
(Core :: Security, task)
Tracking
()
People
(Reporter: englehardt, Unassigned)
References
(Depends on 135 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
Attachments
(1 obsolete file)
Reporter | ||
Updated•9 years ago
|
Updated•9 years ago
|
Updated•9 years ago
|
Comment 1•9 years ago
|
||
Comment 4•9 years ago
|
||
Comment 6•9 years ago
|
||
Comment 7•9 years ago
|
||
Updated•9 years ago
|
Updated•9 years ago
|
Updated•8 years ago
|
Comment 9•8 years ago
|
||
Comment 10•8 years ago
|
||
Comment 11•8 years ago
|
||
Comment 12•8 years ago
|
||
Comment 13•8 years ago
|
||
Updated•8 years ago
|
Comment 14•8 years ago
|
||
Comment 15•8 years ago
|
||
Comment 16•8 years ago
|
||
Comment 17•8 years ago
|
||
Comment 18•8 years ago
|
||
Updated•8 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Updated•7 years ago
|
Updated•6 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 20•3 years ago
|
||
Hi! I really like the multi container tabs, I use it everyday.
There is just one feature which me and other would really like to be implemented. I'm talking about enabling a default container, as for now, when you do CTRL+T aka new tab event, it opens in a default container, or, if I understand correctly from the source code, an internal container which is called "no container".
This is quite annoying in a daily basis because I use containers for everything, the "no container" container is useless for me.
I really want to implement a default container because this feature change seems quite straight forward, as the mock-up code below:
onNewTab((url) -> {
if (!hasAssignedContainer(url)) {
const defaultContainer = getDefaultContainer();
openInContainer(defaultContainer, url);
}
...
});
This would require to expose a method for setDefaultContainer
and getDefaultContainer
in the containers API for extensions.
So, this is basically the second time I contribute with the Mozilla Firefox ecosystem and I have a bunch of questions regarding where to start this implementation. Things like "where is the new tab handler for assigned URL's" would be very helpful to me.
Comment 22•3 years ago
|
||
Mateus, I suggest you create a new bug for your suggestion and mark it as a blocker for this one.
I wish you a Happy New Year!
Sebastian
Updated•2 years ago
|
Description
•