Open Bug 1403422 Opened 7 years ago Updated 1 year ago

Consider the ability to specify a default cookieStoreId for tab creation

Categories

(WebExtensions :: General, enhancement, P5)

57 Branch
enhancement

Tracking

(firefox57 wontfix, firefox58 wontfix)

Tracking Status
firefox57 --- wontfix
firefox58 --- wontfix

People

(Reporter: jkt, Unassigned, NeedInfo)

References

(Blocks 1 open bug)

Details

(Whiteboard: [design-decision-approved][privacy])

Two use cases that we would like to solve with this change: 1. Users would like to be able to change "new tab" to open in the current opened container 2. Users would like to be able to change default tabs to be containers that get thrown away. This would also solve taking cookies from a temporary container that could be thrown into a long term container so auth could be shared. This would include but not be limited to: 1. Ctrl+t 2. Clicking on the + tab button (without clicking on a container) 3. An extension creating a tab without a cookieStoreId Edge case to consider: 4. First tab opened by the browser Similar cases that could potentially be controlled by the extension in a follow up bug: 5. Clicking on links from a container/default tab. Implementing this would give containers (or other extensions) the ability to solve Bug 1376118. This is also what Taborama extension implements by monitoring for "firefox-default" tabs, closing them and creating brand new tabs with the correct cookieStoreId. This is essentially the hacky way of implementing this feature which causes the user to see the tab switch. Extensions like "Containers on the go" would likely implement use-case 2. for increased private browsing by default. I listed 4. and 5. as this might impact API design if this were approved. We should also consider if this would be implemented like one extension at a time can be in control of this feature at a time. The API could for example be controlled by a browserSetting which might look like: browser.contextualIdentities.defaultCookieStoreId.set({ value: "firefox-container-1" }); Acceptable values would contain: For normal windows: "firefox-default" and "firefox-container-[0-9]+" For private windows: "firefox-private" and "firefox-container-[0-9]+"
There was another bug about converting an existing tabs cookie store. I think these can be not related where that bug will improve this functionality. Changing a tabs container likely requires a lot more work and digging into how to implement that without breaking container guarantees. This however doesn't.
Severity: normal → enhancement
Priority: -- → P5
Whiteboard: [design-decision-needed]
Assignee: nobody → jkt
Hi jkt, this has been added to the agenda for the October 31 WebExtensions APIs triage meeting. Would you be able to join us? Here's a few things about the triage to keep in mind: * We normally spend 5 minutes per bug * The more information in the bug, the better * The goal of the triage is to give a general thumbs up or thumbs down on a proposal; we won't be going deep into implementation details Relevant Links: * Wiki for the meeting: https://wiki.mozilla.org/Add-ons/Contribute/Triage * Meeting agenda: https://docs.google.com/document/d/1qqE6fkqr-RNWaFvMpv0Z8O5FLDgQ3AT5eGdbTt7lRGg/edit# * Vision doc for WebExtensions: https://wiki.mozilla.org/WebExtensions/Vision
Flags: needinfo?(amckay)
Sounds good, thumbs up from everyone in the meeting.
Flags: needinfo?(amckay)
Whiteboard: [design-decision-needed] → [design-decision-approved]
Product: Toolkit → WebExtensions
Whiteboard: [design-decision-approved] → [design-decision-approved][privacy]

The bug assignee didn't login in Bugzilla in the last 7 months.
:mixedpuppy, could you have a look please?
For more information, please visit auto_nag documentation.

Assignee: jonathan → nobody
Flags: needinfo?(mixedpuppy)
Severity: normal → S3
Blocks: 1843394
No longer blocks: 1843394
Duplicate of this bug: 1843394
You need to log in before you can comment on or make changes to this bug.