mozilla / multi-account-containers

Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously.
https://addons.mozilla.org/firefox/addon/multi-account-containers/
Mozilla Public License 2.0
2.73k stars 343 forks source link

[Nightly] The containers are not reseted to default after the add-on is reinstalled #1054

Open Softvision-MariusComan opened 6 years ago

Softvision-MariusComan commented 6 years ago

[Affected versions]:

[Affected Platforms]:

[Prerequisites]:

[Steps to reproduce]:

  1. Open the browser with the profile from prerequisites and navigate to "about:preferences#containers" page.
  2. Remove any of the existent containers or add new ones.
  3. Navigate to "about:addons" page and remove the "Multi-Account Containers" add-on.
  4. Reinstall the "Multi-Account Containers" add-on from AMO.
  5. Click the "Multi-Account Containers" button from the top-right part of the toolbar.
  6. Observe the displayed containers.

[Expected result]:

[Actual result]:

[Notes]:

groovecoder commented 6 years ago

I believe this is the expected behavior. The add-on uses the contextualIdentities API to create, edit, and delete the platform-level Containers. So it's changing the built-in Firefox Containers.

Would accept a PR that updates text or copy to clarify this intended behavior.

ShivangiKakkar commented 6 years ago

@groovecoder I would like to try this one out, can you just explain a bit more about the kind of text you want to update to show the intended behaviour? Maybe an example?

HagarMostafa commented 5 years ago

Hello, @groovecoder and @maxxcrawford can I try working on this issue?