On Wed, 22 Feb 2006 12:46:35 +0000, Neil wrote: > Out of interest, does addBookmarks2 provide extra functions, or would > you have preferred to be able to use addPanel to avoid platform detection?
Firefox uses the bookmark system to record links that should be opened in the sidebar. Suite uses panels.rdf via addPanel(). Firefox maintains compatibility with websites that use javascript:window.sidebar.addPanel() by exposing a sidebar.addPanel interface but implementing it via the bookmarks service. addBookmarks2 is never exposed to content. So as far as websites are concerned, Firfox supports both the Suite addPanel() and Opera's rel="sidebar". With xSidebar installed on Seamonkey we have feature parity with Firefox. But why are you asking these questions? You must know this code by heart! You have r/sr authority over this code don't you? Phil -- Philip Chee <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> http://flashblock.mozdev.org/ http://xsidebar.mozdev.org Guard us from the she-wolf and the wolf, and guard us from the thief, oh Night, and so be good for us to pass. _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
