fune/browser/components/extensions
Emilio Cobos Álvarez b186181173 Bug 1746310 - Make panels and menupopups not have their children in the flat tree if not initialized. r=Gijs
This is almost a revert of bug 1741089 (just with the relevant test fix
and so on). With the previous patch, for something like:

  <menupopup>
    <menuitem />
  </menupopup>

We would still generate the frames for the menuitem. That causes various
a11y tests to fail and starts loading images used by the menuitem which
was caught by browser_startup_images.js.

Make the children completely invisible to layout by keeping them
unslotted. This makes getComputedStyle on them return an empty style,
but only one test was depending on that.

Depends on D134331

Differential Revision: https://phabricator.services.mozilla.com/D134606
2021-12-23 12:55:34 +00:00
..
child
parent Bug 1712837 - introduce ipcclientcerts to allow client certificates to work with the socket process r=rmf,kershaw,necko-reviewers,ipc-reviewers,nika,glandium,jschanck 2021-12-18 01:30:24 +00:00
schemas Bug 1730931 - Supporting an array of cookieStoreId in the tabs.query API. r=robwu 2021-12-07 13:46:53 +00:00
test Bug 1746310 - Make panels and menupopups not have their children in the flat tree if not initialized. r=Gijs 2021-12-23 12:55:34 +00:00
.eslintrc.js
ext-browser.json
extension-linux-panel.css Bug 1719938 - Removed remaining (non-negated) -moz-proton media queries. r=mhowell,mtigley,emilio 2021-11-22 22:10:33 +00:00
extension-mac-panel.css Bug 1719938 - Removed remaining (non-negated) -moz-proton media queries. r=mhowell,mtigley,emilio 2021-11-22 22:10:33 +00:00
extension-mac.css
extension-win-panel.css Bug 1719938 - Removed remaining (non-negated) -moz-proton media queries. r=mhowell,mtigley,emilio 2021-11-22 22:10:33 +00:00
extension.css
ExtensionBrowsingData.jsm
ExtensionControlledPopup.jsm
ExtensionPopups.jsm Bug 1744749 - Use windowUtils.canvasBackgroundColor to get the web extension background. r=extension-reviewers,robwu 2021-12-16 14:56:33 +00:00
extensions-browser.manifest
jar.mn Bug 1708008 - Remove browser's extension icon, always use extensionGeneric as default extension icon. r=mixedpuppy 2021-07-19 16:58:11 +00:00
moz.build