Matthew Wilson wrote:

I have (brief excerpt):
    doContent: function(contentType, isContentPreferred, request,
contentHandler)
    {
        this.logger.logStringMessage("wmlBrowserContentListener
doContent " + contentType);
        // Ignore content types which we don't care about
        if (contentType != "text/vnd.wap.wml") {
            return false;
        }
        contentHandler.value = new wmlContentHandler ();
        return true;
    },

"return true"? The idl says that a return value of "true" means you will handle the load on your own from this point; that the URILoader should cancel the necko channel and not bother you about this load again. Is there some way to clarify the comment in the IDL to make this clear, in your opinion?


-Boris
_______________________________________________
Mozilla-netlib mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-netlib

Reply via email to