Moji add install.js contents.rdf already overlays chrome://navigator/content/navigatorOverlay.xul Moji Dictionaries - add install.js (disambugate preferences files) - preferences/moji.js has unicode BOM: * most of the dictionary.xpi's have a preferences file with a UTF-8/BOM :: must remove. - mojien-0.5 mojiken, mojijpnam, mojijplaces Sidelinks Sidebar - add stanza to contents.rdf - stop sidelinks from grabbing taking over open sidebar. - todo: move some logic from main overlay to sidebar onload. Yahoo! Search Sidebar: - modified install.js to default to profile installation. - add stanza to contents.rdf Zhluk.com DevBoi Added API check for the new nsITree API and then decide what type of parameter (id string or column object) to feed GetCellText(). - Contributed to DevBoi - Since DevBoi has a working install.js, I have added support for this extension in xSidebar's contents.rdf so unmodified DevBoi will work out of the box. Calculator: - *** Changes checked in to Calculator CVS. - rename old install.js; add new install.js - add stanza to contents.rdf - Changes to xsidebar mean that you can overlay navigator.xul so simplifying by removing references to xsidebar. - change hard coded position of menu item (6) to isertafter. calculator.css /* ////////////////////////////////////////////////////////////////////////////////////////// // Toolbar Grippies ////////////////////////////////////////////////////////////////////////////////////////// */ toolbar .toolbar-grippy { display: none; } - renamed to - renamed to - contents.rdf changed to overlay both: chrome://xsidebar/content/xsidebarNavOverlay.xul and chrome://navigator/content/navigatorOverlay.xul so that calculator will work in seamonkey without xsidebar - * skin->contents.rdf: added stanza for navigator Alexa Sidebar Again - add install.js - add navigator overlay to content/contents.rdf and skin/contents.rdf Related (Google) - add install.js - added stanza to contents.rdf Scrapbook - add install.js - add stanza to contents.rdf 0.22.10-mod - added back contents.rdf to all content/skin/locale. - added navigator to overlays in skin/contents.rdf - added prefs to install.js - overlay.xul: position the scrapbook menu item on the main-menubar to after the Windows menu. insertafter="bookmarks-menu,windowMenu,BookmarksMenu" (1.0pre) - Duplicate (Firefox) to (Suite). - content/contents.rdf: change overlay from navigator.xul to navigatorOverlay.xul which is where the main-menubar is defined. - scrapbook.js: commented out all lines that reference FORM_HISTORY. - global search and replace preventBubble->stopPropagation 1.2.0.3 - added css to style toolbar buttons in SM modern theme. 1.2.0.7 - saver.js: Fix breakage due to Mozilla Bug 47903 (WRONG_DOCUMENT_ERR not being thrown) - Folder icons not showing up in sidebar tree: + Added folder-item.png and addBookmark.css from Firefox. + Added part of tree.css from Firefox. + Modify scrapbook.css to import from local copy of addBookmark.css. + tree.xul: added PI to pull in local tree.css. 1.3.3.2 + add install.js + Updated install.rdf and chrome.manifest for SeaMonkey. + added back contents.rdf to all content/skin/locale. + added navigator to overlays in skin/contents.rdf + added css to style toolbar buttons in SM modern theme. + Folder icons not showing up in sidebar tree: + Added folder-item.png and addBookmark.css from Firefox. + Added part of tree.css from Firefox. + Modify scrapbook.css to import from local copy of addBookmark.css. + tree.xul & mbManage.xul: added PI to pull in local tree.css. + XPFE doesn't have mozapps/content/preferences/preferences.css and browser/skin/preferences/preferences.css. + Added filefield bindings and css to /content/bindings/ + Replaced PIs with scrapbook/content/bindings/preferences.css. + nsTransferable.js is still needed for nsDragAndDrop.js in XPFE. + Added back to .xul that needs this. + overlay.xul: position the scrapbook menu item on the main-menubar to after the Windows menu. insertafter="bookmarks-menu,windowMenu,BookmarksMenu" + scrapbook.js: test for FORM_HISTORY. + editor.js: test for existence of nsISessionStore. + saver.js: gBrowser.mCurrentBrowser.mIconURLin XPFE is null. + See the diff file for the rest of the changes. 1.3.3.9 + add install.js + Updated install.rdf and chrome.manifest for SeaMonkey. + added back contents.rdf to all content/skin/locale. + added navigator to overlays in skin/contents.rdf + added css to style toolbar buttons in SM modern theme. + Folder icons not showing up in sidebar tree: + Added folder-item.png and addBookmark.css from Firefox. + Added part of tree.css from Firefox. + Modify scrapbook.css to import from local copy of addBookmark.css. + tree.xul & mbManage.xul: added PI to pull in local tree.css. + XPFE doesn't have mozapps/content/preferences/preferences.css and browser/skin/preferences/preferences.css. + Added filefield bindings and css to /content/bindings/ + Replaced PIs with scrapbook/content/bindings/preferences.css. + nsTransferable.js is still needed for nsDragAndDrop.js in XPFE. + Added back to .xul that needs this. + overlay.xul: position the scrapbook menu item on the main-menubar to after the Windows menu. insertafter="bookmarks-menu,windowMenu,BookmarksMenu" + scrapbook.js: test for FORM_HISTORY. + editor.js: test for existence of nsISessionStore. + Note: Suite uses "@mozilla.org/suite/sessionstore;1" + saver.js: gBrowser.mCurrentBrowser.mIconURLin XPFE is null. + See the diff file for the rest of the changes. Scrapbook 1.3.3.9 + Updated install.rdf and chrome.manifest for SeaMonkey 2.0. + added css to style toolbar buttons in SM modern theme. + Added folder-item.png and addBookmark.css from Firefox. + Modify scrapbook.css to import from local copy of addBookmark.css. + overlay.xul: position the scrapbook menu item on the main-menubar to after the Windows menu. insertafter="bookmarks-menu,windowMenu,BookmarksMenu" + See the diff file for the rest of the changes. Advaced Search Sidebar - non working install.js: replaced. - added stanza to contents.rdf (navigator.xul) - shared.js: commented out: const nsIRDFRemoteDataSource - constant redeclaration error, used only in search-panel.js so changed to full "Components.interfaces.nsIRDFRemoteDataSource". - search-panel.js: saveEngine(): Line 526: diff: - var flushableStore = localStore.QueryInterface(nsIRDFRemoteDataSource); + var flushableStore = localStore.QueryInterface(Components.interfaces.nsIRDFRemoteDataSource); - search-panel.js: doStop(): Line 590: js error: internetSearchService is not defined. diff: - var internetSearch = internetSearchService.QueryInterface(nsIRDFDataSource); + var internetSearch = iSearch.QueryInterface(nsIRDFDataSource); - searchsidebar.xul: added to task menu: - removed taskPopup from task menu: use MozPrefTree instead. - Added searchOptionsMoz.xul and searchOptionsMozOverlay.xul - Added sidebarInstall.js searchOptionsMoz.xul has a button to install the sidebar into the Suite panels.rdf. - locale/options.dtd: added two strings: + 1.8.1 is SeaMonkey compatible. + Updated install.rdf and chrome.manifest for SuiteRuner AdblockPlus EditCSS - add install.js - contents.rdf already overlays navigatorOverlay.xul 0.3.6: - Update install.rdf, chrome.manifest, install.js for SuiteRunner. Viamatic foXpose. - add install.js, contents.rdf - repack in jar, rationalize directory structure, repoint install.manifest. - xpose.xul - change statusbar widget from to - add menuitem to toolbarbutton menu to access foXpose's options dialog. - add . - reformatted for readability - xpose.css - added css for the statusbar toolbarbutton. 0.6 + repack in jar, rationalize directory structure + Added install.js. + Updated install.rdf and chrome.manifest for SeaMonkey. + Added contents.rdf to content, locale and skin directories. + see diff file for details on changes to files. CookiePanel - install.js: existing install.js does not register skin nor locale: fixed. - skin css: background-color: none; is not valid. changed to "transparent". - cookiepanel.xul: fixed typo in style height - missing colon. "menu_View_Popup" + change document.getElementById("frame"); -> frame_popup - overlay.xul: + Added full chrome path to: