I'm adding bookmark in my extension:
res = this._BookmarksSvc.createBookmarkInContainer( name, url, null, null , null, null, parent, -1 );
Or create folder:
res = this._BookmarksSvc.createFolderInContainer( name, parent, -1 );
And everything works Ok. But if `parent' is `this._BookmarksSvc.getBookmarksToolbarFolder()', Firefox hangs and I need to kill it :(
What do I do wrong? Can I add new folders & bookmarks into this folder?
Bookmarks manager adds elenments into this folder without any problems!
Lev Serebryakov Programmer JetBrains, Inc http://www.jetbrains.com "Develop with pleasure!"
_______________________________________________ Mozilla-xpcom mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom
