On 3/3/06, Darin Fisher <[EMAIL PROTECTED]> wrote: > A couple comments: > > 1) You could use thread local storage (TLS) for the context parameter, > and implement this today without any new APIs.
Since NewURI is restricted to the main thread only, you could also just use a global variable ;-) -Darin _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
