-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox support #28
Comments
@notetiene do you want to push your commits somewhere so I could have a look? |
@notetiene also, since until now all backends are chrome/v8 centric, there might be refactorings to do in Indium to make it easier to implement. If that's the case, don't hesitate to tell me, I'll help the best way I can. |
Thanks for you comments. I'm really interested in supporting Firefox. Sadly, I don't have much time for the following 2 weeks and my current commits only cover common variables I found between the two backends. I'll notify you when I start working on it. 😄 |
Mozilla is apparently thinking about adding support for the CDP, in which case we wouldn't have to implement a specific backend for it. |
@NicolasPetton That would be great! Sadly, I'm not able to see any news concerning CDP in Firefox. Is it an official project? |
Etienne <notifications@github.com> writes:
@NicolasPetton That would be great! Sadly, I'm not able to see any
news concerning CDP in Firefox. Is it an official project?
I can't find the ticket in Bugzilla anymore, but there is one. It's in
their backlog IIRC, but it's something they're considering.
|
That would be great. I found a few issues on their bugtracker but non sound like it's coming anytime soon :( |
This blog post by mozilla talks about how they are implementing CDP for the sake of |
I've been following their progress about this for a while, but I missed this post. @nbfalcon thanks for the link! |
I'm currently trying to implement the Firefox backend. However, given the major differences between the Firefox remote debugging protocol and the Chrome one, I think it could be nice to include a todo list here.
- [ ] Implement the breakpoints functions
- [ ] Implement pausing on exceptions and get them
That's all for now.
The text was updated successfully, but these errors were encountered: