I am working on a project to add an "intelligent" cookie classifier to inform users of the cookies they have on their system and the potential intention of the cookie creator. Unfortunately, I've run into this error: JavaScript error: line 0: uncaught exception: [Exception... "Component returned failure code: 0x8 0004005 (NS_ERROR_FAILURE) [nsIDOMWindow.sizeToContent]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://communicator/content/cookie s/cookie-panel.js :: cookieStartup :: line 55" data: no] This is under the 0.9.2 build on Win2000 (the same build under Linux does not give this error) and the method call at line 55 in my code is window.sizeToContent(). This is a new error and I was wondering if anybody knew whether this is a bug or something I should be handling in some fashion. Thanks in advance, Nathan
