From b3a0ffe87f19260ceaa14c539659af12569bd5f3 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Tue, 6 Apr 2010 13:39:24 +0300 Subject: [PATCH] move extension content to content/ --- chrome.manifest | 2 +- chrome/{ => content}/icedeb-bts.png | Bin chrome/{ => content}/icedeb-deb.png | Bin chrome/{ => content}/icedeb-pts.png | Bin chrome/{ => content}/icedeb.css | 0 chrome/{ => content}/icedeb.js | 0 chrome/{ => content}/icedeb.xul | 0 chrome/{ => content}/icon.png | Bin 8 files changed, 1 insertion(+), 1 deletion(-) rename chrome/{ => content}/icedeb-bts.png (100%) rename chrome/{ => content}/icedeb-deb.png (100%) rename chrome/{ => content}/icedeb-pts.png (100%) rename chrome/{ => content}/icedeb.css (100%) rename chrome/{ => content}/icedeb.js (100%) rename chrome/{ => content}/icedeb.xul (100%) rename chrome/{ => content}/icon.png (100%) diff --git a/chrome.manifest b/chrome.manifest index b5e1f7c..e7f0263 100644 --- a/chrome.manifest +++ b/chrome.manifest @@ -1,4 +1,4 @@ -content icedeb chrome/ +content icedeb chrome/content/ style chrome://global/content/customizeToolbar.xul chrome://icedeb/content/icedeb.css # Firefox diff --git a/chrome/icedeb-bts.png b/chrome/content/icedeb-bts.png similarity index 100% rename from chrome/icedeb-bts.png rename to chrome/content/icedeb-bts.png diff --git a/chrome/icedeb-deb.png b/chrome/content/icedeb-deb.png similarity index 100% rename from chrome/icedeb-deb.png rename to chrome/content/icedeb-deb.png diff --git a/chrome/icedeb-pts.png b/chrome/content/icedeb-pts.png similarity index 100% rename from chrome/icedeb-pts.png rename to chrome/content/icedeb-pts.png diff --git a/chrome/icedeb.css b/chrome/content/icedeb.css similarity index 100% rename from chrome/icedeb.css rename to chrome/content/icedeb.css diff --git a/chrome/icedeb.js b/chrome/content/icedeb.js similarity index 100% rename from chrome/icedeb.js rename to chrome/content/icedeb.js diff --git a/chrome/icedeb.xul b/chrome/content/icedeb.xul similarity index 100% rename from chrome/icedeb.xul rename to chrome/content/icedeb.xul diff --git a/chrome/icon.png b/chrome/content/icon.png similarity index 100% rename from chrome/icon.png rename to chrome/content/icon.png -- 2.39.2