Patches item #641312, was opened at 2002-11-20 08:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=641312&group_id=4866
Category: WebKit Group: None Status: Open Resolution: None Priority: 5 Submitted By: Stuart Donaldson (stuartd) Assigned to: Nobody/Anonymous (nobody) Summary: addContext call of contextInitialize Initial Comment: The Application addContext() method will not call contextInitialize() if the module defining the context has already been loaded. This is a problem if some other module tries to import something the context module prior to the context being added. The result is that a context may be loaded without contextInitialize() being called. This patch fixes the above problem by calling contextInitialize() if the module is not in a the loaded self._contexts list, or if the module is being re-loaded under a different name. It goes on to also print out an error if there is a problem with importing the module context. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=641312&group_id=4866 ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel