This commit is contained in:
heikki%netscape.com 2001-03-07 22:39:42 +00:00
Родитель bbd5ca9de7
Коммит 5bf04b8d20
5 изменённых файлов: 158 добавлений и 0 удалений

Просмотреть файл

Просмотреть файл

@ -0,0 +1,19 @@
#
# This is a list of local files which get copied to the mozilla:dist:content directory
#
nsCSSAtomList.h
nsCSSAtoms.h
nsCSSKeywordList.h
nsCSSKeywords.h
nsCSSPropList.h
nsCSSProps.h
nsHTMLAtomList.h
nsHTMLAtoms.h
nsHTMLValue.h
nsLayoutAtomList.h
nsLayoutAtoms.h
nsStyleCoord.h
nsStyleUtil.h
nsTextFragment.h
nsXULAtomList.h
nsXULAtoms.h

Просмотреть файл

@ -0,0 +1,53 @@
#
# 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
MODULE = layout
EXPORTS = \
nsCSSAtomList.h \
nsCSSAtoms.h \
nsCSSKeywordList.h \
nsCSSKeywords.h \
nsCSSPropList.h \
nsCSSProps.h \
nsHTMLAtomList.h \
nsHTMLAtoms.h \
nsHTMLValue.h \
nsLayoutAtomList.h \
nsLayoutAtoms.h \
nsStyleCoord.h \
nsStyleUtil.h \
nsTextFragment.h \
nsXULAtomList.h \
nsXULAtoms.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -0,0 +1,44 @@
#!nmake
#
# 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=..\..\..
EXPORTS = \
nsCSSAtomList.h \
nsCSSAtoms.h \
nsCSSKeywordList.h \
nsCSSKeywords.h \
nsCSSPropList.h \
nsCSSProps.h \
nsHTMLAtomList.h \
nsHTMLAtoms.h \
nsHTMLValue.h \
nsLayoutAtomList.h \
nsLayoutAtoms.h \
nsStyleCoord.h \
nsStyleUtil.h \
nsTextFragment.h \
nsXULAtomList.h \
nsXULAtoms.h \
$(NULL)
include <$(DEPTH)\config\rules.mak>

Просмотреть файл

@ -115,6 +115,7 @@ XUL_ATOM(observes, "observes") // The observes element
XUL_ATOM(templateAtom, "template") // A XUL template
XUL_ATOM(progressbar, "progressbar")
XUL_ATOM(progresstext, "progresstext")
XUL_ATOM(crop, "crop")
XUL_ATOM(mode, "mode")
@ -201,6 +202,47 @@ XUL_ATOM(menubutton, "menubutton")
XUL_ATOM(textfield, "textfield")
XUL_ATOM(textarea, "textarea")
XUL_ATOM(listbox, "listbox")
XUL_ATOM(tooltip, "tooltip")
XUL_ATOM(context, "context")
XUL_ATOM(style, "style")
XUL_ATOM(selected, "selected")
XUL_ATOM(clazz, "class")
XUL_ATOM(id, "id")
XUL_ATOM(persist, "persist")
XUL_ATOM(ref, "ref")
XUL_ATOM(command, "command")
XUL_ATOM(value, "value")
XUL_ATOM(width, "width")
XUL_ATOM(height, "height")
XUL_ATOM(left, "left")
XUL_ATOM(top, "top")
XUL_ATOM(events, "events")
XUL_ATOM(targets, "targets")
XUL_ATOM(uri, "uri")
XUL_ATOM(empty, "empty")
XUL_ATOM(textnode, "textnode")
XUL_ATOM(rule, "rule")
XUL_ATOM(action, "action")
XUL_ATOM(containment, "containment")
XUL_ATOM(flags, "flags")
XUL_ATOM(Template, "template")
XUL_ATOM(member, "member")
XUL_ATOM(conditions, "conditions")
XUL_ATOM(property, "property")
XUL_ATOM(instanceOf, "instanceOf")
XUL_ATOM(xulcontentsgenerated, "xulcontentsgenerated")
XUL_ATOM(parent, "parent")
XUL_ATOM(iscontainer, "iscontainer")
XUL_ATOM(isempty, "isempty")
XUL_ATOM(bindings, "bindings")
XUL_ATOM(binding, "binding")
XUL_ATOM(triple, "triple")
XUL_ATOM(subject, "subject")
XUL_ATOM(predicate, "predicate")
XUL_ATOM(child, "child")
XUL_ATOM(object, "object")
XUL_ATOM(tag, "tag")
XUL_ATOM(content, "content")
XUL_ATOM(blankrow, "blankrow")
XUL_ATOM(titlebar, "titlebar")