JavaScript enabled builds for Atari

2016-01-23 Thread Michael Drake


We have enabled JavaScript builds (json) for Atari on the CI server.

You can get them here:

http://ci.netsurf-browser.org/builds/atari/?C=M;O=D

I'm not sure if the Atari front end exposes the JavaScript option in
its GUI.  If not, you can edit the Choices file setting either:

enable_javascript:0
or
enable_javascript:1

I'd be interested to get confirmation on whether its working from
Atari users.  You can test by visiting:

http://git.netsurf-browser.org/netsurf.git/plain/test/js/js-fractal.html

--
Michael Drake  http://www.netsurf-browser.org/



Re: linux surface

2016-01-23 Thread Michael Drake

On 22/01/16 14:56, Claus Muus wrote:

> is it correct, that there is no input devices available for the linux
> surface of the netsurf browser?

Yes, I believe there is no input support for the linux framebuffer
nsfb surface at the moment.

> And if yes, is there a way to control the browser if using the linux
> surface?

I don't think so.

> As an alternative I try the sdl surface, but it's so much bigger and
> I'm looking for a as small as possible browser. OK, if the sdl should
> be the only way, since I need to control the netsurf. Is it possible
> to compile sdl without all the (for me) unneeded stuff like sound
> support?

I'm not sure.

--
Michael Drake  http://www.netsurf-browser.org/



Re: JavaScript enabled builds for Atari

2016-01-23 Thread Peter Slegg
> Date: Sat, 23 Jan 2016 11:22:09 +
> From: Michael Drake 
> Subject: JavaScript enabled builds for Atari
>
>
> We have enabled JavaScript builds (json) for Atari on the CI server.
>
> You can get them here:
>
>  http://ci.netsurf-browser.org/builds/atari/?C=M;O=D
>
> I'm not sure if the Atari front end exposes the JavaScript option in
> its GUI.  If not, you can edit the Choices file setting either:
>
>  enable_javascript:0
> or
>  enable_javascript:1
>
> I'd be interested to get confirmation on whether its working from
> Atari users.  You can test by visiting:
>
> http://git.netsurf-browser.org/netsurf.git/plain/test/js/js-fractal.html
>

I spotted this in the git commits last night. I tried the build but
I don't think the setting is exposed in the Atari Choices dialogue.

I just tried build 3296 but I wasn't sure whether 0 or 1 was on.
After a couple of failed attempts, I think I needed an extra LF in
the choices file, I seem to have JS working.

The link above gives a character based Mandelbrot:

.:::;;=i++E  EHHHO
 ,,,:::;;==iHhhE###

Brilliant :-)

I am off to try some more tests.

Many thanks all.

Regards,

Peter






Re: JavaScript enabled builds for Atari

2016-01-23 Thread Jean-François Lemaire
On Saturday 23 January 2016 13:00:14 Peter Slegg wrote:
> > Date: Sat, 23 Jan 2016 11:22:09 +
> > From: Michael Drake 
> > Subject: JavaScript enabled builds for Atari

> > We have enabled JavaScript builds (json) for Atari on the CI server.

> > I'd be interested to get confirmation on whether its working from
> > Atari users.  You can test by visiting:
> > 
> > http://git.netsurf-browser.org/netsurf.git/plain/test/js/js-fractal.html

> I just tried build 3296 but I wasn't sure whether 0 or 1 was on.
> After a couple of failed attempts, I think I needed an extra LF in
> the choices file, I seem to have JS working.
> 
> The link above gives a character based Mandelbrot:

I confirm that the test page is working with the Coldfire build too. Very nice 
development!

Cheers,
JFL
-- 
Jean-François Lemaire



Re: JavaScript enabled builds for Atari

2016-01-23 Thread Peter Slegg
On Sat, 23 Jan 2016 13:00:14 , Peter Slegg  wrote:
>
> I spotted this in the git commits last night. I tried the build but
> I don't think the setting is exposed in the Atari Choices dialogue.
>
> I just tried build 3296 but I wasn't sure whether 0 or 1 was on.
> After a couple of failed attempts, I think I needed an extra LF in
> the choices file, I seem to have JS working.
>
> The link above gives a character based Mandelbrot:
>
> ..:::;;=i++E  EHHHO
>  ,,,:::;;==iHhhE###
>
> Brilliant :-)
>
> I am off to try some more tests.
>
> Many thanks all.
>
> Regards,
>
> Peter
>
>

Using Netsurf JS today it has crashed a few times.
It isn't as stable as the last non-JS versions.


Peter