Changeset 478

Show
Ignore:
Timestamp:
2007-07-06 18:23:38 (2 years ago)
Author:
MaierMan
Message:

flock support
refactoring chrome.manifest (loosen application specs)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome.manifest

    r474 r478  
    1515# work-around bugs in loadOverlay preventing seamonkey integration otherwise 
    1616overlay chrome://dta/content/preferences/prefs.xul chrome://dta/content/preferences/interfacePane.xul 
     17style   chrome://global/content/customizeToolbar.xul    chrome://dta/skin/integration/style.css 
    1718 
    18 ## Firefox ## 
    19 overlay chrome://browser/content/browser.xul    chrome://dta/content/integration/firefox.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} 
    20 overlay chrome://dta/content/integration/firefox.xul chrome://dta/content/integration/elements.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} 
    21 style   chrome://browser/content/browser.xul    chrome://dta/skin/integration/style.css application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} 
    22 style   chrome://global/content/customizeToolbar.xul    chrome://dta/skin/integration/style.css application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} 
     19## Firefox / Flock ## 
     20overlay chrome://browser/content/browser.xul    chrome://dta/content/integration/firefox.xul 
     21overlay chrome://dta/content/integration/firefox.xul chrome://dta/content/integration/elements.xul 
     22style   chrome://browser/content/browser.xul    chrome://dta/skin/integration/style.css 
    2323# privacy control 
    24 overlay chrome://browser/content/browser.xul    chrome://dta/content/privacy/overlayBrowser.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} 
    25 overlay chrome://browser/content/preferences/sanitize.xul       chrome://dta/content/privacy/overlaySanitizeUI.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} 
    26 overlay chrome://browser/content/sanitize.xul   chrome://dta/content/privacy/overlaySanitizeUI.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} 
    27 overlay chrome://browser/content/sanitize.xul   chrome://dta/content/privacy/overlaySanitizeCode.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} 
     24overlay chrome://browser/content/browser.xul    chrome://dta/content/privacy/overlayBrowser.xul 
     25overlay chrome://browser/content/preferences/sanitize.xul       chrome://dta/content/privacy/overlaySanitizeUI.xul 
     26overlay chrome://browser/content/sanitize.xul   chrome://dta/content/privacy/overlaySanitizeUI.xul 
     27overlay chrome://browser/content/sanitize.xul   chrome://dta/content/privacy/overlaySanitizeCode.xul 
    2828overlay chrome:///content/downloads/unknownContentType.xul      chrome://dta/content/integration/saveas.xul 
    2929 
     
    4040style   chrome://messenger/content/messenger.xul chrome://dta/skin/integration/style.css application={3550f703-e582-4d05-9a08-453d09bdfdc6} 
    4141style   chrome://messenger/content/messageWindow.xul chrome://dta/skin/integration/style.css application={3550f703-e582-4d05-9a08-453d09bdfdc6} 
    42 style   chrome://global/content/customizeToolbar.xul chrome://dta/skin/integration/style.css application={3550f703-e582-4d05-9a08-453d09bdfdc6} 
    4342 
    4443## toolkit ## 
  • trunk/install.rdf

    r474 r478  
    4747                        </rdf:Description> 
    4848                </targetApplication> 
     49                 
     50                <!-- Flock --> 
     51                <targetApplication> 
     52                  <rdf:Description> 
     53                    <id>{a463f10c-3994-11da-9945-000d60ca027b}</id> 
     54                    <minVersion>0.8</minVersion> 
     55                    <maxVersion>1.0</maxVersion> 
     56                  </rdf:Description> 
     57                </targetApplication>             
    4958 
    5059        </rdf:Description>