Bug 1387890 - Pass parentId for tabs opened by webextensions on Android. r=kmag

... so that pressing the back button eventually closes that tab and returns to the previous tab instead of simply backgrounding Firefox.

MozReview-Commit-ID: DuaA3anCsvn

--HG--
extra : rebase_source : 1c47a137730cbc3ebf0d2ba12f9947611922021c
This commit is contained in:
Jan Henning 2017-08-07 18:50:25 +02:00
Родитель b3ac3a75e8
Коммит 6e103accde
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -270,6 +270,8 @@ this.tabs = class extends ExtensionAPI {
// and instead always get a NullPrincipal.
options.disallowInheritPrincipal = true;
options.parentId = BrowserApp.selectedTab.id;
tabListener.initTabReady();
let nativeTab = BrowserApp.addTab(url, options);