Amiga.org

Amiga News and Community Announcements => Amiga News and Community Announcements => Amiga Software News => Topic started by: apj on July 11, 2010, 07:10:16 PM

Title: NetSurf 68k V 2.0
Post by: apj on July 11, 2010, 07:10:16 PM
A NetSurf web browser for OS 3.x has been updated, again!
Main change is finally support for https:\\ secure sites,
other changes follow:

   * Updated to latest SVN r10592.
   * Updated / fixed OpenSSL to 1.0.0a and cURL to 7.21.0
     which makes https:// secure sites work.
     Install of  OpenSSL 1.0.0a needed.
   * Updated getvideo to 0.26 (by Juergen Lucas).
   * Added option gv_action to simplify use of getvideo plugin,
     optons are :  0 - ask , 1 - play  2 - saveplay , 3 - save.
     Default is 0.     
   * Created Bug Tracker on http://www.ppa.pl/bugtracker/index.php?id=4
   * Added version information

Grab it from here:
http://aminet.net/package/comm/www/NetSurf-m68k
Title: Re: NetSurf 68k V 2.0
Post by: amigakit on July 11, 2010, 08:04:53 PM
Thank you!
Title: Re: NetSurf 68k V 2.0
Post by: HammerD on July 11, 2010, 09:26:40 PM
Works well, some comments:

1) Seems to be some freeze (like mouse will freeze) a bit when pages load.  Sometimes you think it's hung but you wait and it comes back

2) I tried to post on Amiga.ORG and EAB and I can login (but it never re-directs back), and the page where you write your post/reply - you can't scroll on it.

Anyone else get this?
Title: Re: NetSurf 68k V 2.0
Post by: HammerD on July 11, 2010, 09:47:07 PM
btw i waited a bit on the reply page and then it worked....so seems it's just slow, appears to hang.  But it worked.
Title: Re: NetSurf 68k V 2.0
Post by: Pyromania on July 11, 2010, 09:54:29 PM
Nice news

:)
Title: Re: NetSurf 68k V 2.0
Post by: utri007 on July 11, 2010, 10:55:09 PM
Still wonder why amiga version is so power hungry? RiscOS version works fine with 16mb and 030 equalent cpu.

It must be SDL
Title: Re: NetSurf 68k V 2.0
Post by: Tajmaster on July 12, 2010, 12:27:25 PM
Quote from: utri007;569934
Still wonder why amiga version is so power hungry? RiscOS version works fine with 16mb and 030 equalent cpu.

It must be SDL

Can one of the devs answer this question?
Title: Re: NetSurf 68k V 2.0
Post by: unusedunused on July 12, 2010, 02:47:21 PM
>Still wonder why amiga version is so power hungry? RiscOS version >works fine with 16mb and 030 equalent cpu.

>It must be SDL

Have you test it on same pages with Risc OS ?.how many sec does it need to show amiga.org page ?

I profile a little and the time of SDL function use and graphic draw is very very few.the netsurf core need speedup to be faster.

and they plan to do that.

""""""
http://wiki.netsurf-browser.org/Development_Plan

Once we move to using LibDOM, we should give a big speed improvement over NetSurf 2.x. There will be a lot less string copying and string compares will be much faster due to usage of string interning library LibWapcaplet in NetSurf, LibDOM, LibCSS and Hubbub.
"""""

>1) Seems to be some freeze (like mouse will freeze) a bit when pages load. Sometimes you >think it's hung but you wait and it comes back

The mouse Pointer when it is show from SDL (in white) freeze on slow systems during page load lots.
Title: Re: NetSurf 68k V 2.0
Post by: dcr8520 on July 12, 2010, 03:11:44 PM
Congrats Arthur, you finally got SSL working :D

btw, this poll looks quite familiar (http://www.amiga.org/forums/showthread.php?t=53420) to me.. ;)

Just a question, what's the purpose of Wget within NetSurf?
Title: Re: NetSurf 68k V 2.0
Post by: HammerD on July 12, 2010, 04:56:37 PM
Quote from: bernd_afa;570011
>Still wonder why amiga version is so power hungry? RiscOS version
The mouse Pointer when it is show from SDL (in white) freeze on slow systems during page load lots.


Well I was testing it on Amithlon on a 2.4GHz AMD Athlon which is waaayyy faster than my 060 system and it was still appearing it was hung for some time.

SDL just sucks :)  Sooner it can be gone the better!  If NetSurf was native amiga app it would be way faster I think.
Title: Re: NetSurf 68k V 2.0
Post by: x303 on July 12, 2010, 07:30:02 PM
Quote from: HammerD;570027
Sooner it can be gone the If NetSurf was native amiga app it would be way faster I think.
I think dropping sdl in favor of mui would be great. Artur ->   :idea:
Title: Re: NetSurf 68k V 2.0
Post by: unusedunused on July 12, 2010, 07:34:43 PM
Quote from: HammerD;570027
Well I was testing it on Amithlon on a 2.4GHz AMD Athlon which is waaayyy faster than my 060 system and it was still appearing it was hung for some time.

SDL just sucks :)  Sooner it can be gone the better!  If NetSurf was native amiga app it would be way faster I think.


to see that the problem is not SDL you can do a simple test.

show the ibrowse/history.html file that is in size 74 kb and have many lines with netsurf

file:///............

showing antialiased text is the biggest graphic action a browser must do.
this big test is on a classic 10* faster as show just a simple forum page with many text
Title: Re: NetSurf 68k V 2.0
Post by: Tumbleweed on July 12, 2010, 08:15:40 PM
Quote from: bernd_afa;570011
>Still wonder why amiga version is so power hungry? RiscOS version >works fine with 16mb and 030 equalent cpu.

>It must be SDL

Have you test it on same pages with Risc OS ?.how many sec does it need to show amiga.org page ?

I profile a little and the time of SDL function use and graphic draw is very very few.the netsurf core need speedup to be faster.

and they plan to do that.

""""""
http://wiki.netsurf-browser.org/Development_Plan

Once we move to using LibDOM, we should give a big speed improvement over NetSurf 2.x. There will be a lot less string copying and string compares will be much faster due to usage of string interning library LibWapcaplet in NetSurf, LibDOM, LibCSS and Hubbub.
"""""

>1) Seems to be some freeze (like mouse will freeze) a bit when pages load. Sometimes you >think it's hung but you wait and it comes back

The mouse Pointer when it is show from SDL (in white) freeze on slow systems during page load lots.


Roll on LibDom!

Well done Artur!

Weed
Title: Re: NetSurf 68k V 2.0
Post by: unusedunused on July 13, 2010, 02:52:54 PM
>Just a question, what's the purpose of Wget within NetSurf?

It is use when download a file, then its download over wget.so there is resume mutliple download possible.

>I think dropping sdl in favor of mui would be great. Artur ->

what does it help, the most problem that netsurf have, no java script, no frames and some other page view things still not work.also it get not faster with MUI. I am sure.

Please can somebody do the test and tell what time the html file need, so all is clear that the slowness come from netsurf core, maybe CSS render etc and not from graphic output over SDL

http://www.ibrowse-dev.net/download.php

show the ibrowse/history.html file that is in size 74 kb and have many lines with netsurf

then type as url

file:///ram:ibrowse2.4-020+/history.html

(is 74 kb in size)

and look what time it need to show the page.

and if you unhappy with the GUI, look on the OS4 version of OWB and netsurf.
this versions have very few GUI, netsurf 68k have more features for daily use.

Thats >http://www.netsurf-browser.org/about/screenshots/wip/
OS4 Version

http://www.netsurf-browser.org/about/screenshots/wip/

thats 68k version

http://www.a1k.org/forum/attachment.php?attachmentid=27963&d=1278938999
Title: Re: NetSurf 68k V 2.0
Post by: samo79 on August 06, 2010, 07:56:03 PM
Quote from: bernd_afa;570153
and if you unhappy with the GUI, look on the OS4 version of OWB and netsurf.
this versions have very few GUI, netsurf 68k have more features for daily use.

Thats >http://www.netsurf-browser.org/about/screenshots/wip/
OS4 Version

http://www.netsurf-browser.org/about/screenshots/wip/

thats 68k version

http://www.a1k.org/forum/attachment.php?attachmentid=27963&d=1278938999


As always grab you linked is quite old (2008 or so), since then NetSurf on OS4 was improved a lot, that's sad 68k release isn't better ... ;-)
Title: Re: NetSurf 68k V 2.0
Post by: chris on August 07, 2010, 12:24:12 AM
Quote from: samo79;573689
As always grab you linked is quite old (2008 or so)


Actually it's late 2009 (the date says Jan 2010 as there was a delay before they were uploaded)

Quote
since then NetSurf on OS4 was improved a lot, that's sad 68k release isn't better ... ;-)


There is a newer screenshot on my NetSurf OS4 landing page, http://www.unsatisfactorysoftware.co.uk/?pg=netsurf

That's v2.5, since then the font handling has been improved - the text is kerned much improving the layout and spacing.  I'll update the screenshot at some point, maybe to one which shows off Unicode support.