Hi: TEBE beta(20090110_203329) with Shredder nightly has the following bugs:
1. Hiding of the status bar icon does not work. Icons is always show, regardless of setting
2. Redeclaration errors messages in Error Console:
Error: redeclaration of const MSG_FLAG_READ
Source file: chrome://messenger/content/mailWindowOverlay.js
Line: 3
----------
Error: redeclaration of const kViewItemAll
Source file: chrome://messenger/content/msgViewPickerOverlay.js
Line: 43
----------
3. Redeclaration conflicts with other extensions
a) Conflict with SearchWith 0.4.2:
http://searchwith.mozdev.org/
Error: redeclaration of const cqrConsoleService
Source file: chrome://searchwith/content/conquery/main.js
Line: 274
----------
b) Conflict with Update Notifier 0.1.5.4:
http://www.longfocus.com/firefox/updatenotifier/
Error: redeclaration of const UN_NOTIFY_TOPIC
Source file: chrome://updatenotifier/content/overlay.js
Line: 5
----------
Error: redeclaration of const UN_CC
Source file: chrome://updatenotifier/content/utils.js
Line: 5
----------
Error: UN_getEBI(aId) is null
Source file: chrome://updatenotifier/content/utils.js
Line: 34