зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1623394: Set a basic title for the SSB window. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D67357 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
3df19bc1d4
Коммит
8ca3ed1a1f
|
@ -8,6 +8,7 @@
|
|||
<head>
|
||||
<link rel="stylesheet" href="chrome://global/skin/">
|
||||
<link rel="stylesheet" href="ssb.css">
|
||||
<title id="title"></title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="browser-container"></div>
|
||||
|
|
|
@ -45,6 +45,8 @@ function init() {
|
|||
Ci.nsIWebProgress.NOTIFY_STATE_ALL
|
||||
);
|
||||
gSSBBrowser.src = uri.spec;
|
||||
|
||||
document.getElementById("title").textContent = gSSB.name;
|
||||
}
|
||||
|
||||
class ProgressListener {
|
||||
|
|
Загрузка…
Ссылка в новой задаче