eyalroz / removedupes

Remove Duplicate Messages
https://addons.thunderbird.net/en-US/thunderbird/addon/removedupes/
Other
88 stars 6 forks source link

Don't load customElement.js in the review dialog XUL #144

Closed eyalroz closed 1 year ago

eyalroz commented 1 year ago

In removedupes-dialog.xul, we have:

  <script type="application/javascript" src="chrome://messenger/content/customElements.js"/>

... but apparently, that's loaded already for us somehow. Not sure how/by whom. It triggers the following exception:

Uncaught DOMException: CustomElementRegistry.define: 'conversation-browser' has already been defined as a custom element [conversation-browser.js:907](chrome://chat/content/conversation-browser.js)