Tuesday, 1 July 2014

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

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, 2014 at 4:30 PM, <netsurf-dev-request@netsurf-browser.org> wrote:
Send netsurf-dev mailing list submissions to
        netsurf-dev@netsurf-browser.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-dev-netsurf-browser.org

or, via email, send a message with subject or body 'help' to
        netsurf-dev-request@netsurf-browser.org

You can reach the person managing the list at
        netsurf-dev-owner@netsurf-browser.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of netsurf-dev digest..."


Today's Topics:

   1. Object fetchers moved to scheduled operation (Vincent Sanders)


----------------------------------------------------------------------

Message: 1
Date: Tue, 1 Jul 2014 09:25:38 +0100
From: Vincent Sanders <vince@netsurf-browser.org>
Subject: Object fetchers moved to scheduled operation
To: netsurf-dev@netsurf-browser.org
Message-ID: <20140701082537.GX27671@kyllikki.org>
Content-Type: text/plain; charset=us-ascii

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 close to netsurf_poll() becoming
obsolete.

The API has also been extended with fetcher_fdset() which allows the
fd sets of all active fetchers to be obtained for frontends that wish
to wait on fd activity instead of polling unnecessarily.

Please can all frontend maintainers check I have not made a glaring
error on their platform as this is pretty invasive for such a small
cleanup. Especially ChrisY needs to check the amiga frontend as that
used to rely on a config to schedule curl directly which is no longer
present.

This change should improve the overall code cleanliness and gets us
much closer to being able to have frontends run their own dispatch
loop.

--
Regards Vincent
http://www.kyllikki.org/



End of netsurf-dev Digest, Vol 98, Issue 1
******************************************

No comments:

Post a Comment