On 01/07/2014 10:25, Vincent Sanders wrote:
> As a continuation of the work done by Daniel to adjust the llcache
> behaviour to use scheduler for user notification I have now changed
> the fetcher system to also be run from the scheduler.
>
> The fetcher API has been simplified to remove the need
On 01/07/14 17:47, Vincent Sanders wrote:
> I have a branch vince/reformatpending which changes this to being a
> scheduled callback and reduces the frontend involvment to providing a
> single callback entry in the window operation table.
Looks good to me.
+1.
--
Michael Drake
The final remaining operation performed within the frontends dispatch
loop is that of pending reformats.
The reformat call differs from the redraw in that it is used when a
browser windows scale or extents changes.
The current operation is to set the browser_reformat_pending global to
signal one
On Tue, Jul 01, 2014 at 17:19:09 +0530, Navdeep Nayar wrote:
> we are checking XML file .In XML Java Script using DOMParser() function to
> get the data from xml file. BUT in Netsurf browser this function is not
> working.
> can anyone help me ?
NetSurf's JavaScript integration is very incomplete
Hello All,
Testing some sample html on Netsurf browser in ubuntu system.
we are checking XML file .In XML Java Script using DOMParser() function to
get the data from xml file. BUT in Netsurf browser this function is not
working.
can anyone help me ?
Thanks & Regards
Navdeep N.
On Tue, Jul 1,
As a continuation of the work done by Daniel to adjust the llcache
behaviour to use scheduler for user notification I have now changed
the fetcher system to also be run from the scheduler.
The fetcher API has been simplified to remove the need for polling
from the main loop which gets us very clos