зеркало из https://github.com/mozilla/pjs.git
Bug 165960 - Implement Mozilla Firebird Help. r=ben@mozilla.org
This commit is contained in:
Родитель
ef2caf0a83
Коммит
9b348ed26f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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)
|
|
@ -49,6 +49,7 @@ DIRS = \
|
|||
autocomplete \
|
||||
console \
|
||||
filepicker \
|
||||
help \
|
||||
history \
|
||||
passwordmgr \
|
||||
printing \
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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)
|
Загрузка…
Ссылка в новой задаче