Re: Object fetchers moved to scheduled operation

2014-07-01 Thread François Revol
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

Re: Moving reformat to scheduled operation

2014-07-01 Thread Michael Drake
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

Moving reformat to scheduled operation

2014-07-01 Thread Vincent Sanders
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

Re: netsurf-dev Digest, Vol 98, Issue 1

2014-07-01 Thread Daniel Silverstone
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

Re: netsurf-dev Digest, Vol 98, Issue 1

2014-07-01 Thread Navdeep Nayar
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,

Object fetchers moved to scheduled operation

2014-07-01 Thread Vincent Sanders
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