Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container Mode Related Bugs #41

Closed
3 tasks done
ke-d opened this issue Jun 7, 2017 · 1 comment
Closed
3 tasks done

Container Mode Related Bugs #41

ke-d opened this issue Jun 7, 2017 · 1 comment
Labels

Comments

@ke-d
Copy link
Member

ke-d commented Jun 7, 2017

  • Adding and Removing Containers should affect the whitelist
    • Workaround is to export white/grey lists, restore default settings, reimport white/grey lists
  • Cookie Cleanup breaks if the extension calls browser.contextualIdentities.query() (this is relating to the above since I do caching to avoid calling that function but the cache doesn't update after a change in Containers)
    • This most likely happens the user enables "Container Mode" for the first time or Restore Default Settings then enable "Container Mode"
    • This shows up as TypeError: cookieDomain is undefined[Learn More] in console
    • A workaround for this is to just restart the browser
@jonathanKingston
Copy link

Hey!

So in Nightly you can now subscribe to container events which should allow for you to monitor container additions or removals. See: https://bugzilla.mozilla.org/show_bug.cgi?id=1344519

Also as a heads up:

I will see if I can get some debugging time on your bug you raised tomorrow.

Feel free to ask me any other container question you might have.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants