[META] Contextual Identity / Containers Bugs
|
59 bytes,
text/x-review-board-request
|
Details |
| Reporter | |
Descriptionβ’10 years ago
|
| Reporter | |
Updatedβ’10 years ago
|
Updatedβ’10 years ago
|
Updatedβ’10 years ago
|
Comment 1β’10 years ago
|
Comment 2β’10 years ago
|
Comment 3β’10 years ago
|
Comment 4β’10 years ago
|
Comment 6β’10 years ago
|
Comment 7β’10 years ago
|
Updatedβ’10 years ago
|
Updatedβ’10 years ago
|
Comment 8β’10 years ago
|
Updatedβ’10 years ago
|
Comment 9β’10 years ago
|
Comment 10β’10 years ago
|
Comment 11β’9 years ago
|
Comment 12β’9 years ago
|
Comment 13β’9 years ago
|
Updatedβ’9 years ago
|
Comment 14β’9 years ago
|
Comment 15β’9 years ago
|
Comment 16β’9 years ago
|
Comment 17β’9 years ago
|
Comment 18β’9 years ago
|
Updatedβ’9 years ago
|
Updatedβ’9 years ago
|
Updatedβ’9 years ago
|
Updatedβ’9 years ago
|
| mozreview-request | |
| Comment hidden (mozreview-request) |
Updatedβ’8 years ago
|
Updatedβ’8 years ago
|
Updatedβ’7 years ago
|
Updatedβ’6 years ago
|
Updatedβ’6 years ago
|
Comment 20β’4 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β’4 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β’3 years ago
|
