Open felixfbecker opened 4 years ago
Dear all,
This is your release captain speaking. 🚂🚂🚂
Branch cut for the 3.16 release is scheduled for tomorrow.
Is this issue / PR going to make it in time? Please change the milestone accordingly. When in doubt, reach out!
Thank you
Dear all,
This is your release captain speaking. 🚂🚂🚂
Branch cut for the 3.17 release is scheduled for tomorrow.
Is this issue / PR going to make it in time? Please change the milestone accordingly. When in doubt, reach out!
Thank you
Heads up @joelkw @felixfbecker - the "team/extensibility" label was applied to this issue.
This is probably still an issue and would improve our tooling if fixed.
Currently, errors that go through the background-content-page boundary lose their error name: https://github.com/mozilla/webextension-polyfill/issues/210. This means we need to use hacky string message assertion and cannot include any other context. This has caused multiple bugs (e.g. #9411, #7599, ...) and many hours of engineering time lost.
names could always be propagated, custom properties are a bit more tricky because they may not be cloneable.