зеркало из https://github.com/mozilla/gecko-dev.git
Bug 732818 - Use tab URL as AwesomeBar URL. r=mfinkle
This commit is contained in:
Родитель
75a87b389e
Коммит
845c73d11f
|
@ -2379,9 +2379,9 @@ abstract public class GeckoApp
|
|||
// if we're not adding a new tab, show the old url
|
||||
Tab tab = Tabs.getInstance().getSelectedTab();
|
||||
if (tab != null) {
|
||||
Tab.HistoryEntry he = tab.getLastHistoryEntry();
|
||||
if (he != null) {
|
||||
intent.putExtra(AwesomeBar.CURRENT_URL_KEY, he.mUri);
|
||||
String url = tab.getURL();
|
||||
if (url != null) {
|
||||
intent.putExtra(AwesomeBar.CURRENT_URL_KEY, url);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче