42Lines/wicket-source

Broken with Firefox 45

rolintoucour opened this issue · 2 comments

Using Firefox 45 x64 (Windows), the Wicketsource tab doesn't appear anymore in Firebug (going back to FF 44, it appears again)

Ok. May be a bit before I can fix it. Thanks for the report.

On Mar 14, 2016, at 3:34 AM, rolintoucour notifications@github.com wrote:

Using Firefox 45 x64 (Windows), the Wicketsource tab doesn't appear anymore in Firebug (going back to FF 44, it appears again)


Reply to this email directly or view it on GitHub.

I did some more digging. Due to the shift in Firefox to deprecate XUL extensions, and switch to Web Extensions instead, this requires a complete rewrite from scratch.

Additionally, the Web Extensions API does not yet include the ability to add a pane as a sidebar to the Inspect feature of the Dev Tools. I also checked Firebug, and it's also undergoing a serious rewrite (see Firebug.next / Firebug 3 beta) and is not in release yet for the stable channel of Firefox. So, basically we're stuck on a firefox extension until the extension APIs stabilize.

I have updated the Chrome extension and it's installable from the Chrome Web Store; it should be working again.