Changeset 704
- Timestamp:
- 2008-01-04 04:58:57 (1 year ago)
- Files:
-
- trunk/chrome.manifest (modified) (1 diff)
- trunk/chrome/content/integration/songbird.xul (added)
- trunk/chrome/skin/manager/songbird.css (added)
- trunk/chrome/skin/manager/style.css (modified) (1 diff)
- trunk/install.rdf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome.manifest
r689 r704 44 44 style chrome://messenger/content/messenger.xul chrome://dta/skin/integration/style.css application={3550f703-e582-4d05-9a08-453d09bdfdc6} 45 45 style chrome://messenger/content/messageWindow.xul chrome://dta/skin/integration/style.css application={3550f703-e582-4d05-9a08-453d09bdfdc6} 46 47 ## Songbird ## 48 overlay chrome://songbird/content/xul/mainScriptsOverlay.xul chrome://dta/content/integration/songbird.xul application=songbird@songbirdnest.com 49 overlay chrome://dta/content/integration/songbird.xul chrome://dta/content/integration/elements.xul application=songbird@songbirdnest.com 50 style chrome://songbird/content/xul/mainScriptsOverlay.xul chrome://dta/skin/integration/style.css application=songbird@songbirdnest.com 51 style chrome://dta/content/dta/manager.xul chrome://dta/skin/manager/songbird.css application=songbird@songbirdnest.com trunk/chrome/skin/manager/style.css
r677 r704 149 149 150 150 treechildren::-moz-tree-progressmeter(completed) { 151 color: #008F00 ;151 color: #008F00 !important; 152 152 } 153 153 154 154 treechildren::-moz-tree-progressmeter(paused) { 155 color: #FFCC00 ;155 color: #FFCC00 !important; 156 156 } 157 157 158 158 treechildren::-moz-tree-progressmeter(canceled) { 159 color: #B12801 ;159 color: #B12801 !important; 160 160 } 161 161 162 162 treechildren::-moz-tree-progressmeter(queued) { 163 color: #BFDEFF ;163 color: #BFDEFF !important; 164 164 } 165 165 166 166 treechildren::-moz-tree-progressmeter(inprogress) { 167 color: #AAE061 ;167 color: #AAE061 !important; 168 168 } 169 169 textbox.plain { trunk/install.rdf
r700 r704 25 25 <rdf:Description> 26 26 <id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id> 27 <minVersion>2.0 </minVersion>27 <minVersion>2.0.0.8</minVersion> 28 28 <maxVersion>3.0.*</maxVersion> 29 29 </rdf:Description> … … 44 44 <id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</id> 45 45 <minVersion>2.0a</minVersion> 46 <maxVersion> 3.0</maxVersion>46 <maxVersion>2.0.*</maxVersion> 47 47 </rdf:Description> 48 48 </targetApplication> … … 55 55 <maxVersion>1.0.*</maxVersion> 56 56 </rdf:Description> 57 </targetApplication> 58 59 <!-- Songbird --> 60 <targetApplication> 61 <rdf:Description> 62 <id>songbird@songbirdnest.com</id> 63 <minVersion>0.4a</minVersion> 64 <maxVersion>0.4.*</maxVersion> 65 </rdf:Description> 57 66 </targetApplication> 58 67
