Re: javascript support in netsurf

2012-01-23 Thread John-Mark Bell
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.

Re: javascript support in netsurf

2012-01-23 Thread m0n0
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

javascript support in netsurf

2012-01-22 Thread Steven Falken
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