Infocatcher
Infocatcher
OK, let's see: https://bugzilla.mozilla.org/show_bug.cgi?id=1358058 > Implement WebExtensions API for private tabs
> mozilla/testpilot-containers#47 > mozilla/testpilot-containers#419 > mozilla/testpilot-containers#429 Interesting, thanks! Also "private containers" will solve issue about only one global private storage/container.
> OK, let's see: https://bugzilla.mozilla.org/show_bug.cgi?id=1358058 >> Implement WebExtensions API for private tabs And, probably, that's all. Nothing about any feedback, lack of discussion. https://bugzilla.mozilla.org/show_bug.cgi?id=1358058#c12 > Status: RESOLVED WONTFIX
Also to inherit private state of opener tab: https://bugzilla.mozilla.org/show_bug.cgi?id=1238314 Implement browser.tabs opener functionality
Some tests around WebExtensions: https://github.com/Infocatcher/Private_Tab_WE Actually does nothing for now, only have a dummy menu item in page context menu.
https://bugzilla.mozilla.org/show_bug.cgi?id=1354602 Not yet fixed, user should set privacy.userContext.enabled = true manually. Still missing really private containers, but https://bugzilla.mozilla.org/show_bug.cgi?id=1353726 Consider extending browsingData.RemovalOptions to allow removal by cookieStoreId (not implemented) Not implemented:...
> Also I not see any way to create configurable keyboard shortcuts, only hardcoded ones https://bugzilla.mozilla.org/show_bug.cgi?id=1303384 UI for re-assigning command shortcuts (not implemented for now)
No easy way to inherit browser.tabs.insertRelatedAfterCurrent = true behavior, only ability to set tab position https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/tabs/create#Parameters ```js browser.tabs.create({ url: …, cookieStoreId: …, active: true, index: … }); ``` No ability...
> https://hacks.mozilla.org/2017/10/containers-for-add-on-developers/ Thanks! So, it's possible to do something like before, but "private" container should be removed manually after closing of last private tab.
> This one says that it can remove them automatically Yes, that's easy (and now implemented), but the most important part is about __private__ containers: https://bugzilla.mozilla.org/show_bug.cgi?id=1353726 or (and better) private...