hi, my extension stopped working in FF41, but i cant figure out why
i have looked at the Developer notes for FF41 but i can’t identify any of the changes that could have caused the problem i am having
the extension worked fine right up to FF40 stable,
and it even worked when i tested it in FF41 when FF41 was in beta
the interesting thing is the bug that is currently affecting the extension in FF41 stable was occuring at that point when i tested in FF42 which was then in the developer channel, though i assumed that bug was caused by Electrolysis, as i understand FF42 was where Electrolysis was being tested out
somehow some code that was going to be in FF42, got moved forward to FF41, and when FF41 stable came out, i was caught by surprise as my prior testing in FF41 beta had indicated that my extension was working ok in FF41.
i wonder if you know of any particular code blocks that were pushed forward from FF42 to FF41, that may have caused my issue.
my extension is watching for dome node insertions (i know this is being deprecated but it was working fine, and my adage is if its not broke dont fix it)
has the domnodeinserted code actually changed in FF41 as there was no mention of it in the FF41 release notes…
the code works fine in FF40, and chrome, its just since FF41 has been released its stopped working. any idea how i can find out the cause, i’ve tried debugging, but its giving confusing results. is there a log of code that was brought forward from FF42 to FF41. or any other ideas on how i can figure out and fix this issue?