dist...chrome restructuring
git-svn-id: svn://10.0.0.236/trunk@66464 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -58,5 +58,5 @@ include $(topsrcdir)/config/rules.mk
|
||||
INCLUDES += -I$(topsrcdir)/include -I$(srcdir)/../include
|
||||
|
||||
install::
|
||||
$(INSTALL) $(CHROME_FILES) $(DIST)/bin/chrome/security/locale/en-US
|
||||
$(INSTALL) $(CHROME_FILES) $(DIST)/bin/chrome/communicator/locale/security
|
||||
|
||||
|
||||
@@ -116,10 +116,10 @@ include <$(DEPTH)/config/rules.mak>
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib
|
||||
$(MAKE_INSTALL) security.properties $(DIST)\bin\chrome\security\locale\en-US
|
||||
$(MAKE_INSTALL) security.properties $(DIST)\bin\chrome\communicator\locale\security
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(DLLNAME).lib
|
||||
rm -f $(DIST)\bin\components\$(DLLNAME).dll
|
||||
rm -f $(DIST)\bin\chrome\security\locale\en-US\security.properties
|
||||
rm -f $(DIST)\bin\chrome\communicator\locale\security\security.properties
|
||||
|
||||
|
||||
@@ -790,7 +790,7 @@ nsScriptSecurityManager::IsCapabilityEnabled(const char *capability,
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
#define PROPERTIES_URL "chrome://security/locale/security.properties"
|
||||
#define PROPERTIES_URL "chrome://communicator/locale/security/security.properties"
|
||||
|
||||
nsresult
|
||||
Localize(char *genericString, nsString &result)
|
||||
|
||||
@@ -652,7 +652,7 @@ nsChromeProtocolHandler::NewChannel(nsIURI* aURI,
|
||||
nsCOMPtr<nsIChannel> result;
|
||||
|
||||
// Canonify the "chrome:" URL; e.g., so that we collapse
|
||||
// "chrome://navigator/content/" and "chrome://navigator/content"
|
||||
// "chrome://navigator/content/navigator.xul" and "chrome://navigator/content"
|
||||
// and "chrome://navigator/content/navigator.xul".
|
||||
NS_WITH_SERVICE(nsIChromeRegistry, reg, kChromeRegistryCID, &rv);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
@@ -397,28 +397,14 @@ nsChromeRegistry::ConvertChromeURL(nsIURI* aChromeURL)
|
||||
|
||||
nsCAutoString finalURL;
|
||||
GetBaseURL(package, provider, finalURL);
|
||||
if (finalURL.IsEmpty()) {
|
||||
if (finalURL.IsEmpty())
|
||||
finalURL = "resource:/chrome/";
|
||||
finalURL += package;
|
||||
finalURL += "/";
|
||||
finalURL += provider;
|
||||
finalURL += "/";
|
||||
|
||||
// XXX Remove hack when our directory structure gets fixed.
|
||||
if (provider.Equals(nsCAutoString("locale")))
|
||||
finalURL += "en-US";
|
||||
else finalURL += "default";
|
||||
finalURL += "/";
|
||||
|
||||
finalURL += remaining;
|
||||
}
|
||||
else {
|
||||
finalURL += package;
|
||||
finalURL += "/";
|
||||
finalURL += provider;
|
||||
finalURL += "/";
|
||||
finalURL += remaining;
|
||||
}
|
||||
finalURL += package;
|
||||
finalURL += "/";
|
||||
finalURL += provider;
|
||||
finalURL += "/";
|
||||
finalURL += remaining;
|
||||
|
||||
aChromeURL->SetSpec(finalURL);
|
||||
return NS_OK;
|
||||
|
||||
@@ -56,4 +56,4 @@ override NO_STATIC_LIB=
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(srcdir)/appstrings.properties $(DIST)/bin/chrome/global/locale/en-US
|
||||
$(INSTALL) $(srcdir)/appstrings.properties $(DIST)/bin/chrome/global/locale
|
||||
|
||||
@@ -51,4 +51,4 @@ include <$(DEPTH)\config\config.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
$(MAKE_INSTALL) appstrings.properties $(DIST)\bin\chrome\global\locale\en-US
|
||||
$(MAKE_INSTALL) appstrings.properties $(DIST)\bin\chrome\global\locale
|
||||
|
||||
@@ -38,4 +38,4 @@ NS_IMPL_QUERY_INTERFACE2(nsEditorService,
|
||||
nsIEditorService,
|
||||
nsICmdLineHandler)
|
||||
|
||||
CMDLINEHANDLER_IMPL(nsEditorService,"-edit","general.startup.editor","chrome://editor/content/","Start with editor.","component://netscape/commandlinehandler/general-startup-editor","Editor Startup Handler", PR_TRUE,"about:blank", PR_TRUE)
|
||||
CMDLINEHANDLER_IMPL(nsEditorService,"-edit","general.startup.editor","chrome://editor/content/editor.xul","Start with editor.","component://netscape/commandlinehandler/general-startup-editor","Editor Startup Handler", PR_TRUE,"about:blank", PR_TRUE)
|
||||
|
||||
@@ -38,4 +38,4 @@ NS_IMPL_QUERY_INTERFACE2(nsEditorService,
|
||||
nsIEditorService,
|
||||
nsICmdLineHandler)
|
||||
|
||||
CMDLINEHANDLER_IMPL(nsEditorService,"-edit","general.startup.editor","chrome://editor/content/","Start with editor.","component://netscape/commandlinehandler/general-startup-editor","Editor Startup Handler", PR_TRUE,"about:blank", PR_TRUE)
|
||||
CMDLINEHANDLER_IMPL(nsEditorService,"-edit","general.startup.editor","chrome://editor/content/editor.xul","Start with editor.","component://netscape/commandlinehandler/general-startup-editor","Editor Startup Handler", PR_TRUE,"about:blank", PR_TRUE)
|
||||
|
||||
@@ -54,5 +54,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/content/default
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/content
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
- Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xul-overlay href="chrome://editor/content/editorOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://global/content/tasksOverlay.xul"?>
|
||||
|
||||
@@ -25,11 +25,11 @@
|
||||
- Sammy Ford
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xul-overlay href="chrome://editor/content/editorOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://global/content/tasksOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://sidebar/content/sidebarOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://communicator/content/sidebar/sidebarOverlay.xul"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://editor/locale/editor.dtd">
|
||||
|
||||
|
||||
@@ -203,7 +203,7 @@
|
||||
<menuseparator id="edEditMenuSep4" />
|
||||
<menuitem id="menu_checkspelling" accesskey="&editcheckspelling.accesskey;" key="checkspellingkb" observes="cmd_checkSpelling"/>
|
||||
<menuseparator id="edEditMenuSep5" />
|
||||
<menuitem id="menu_preferences" oncommand="goPreferences('navigator.xul', 'chrome://pref/content/pref-composer.xul')"/>
|
||||
<menuitem id="menu_preferences" oncommand="goPreferences('navigator.xul', 'chrome://communicator/content/pref/pref-composer.xul')"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
|
||||
@@ -24,45 +24,45 @@ DEPTH=..\..\..\..
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) editor.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) TextEditorAppShell.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EditorCommands.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EditorCommandsDebug.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EditorInitPage.html $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EditorInitPagePlain.html $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EditorContent.css $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EditorAllTags.css $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EditorOverride.css $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EditorParagraphMarks.css $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) sidebar-editor.rdf $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) sidebar-editor.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) sb-bookmarks-panel.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) sb-bookmarks.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) sb-file-contextMenu.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) sb-file-panel.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) sb-file-panel.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) sb-FileWidgetFileHandler.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) editorOverlay.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) editorOverlay.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) editor.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) TextEditorAppShell.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EditorCommands.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EditorCommandsDebug.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EditorInitPage.html $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EditorInitPagePlain.html $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EditorContent.css $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EditorAllTags.css $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EditorOverride.css $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EditorParagraphMarks.css $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) sidebar-editor.rdf $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) sidebar-editor.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) sb-bookmarks-panel.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) sb-bookmarks.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) sb-file-contextMenu.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) sb-file-panel.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) sb-file-panel.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) sb-FileWidgetFileHandler.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) editorOverlay.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) editorOverlay.js $(DIST)\bin\chrome\editor\content
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\editor.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\TextEditorAppShell.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorCommands.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorCommandsDebug.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorInitPage.html
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorInitPagePlain.html
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorContent.css
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorAllTags.css
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorOverride.css
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EditorParagraphMarks.css
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\sidebar-editor.rdf
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\sidebar-editor.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\sb-bookmarks-panel.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\sb-bookmarks.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\sb-file-contextMenu.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\sb-file-panel.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\sb-file-panel.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\sb-FileWidgetFileHandler.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\editorOverlay.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\editorOverlay.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\editor.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\TextEditorAppShell.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EditorCommands.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EditorCommandsDebug.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EditorInitPage.html
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EditorInitPagePlain.html
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EditorContent.css
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EditorAllTags.css
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EditorOverride.css
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EditorParagraphMarks.css
|
||||
rm -f $(DIST)\bin\chrome\editor\content\sidebar-editor.rdf
|
||||
rm -f $(DIST)\bin\chrome\editor\content\sidebar-editor.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\sb-bookmarks-panel.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\sb-bookmarks.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\sb-file-contextMenu.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\sb-file-panel.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\sb-file-panel.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\sb-FileWidgetFileHandler.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\editorOverlay.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\editorOverlay.js
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
- Ben Goodger
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://sidebar/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://bookmarks/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/sidebar/sidebar.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/bookmarks/bookmarks.css" type="text/css"?>
|
||||
|
||||
<window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
|
||||
@@ -37,7 +37,7 @@ function BookmarkProperties()
|
||||
var type = select_list[0].getAttribute('type');
|
||||
if (type != "http://home.netscape.com/NC-rdf#BookmarkSeparator")
|
||||
{
|
||||
var props = window.open("chrome://bookmarks/content/bm-props.xul",
|
||||
var props = window.open("chrome://communicator/content/bookmarks/bm-props.xul",
|
||||
"BookmarkProperties", "chrome,menubar,resizable");
|
||||
props.BookmarkURL = select_list[0].getAttribute("id");
|
||||
}
|
||||
@@ -567,4 +567,4 @@ function doContextCmd(cmdName)
|
||||
function toEditor(url)
|
||||
{
|
||||
window.openDialog( "chrome://editor/content/EditorAppShell.xul", "_blank", "chrome,dialog=no,all", url );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ function FileProperties()
|
||||
// don't bother showing properties on bookmark separators
|
||||
var type = tree.selectedItems[0].getAttribute('type');
|
||||
if (type != "http://home.netscape.com/NC-rdf#BookmarkSeparator") {
|
||||
var props = window.open("chrome://bookmarks/content/bm-props.xul",
|
||||
var props = window.open("chrome://communicator/content/bookmarks/bm-props.xul",
|
||||
"BookmarkProperties", "chrome,menubar,resizable");
|
||||
props.BookmarkURL = tree.selectedItems[0].getAttribute("id");
|
||||
}
|
||||
@@ -547,4 +547,4 @@ function doContextCmd(cmdName)
|
||||
|
||||
dump("doContextCmd ends.\n\n");
|
||||
return(true);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
- Ben Goodger
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://sidebar/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://bookmarks/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/sidebar/sidebar.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/bookmarks/bookmarks.css" type="text/css"?>
|
||||
|
||||
<window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<RDF:li>
|
||||
<RDF:Description ID="flash">
|
||||
<NC:title>&sidebar.flash.label;</NC:title>
|
||||
<NC:content>chrome://sidebar/content/flash.xul</NC:content>
|
||||
<NC:content>chrome://communicator/content/sidebar/flash.xul</NC:content>
|
||||
<NC:height>5em</NC:height>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
-->
|
||||
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://sidebar/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/sidebar/sidebar.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://editor/locale/sidebar-editor.dtd" >
|
||||
<window
|
||||
@@ -35,7 +35,7 @@
|
||||
onload="Init('chrome://editor/content/sidebar-editor.rdf',
|
||||
'NC:EditorSidebarRoot');" align="vertical">
|
||||
|
||||
<script src="chrome://sidebar/content/sidebar.js" />
|
||||
<script src="chrome://communicator/content/sidebar/sidebar.js" />
|
||||
<box id="sidebox" align="vertical" flex="100%">
|
||||
<box class="sidebartitle">
|
||||
<spring flex="100%"/>
|
||||
|
||||
@@ -39,5 +39,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/locale/en-US
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/locale
|
||||
|
||||
|
||||
@@ -24,17 +24,17 @@ DEPTH=..\..\..\..\..
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) editor.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) sidebar-editor-rdf.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) sidebar-editor.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) viewSource.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) editorOverlay.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) editor.properties $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) editor.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) sidebar-editor-rdf.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) sidebar-editor.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) viewSource.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) editorOverlay.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) editor.properties $(DIST)\bin\chrome\editor\locale
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\editor.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\sidebar-editor-rdf.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\sidebar-editor.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\viewSource.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\editorOverlay.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\editor.properties
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\editor.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\sidebar-editor-rdf.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\sidebar-editor.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\viewSource.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\editorOverlay.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\editor.properties
|
||||
|
||||
@@ -82,6 +82,6 @@ EXPORT_RESOURCE_TOOLBAR = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_SKIN) $(DIST)/bin/chrome/editor/skin/default
|
||||
$(INSTALL) $(EXPORT_RESOURCE_TOOLBAR) $(DIST)/bin/chrome/editor/skin/default/images
|
||||
$(INSTALL) $(EXPORT_RESOURCE_SKIN) $(DIST)/bin/chrome/editor/skin
|
||||
$(INSTALL) $(EXPORT_RESOURCE_TOOLBAR) $(DIST)/bin/chrome/editor/skin/images
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
* Contributor(s):
|
||||
*/
|
||||
|
||||
@import url(chrome://global/skin/);
|
||||
@import url(chrome://global/skin/global.css);
|
||||
|
||||
iframe#content-frame {
|
||||
min-width: 10px;
|
||||
|
||||
@@ -24,99 +24,99 @@ DEPTH=..\..\..\..
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) editor.css $(DIST)\bin\chrome\editor\skin\default
|
||||
$(MAKE_INSTALL) EditorToolbars.css $(DIST)\bin\chrome\editor\skin\default
|
||||
$(MAKE_INSTALL) images\align.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\bold.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\bullets.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\left.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\center.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\right.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\justify.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\find.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\hline.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\hover-teal.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\image.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\indent.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\italic.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\link.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\numbers.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\object-popup.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\outdent.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\spell.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\table.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\anchor.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\anchor-in-doc.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\div.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\span.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\underline.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\color.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\newfile.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\openfile.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\savefile.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\savemod.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\publish.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\preview.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\print.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\find.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\img-align-bottom.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\img-align-left.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\img-align-middle.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\img-align-right.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\img-align-top.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\link-white.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\anchor-white.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\image-white.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\table-white.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\hline-white.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\dec-font-size.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\inc-font-size.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) editor.css $(DIST)\bin\chrome\editor\skin
|
||||
$(MAKE_INSTALL) EditorToolbars.css $(DIST)\bin\chrome\editor\skin
|
||||
$(MAKE_INSTALL) images\align.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\bold.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\bullets.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\left.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\center.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\right.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\justify.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\find.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\hline.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\hover-teal.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\image.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\indent.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\italic.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\link.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\numbers.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\object-popup.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\outdent.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\spell.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\table.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\anchor.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\anchor-in-doc.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\div.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\span.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\underline.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\color.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\newfile.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\openfile.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\savefile.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\savemod.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\publish.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\preview.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\print.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\find.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\img-align-bottom.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\img-align-left.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\img-align-middle.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\img-align-right.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\img-align-top.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\link-white.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\anchor-white.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\image-white.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\table-white.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\hline-white.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\dec-font-size.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\inc-font-size.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\editor.css
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\EditorToolbars.css
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\align.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\bold.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\bullets.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\left.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\center.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\right.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\justify.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\outdent.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\find.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\hline.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\hover-teal.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\image.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\indent.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\italic.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\link.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\numbers.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\spell.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\table.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\anchor.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\anchor-in-doc.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\div.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\span.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\underline.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\color.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\object-popup.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\newfile.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\openfile.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\savefile.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\savemod.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\publish.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\preview.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\print.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\find.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\img-align-bottom.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\img-align-left.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\img-align-middle.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\img-align-right.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\img-align-top.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\link-white.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\anchor-white.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\image-white.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\table-white.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\hline-white.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\dec-font-size.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\inc-font-size.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\editor.css
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\EditorToolbars.css
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\align.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\bold.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\bullets.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\left.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\center.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\right.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\justify.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\outdent.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\find.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\hline.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\hover-teal.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\image.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\indent.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\italic.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\link.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\numbers.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\spell.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\table.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\anchor.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\anchor-in-doc.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\div.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\span.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\underline.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\color.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\object-popup.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\newfile.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\openfile.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\savefile.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\savemod.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\publish.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\preview.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\print.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\find.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\img-align-bottom.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\img-align-left.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\img-align-middle.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\img-align-right.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\img-align-top.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\link-white.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\anchor-white.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\image-white.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\table-white.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\hline-white.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\dec-font-size.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\inc-font-size.gif
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<!-- first checkin of the year 2000! -->
|
||||
<!-- Ben Goodger, 12:50AM, 01/00/00 NZST -->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
- Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
- Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
- Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
<!DOCTYPE window SYSTEM "chrome://editor/locale/EditorPersonalDictionary.dtd">
|
||||
<window class="dialog" title="&windowTitle.label;"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
- Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
@@ -26,10 +26,10 @@
|
||||
<?xml-stylesheet href="chrome://editor/skin/EdImageMap.css" type="text/css"?>
|
||||
|
||||
<!--
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://navigator/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://navigator/skin/navigator.css" type="text/css"?>
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
|
||||
<!--
|
||||
<?xul-overlay href="chrome://global/content/taskbarOverlay.xul"?>
|
||||
@@ -40,7 +40,7 @@
|
||||
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://global/content/tasksOverlay.xul"?>
|
||||
<!--
|
||||
<?xul-overlay href="chrome://sidebar/content/sidebarOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://communicator/content/sidebar/sidebarOverlay.xul"?>
|
||||
-->
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://editor/locale/EditorImageMap.dtd">
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
- Brian King
|
||||
- Dan Haddix
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://navigator/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://navigator/skin/navigator.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://editor/content/EdDialogOverlay.xul"?>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
- Brian King
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
- Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
- Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
- Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
- Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
- Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
- Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
- Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
<!DOCTYPE window SYSTEM "chrome://editor/locale/EditorSpellCheck.dtd">
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
- Ben Goodger
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
@@ -69,5 +69,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/content/default
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/content
|
||||
|
||||
|
||||
@@ -24,80 +24,80 @@ DEPTH=..\..\..\..
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) EdDialogCommon.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdLinkProps.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdLinkProps.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdImageProps.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdImageProps.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdHLineProps.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdHLineProps.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdSpellCheck.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdSpellCheck.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdDictionary.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdDictionary.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdNamedAnchorProps.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdNamedAnchorProps.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdInsertTable.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdInsertTable.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdTableProps.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdTableProps.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdInsSrc.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdInsSrc.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdDialogOverlay.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdAdvancedEdit.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdAdvancedEdit.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdListProps.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdListProps.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdPageProps.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdPageProps.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdColorProps.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdColorProps.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdAECSSAttributes.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdAEHTMLAttributes.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdAEJSEAttributes.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdImageMap.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdImageMap.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdImageMapHotSpot.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdImageMapHotSpot.xul $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdImageMapShapes.js $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdImageMapPage.html $(DIST)\bin\chrome\editor\content\default
|
||||
$(MAKE_INSTALL) EdDialogCommon.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdLinkProps.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdLinkProps.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdImageProps.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdImageProps.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdHLineProps.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdHLineProps.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdSpellCheck.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdSpellCheck.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdDictionary.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdDictionary.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdNamedAnchorProps.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdNamedAnchorProps.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdInsertTable.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdInsertTable.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdTableProps.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdTableProps.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdInsSrc.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdInsSrc.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdDialogOverlay.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdAdvancedEdit.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdAdvancedEdit.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdListProps.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdListProps.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdPageProps.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdPageProps.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdColorProps.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdColorProps.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdAECSSAttributes.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdAEHTMLAttributes.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdAEJSEAttributes.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdImageMap.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdImageMap.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdImageMapHotSpot.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdImageMapHotSpot.xul $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdImageMapShapes.js $(DIST)\bin\chrome\editor\content
|
||||
$(MAKE_INSTALL) EdImageMapPage.html $(DIST)\bin\chrome\editor\content
|
||||
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdDialogCommon.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdLinkProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdLinkProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdImageProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdImageProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdHLineProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdHLineProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdSpellCheck.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdSpellCheck.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdDictionary.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdDictionary.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdNamedAnchorProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdNamedAnchorProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdInsertTable.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdTableProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdTableProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdInsertTable.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdInsSrc.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdInsSrc.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdDialogOverlay.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdAdvancedEdit.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdAdvancedEdit.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdListProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdListProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdPageProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdPageProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdColorProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdColorProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdAECSSAttributes.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdAEHTMLAttributes.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdAEJSEAttributes.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdImageMap.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdImageMap.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdImageMapHotSpot.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdImageMapHotSpot.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdImageMapShapes.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\default\EdImageMapPage.html
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdDialogCommon.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdLinkProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdLinkProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdImageProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdImageProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdHLineProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdHLineProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdSpellCheck.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdSpellCheck.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdDictionary.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdDictionary.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdNamedAnchorProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdNamedAnchorProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdInsertTable.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdTableProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdTableProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdInsertTable.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdInsSrc.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdInsSrc.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdDialogOverlay.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdAdvancedEdit.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdAdvancedEdit.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdListProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdListProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdPageProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdPageProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdColorProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdColorProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdAECSSAttributes.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdAEHTMLAttributes.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdAEJSEAttributes.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdImageMap.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdImageMap.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdImageMapHotSpot.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdImageMapHotSpot.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdImageMapShapes.js
|
||||
rm -f $(DIST)\bin\chrome\editor\content\EdImageMapPage.html
|
||||
|
||||
@@ -48,5 +48,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/locale/en-US
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/locale
|
||||
|
||||
|
||||
@@ -24,39 +24,39 @@ DEPTH=..\..\..\..\..
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) EditorHLineProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EditorImageProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EditorInsertSource.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EditorInsertTable.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EditorLinkProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EditorListProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EditorPageProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EditorColorProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EditorPersonalDictionary.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EditorSpellCheck.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EditorTableProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EdNamedAnchorProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EdDialogOverlay.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EdAdvancedEdit.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EditorImageMap.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EditorImageMapHotSpot.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EditorHLineProperties.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EditorImageProperties.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EditorInsertSource.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EditorInsertTable.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EditorLinkProperties.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EditorListProperties.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EditorPageProperties.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EditorColorProperties.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EditorPersonalDictionary.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EditorSpellCheck.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EditorTableProperties.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EdNamedAnchorProperties.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EdDialogOverlay.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EdAdvancedEdit.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EditorImageMap.dtd $(DIST)\bin\chrome\editor\locale
|
||||
$(MAKE_INSTALL) EditorImageMapHotSpot.dtd $(DIST)\bin\chrome\editor\locale
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorHLineProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorImageProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorInsertSource.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorInsertTable.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorLinkProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorListProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorPageProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorColorProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorPersonalDictionary.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorSpellCheck.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorTableProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EdNamedAnchorProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EdDialogOverlay.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EdAdvancedEdit.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorImageMap.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorImageMapHotSpot.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EditorHLineProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EditorImageProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EditorInsertSource.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EditorInsertTable.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EditorLinkProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EditorListProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EditorPageProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EditorColorProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EditorPersonalDictionary.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EditorSpellCheck.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EditorTableProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EdNamedAnchorProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EdDialogOverlay.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EdAdvancedEdit.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EditorImageMap.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\EditorImageMapHotSpot.dtd
|
||||
|
||||
|
||||
|
||||
@@ -49,6 +49,6 @@ EXPORT_RESOURCE_IMAGES = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_SKIN) $(DIST)/bin/chrome/editor/skin/default
|
||||
$(INSTALL) $(EXPORT_RESOURCE_IMAGES) $(DIST)/bin/chrome/editor/skin/default/images
|
||||
$(INSTALL) $(EXPORT_RESOURCE_SKIN) $(DIST)/bin/chrome/editor/skin
|
||||
$(INSTALL) $(EXPORT_RESOURCE_IMAGES) $(DIST)/bin/chrome/editor/skin/images
|
||||
|
||||
|
||||
@@ -25,33 +25,33 @@ DEPTH=..\..\..\..
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) EditorDialog.css $(DIST)\bin\chrome\editor\skin\default
|
||||
$(MAKE_INSTALL) EdImageMap.css $(DIST)\bin\chrome\editor\skin\default
|
||||
$(MAKE_INSTALL) EdImageMapPage.css $(DIST)\bin\chrome\editor\skin\default
|
||||
$(MAKE_INSTALL) images\Map_checker.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\Map_circleTool.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\Map_contrast.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\Map_Copy.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\Map_Cut.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\Map_Paste.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\Map_pointerTool.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\Map_polygonTool.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\Map_rectangleTool.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\Map_zoomIn.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) images\Map_zoomOut.gif $(DIST)\bin\chrome\editor\skin\default\images
|
||||
$(MAKE_INSTALL) EditorDialog.css $(DIST)\bin\chrome\editor\skin
|
||||
$(MAKE_INSTALL) EdImageMap.css $(DIST)\bin\chrome\editor\skin
|
||||
$(MAKE_INSTALL) EdImageMapPage.css $(DIST)\bin\chrome\editor\skin
|
||||
$(MAKE_INSTALL) images\Map_checker.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_circleTool.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_contrast.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_Copy.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_Cut.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_Paste.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_pointerTool.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_polygonTool.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_rectangleTool.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_zoomIn.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_zoomOut.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\EditorDialog.css
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\EdImageMap.css
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\EdImageMapPage.css
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\Map_checker.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\Map_circleTool.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\Map_contrast.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\Map_Copy.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\Map_Cut.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\Map_Paste.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\Map_pointerTool.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\Map_polygonTool.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\Map_rectangleTool.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\Map_zoomIn.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\default\images\Map_zoomOut.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\EditorDialog.css
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\EdImageMap.css
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\EdImageMapPage.css
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_checker.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_circleTool.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_contrast.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_Copy.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_Cut.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_Paste.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_pointerTool.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_polygonTool.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_rectangleTool.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_zoomIn.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_zoomOut.gif
|
||||
|
||||
@@ -71,7 +71,7 @@ static NS_DEFINE_IID(kStringBundleServiceCID, NS_STRINGBUNDLESERVICE_CID);
|
||||
#define cookie_strictDomainsPref "network.cookie.strictDomains"
|
||||
#define cookie_lifetimePref "network.cookie.lifetimeOption"
|
||||
#define cookie_lifetimeValue "network.cookie.lifetimeLimit"
|
||||
#define cookie_localization "chrome://wallet/locale/cookie.properties"
|
||||
#define cookie_localization "chrome://communicator/locale/wallet/cookie.properties"
|
||||
#define COOKIE_IS_SPACE(x) ((((unsigned int) (x)) > 0x7f) ? 0 : isspace(x))
|
||||
|
||||
//#define GET_ALL_PARTS 127
|
||||
|
||||
@@ -123,8 +123,8 @@ include $(topsrcdir)/config/rules.mk
|
||||
INSTALLROOT = $(DIST)/bin/chrome/chatzilla
|
||||
|
||||
install::
|
||||
$(INSTALL) $(JSLIBFILES) $(INSTALLROOT)/content/default/lib/js
|
||||
$(INSTALL) $(XULLIBFILES) $(INSTALLROOT)/content/default/lib/xul
|
||||
$(INSTALL) $(CONTENTFILES) $(INSTALLROOT)/content/default
|
||||
$(INSTALL) $(SKINFILES) $(INSTALLROOT)/skin/default
|
||||
$(INSTALL) $(IMAGEFILES) $(INSTALLROOT)/skin/default/images
|
||||
$(INSTALL) $(JSLIBFILES) $(INSTALLROOT)/content/lib/js
|
||||
$(INSTALL) $(XULLIBFILES) $(INSTALLROOT)/content/lib/xul
|
||||
$(INSTALL) $(CONTENTFILES) $(INSTALLROOT)/content
|
||||
$(INSTALL) $(SKINFILES) $(INSTALLROOT)/skin
|
||||
$(INSTALL) $(IMAGEFILES) $(INSTALLROOT)/skin/images
|
||||
|
||||
@@ -121,9 +121,9 @@ include <$(DEPTH)\config\rules.mak>
|
||||
INSTALLROOT = $(DIST)\bin\chrome\chatzilla
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) $(JSLIBFILES) $(INSTALLROOT)\content\default\lib\js
|
||||
$(MAKE_INSTALL) $(XULLIBFILES) $(INSTALLROOT)\content\default\lib\xul
|
||||
$(MAKE_INSTALL) $(CONTENTFILES) $(INSTALLROOT)\content\default
|
||||
$(MAKE_INSTALL) $(SKINFILES) $(INSTALLROOT)\skin\default
|
||||
$(MAKE_INSTALL) $(IMAGEFILES) $(INSTALLROOT)\skin\default\images
|
||||
$(MAKE_INSTALL) $(JSLIBFILES) $(INSTALLROOT)\content\lib\js
|
||||
$(MAKE_INSTALL) $(XULLIBFILES) $(INSTALLROOT)\content\lib\xul
|
||||
$(MAKE_INSTALL) $(CONTENTFILES) $(INSTALLROOT)\content
|
||||
$(MAKE_INSTALL) $(SKINFILES) $(INSTALLROOT)\skin
|
||||
$(MAKE_INSTALL) $(IMAGEFILES) $(INSTALLROOT)\skin\images
|
||||
|
||||
|
||||
@@ -38,5 +38,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_PREF_CONTENT) $(DIST)/bin/chrome/pref/content/default
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/chatzilla/content/default
|
||||
$(INSTALL) $(EXPORT_PREF_CONTENT) $(DIST)/bin/chrome/communicator/content/pref
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/chatzilla/content
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
function toIRC()
|
||||
{
|
||||
|
||||
toOpenWindowByType("irc:chatzilla", "chrome://chatzilla/content/");
|
||||
toOpenWindowByType("irc:chatzilla", "chrome://chatzilla/content/chatzilla.xul");
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ function onDoStyleChange (newStyle)
|
||||
|
||||
if (newStyle == "other")
|
||||
newStyle = window.prompt ("Enter stylesheet filename " +
|
||||
"(relative to chrome://chatzilla/skin/)");
|
||||
"(relative to chrome://chatzilla/skin/chatzilla.css)");
|
||||
|
||||
if (newStyle)
|
||||
{
|
||||
|
||||
@@ -33,5 +33,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
$(NULL)
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) $(EXPORT_PREF_CONTENT) $(DIST)\bin\chrome\pref\content\default
|
||||
$(MAKE_INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)\bin\chrome\chatzilla\content\default
|
||||
$(MAKE_INSTALL) $(EXPORT_PREF_CONTENT) $(DIST)\bin\chrome\communicator\content\pref
|
||||
$(MAKE_INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)\bin\chrome\chatzilla\content
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-advanced.dtd" >
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-advanced.dtd" >
|
||||
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
var client = new Object();
|
||||
|
||||
client.IMAGEDIR = "chrome://chatzilla/skin/images/";
|
||||
client.CSSDIR = "chrome://chatzilla/skin/";
|
||||
client.CSSDIR = "chrome://chatzilla/skin/chatzilla.css";
|
||||
//client.IMAGEDIR = "resource:///chrome/chatzilla/skin/default/images/";
|
||||
//client.CSSDIR = "resource:///chrome/chatzilla/skin/default/";
|
||||
|
||||
|
||||
@@ -37,5 +37,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_PREF_CONTENT) $(DIST)/bin/chrome/pref/locale/en-US
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/chatzilla/locale/en-US
|
||||
$(INSTALL) $(EXPORT_PREF_CONTENT) $(DIST)/bin/chrome/communicator/locale/pref
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/chatzilla/locale
|
||||
|
||||
@@ -32,5 +32,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) $(EXPORT_PREF_CONTENT) $(DIST)\bin\chrome\pref\locale\en-US
|
||||
$(MAKE_INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)\bin\chrome\chatzilla\locale\en-US
|
||||
$(MAKE_INSTALL) $(EXPORT_PREF_CONTENT) $(DIST)\bin\chrome\communicator\locale\pref
|
||||
$(MAKE_INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)\bin\chrome\chatzilla\locale
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
@import url(chrome://global/skin/);
|
||||
@import url(chrome://global/skin/global.css);
|
||||
|
||||
window {
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
@import url(chrome://global/skin/);
|
||||
@import url(chrome://global/skin/global.css);
|
||||
|
||||
window {
|
||||
|
||||
|
||||
@@ -27,13 +27,13 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
NAVIGATOR_CONTENT_DIR = $(DIST)/bin/chrome/navigator/content/default/
|
||||
NAVIGATOR_CONTENT_DIR = $(DIST)/bin/chrome/navigator/content/
|
||||
NAVIGATOR_EXPORT_CONTENT = \
|
||||
$(srcdir)/NavSecurityOverlay.xul \
|
||||
$(srcdir)/NavSecurityUI.js \
|
||||
$(NULL)
|
||||
|
||||
GLOBAL_CONTENT_DIR = $(DIST)/bin/chrome/global/content/default/
|
||||
GLOBAL_CONTENT_DIR = $(DIST)/bin/chrome/global/content/
|
||||
GLOBAL_EXPORT_CONTENT = \
|
||||
$(srcdir)/PSMTaskMenu.xul \
|
||||
$(NULL)
|
||||
|
||||
@@ -24,14 +24,14 @@ include <$(DEPTH)/config/config.mak>
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) NavSecurityOverlay.xul $(DIST)\bin\chrome\navigator\content\default
|
||||
$(MAKE_INSTALL) NavSecurityUI.js $(DIST)\bin\chrome\navigator\content\default
|
||||
$(MAKE_INSTALL) NavSecurityOverlay.xul $(DIST)\bin\chrome\navigator\content
|
||||
$(MAKE_INSTALL) NavSecurityUI.js $(DIST)\bin\chrome\navigator\content
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) PSMTaskMenu.xul $(DIST)\bin\chrome\global\content\default
|
||||
$(MAKE_INSTALL) PSMTaskMenu.xul $(DIST)\bin\chrome\global\content
|
||||
|
||||
clobber::
|
||||
rm $(DIST)\bin\chrome\navigator\content\default\NavSecurityOverlay.xul
|
||||
rm $(DIST)\bin\chrome\navigator\content\default\NavSecurityUI.js
|
||||
rm $(DIST)\bin\chrome\global\content\default\PSMTaskMenu.xul
|
||||
rm $(DIST)\bin\chrome\navigator\content\NavSecurityOverlay.xul
|
||||
rm $(DIST)\bin\chrome\navigator\content\NavSecurityUI.js
|
||||
rm $(DIST)\bin\chrome\global\content\PSMTaskMenu.xul
|
||||
|
||||
|
||||
@@ -37,8 +37,8 @@ EXPORT_NAV_RESOURCE_CONTENT = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/global/locale/en-US
|
||||
$(INSTALL) $(EXPORT_NAV_RESOURCE_CONTENT) $(DIST)/bin/chrome/navigator/locale/en-US
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/global/locale
|
||||
$(INSTALL) $(EXPORT_NAV_RESOURCE_CONTENT) $(DIST)/bin/chrome/navigator/locale
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@ DEPTH=..\..\..\..\..
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
GLOBAL_DIST=$(DIST)\bin\chrome\global\locale\en-US
|
||||
NAV_DIST=$(DIST)\bin\chrome\navigator\locale\en-US
|
||||
GLOBAL_DIST=$(DIST)\bin\chrome\global\locale
|
||||
NAV_DIST=$(DIST)\bin\chrome\navigator\locale
|
||||
|
||||
|
||||
install::
|
||||
@@ -32,5 +32,5 @@ install::
|
||||
$(MAKE_INSTALL) security.properties $(NAV_DIST)
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\global\locale\en-US\PSMTaskMenu.dtd
|
||||
rm -f $(DIST)\bin\chrome\navigator\locale\en-US\security.properties
|
||||
rm -f $(DIST)\bin\chrome\global\locale\PSMTaskMenu.dtd
|
||||
rm -f $(DIST)\bin\chrome\navigator\locale\security.properties
|
||||
|
||||
@@ -27,7 +27,7 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
SKIN_DIR = $(DIST)/bin/chrome/navigator/skin/default/
|
||||
SKIN_DIR = $(DIST)/bin/chrome/navigator/skin/
|
||||
EXPORT_SKINS = \
|
||||
$(srcdir)/broken.gif \
|
||||
$(srcdir)/lock.gif \
|
||||
|
||||
@@ -26,16 +26,16 @@ include <$(DEPTH)/config/config.mak>
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) broken.gif $(DIST)\bin\chrome\navigator\skin\default
|
||||
$(MAKE_INSTALL) lock.gif $(DIST)\bin\chrome\navigator\skin\default
|
||||
$(MAKE_INSTALL) unlock.gif $(DIST)\bin\chrome\navigator\skin\default
|
||||
$(MAKE_INSTALL) NavSecurityOverlay.css $(DIST)\bin\chrome\navigator\skin\default
|
||||
$(MAKE_INSTALL) broken.gif $(DIST)\bin\chrome\navigator\skin
|
||||
$(MAKE_INSTALL) lock.gif $(DIST)\bin\chrome\navigator\skin
|
||||
$(MAKE_INSTALL) unlock.gif $(DIST)\bin\chrome\navigator\skin
|
||||
$(MAKE_INSTALL) NavSecurityOverlay.css $(DIST)\bin\chrome\navigator\skin
|
||||
|
||||
clobber::
|
||||
rm $(DIST)\bin\chrome\navigator\skin\default\broken.gif
|
||||
rm $(DIST)\bin\chrome\navigator\skin\default\lock.gif
|
||||
rm $(DIST)\bin\chrome\navigator\skin\default\unlock.gif
|
||||
rm $(DIST)\bin\chrome\navigator\skin\default\NavSecurityOverlay.css
|
||||
rm $(DIST)\bin\chrome\navigator\skin\broken.gif
|
||||
rm $(DIST)\bin\chrome\navigator\skin\lock.gif
|
||||
rm $(DIST)\bin\chrome\navigator\skin\unlock.gif
|
||||
rm $(DIST)\bin\chrome\navigator\skin\NavSecurityOverlay.css
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ var gone_i = "";
|
||||
// string bundle
|
||||
var bundle = null;
|
||||
// CHANGE THIS WHEN MOVING FILES - strings localization file!
|
||||
var JS_STRINGS_FILE = "chrome://wallet/locale/CookieViewer.properties";
|
||||
var JS_STRINGS_FILE = "chrome://communicator/locale/wallet/CookieViewer.properties";
|
||||
|
||||
// function : <CookieViewer.js>::Startup();
|
||||
// purpose : initialises the cookie viewer dialog
|
||||
|
||||
@@ -23,11 +23,11 @@
|
||||
-->
|
||||
|
||||
<!-- CHANGE THIS WHEN MOVING FILES -->
|
||||
<?xml-stylesheet href="chrome://wallet/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/wallet/wallet.css" type="text/css"?>
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
<!-- CHANGE THIS WHEN MOVING FILES -->
|
||||
<!DOCTYPE window SYSTEM "chrome://wallet/locale/CookieViewer.dtd" >
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/wallet/CookieViewer.dtd" >
|
||||
|
||||
<window id="cookieviewer"
|
||||
class="dialog"
|
||||
@@ -37,7 +37,7 @@
|
||||
align="vertical"
|
||||
onload="Startup()">
|
||||
|
||||
<html:script src="chrome://wallet/content/CookieViewer.js"/>
|
||||
<html:script src="chrome://communicator/content/wallet/CookieViewer.js"/>
|
||||
<html:script language="javascript" src="chrome://global/content/strres.js" />
|
||||
|
||||
<tabcontrol flex="100%" align="vertical">
|
||||
|
||||
@@ -43,8 +43,8 @@ override NO_STATIC_LIB=
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(srcdir)/CookieViewer.xul $(srcdir)/CookieViewer.js $(DIST)/bin/chrome/wallet/content/default
|
||||
$(INSTALL) $(srcdir)/CookieViewer.properties $(srcdir)/CookieViewer.dtd $(DIST)/bin/chrome/wallet/locale/en-US
|
||||
$(INSTALL) $(srcdir)/CookieViewer.css $(DIST)/bin/chrome/wallet/skin/default
|
||||
$(INSTALL) $(srcdir)/wallet.css $(DIST)/bin/chrome/wallet/skin/default
|
||||
$(INSTALL) $(srcdir)/CookieViewer.xul $(srcdir)/CookieViewer.js $(DIST)/bin/chrome/communicator/content/wallet
|
||||
$(INSTALL) $(srcdir)/CookieViewer.properties $(srcdir)/CookieViewer.dtd $(DIST)/bin/chrome/communicator/locale/wallet
|
||||
$(INSTALL) $(srcdir)/CookieViewer.css $(DIST)/bin/chrome/communicator/skin/wallet
|
||||
$(INSTALL) $(srcdir)/wallet.css $(DIST)/bin/chrome/communicator/skin/wallet
|
||||
|
||||
|
||||
@@ -53,17 +53,17 @@ install:: $(LIBRARY)
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\CookieViewer.xul
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\CookieViewer.js
|
||||
rm -f $(DIST)\bin\chrome\wallet\skin\default\CookieViewer.css
|
||||
rm -f $(DIST)\bin\chrome\wallet\skin\default\wallet.css
|
||||
rm -f $(DIST)\bin\chrome\wallet\locale\en-US\CookieViewer.properties
|
||||
rm -f $(DIST)\bin\chrome\wallet\locale\en-US\CookieViewer.dtd
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\CookieViewer.xul
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\CookieViewer.js
|
||||
rm -f $(DIST)\bin\chrome\communicator\skin\wallet\CookieViewer.css
|
||||
rm -f $(DIST)\bin\chrome\communicator\skin\wallet\wallet.css
|
||||
rm -f $(DIST)\bin\chrome\communicator\locale\wallet\CookieViewer.properties
|
||||
rm -f $(DIST)\bin\chrome\communicator\locale\wallet\CookieViewer.dtd
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) CookieViewer.xul $(DIST)\bin\chrome\wallet\content\default
|
||||
$(MAKE_INSTALL) CookieViewer.js $(DIST)\bin\chrome\wallet\content\default
|
||||
$(MAKE_INSTALL) CookieViewer.css $(DIST)\bin\chrome\wallet\skin\default
|
||||
$(MAKE_INSTALL) wallet.css $(DIST)\bin\chrome\wallet\skin\default
|
||||
$(MAKE_INSTALL) CookieViewer.properties $(DIST)\bin\chrome\wallet\locale\en-US
|
||||
$(MAKE_INSTALL) CookieViewer.dtd $(DIST)\bin\chrome\wallet\locale\en-US
|
||||
$(MAKE_INSTALL) CookieViewer.xul $(DIST)\bin\chrome\communicator\content\wallet
|
||||
$(MAKE_INSTALL) CookieViewer.js $(DIST)\bin\chrome\communicator\content\wallet
|
||||
$(MAKE_INSTALL) CookieViewer.css $(DIST)\bin\chrome\communicator\skin\wallet
|
||||
$(MAKE_INSTALL) wallet.css $(DIST)\bin\chrome\communicator\skin\wallet
|
||||
$(MAKE_INSTALL) CookieViewer.properties $(DIST)\bin\chrome\communicator\locale\wallet
|
||||
$(MAKE_INSTALL) CookieViewer.dtd $(DIST)\bin\chrome\communicator\locale\wallet
|
||||
|
||||
@@ -34,5 +34,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/wallet/content/default
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/communicator/content/wallet
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ DEPTH=..\..\..\..\..
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
CONTENTDIR=$(DIST)\bin\chrome\wallet\content\default
|
||||
CONTENTDIR=$(DIST)\bin\chrome\communicator\content\wallet
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) CookieViewer.xul $(CONTENTDIR)
|
||||
@@ -31,4 +31,4 @@ install::
|
||||
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\*.*
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\*.*
|
||||
|
||||
@@ -34,5 +34,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/wallet/locale/en-US
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/communicator/locale/wallet
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ DEPTH=..\..\..\..\..\..
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
LOCALEDIR=$(DIST)\bin\chrome\wallet\locale\en-US
|
||||
LOCALEDIR=$(DIST)\bin\chrome\communicator\locale\wallet
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) CookieViewer.dtd $(LOCALEDIR)
|
||||
@@ -31,4 +31,4 @@ install::
|
||||
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\wallet\locale\en-US\*.*
|
||||
rm -f $(DIST)\bin\chrome\communicator\locale\wallet\*.*
|
||||
|
||||
@@ -34,5 +34,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/wallet/skin/default
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/communicator/skin/wallet
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ DEPTH=..\..\..\..\..
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
SKINDIR=$(DIST)\bin\chrome\wallet\skin\default
|
||||
SKINDIR=$(DIST)\bin\chrome\communicator\skin\wallet
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) CookieViewer.css $(SKINDIR)
|
||||
@@ -31,4 +31,4 @@ install::
|
||||
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\wallet\skin\default\*.*
|
||||
rm -f $(DIST)\bin\chrome\communicator\skin\wallet\*.*
|
||||
|
||||
@@ -1 +1 @@
|
||||
@import url(chrome://global/skin/);
|
||||
@import url(chrome://global/skin/global.css);
|
||||
|
||||
@@ -1 +1 @@
|
||||
@import url(chrome://global/skin/);
|
||||
@import url(chrome://global/skin/global.css);
|
||||
|
||||
@@ -43,7 +43,7 @@ override NO_STATIC_LIB=
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(srcdir)/WalletEditor.xul $(srcdir)/WalletEditor.js $(DIST)/bin/chrome/wallet/content/default
|
||||
$(INSTALL) $(srcdir)/WalletEditor.properties $(srcdir)/WalletEditor.dtd $(DIST)/bin/chrome/wallet/locale/en-US
|
||||
$(INSTALL) $(srcdir)/WalletEditor.css $(DIST)/bin/chrome/wallet/skin/default
|
||||
$(INSTALL) $(srcdir)/wallet.css $(DIST)/bin/chrome/wallet/skin/default
|
||||
$(INSTALL) $(srcdir)/WalletEditor.xul $(srcdir)/WalletEditor.js $(DIST)/bin/chrome/communicator/content/wallet
|
||||
$(INSTALL) $(srcdir)/WalletEditor.properties $(srcdir)/WalletEditor.dtd $(DIST)/bin/chrome/communicator/locale/wallet
|
||||
$(INSTALL) $(srcdir)/WalletEditor.css $(DIST)/bin/chrome/communicator/skin/wallet
|
||||
$(INSTALL) $(srcdir)/wallet.css $(DIST)/bin/chrome/communicator/skin/wallet
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
var walleteditor = null; // walleteditor interface
|
||||
var walletList = []; // input stream
|
||||
var bundle = null; // string bundle
|
||||
var JS_STRINGS_FILE = "chrome://wallet/locale/WalletEditor.properties";
|
||||
var JS_STRINGS_FILE = "chrome://communicator/locale/wallet/WalletEditor.properties";
|
||||
|
||||
/* wallet-specific global variables */
|
||||
|
||||
@@ -749,4 +749,4 @@ function ClearList(kids) {
|
||||
while (list.firstChild) {
|
||||
list.removeChild(list.firstChild);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
-->
|
||||
|
||||
<!-- CHANGE THIS WHEN MOVING FILES -->
|
||||
<?xml-stylesheet href="chrome://wallet/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/wallet/wallet.css" type="text/css"?>
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
<!-- CHANGE THIS WHEN MOVING FILES -->
|
||||
<!DOCTYPE window SYSTEM "chrome://wallet/locale/WalletEditor.dtd" >
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/wallet/WalletEditor.dtd" >
|
||||
|
||||
<window id="walleteditor"
|
||||
class="dialog"
|
||||
@@ -36,7 +36,7 @@
|
||||
align="vertical"
|
||||
onload="Startup()">
|
||||
|
||||
<html:script src="chrome://wallet/content/WalletEditor.js"/>
|
||||
<html:script src="chrome://communicator/content/wallet/WalletEditor.js"/>
|
||||
<html:script language="javascript" src="chrome://global/content/strres.js" />
|
||||
|
||||
<box id="system" flex="100%" align="vertical">
|
||||
|
||||
@@ -53,17 +53,17 @@ install:: $(LIBRARY)
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\WalletEditor.xul
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\WalletEditor.js
|
||||
rm -f $(DIST)\bin\chrome\wallet\skin\default\WalletEditor.css
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\wallet.css
|
||||
rm -f $(DIST)\bin\chrome\wallet\locale\en-US\WalletEditor.properties
|
||||
rm -f $(DIST)\bin\chrome\wallet\locale\en-US\WalletEditor.dtd
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\WalletEditor.xul
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\WalletEditor.js
|
||||
rm -f $(DIST)\bin\chrome\communicator\skin\wallet\WalletEditor.css
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\wallet.css
|
||||
rm -f $(DIST)\bin\chrome\communicator\locale\wallet\WalletEditor.properties
|
||||
rm -f $(DIST)\bin\chrome\communicator\locale\wallet\WalletEditor.dtd
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) WalletEditor.xul $(DIST)\bin\chrome\wallet\content\default
|
||||
$(MAKE_INSTALL) WalletEditor.js $(DIST)\bin\chrome\wallet\content\default
|
||||
$(MAKE_INSTALL) WalletEditor.css $(DIST)\bin\chrome\wallet\skin\default
|
||||
$(MAKE_INSTALL) wallet.css $(DIST)\bin\chrome\wallet\content\default
|
||||
$(MAKE_INSTALL) WalletEditor.properties $(DIST)\bin\chrome\wallet\locale\en-US
|
||||
$(MAKE_INSTALL) WalletEditor.dtd $(DIST)\bin\chrome\wallet\locale\en-US
|
||||
$(MAKE_INSTALL) WalletEditor.xul $(DIST)\bin\chrome\communicator\content\wallet
|
||||
$(MAKE_INSTALL) WalletEditor.js $(DIST)\bin\chrome\communicator\content\wallet
|
||||
$(MAKE_INSTALL) WalletEditor.css $(DIST)\bin\chrome\communicator\skin\wallet
|
||||
$(MAKE_INSTALL) wallet.css $(DIST)\bin\chrome\communicator\content\wallet
|
||||
$(MAKE_INSTALL) WalletEditor.properties $(DIST)\bin\chrome\communicator\locale\wallet
|
||||
$(MAKE_INSTALL) WalletEditor.dtd $(DIST)\bin\chrome\communicator\locale\wallet
|
||||
|
||||
@@ -34,5 +34,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/wallet/content/default
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/communicator/content/wallet
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ DEPTH=..\..\..\..\..
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
CONTENTDIR=$(DIST)\bin\chrome\wallet\content\default
|
||||
CONTENTDIR=$(DIST)\bin\chrome\communicator\content\wallet
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) WalletEditor.xul $(CONTENTDIR)
|
||||
@@ -31,4 +31,4 @@ install::
|
||||
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\*.*
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\*.*
|
||||
|
||||
@@ -34,5 +34,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/wallet/locale/en-US
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/communicator/locale/wallet
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ DEPTH=..\..\..\..\..\..
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
LOCALEDIR=$(DIST)\bin\chrome\wallet\locale\en-US
|
||||
LOCALEDIR=$(DIST)\bin\chrome\communicator\locale\wallet
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) WalletEditor.dtd $(LOCALEDIR)
|
||||
@@ -31,4 +31,4 @@ install::
|
||||
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\wallet\locale\en-US\*.*
|
||||
rm -f $(DIST)\bin\chrome\communicator\locale\wallet\*.*
|
||||
|
||||
@@ -33,5 +33,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/wallet/skin/default
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/communicator/skin/wallet
|
||||
|
||||
|
||||
@@ -23,11 +23,11 @@ DEPTH=..\..\..\..\..
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
SKINDIR=$(DIST)\bin\chrome\wallet\skin\default
|
||||
SKINDIR=$(DIST)\bin\chrome\communicator\skin\wallet
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) CookieViewer.css $(SKINDIR)
|
||||
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\wallet\skin\default\*.*
|
||||
rm -f $(DIST)\bin\chrome\communicator\skin\wallet\*.*
|
||||
|
||||
@@ -43,7 +43,7 @@ override NO_STATIC_LIB=
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(srcdir)/SignonViewer.xul $(srcdir)/SignonViewer.js $(DIST)/bin/chrome/wallet/content/default
|
||||
$(INSTALL) $(srcdir)/SignonViewer.properties $(srcdir)/SignonViewer.dtd $(DIST)/bin/chrome/wallet/locale/en-US
|
||||
$(INSTALL) $(srcdir)/SignonViewer.css $(DIST)/bin/chrome/wallet/skin/default
|
||||
$(INSTALL) $(srcdir)/SignonViewer.xul $(srcdir)/SignonViewer.js $(DIST)/bin/chrome/communicator/content/wallet
|
||||
$(INSTALL) $(srcdir)/SignonViewer.properties $(srcdir)/SignonViewer.dtd $(DIST)/bin/chrome/communicator/locale/wallet
|
||||
$(INSTALL) $(srcdir)/SignonViewer.css $(DIST)/bin/chrome/communicator/skin/wallet
|
||||
|
||||
|
||||
@@ -23,11 +23,11 @@
|
||||
-->
|
||||
|
||||
<!-- CHANGE THIS WHEN MOVING FILES -->
|
||||
<?xml-stylesheet href="chrome://wallet/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/wallet/wallet.css" type="text/css"?>
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
<!-- CHANGE THIS WHEN MOVING FILES -->
|
||||
<!DOCTYPE window SYSTEM "chrome://wallet/locale/SignonViewer.dtd" >
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/wallet/SignonViewer.dtd" >
|
||||
|
||||
<window id="signonviewer"
|
||||
width="470" height="440"
|
||||
@@ -38,7 +38,7 @@
|
||||
class="dialog"
|
||||
onload="Startup()">
|
||||
|
||||
<html:script src="chrome://wallet/content/SignonViewer.js"/>
|
||||
<html:script src="chrome://communicator/content/wallet/SignonViewer.js"/>
|
||||
<html:script src="chrome://global/content/strres.js" />
|
||||
|
||||
<tabcontrol flex="100%" align="vertical">
|
||||
|
||||
@@ -53,15 +53,15 @@ install:: $(LIBRARY)
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\SignonViewer.xul
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\SignonViewer.js
|
||||
rm -f $(DIST)\bin\chrome\wallet\skin\default\SignonViewer.css
|
||||
rm -f $(DIST)\bin\chrome\wallet\locale\en-US\SignonViewer.properties
|
||||
rm -f $(DIST)\bin\chrome\wallet\locale\en-US\SignonViewer.dtd
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\SignonViewer.xul
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\SignonViewer.js
|
||||
rm -f $(DIST)\bin\chrome\communicator\skin\wallet\SignonViewer.css
|
||||
rm -f $(DIST)\bin\chrome\communicator\locale\wallet\SignonViewer.properties
|
||||
rm -f $(DIST)\bin\chrome\communicator\locale\wallet\SignonViewer.dtd
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) SignonViewer.xul $(DIST)\bin\chrome\wallet\content\default
|
||||
$(MAKE_INSTALL) SignonViewer.js $(DIST)\bin\chrome\wallet\content\default
|
||||
$(MAKE_INSTALL) SignonViewer.css $(DIST)\bin\chrome\wallet\skin\default
|
||||
$(MAKE_INSTALL) SignonViewer.properties $(DIST)\bin\chrome\wallet\locale\en-US
|
||||
$(MAKE_INSTALL) SignonViewer.dtd $(DIST)\bin\chrome\wallet\locale\en-US
|
||||
$(MAKE_INSTALL) SignonViewer.xul $(DIST)\bin\chrome\communicator\content\wallet
|
||||
$(MAKE_INSTALL) SignonViewer.js $(DIST)\bin\chrome\communicator\content\wallet
|
||||
$(MAKE_INSTALL) SignonViewer.css $(DIST)\bin\chrome\communicator\skin\wallet
|
||||
$(MAKE_INSTALL) SignonViewer.properties $(DIST)\bin\chrome\communicator\locale\wallet
|
||||
$(MAKE_INSTALL) SignonViewer.dtd $(DIST)\bin\chrome\communicator\locale\wallet
|
||||
|
||||
@@ -29,5 +29,5 @@ include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(srcdir)/SignonViewer.xul $(srcdir)/SignonViewer.js $(DIST)/bin/chrome/wallet/content/default
|
||||
$(INSTALL) $(srcdir)/SignonViewer.xul $(srcdir)/SignonViewer.js $(DIST)/bin/chrome/communicator/content/wallet
|
||||
|
||||
|
||||
@@ -24,10 +24,10 @@ DEPTH=..\..\..\..\..
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\SignonViewer.xul
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\SignonViewer.js
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\SignonViewer.xul
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\SignonViewer.js
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) SignonViewer.xul $(DIST)\bin\chrome\wallet\content\default
|
||||
$(MAKE_INSTALL) SignonViewer.js $(DIST)\bin\chrome\wallet\content\default
|
||||
$(MAKE_INSTALL) SignonViewer.xul $(DIST)\bin\chrome\communicator\content\wallet
|
||||
$(MAKE_INSTALL) SignonViewer.js $(DIST)\bin\chrome\communicator\content\wallet
|
||||
|
||||
|
||||
@@ -29,6 +29,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) SignonViewer.properties SignonViewer.dtd $(DIST)/bin/chrome/wallet/locale/en-US
|
||||
$(INSTALL) SignonViewer.properties SignonViewer.dtd $(DIST)/bin/chrome/communicator/locale/wallet
|
||||
|
||||
|
||||
|
||||
@@ -25,12 +25,12 @@ include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\SignonViewer.xul
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\SignonViewer.js
|
||||
rm -f $(DIST)\bin\chrome\wallet\skin\default\SignonViewer.css
|
||||
rm -f $(DIST)\bin\chrome\wallet\locale\en-US\SignonViewer.properties
|
||||
rm -f $(DIST)\bin\chrome\wallet\locale\en-US\SignonViewer.dtd
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\SignonViewer.xul
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\SignonViewer.js
|
||||
rm -f $(DIST)\bin\chrome\communicator\skin\wallet\SignonViewer.css
|
||||
rm -f $(DIST)\bin\chrome\communicator\locale\wallet\SignonViewer.properties
|
||||
rm -f $(DIST)\bin\chrome\communicator\locale\wallet\SignonViewer.dtd
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) SignonViewer.properties $(DIST)\bin\chrome\wallet\locale\en-US
|
||||
$(MAKE_INSTALL) SignonViewer.dtd $(DIST)\bin\chrome\wallet\locale\en-US
|
||||
$(MAKE_INSTALL) SignonViewer.properties $(DIST)\bin\chrome\communicator\locale\wallet
|
||||
$(MAKE_INSTALL) SignonViewer.dtd $(DIST)\bin\chrome\communicator\locale\wallet
|
||||
|
||||
@@ -29,4 +29,4 @@ include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(srcdir)/SignonViewer.css $(DIST)/bin/chrome/wallet/skin/default
|
||||
$(INSTALL) $(srcdir)/SignonViewer.css $(DIST)/bin/chrome/communicator/skin/wallet
|
||||
|
||||
@@ -24,10 +24,10 @@ DEPTH=..\..\..\..\..
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\SignonViewer.xul
|
||||
rm -f $(DIST)\bin\chrome\wallet\content\default\SignonViewer.js
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\SignonViewer.xul
|
||||
rm -f $(DIST)\bin\chrome\communicator\content\wallet\SignonViewer.js
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) SignonViewer.xul $(DIST)\bin\chrome\wallet\content\default
|
||||
$(MAKE_INSTALL) SignonViewer.js $(DIST)\bin\chrome\wallet\content\default
|
||||
$(MAKE_INSTALL) SignonViewer.xul $(DIST)\bin\chrome\communicator\content\wallet
|
||||
$(MAKE_INSTALL) SignonViewer.js $(DIST)\bin\chrome\communicator\content\wallet
|
||||
|
||||
|
||||
@@ -62,5 +62,5 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(RES_FILES) $(DIST)/bin/res
|
||||
$(INSTALL) $(CHROME_FILES) $(DIST)/bin/chrome/wallet/locale/en-US
|
||||
$(INSTALL) $(CHROME_FILES) $(DIST)/bin/chrome/communicator/locale/wallet
|
||||
|
||||
|
||||
@@ -80,8 +80,8 @@ clobber::
|
||||
rm -f $(DIST)\bin\res\FieldSchema.tbl
|
||||
rm -f $(DIST)\bin\res\URLFieldSchema.tbl
|
||||
rm -f $(DIST)\bin\res\SchemaConcat.tbl
|
||||
rm -f $(DIST)\bin\chrome\wallet\locale\en-US\cookie.properties
|
||||
rm -f $(DIST)\bin\chrome\wallet\locale\en-US\wallet.properties
|
||||
rm -f $(DIST)\bin\chrome\communicator\locale\wallet\cookie.properties
|
||||
rm -f $(DIST)\bin\chrome\communicator\locale\wallet\wallet.properties
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components
|
||||
@@ -89,5 +89,5 @@ install:: $(DLL)
|
||||
$(MAKE_INSTALL) FieldSchema.tbl $(DIST)\bin\res
|
||||
$(MAKE_INSTALL) URLFieldSchema.tbl $(DIST)\bin\res
|
||||
$(MAKE_INSTALL) SchemaConcat.tbl $(DIST)\bin\res
|
||||
$(MAKE_INSTALL) cookie.properties $(DIST)\bin\chrome\wallet\locale\en-US
|
||||
$(MAKE_INSTALL) wallet.properties $(DIST)\bin\chrome\wallet\locale\en-US
|
||||
$(MAKE_INSTALL) cookie.properties $(DIST)\bin\chrome\communicator\locale\wallet
|
||||
$(MAKE_INSTALL) wallet.properties $(DIST)\bin\chrome\communicator\locale\wallet
|
||||
|
||||
@@ -34,5 +34,5 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/wallet/locale/en-US
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/communicator/locale/wallet
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user