Bug 1266181: talos: pageloader: focus content on startup. r=mconley

This commit is contained in:
Avi Halachmi 2016-05-18 15:48:40 +03:00
Родитель 46d20ea557
Коммит 55a7384c6e
3 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -254,6 +254,12 @@ function plInit() {
browserWindow.focus();
content = browserWindow.getBrowser();
if (content.selectedBrowser) {
content.selectedBrowser.focus();
} else {
dump("WARNING: cannot focus content area\n");
}
gUseE10S = !gDisableE10S || (plPageFlags() & EXECUTE_SCROLL_TEST) ||
(content.selectedBrowser &&
content.selectedBrowser.getAttribute("remote") == "true")

Просмотреть файл

@ -4,7 +4,7 @@
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>pageloader@mozilla.org</em:id>
<em:version>1.0.5</em:version>
<em:version>1.0.6</em:version>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>

Двоичный файл не отображается.