зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1524230 - UrlbarView: Display the device name for remote tab results. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D18204 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
76ae7167ab
Коммит
4034ae7d42
|
@ -314,6 +314,10 @@ class UrlbarView {
|
|||
secondary.classList.add("urlbarView-action");
|
||||
secondary.textContent = bundle.GetStringFromName("switchToTab2");
|
||||
break;
|
||||
case UrlbarUtils.RESULT_TYPE.REMOTE_TAB:
|
||||
secondary.classList.add("urlbarView-action");
|
||||
secondary.textContent = result.payload.device;
|
||||
break;
|
||||
case UrlbarUtils.RESULT_TYPE.SEARCH:
|
||||
secondary.classList.add("urlbarView-action");
|
||||
secondary.textContent =
|
||||
|
|
Загрузка…
Ссылка в новой задаче