Fix for bug 103235 (Implement DOM Level 3 XPath WD). r=sicking, sr=jst, a=dbaron.
git-svn-id: svn://10.0.0.236/trunk@116541 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -85,6 +85,7 @@ dom/public/idl/range/Makefile
|
||||
dom/public/idl/stylesheets/Makefile
|
||||
dom/public/idl/views/Makefile
|
||||
dom/public/idl/xbl/Makefile
|
||||
dom/public/idl/xpath/Makefile
|
||||
dom/public/idl/xul/Makefile
|
||||
dom/src/Makefile
|
||||
dom/src/base/Makefile
|
||||
|
||||
@@ -731,6 +731,7 @@ sub BuildClientDist()
|
||||
InstallFromManifest(":mozilla:dom:public:idl:stylesheets:MANIFEST_IDL", "$distdirectory:idl:");
|
||||
InstallFromManifest(":mozilla:dom:public:idl:views:MANIFEST_IDL", "$distdirectory:idl:");
|
||||
InstallFromManifest(":mozilla:dom:public:idl:xbl:MANIFEST_IDL", "$distdirectory:idl:");
|
||||
InstallFromManifest(":mozilla:dom:public:idl:xpath:MANIFEST_IDL", "$distdirectory:idl:");
|
||||
InstallFromManifest(":mozilla:dom:public:idl:xul:MANIFEST_IDL", "$distdirectory:idl:");
|
||||
|
||||
# SVG
|
||||
@@ -1112,6 +1113,7 @@ sub BuildIDLProjects()
|
||||
BuildIDLProject(":mozilla:dom:macbuild:dom_stylesheetsIDL.xml", "dom_stylesheets");
|
||||
BuildIDLProject(":mozilla:dom:macbuild:dom_viewsIDL.xml", "dom_views");
|
||||
BuildIDLProject(":mozilla:dom:macbuild:dom_xblIDL.xml", "dom_xbl");
|
||||
BuildIDLProject(":mozilla:dom:macbuild:dom_xpathIDL.xml", "dom_xpath");
|
||||
BuildIDLProject(":mozilla:dom:macbuild:dom_xulIDL.xml", "dom_xul");
|
||||
|
||||
if ($main::options{svg}) {
|
||||
|
||||
@@ -37,6 +37,7 @@ DIRS = \
|
||||
traversal \
|
||||
range \
|
||||
xbl \
|
||||
xpath \
|
||||
xul
|
||||
|
||||
ifdef MOZ_SVG
|
||||
|
||||
@@ -33,6 +33,7 @@ DIRS= \
|
||||
traversal \
|
||||
range \
|
||||
xbl \
|
||||
xpath \
|
||||
!ifdef MOZ_SVG
|
||||
svg \
|
||||
!endif
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
#define NS_ERROR_MODULE_PROFILE 19
|
||||
#define NS_ERROR_MODULE_LDAP 20
|
||||
#define NS_ERROR_MODULE_SECURITY 21
|
||||
#define NS_ERROR_MODULE_DOM_XPATH 22
|
||||
// NS_ERROR_MODULE_GENERAL should be used by modules that don't
|
||||
// care if return code values overlap. Callers of methods that
|
||||
// return such codes should be aware that they are not
|
||||
|
||||
Reference in New Issue
Block a user