-
Notifications
You must be signed in to change notification settings - Fork 4
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
Investigate how to make this thing work with any debuggee #10
Comments
It would be extra hawt to be able to use this on other XUL iframes/browser elements, like those use by Firefox Hello. Perhaps somebody in #devtools has suggestions on new actor registration? |
Yeah that would be great. |
@captainbrosset Yes, I am working on a new platform API that will allow dynamic registration (and unregistration) of actors coming from addons. See https://bugzilla.mozilla.org/show_bug.cgi?id=977443 Honza |
Awesome, thanks for the link. I'll follow this issue closely. This is a must have API for addons. |
https://bugzilla.mozilla.org/show_bug.cgi?id=977443 just got fixed in nightly!! Time for some custom actor registration goodness! |
Woot! 2014-11-20 15:14 GMT-06:00 Patrick Brosset [email protected]:
|
Yep, this is one of the basic stones for custom remote features. |
For now this will only work with a local tab because the recorder lives in a frame script that is inserted by the panel (see https://developer.mozilla.org/en-US/docs/The_message_manager).
If we want to have this work with any device/process/whatever, the recorder needs to be a protocol.js actor. I don't think there is yet a way to register new actors with the firefox devtools though.
The text was updated successfully, but these errors were encountered: