Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tommy Webb
Tor Browser
Commits
783b33a4
Commit
783b33a4
authored
15 years ago
by
Phil Ringnalda
Browse files
Options
Downloads
Patches
Plain Diff
Bug 515578 - Kill some more xmlextras and webservices leftovers, r=ted
parent
b0aa205e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
toolkit/library/libxul-config.mk
+0
-13
0 additions, 13 deletions
toolkit/library/libxul-config.mk
toolkit/library/nsStaticXULComponents.cpp
+0
-15
0 additions, 15 deletions
toolkit/library/nsStaticXULComponents.cpp
toolkit/toolkit-tiers.mk
+0
-8
0 additions, 8 deletions
toolkit/toolkit-tiers.mk
with
0 additions
and
36 deletions
toolkit/library/libxul-config.mk
+
0
−
13
View file @
783b33a4
...
...
@@ -130,12 +130,6 @@ COMPONENT_LIBS += \
pipnss
\
$(
NULL
)
ifdef
MOZ_XMLEXTRAS
COMPONENT_LIBS
+=
\
xmlextras
\
$(
NULL
)
endif
ifdef
MOZ_PLUGINS
DEFINES
+=
-DMOZ_PLUGINS
COMPONENT_LIBS
+=
\
...
...
@@ -200,13 +194,6 @@ COMPONENT_LIBS += \
$(
NULL
)
endif
ifdef
MOZ_WEBSERVICES
DEFINES
+=
-DMOZ_WEBSERVICES
COMPONENT_LIBS
+=
\
websrvcs
\
$(
NULL
)
endif
ifdef
MOZ_AUTH_EXTENSION
COMPONENT_LIBS
+=
auth
DEFINES
+=
-DMOZ_AUTH_EXTENSION
...
...
This diff is collapsed.
Click to expand it.
toolkit/library/nsStaticXULComponents.cpp
+
0
−
15
View file @
783b33a4
...
...
@@ -148,13 +148,6 @@
#define PLUGINS_MODULES
#endif
#ifdef MOZ_WEBSERVICES
#define WEBSERVICES_MODULES \
MODULE(nsWebServicesModule)
#else
#define WEBSERVICES_MODULES
#endif
#ifdef MOZ_XPFE_COMPONENTS
#ifdef MOZ_RDF
#define RDFAPP_MODULES \
...
...
@@ -230,12 +223,6 @@
#define SPELLCHECK_MODULE
#endif
#ifdef MOZ_XMLEXTRAS
#define XMLEXTRAS_MODULE MODULE(nsXMLExtrasModule)
#else
#define XMLEXTRAS_MODULE
#endif
#ifdef MOZ_XUL
#ifdef MOZ_ENABLE_GTK2
#define UNIXPROXY_MODULE MODULE(nsUnixProxyModule)
...
...
@@ -283,7 +270,6 @@
ICON_MODULE \
PLUGINS_MODULES \
MODULE(nsLayoutModule) \
WEBSERVICES_MODULES \
MODULE(docshell_provider) \
MODULE(embedcomponents) \
MODULE(Browser_Embedding_Module) \
...
...
@@ -307,7 +293,6 @@
MODULE(NSS) \
SYSTEMPREF_MODULES \
SPELLCHECK_MODULE \
XMLEXTRAS_MODULE \
LAYOUT_DEBUG_MODULE \
UNIXPROXY_MODULE \
OSXPROXY_MODULE \
...
...
This diff is collapsed.
Click to expand it.
toolkit/toolkit-tiers.mk
+
0
−
8
View file @
783b33a4
...
...
@@ -148,14 +148,6 @@ tier_gecko_dirs += \
xpfe/appshell
\
$(
NULL
)
ifdef
MOZ_XMLEXTRAS
tier_gecko_dirs
+=
extensions/xmlextras
endif
ifdef
MOZ_WEBSERVICES
tier_gecko_dirs
+=
extensions/webservices
endif
ifdef
MOZ_UNIVERSALCHARDET
tier_gecko_dirs
+=
extensions/universalchardet
endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment