Re: [dev] "Note On Webkit Versions"

2016-04-30 Thread Sylvain BERTRAND
On Sat, Apr 30, 2016 at 04:09:28PM -0700, Menche wrote: > On Sun, 1 May 2016 10:04:37 +1100 > Sylvain BERTRAND wrote: > > > On Sat, Apr 30, 2016 at 12:47:36PM +0200, Kajetan Jasztal wrote: > > > how about servo[1]? aims for memory security and fast parallel rendering > > > > > > [1] https://serv

Re: [dev] "Note On Webkit Versions"

2016-04-30 Thread Sylvain BERTRAND
On Sat, Apr 30, 2016 at 08:53:35PM +0200, Anselm R Garbe wrote: > [0] http://www.netsurf-browser.org/ I was looking at netsurf to add the javascript/DOM bits required for online banking (my bank account and online payement). But it seems rather not that easy to get into it. I will give it another

Re: [dev] "Note On Webkit Versions"

2016-04-30 Thread Sylvain BERTRAND
On Sat, Apr 30, 2016 at 12:47:36PM +0200, Kajetan Jasztal wrote: > how about servo[1]? aims for memory security and fast parallel rendering > > [1] https://servo.org/ At least servo can be compiled with a simple ISO C99 compiler and limited SDK... unlike gcc with its mandatory ISO c++98. -- Syl

Re: [dev] "Note On Webkit Versions"

2016-04-30 Thread Anselm R Garbe
On 30 April 2016 at 12:47, Kajetan Jasztal wrote: > how about servo[1]? aims for memory security and fast parallel rendering > > [1] https://servo.org/ I'd rather suggest NetSurf[0]. The idea is a couple of years old, but one could consider forking it and remove all clutter from it, to form a kin

Re: [dev] "Note On Webkit Versions"

2016-04-30 Thread Kamil Cholewiński
On Sat, 30 Apr 2016, ra...@openmailbox.org wrote: > There is a lot of hype about rust being 'memory safe' but where is the > proof? You don't need a proof, you only need a significant improvement upon C, which Rust delivers. > secondly 1 in every 100 lines of servo is an 'unsafe {' directive. I

Re: [dev] "Note On Webkit Versions"

2016-04-30 Thread Kamil Cholewiński
On Sat, 30 Apr 2016, Ben Woolley wrote: > You pretty much just described Dillo. Bookmarks exist, but through the > plugin API only. Memory only cache. CSS and SSL support, but no JS. > About the only thing I could see counted against it is that it is C++ > and not C, but imagine the "magic" that i

Re: [dev] "Note On Webkit Versions"

2016-04-30 Thread rain1
On 2016-04-30 11:47, Kajetan Jasztal wrote: how about servo[1]? aims for memory security and fast parallel rendering [1] https://servo.org/ There is a lot of hype about rust being 'memory safe' but where is the proof? secondly 1 in every 100 lines of servo is an 'unsafe {' directive. On t

Re: [dev] "Note On Webkit Versions"

2016-04-30 Thread Kajetan Jasztal
how about servo[1]? aims for memory security and fast parallel rendering [1] https://servo.org/