root/trunk/chrome.manifest

Revision 1082, 3.9 kB (checked in by MaierMan, 2 months ago)

Apply the scale fixes only to Songbird 0.7 as for 0.8 and later it was promised to skin scale natively
http://bugzilla.songbirdnest.com/show_bug.cgi?id=12347

Line 
1 ### package ###
2 resource  dta modules/
3
4 ## general ##
5 content dta chrome/content/
6 content dta-help  chrome/help/
7 skin  dta classic/1.0 chrome/skin/
8 locale  dta en-US chrome/locale/en-US/
9
10
11 ## platform package ##
12 content dta-platform  chrome/content/ platform
13 skin  dta-platform  classic/1.0 chrome/skin/
14
15 ### integration ###
16
17 ## general ##
18 overlay chrome://dta/content/dta/manager.xul chrome://dta/content/dta/manager/tooltip.xul
19 overlay chrome://dta/content/dta/manager/info.xul chrome://dta/content/dta/manager/tooltip.xul
20 # work-around bugs in loadOverlay preventing seamonkey integration otherwise
21 overlay chrome://dta/content/preferences/prefs.xul chrome://dta/content/preferences/interfacePane.xul
22 style chrome://global/content/customizeToolbar.xul  chrome://dta/skin/integration/style.css
23
24 ## toolkit ##
25 overlay chrome://mozapps/content/downloads/unknownContentType.xul chrome://dta/content/integration/saveas.xul
26
27 ## Firefox / Flock ##
28 overlay chrome://browser/content/browser.xul  chrome://dta/content/integration/firefox.xul
29 overlay chrome://dta/content/integration/firefox.xul chrome://dta/content/integration/elements.xul
30 style chrome://browser/content/browser.xul  chrome://dta/skin/integration/style.css
31 # privacy control
32 overlay chrome://browser/content/browser.xul  chrome://dta/content/privacy/overlayBrowser.xul
33 overlay chrome://browser/content/preferences/sanitize.xul chrome://dta/content/privacy/overlaySanitizeUI.xul
34 overlay chrome://browser/content/sanitize.xul chrome://dta/content/privacy/overlaySanitizeUI.xul
35 overlay chrome://browser/content/sanitize.xul chrome://dta/content/privacy/overlaySanitizeCode.xul
36
37 ## Seamonkey ##
38 overlay chrome://navigator/content/navigator.xul chrome://dta/content/integration/seamonkey.xul application={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
39 overlay chrome://dta/content/integration/seamonkey.xul chrome://dta/content/integration/elements.xul application={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
40 overlay chrome://dta/content/preferences/interfacePane.xul chrome://dta/content/preferences/toolbarButtons.xul application={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
41 style chrome://navigator/content/navigator.xul chrome://dta/skin/integration/style.css application={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
42
43 ## Thunderbird ##
44 overlay chrome://messenger/content/messenger.xul chrome://dta/content/integration/thunderbird.xul application={3550f703-e582-4d05-9a08-453d09bdfdc6}
45 overlay chrome://messenger/content/messageWindow.xul chrome://dta/content/integration/thunderbird.xul application={3550f703-e582-4d05-9a08-453d09bdfdc6}
46 overlay chrome://dta/content/integration/thunderbird.xul chrome://dta/content/integration/elements.xul application={3550f703-e582-4d05-9a08-453d09bdfdc6}
47 style chrome://messenger/content/messenger.xul chrome://dta/skin/integration/style.css application={3550f703-e582-4d05-9a08-453d09bdfdc6}
48 style chrome://messenger/content/messageWindow.xul chrome://dta/skin/integration/style.css application={3550f703-e582-4d05-9a08-453d09bdfdc6}
49
50 ## Songbird ##
51 overlay chrome://songbird/content/xul/layoutWithBrowserOverlay.xul  chrome://dta/content/integration/songbird.xul application=songbird@songbirdnest.com
52 overlay chrome://dta/content/integration/songbird.xul chrome://dta/content/integration/elements.xul application=songbird@songbirdnest.com
53 style chrome://songbird/content/xul/mainScriptsOverlay.xul  chrome://dta/skin/integration/style.css application=songbird@songbirdnest.com
54 style chrome://dta/content/dta/manager.xul  chrome://dta/skin/common/songbird.css application=songbird@songbirdnest.com
55 style chrome://dta/content/dta/select.xul chrome://dta/skin/common/songbird.css application=songbird@songbirdnest.com
56 style chrome://dta/content/preferences/prefs.xul  chrome://dta/skin/common/songbird07.css application=songbird@songbirdnest.com appversion=0.7
57 overlay chrome://dta/content/preferences/interfacePane.xul chrome://dta/content/preferences/toolbarButtons.xul application=songbird@songbirdnest.com
Note: See TracBrowser for help on using the browser.