Ha. Don`t I feel stupid. Of course its the Browser.jar I need to look at. Thanks for clarifying the use of the manifest, I was still looking at using the contents.rdf and had forgotten its deprecated with 1.5.
For what its worth, I dropped the url chrome://browser/content/browser.xul into the DOM inspector and it gave me the information I`m after. Gareth ----- Original Message ---- From: Michael Buckley <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]; [email protected] Sent: Wednesday, 26 July, 2006 11:41:35 AM Subject: Re: [Project_owners] Overlay reference ids In other words you don't understand overlays. When you use the chrome.manifest to overlay an xul file like this overlay chrome://browser/content/browser.xul chrome://editor/content/overlay.xul The first parts states that it is an overlay. The second is the chrome path to what I want to overlay. The last is my file. So do you what a list of every thing in the chrome://browser/content/ folder? Go to the chrome folder extract Browser.jar got to the content then browser folders. And you can overlay every xul file there if you want to. No one is going to list every xul file in FireFox for you when you can just look to see them yourself. God Bless Michael _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
