зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1045927 - UI Tour: Add ability to highlight Loop icon in browser chrome. r=MattN
This commit is contained in:
Родитель
c1dd1b81cb
Коммит
01b0cae4f5
|
@ -98,6 +98,7 @@ this.UITour = {
|
|||
}],
|
||||
["help", {query: "#PanelUI-help"}],
|
||||
["home", {query: "#home-button"}],
|
||||
["loop", {query: "#loop-call-button"}],
|
||||
["quit", {query: "#PanelUI-quit"}],
|
||||
["search", {
|
||||
query: "#searchbar",
|
||||
|
|
|
@ -26,6 +26,7 @@ let tests = [
|
|||
"customize",
|
||||
"help",
|
||||
"home",
|
||||
"loop",
|
||||
"pinnedTab",
|
||||
"quit",
|
||||
"search",
|
||||
|
@ -50,6 +51,7 @@ let tests = [
|
|||
"backForward",
|
||||
"customize",
|
||||
"help",
|
||||
"loop",
|
||||
"home",
|
||||
"pinnedTab",
|
||||
"quit",
|
||||
|
@ -81,6 +83,7 @@ let tests = [
|
|||
"customize",
|
||||
"help",
|
||||
"home",
|
||||
"loop",
|
||||
"pinnedTab",
|
||||
"quit",
|
||||
"urlbar",
|
||||
|
|
Загрузка…
Ссылка в новой задаче