-
Notifications
You must be signed in to change notification settings - Fork 20
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
Search history wrongly saved in search bar #129
Labels
Comments
In SeaMonkey: <field name="usePrivateBrowsing" readonly="true">
window.QueryInterface(Components.interfaces.nsIInterfaceRequestor)
.getInterface(Components.interfaces.nsIWebNavigation)
.QueryInterface(Components.interfaces.nsILoadContext)
.usePrivateBrowsing
</field>
...
<method name="doSearch">
<parameter name="aData"/>
<parameter name="aWhere"/>
<body><![CDATA[
// Save the current value in the form history.
if (aData && !this.usePrivateBrowsing) {
...
} |
Infocatcher
added a commit
that referenced
this issue
Jan 12, 2014
Infocatcher
added a commit
that referenced
this issue
Jan 12, 2014
Infocatcher
added a commit
that referenced
this issue
Jan 13, 2014
Clear undo/redo buffer, if search bar was used at least once from private tab. Also clear value, if last usage was from private tab. (#129)
Infocatcher
added a commit
that referenced
this issue
Feb 11, 2014
Infocatcher
added a commit
that referenced
this issue
Feb 11, 2014
Infocatcher
added a commit
that referenced
this issue
Feb 11, 2014
Infocatcher
added a commit
that referenced
this issue
Feb 11, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported here: https://addons.mozilla.org/addon/private-tab/reviews/531528/
view-source:chrome://browser/content/search/search.xml#searchbar
The text was updated successfully, but these errors were encountered: