Infocatcher / Private_Tab

Adds private tabs, restartless extension for Firefox (20.0+) and SeaMonkey (2.17+)
https://addons.mozilla.org/addon/private-tab/
Other
86 stars 20 forks source link

Update API events for toggling using duplication in Firefox 51+ #244

Open Infocatcher opened 7 years ago

Infocatcher commented 7 years ago

See #237. Now we should provide some way to letting know about this new "toggling".

Infocatcher commented 7 years ago

https://developer.mozilla.org/en-US/docs/Web/API/Event/Comparison_of_Event_Targets#Event_targets event.explicitOriginalTarget looks very similar to our case. So, will dispatch "PrivateTab:PrivateChanged" for new (duplicated) tab and set event.explicitOriginalTarget to original/source tab.