gecko-dev/browser/components/extensions
Rob Wu 4aa25c2995 Bug 1713120 - Fix TypeError: n.getAttribute is not a function in ext-pageAction.js r=rpl
The reported error happens because `.parentNode` can be a document,
which doesn't implement the Element interface. Using `.parentElement`
solves this issue.

And while I'm fixing this: move the logic behind the menu ID check, so
that the logic is not unnecessarily run for non-pageAction contextmenus.

Differential Revision: https://phabricator.services.mozilla.com/D116138
2021-05-27 17:30:03 +00:00
..
child
parent Bug 1713120 - Fix TypeError: n.getAttribute is not a function in ext-pageAction.js r=rpl 2021-05-27 17:30:03 +00:00
schemas Bug 1697059 require favicon to be in the extension xpi r=Standard8 2021-04-30 20:31:41 +00:00
test Bug 1712141 - fix intermittent browser_ext_menus.js test failures caused by bookmarks toolbar race, r=rpl 2021-05-27 15:48:31 +00:00
.eslintrc.js
ext-browser.json Bug 1646338 ask to set as default again when enabling a search addon r=Standard8 2021-03-29 15:42:23 +00:00
extension-linux-panel.css Bug 1698132 - Convert proton pref checks from @supports rules to media features. r=Gijs 2021-04-05 20:48:05 +00:00
extension-mac-panel.css Bug 1698132 - Convert proton pref checks from @supports rules to media features. r=Gijs 2021-04-05 20:48:05 +00:00
extension-mac.css
extension-win-panel.css Bug 1698132 - Convert proton pref checks from @supports rules to media features. r=Gijs 2021-04-05 20:48:05 +00:00
extension.css
extension.svg Bug 1708788 - Update remaining extension icons. r=mixedpuppy 2021-05-01 13:03:47 +00:00
ExtensionBrowsingData.jsm
ExtensionControlledPopup.jsm
ExtensionPopups.jsm Bug 1701257 - fix panel radius on webextension browser and body with proton enabled, r=mconley 2021-03-26 18:54:10 +00:00
extensions-browser.manifest
jar.mn Bug 1701257 - fix panel radius on webextension browser and body with proton enabled, r=mconley 2021-03-26 18:54:10 +00:00
moz.build