-
Notifications
You must be signed in to change notification settings - Fork 396
Create a WebExtension #2435
Comments
@ExE-Boss Did you ever end up continuing on this? Something like this is definitely necessary if this project is not to be completely forgotten. Also imo if this done, should be investigated what's the amount of effort needed for cross-browser support for Shumway. |
I won't be able to dedicate my time to this until at least July, and keep in mind that I also work on NOVA and my own projects (which includes a lot of unannounced stuff). |
I shared the shumway link to some developers, maybe something good will go out soon. |
Also, after some testing, the |
I have shared this on /r/firefox, hopefully some developers will show up and help this project succeed. |
I see an @ExE-Boss working on a Shumway... Have you tried talking to Flash devs? e.g. https://twitter.com/MateuszSkutnik creator of http://www.mateuszskutnik.com/submachine/ ? |
@SoniEx2 Yes, I have played and won all the Submachine games. (But this discussion about what games I have played is off-topic) |
I mean go get mateusz to work on shumway |
Mateusz is a Flash game developer, not a JavaScript VM developer. Shumway is a Flash VM implemented entirely in JavaScript using HTML5 technology. |
Tired on the latest Firefox 62.0.3, and ran into this issue. It would be interesting if there was an update. |
Content handlers finally landed in 66 nightly |
Too bad we can't easily test the W.I.P. of this extension yet... |
This is being worked on in: ExE‑Boss/mozilla‑shumway#web‑extension
Depends on bug 1457500
See also bug 1451083
With XUL, XPCOM and SDK addons being removed in Firefox 57, it would be nice to have a working WebExtension before then.
From my own experimentation, most of the code in
content/web/
is re-useable, except for lines which refer to a URL of a Shumway resource.Edit: after some testing, this has been resolved and the
browser
object is now accessible, but we should still use relative URLs instead.Edit 2: this seems to be broken again (bug 1443253.
), also seeThose get changed to use the following snippet: (which has to be used, because thebrowser
namespace is inaccessible from in-page iframes, unless we inject scripts into those throughmanifest.json
)I have done some work on this at ExE-Boss/mozilla-shumway#web-extension, previous attempt has been archived under ExE-Boss/mozilla-shumway#broken/web-extension/take1.
The text was updated successfully, but these errors were encountered: