Page 1 of 1

Is this error NoScript-related?

Posted: Wed Aug 12, 2009 8:11 pm
by luntrus
Hi Giorgio Maone,

Just reporting this error: Error: [Exception... "'JavaScript component does not have a method named: "onBeforeItemRemoved"' when calling method: [nsINavBookmarkObserver::onBeforeItemRemoved]" nsresult: "0x80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)" location: "JS frame :: file:///C:/Program%20Files/Namoroka/components/nsLivemarkService.js :: LS_deleteLivemarkChildren :: line 582" data: no]
Source File: file:///C:/Program%20Files/Namoroka/components/nsLivemarkService.js
Line: 582
actually in the code: this._bms.removeFolderChildren(aFolderId);
this is actually implemented in another interface and requires special handling in products based on Gecko 1.9.1, including Firefox 3.5 and 3.6 alpha I assume, is part The nsINavBookmarkObserver interface is an observer for bookmark changes.
Is this being caused through NS?

luntrus

Re: Is this error NoScript-related?

Posted: Wed Aug 12, 2009 9:59 pm
by Giorgio Maone
Yes it is, but it has no side effects and will be removed in next dev build.

Re: Is this error NoScript-related?

Posted: Mon Nov 30, 2009 1:55 am
by Lilien
Hello Giorgio,
Giorgio Maone wrote:Yes it is, but it has no side effects and will be removed in next dev build.
is this error really fixed?

I'm using FF3.6Bb4 with NoScript 1.9.9.18 and the error console is full with exactly this error message.
I ask, because I'm looking into problems with the Brief RSS reader add-on.
Is it possible that this error influences the RRS (Live-Bookmarks) updating behavior?

Regards, Lilien

Re: Is this error NoScript-related?

Posted: Mon Nov 30, 2009 11:49 am
by Giorgio Maone
Lilien wrote:is this error really fixed?
Yes it is. If the error message persists for you, it's probably coming from a nsINavBookmarkObserver different from NoScript's.