From 9b348ed26f27f8c42c30f47c0b25377569e9ef6a Mon Sep 17 00:00:00 2001 From: "rlk%trfenv.com" Date: Tue, 30 Dec 2003 02:27:34 +0000 Subject: [PATCH] Bug 165960 - Implement Mozilla Firebird Help. r=ben@mozilla.org --- browser/components/Makefile.in | 2 +- browser/components/help/Makefile.in | 30 +++++++++++++ browser/components/help/jar.mn | 44 +++++++++++++++++++ .../help/locale/en-US/help/cookies.xhtml | 0 .../locale/en-US/help/customization.xhtml | 0 .../locale/en-US/help/firebird-glossary.rdf | 0 .../locale/en-US/help/firebird-index1.rdf | 0 .../help/locale/en-US/help/firebird-toc.rdf | 0 .../help/locale/en-US/help/firebirdhelp.rdf | 0 .../help/locale/en-US/help/forieusers.xhtml | 0 .../help/locale/en-US/help/glossary.xhtml | 0 .../help/locale/en-US/help/help-toc.rdf | 0 .../help/locale/en-US/help/help.dtd | 0 .../locale/en-US/help/helpMenuOverlay.dtd | 0 .../en-US/help/images/arrow-dn-sharp.png | 0 .../en-US/help/images/arrow-up-sharp.png | 0 .../help/locale/en-US/help/images/buttons.png | 0 .../en-US/help/images/cookie_accept.png | 0 .../locale/en-US/help/images/cookie_ask.png | 0 .../locale/en-US/help/images/cookie_list.png | 0 .../en-US/help/images/cookie_manager.png | 0 .../en-US/help/images/firebird-toolbar.png | 0 .../help/locale/en-US/help/images/first.png | 0 .../help/locale/en-US/help/images/last.png | 0 .../help/locale/en-US/help/images/next.png | 0 .../en-US/help/images/opt_connection.png | 0 .../en-US/help/images/opt_extensions.png | 0 .../en-US/help/images/opt_fontsandcolors.png | 0 .../locale/en-US/help/images/opt_general.png | 0 .../locale/en-US/help/images/opt_privacy.png | 0 .../locale/en-US/help/images/opt_themes.png | 0 .../en-US/help/images/opt_webfeatures.png | 0 .../en-US/help/images/pg-landscape-small.png | 0 .../en-US/help/images/pg-portrait-small.png | 0 .../en-US/help/images/popup-blocked.png | 0 .../locale/en-US/help/images/previous.png | 0 .../help/locale/en-US/help/images/print.png | 0 .../locale/en-US/help/images/searchbar.png | 0 .../help/locale/en-US/help/images/urlbar.png | 0 .../locale/en-US/help/mouse_shortcuts.xhtml | 0 .../help/locale/en-US/help/popup.xhtml | 0 .../help/locale/en-US/help/prefs.xhtml | 0 .../help/locale/en-US/help/profiles.xhtml | 0 .../help/locale/en-US/help/shortcuts.xhtml | 0 .../locale/en-US/help/using_firebird.xhtml | 0 .../help/locale/en-US/help/welcome.xhtml | 0 toolkit/components/Makefile.in | 1 + toolkit/components/help/Makefile.in | 30 +++++++++++++ .../components/help/content/help/contents.rdf | 0 .../help/content/help/contextHelp.js | 0 .../help/content/help/customizeToolbar.xul | 0 toolkit/components/help/content/help/help.js | 0 toolkit/components/help/content/help/help.xul | 0 .../help/content/help/helpContextOverlay.xul | 0 .../help/content/help/helpMenuOverlay.xul | 0 .../help/content/help/toolbarCustomization.js | 0 toolkit/components/help/jar.mn | 22 ++++++++++ .../help/locale/en-US/help/contents.rdf | 0 .../help/locale/en-US/help/help.properties | 0 toolkit/components/help/skin/help/Toolbar.png | 0 toolkit/components/help/skin/help/Weblink.png | 0 .../components/help/skin/help/contents.rdf | 0 toolkit/components/help/skin/help/help.css | 0 .../help/skin/help/helpFileLayout.css | 0 .../help/skin/help/sbtab-twisty-open.gif | 0 .../help/skin/help/sbtab-twisty.gif | 0 toolkit/components/help/skin/help/sidebar.css | 0 .../help/skin/help/sidebarBindings.xml | 0 .../help/skin/help/throbber-busy.gif | 0 .../components/help/skin/help/throbber.png | 0 toolkit/components/help/skin/help/zoomImg.png | 0 71 files changed, 128 insertions(+), 1 deletion(-) create mode 100644 browser/components/help/Makefile.in create mode 100644 browser/components/help/jar.mn create mode 100644 browser/components/help/locale/en-US/help/cookies.xhtml create mode 100644 browser/components/help/locale/en-US/help/customization.xhtml create mode 100644 browser/components/help/locale/en-US/help/firebird-glossary.rdf create mode 100644 browser/components/help/locale/en-US/help/firebird-index1.rdf create mode 100644 browser/components/help/locale/en-US/help/firebird-toc.rdf create mode 100644 browser/components/help/locale/en-US/help/firebirdhelp.rdf create mode 100644 browser/components/help/locale/en-US/help/forieusers.xhtml create mode 100644 browser/components/help/locale/en-US/help/glossary.xhtml create mode 100644 browser/components/help/locale/en-US/help/help-toc.rdf create mode 100644 browser/components/help/locale/en-US/help/help.dtd create mode 100644 browser/components/help/locale/en-US/help/helpMenuOverlay.dtd create mode 100644 browser/components/help/locale/en-US/help/images/arrow-dn-sharp.png create mode 100644 browser/components/help/locale/en-US/help/images/arrow-up-sharp.png create mode 100644 browser/components/help/locale/en-US/help/images/buttons.png create mode 100644 browser/components/help/locale/en-US/help/images/cookie_accept.png create mode 100644 browser/components/help/locale/en-US/help/images/cookie_ask.png create mode 100644 browser/components/help/locale/en-US/help/images/cookie_list.png create mode 100644 browser/components/help/locale/en-US/help/images/cookie_manager.png create mode 100644 browser/components/help/locale/en-US/help/images/firebird-toolbar.png create mode 100644 browser/components/help/locale/en-US/help/images/first.png create mode 100644 browser/components/help/locale/en-US/help/images/last.png create mode 100644 browser/components/help/locale/en-US/help/images/next.png create mode 100644 browser/components/help/locale/en-US/help/images/opt_connection.png create mode 100644 browser/components/help/locale/en-US/help/images/opt_extensions.png create mode 100644 browser/components/help/locale/en-US/help/images/opt_fontsandcolors.png create mode 100644 browser/components/help/locale/en-US/help/images/opt_general.png create mode 100644 browser/components/help/locale/en-US/help/images/opt_privacy.png create mode 100644 browser/components/help/locale/en-US/help/images/opt_themes.png create mode 100644 browser/components/help/locale/en-US/help/images/opt_webfeatures.png create mode 100644 browser/components/help/locale/en-US/help/images/pg-landscape-small.png create mode 100644 browser/components/help/locale/en-US/help/images/pg-portrait-small.png create mode 100644 browser/components/help/locale/en-US/help/images/popup-blocked.png create mode 100644 browser/components/help/locale/en-US/help/images/previous.png create mode 100644 browser/components/help/locale/en-US/help/images/print.png create mode 100644 browser/components/help/locale/en-US/help/images/searchbar.png create mode 100644 browser/components/help/locale/en-US/help/images/urlbar.png create mode 100644 browser/components/help/locale/en-US/help/mouse_shortcuts.xhtml create mode 100644 browser/components/help/locale/en-US/help/popup.xhtml create mode 100644 browser/components/help/locale/en-US/help/prefs.xhtml create mode 100644 browser/components/help/locale/en-US/help/profiles.xhtml create mode 100644 browser/components/help/locale/en-US/help/shortcuts.xhtml create mode 100644 browser/components/help/locale/en-US/help/using_firebird.xhtml create mode 100644 browser/components/help/locale/en-US/help/welcome.xhtml create mode 100644 toolkit/components/help/Makefile.in create mode 100644 toolkit/components/help/content/help/contents.rdf create mode 100644 toolkit/components/help/content/help/contextHelp.js create mode 100644 toolkit/components/help/content/help/customizeToolbar.xul create mode 100644 toolkit/components/help/content/help/help.js create mode 100644 toolkit/components/help/content/help/help.xul create mode 100644 toolkit/components/help/content/help/helpContextOverlay.xul create mode 100644 toolkit/components/help/content/help/helpMenuOverlay.xul create mode 100644 toolkit/components/help/content/help/toolbarCustomization.js create mode 100644 toolkit/components/help/jar.mn create mode 100644 toolkit/components/help/locale/en-US/help/contents.rdf create mode 100644 toolkit/components/help/locale/en-US/help/help.properties create mode 100644 toolkit/components/help/skin/help/Toolbar.png create mode 100644 toolkit/components/help/skin/help/Weblink.png create mode 100644 toolkit/components/help/skin/help/contents.rdf create mode 100644 toolkit/components/help/skin/help/help.css create mode 100644 toolkit/components/help/skin/help/helpFileLayout.css create mode 100644 toolkit/components/help/skin/help/sbtab-twisty-open.gif create mode 100644 toolkit/components/help/skin/help/sbtab-twisty.gif create mode 100644 toolkit/components/help/skin/help/sidebar.css create mode 100644 toolkit/components/help/skin/help/sidebarBindings.xml create mode 100644 toolkit/components/help/skin/help/throbber-busy.gif create mode 100644 toolkit/components/help/skin/help/throbber.png create mode 100644 toolkit/components/help/skin/help/zoomImg.png diff --git a/browser/components/Makefile.in b/browser/components/Makefile.in index 98cff96fbe2..360a379c2e6 100644 --- a/browser/components/Makefile.in +++ b/browser/components/Makefile.in @@ -42,6 +42,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = bookmarks history prefwindow security sidebar cookieviewer build +DIRS = bookmarks help history prefwindow security sidebar cookieviewer build include $(topsrcdir)/config/rules.mk diff --git a/browser/components/help/Makefile.in b/browser/components/help/Makefile.in new file mode 100644 index 00000000000..e07fb7c964b --- /dev/null +++ b/browser/components/help/Makefile.in @@ -0,0 +1,30 @@ +# +# The contents of this file are subject to the Netscape Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk + diff --git a/browser/components/help/jar.mn b/browser/components/help/jar.mn new file mode 100644 index 00000000000..62b417408c5 --- /dev/null +++ b/browser/components/help/jar.mn @@ -0,0 +1,44 @@ +help.jar: + locale/en-US/help/firebird-glossary.rdf (locale/firebird-glossary.rdf) + locale/en-US/help/firebirdhelp.rdf (locale/firebirdhelp.rdf) + locale/en-US/help/firebird-index1.rdf (locale/firebird-index1.rdf) + locale/en-US/help/firebird-toc.rdf (locale/firebird-toc.rdf) + locale/en-US/help/help.dtd (locale/help.dtd) + locale/en-US/help/help-toc.rdf (locale/help-toc.rdf) + locale/en-US/help/helpMenuOverlay.dtd (locale/helpMenuOverlay.dtd) + locale/en-US/help/cookies.xhtml (locale/cookies.xhtml) + locale/en-US/help/help.dtd (locale/help.dtd) + locale/en-US/help/forieusers.xhtml (locale/forieusers.xhtml) + locale/en-US/help/glossary.xhtml (locale/glossary.xhtml) + locale/en-US/help/menu_reference.xhtml (locale/menu_reference.xhtml) + locale/en-US/help/mouse_shortcuts.xhtml (locale/mouse_shortcuts.xhtml) + locale/en-US/help/popup.xhtml (locale/popup.xhtml) + locale/en-US/help/prefs.xhtml (locale/prefs.xhtml) + locale/en-US/help/profiles.xhtml (locale/profiles.xhtml) + locale/en-US/help/shortcuts.xhtml (locale/shortcuts.xhtml) + locale/en-US/help/using_firebird.xhtml (locale/using_firebird.xhtml) + locale/en-US/help/welcome.xhtml (locale/welcome.xhtml) + locale/en-US/help/customization.xhtml (locale/customization.xhtml) + locale/en-US/help/images/arrow-dn-sharp.png (locale/images/arrow-dn-sharp.png) + locale/en-US/help/images/arrow-up-sharp.png (locale/images/arrow-up-sharp.png) + locale/en-US/help/images/buttons.png (locale/images/buttons.png) + locale/en-US/help/images/cookie_accept.png (locale/images/cookie_accept.png) + locale/en-US/help/images/cookie_ask.png (locale/images/cookie_ask.png) + locale/en-US/help/images/cookie_list.png (locale/images/cookie_list.png) + locale/en-US/help/images/cookie_manager.png (locale/images/cookie_manager.png) + locale/en-US/help/images/firebird-toolbar.png (locale/images/firebird-toolbar.png) + locale/en-US/help/images/first.png (locale/images/first.png) + locale/en-US/help/images/last.png (locale/images/last.png) + locale/en-US/help/images/next.png (locale/images/next.png) + locale/en-US/help/images/opt_connection.png (locale/images/opt_connection.png) + locale/en-US/help/images/opt_extensions.png (locale/images/opt_extensions.png) + locale/en-US/help/images/opt_general.png (locale/images/opt_general.png) + locale/en-US/help/images/opt_privacy.png (locale/images/opt_privacy.png) + locale/en-US/help/images/opt_themes.png (locale/images/opt_themes.png) + locale/en-US/help/images/opt_webfeatures.png (locale/images/opt_webfeatures.png) + locale/en-US/help/images/pg-landscape-small.png (locale/images/pg-landscape-small.png) + locale/en-US/help/images/pg-portrait-small.png (locale/images/pg-portrait-small.png) + locale/en-US/help/images/popup-blocked.png (locale/images/popup-blocked.png) + locale/en-US/help/images/previous.png (locale/images/previous.png) + locale/en-US/help/images/print.png (locale/images/print.png) + locale/en-US/help/images/urlbar.png (locale/images/urlbar.png) diff --git a/browser/components/help/locale/en-US/help/cookies.xhtml b/browser/components/help/locale/en-US/help/cookies.xhtml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/customization.xhtml b/browser/components/help/locale/en-US/help/customization.xhtml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/firebird-glossary.rdf b/browser/components/help/locale/en-US/help/firebird-glossary.rdf new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/firebird-index1.rdf b/browser/components/help/locale/en-US/help/firebird-index1.rdf new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/firebird-toc.rdf b/browser/components/help/locale/en-US/help/firebird-toc.rdf new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/firebirdhelp.rdf b/browser/components/help/locale/en-US/help/firebirdhelp.rdf new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/forieusers.xhtml b/browser/components/help/locale/en-US/help/forieusers.xhtml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/glossary.xhtml b/browser/components/help/locale/en-US/help/glossary.xhtml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/help-toc.rdf b/browser/components/help/locale/en-US/help/help-toc.rdf new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/help.dtd b/browser/components/help/locale/en-US/help/help.dtd new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/helpMenuOverlay.dtd b/browser/components/help/locale/en-US/help/helpMenuOverlay.dtd new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/arrow-dn-sharp.png b/browser/components/help/locale/en-US/help/images/arrow-dn-sharp.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/arrow-up-sharp.png b/browser/components/help/locale/en-US/help/images/arrow-up-sharp.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/buttons.png b/browser/components/help/locale/en-US/help/images/buttons.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/cookie_accept.png b/browser/components/help/locale/en-US/help/images/cookie_accept.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/cookie_ask.png b/browser/components/help/locale/en-US/help/images/cookie_ask.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/cookie_list.png b/browser/components/help/locale/en-US/help/images/cookie_list.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/cookie_manager.png b/browser/components/help/locale/en-US/help/images/cookie_manager.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/firebird-toolbar.png b/browser/components/help/locale/en-US/help/images/firebird-toolbar.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/first.png b/browser/components/help/locale/en-US/help/images/first.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/last.png b/browser/components/help/locale/en-US/help/images/last.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/next.png b/browser/components/help/locale/en-US/help/images/next.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/opt_connection.png b/browser/components/help/locale/en-US/help/images/opt_connection.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/opt_extensions.png b/browser/components/help/locale/en-US/help/images/opt_extensions.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/opt_fontsandcolors.png b/browser/components/help/locale/en-US/help/images/opt_fontsandcolors.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/opt_general.png b/browser/components/help/locale/en-US/help/images/opt_general.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/opt_privacy.png b/browser/components/help/locale/en-US/help/images/opt_privacy.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/opt_themes.png b/browser/components/help/locale/en-US/help/images/opt_themes.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/opt_webfeatures.png b/browser/components/help/locale/en-US/help/images/opt_webfeatures.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/pg-landscape-small.png b/browser/components/help/locale/en-US/help/images/pg-landscape-small.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/pg-portrait-small.png b/browser/components/help/locale/en-US/help/images/pg-portrait-small.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/popup-blocked.png b/browser/components/help/locale/en-US/help/images/popup-blocked.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/previous.png b/browser/components/help/locale/en-US/help/images/previous.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/print.png b/browser/components/help/locale/en-US/help/images/print.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/searchbar.png b/browser/components/help/locale/en-US/help/images/searchbar.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/images/urlbar.png b/browser/components/help/locale/en-US/help/images/urlbar.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/mouse_shortcuts.xhtml b/browser/components/help/locale/en-US/help/mouse_shortcuts.xhtml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/popup.xhtml b/browser/components/help/locale/en-US/help/popup.xhtml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/prefs.xhtml b/browser/components/help/locale/en-US/help/prefs.xhtml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/profiles.xhtml b/browser/components/help/locale/en-US/help/profiles.xhtml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/shortcuts.xhtml b/browser/components/help/locale/en-US/help/shortcuts.xhtml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/using_firebird.xhtml b/browser/components/help/locale/en-US/help/using_firebird.xhtml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/browser/components/help/locale/en-US/help/welcome.xhtml b/browser/components/help/locale/en-US/help/welcome.xhtml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/Makefile.in b/toolkit/components/Makefile.in index 5236c65ed2f..13c3a0e33c3 100644 --- a/toolkit/components/Makefile.in +++ b/toolkit/components/Makefile.in @@ -49,6 +49,7 @@ DIRS = \ autocomplete \ console \ filepicker \ + help \ history \ passwordmgr \ printing \ diff --git a/toolkit/components/help/Makefile.in b/toolkit/components/help/Makefile.in new file mode 100644 index 00000000000..e07fb7c964b --- /dev/null +++ b/toolkit/components/help/Makefile.in @@ -0,0 +1,30 @@ +# +# The contents of this file are subject to the Netscape Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk + diff --git a/toolkit/components/help/content/help/contents.rdf b/toolkit/components/help/content/help/contents.rdf new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/content/help/contextHelp.js b/toolkit/components/help/content/help/contextHelp.js new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/content/help/customizeToolbar.xul b/toolkit/components/help/content/help/customizeToolbar.xul new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/content/help/help.js b/toolkit/components/help/content/help/help.js new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/content/help/help.xul b/toolkit/components/help/content/help/help.xul new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/content/help/helpContextOverlay.xul b/toolkit/components/help/content/help/helpContextOverlay.xul new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/content/help/helpMenuOverlay.xul b/toolkit/components/help/content/help/helpMenuOverlay.xul new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/content/help/toolbarCustomization.js b/toolkit/components/help/content/help/toolbarCustomization.js new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/jar.mn b/toolkit/components/help/jar.mn new file mode 100644 index 00000000000..c80693cc9e4 --- /dev/null +++ b/toolkit/components/help/jar.mn @@ -0,0 +1,22 @@ +help.jar: + content/help/help.xul (content/help.xul) + content/help/contextHelp.js (content/contextHelp.js) + content/help/help.js (content/help.js) + content/help/contents.rdf (content/contents.rdf) + content/help/helpMenuOverlay.xul (content/helpMenuOverlay.xul) + content/help/helpContextOverlay.xul (content/helpContextOverlay.xul) + content/help/customizeToolbar.xul (content/customizeToolbar.xul) + content/help/toolbarCustomization.js (content/toolbarCustomization.js) + skin/help/contents.rdf (skin/contents.rdf) + skin/help/sidebar.css (skin/sidebar.css) + skin/help/sbtab-twisty.gif (skin/sbtab-twisty.gif) + skin/help/help.css (skin/help.css) + skin/help/helpFileLayout.css (skin/helpFileLayout.css) + skin/help/Toolbar.png (skin/Toolbar.png) + skin/help/sbtab-twisty-open.gif (skin/sbtab-twisty-open.gif) + skin/help/throbber.png (skin/throbber.png) + skin/help/throbber-busy.gif (skin/throbber-busy.gif) + skin/help/sidebarBindings.xml (skin/sidebarBindings.xml) + skin/help/zoomImg.png (skin/zoomImg.png) + locale/en-US/help/contents.rdf (locale/contents.rdf) + locale/en-US/help/help.properties (locale/help.properties) diff --git a/toolkit/components/help/locale/en-US/help/contents.rdf b/toolkit/components/help/locale/en-US/help/contents.rdf new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/locale/en-US/help/help.properties b/toolkit/components/help/locale/en-US/help/help.properties new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/skin/help/Toolbar.png b/toolkit/components/help/skin/help/Toolbar.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/skin/help/Weblink.png b/toolkit/components/help/skin/help/Weblink.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/skin/help/contents.rdf b/toolkit/components/help/skin/help/contents.rdf new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/skin/help/help.css b/toolkit/components/help/skin/help/help.css new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/skin/help/helpFileLayout.css b/toolkit/components/help/skin/help/helpFileLayout.css new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/skin/help/sbtab-twisty-open.gif b/toolkit/components/help/skin/help/sbtab-twisty-open.gif new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/skin/help/sbtab-twisty.gif b/toolkit/components/help/skin/help/sbtab-twisty.gif new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/skin/help/sidebar.css b/toolkit/components/help/skin/help/sidebar.css new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/skin/help/sidebarBindings.xml b/toolkit/components/help/skin/help/sidebarBindings.xml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/skin/help/throbber-busy.gif b/toolkit/components/help/skin/help/throbber-busy.gif new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/skin/help/throbber.png b/toolkit/components/help/skin/help/throbber.png new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/components/help/skin/help/zoomImg.png b/toolkit/components/help/skin/help/zoomImg.png new file mode 100644 index 00000000000..e69de29bb2d