On Mon, 2012-01-23 at 10:45 +0100, m0n0 wrote:
> Hello Steven,
>
> >as a weekend project I integrated spidermonkey's javascript
> >functionality into netsurf;
>
> nice to see someone is picking up on that. :)
Indeed, thanks. I've attached a diff of the changes against a vanilla
2.8 source tree.
Hello Steven,
as a weekend project I integrated spidermonkey's javascript
functionality into netsurf;
nice to see someone is picking up on that. :)
- alert (only 1 per time)
I couldn't find that, also it will require an call into frontend code.
Btw. alert is part
of window object. window i
Hi,
as a weekend project I integrated spidermonkey's javascript
functionality into netsurf;
only a few things are supported by now:
- alert (only 1 per time)
- document.URL
- window.open
- body-onload
- img-onclick
and a simple rocketlauncher API ;)
The code is only a >proof of concept< and I'd ju