mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
Bug 1073776 - "Tapping on urlbar after performing search shows URL, not search term" [r=margaret.leibovic]
This commit is contained in:
parent
fa2c67d7dc
commit
f4bab42727
@ -1629,7 +1629,7 @@ var BrowserApp = {
|
||||
// This event refers to a search via the URL bar, not a bookmarks
|
||||
// keyword search. Note that this code assumes that the user can only
|
||||
// perform a keyword search on the selected tab.
|
||||
this.isSearch = true;
|
||||
this.selectedTab.isSearch = true;
|
||||
|
||||
// Don't store queries in private browsing mode.
|
||||
let isPrivate = PrivateBrowsingUtils.isBrowserPrivate(this.selectedTab.browser);
|
||||
|
Loading…
Reference in New Issue
Block a user