You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support command and search history in 'per-window private mode'
In non-private mode commands and searches are stored in global
'history-command' and 'history-search' stores respectively.
Since Firefox 20 the private browsing mode is on per window basis.
To support command and search history in per-window private mode:
- Save command and search entries for each private (incognito)
window opened in
'private-XXX-history-command' or
'private-XXX-history-search'
store, where XXX is the private window's unique id.
- When the last private window is closed or Firefox itself is closed
delete all existing 'private-XXX-*' private stores.
- Note: There's no reliable way of detecting when a private window
is being closed, Firefox only notifies addons when the last private
window is being closed. This is a reason why the private stores
are only deleted when the 'last private window close' event is
caught.
Fixes#137
0 commit comments