fune/browser/components/extensions/parent
Olli Pettay c2f214f2df Bug 1718532, don't try to create tabId if the relevant window is already closing, r=rpl
The leak I can reproduce locally somewhat often is coming from
https://searchfox.org/mozilla-central/rev/08c493902519265d570250c8e7ce575c8cd6f5b5/browser/components/extensions/test/browser/browser_ext_windows_create_cookieStoreId.js#308,319-321
When adopting a tab to a new window, there is internally a frameloader swap.
The initial frameloader is loading about:blank and after the old window has started to close
https://searchfox.org/mozilla-central/rev/08c493902519265d570250c8e7ce575c8cd6f5b5/browser/actors/AboutReaderParent.jsm#156 triggers a call to
extension code where getId is called. The failure becomes almost perma-fail with bug 1727829.

Will push this with bug 1727829 to tryserver.

Differential Revision: https://phabricator.services.mozilla.com/D124958
2021-09-08 21:29:54 +00:00
..
.eslintrc.js Bug 1708243 - Part 2: stop using sender data from the child process r=robwu,agi 2021-08-31 23:15:17 +00:00
ext-bookmarks.js
ext-browser.js Bug 1718532, don't try to create tabId if the relevant window is already closing, r=rpl 2021-09-08 21:29:54 +00:00
ext-browserAction.js
ext-chrome-settings-overrides.js
ext-commands.js
ext-devtools-inspectedWindow.js
ext-devtools-network.js
ext-devtools-panels.js
ext-devtools.js Bug 1722145 - extension devtools page and panels should not be enabled/disabled when unrelated optional permissions are granted/revoked. r=mixedpuppy,robwu 2021-07-27 13:56:36 +00:00
ext-find.js
ext-history.js
ext-menus.js
ext-normandyAddonStudy.js
ext-omnibox.js
ext-pageAction.js
ext-pkcs11.js
ext-search.js
ext-sessions.js
ext-sidebarAction.js
ext-tabs.js
ext-topSites.js
ext-url-overrides.js
ext-urlbar.js
ext-windows.js