diff --git a/security/manager/boot/src/Makefile.in b/security/manager/boot/src/Makefile.in index 1efc2efe3e79..83117902afe4 100644 --- a/security/manager/boot/src/Makefile.in +++ b/security/manager/boot/src/Makefile.in @@ -51,6 +51,7 @@ MODULE_NAME = BOOT EXPORT_LIBRARY = 1 META_COMPONENT = crypto GRE_MODULE = 1 +MOZILLA_INTERNAL_API = 1 PACKAGE_FILE = pipboot.pkg diff --git a/security/manager/pki/src/Makefile.in b/security/manager/pki/src/Makefile.in index f087b6e6668e..cff3bda33ba2 100644 --- a/security/manager/pki/src/Makefile.in +++ b/security/manager/pki/src/Makefile.in @@ -52,6 +52,7 @@ MODULE_NAME = PKI EXPORT_LIBRARY = 1 META_COMPONENT = crypto GRE_MODULE = 1 +MOZILLA_INTERNAL_API = 1 PACKAGE_FILE = pippki.pkg diff --git a/security/manager/ssl/src/Makefile.in b/security/manager/ssl/src/Makefile.in index 066719f4a56c..0b4efb72935f 100644 --- a/security/manager/ssl/src/Makefile.in +++ b/security/manager/ssl/src/Makefile.in @@ -52,6 +52,7 @@ MODULE_NAME = NSS EXPORT_LIBRARY = 1 META_COMPONENT = crypto GRE_MODULE = 1 +MOZILLA_INTERNAL_API = 1 PACKAGE_FILE = pipnss.pkg diff --git a/storage/build/Makefile.in b/storage/build/Makefile.in index 052db9c7cf7b..ee664a0260b4 100644 --- a/storage/build/Makefile.in +++ b/storage/build/Makefile.in @@ -49,6 +49,7 @@ SHORT_LIBNAME = strgcmps EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = mozStorageModule +MOZILLA_INTERNAL_API = 1 REQUIRES = \ storage \ diff --git a/storage/src/Makefile.in b/storage/src/Makefile.in index 3607da1a76d8..1fcc711ee7dd 100644 --- a/storage/src/Makefile.in +++ b/storage/src/Makefile.in @@ -48,6 +48,7 @@ LIBRARY_NAME = storage_s MODULE_NAME = mozStorageModule FORCE_STATIC_LIB = 1 GRE_MODULE = 1 +MOZILLA_INTERNAL_API = 1 REQUIRES = xpcom \ string \ diff --git a/storage/test/Makefile.in b/storage/test/Makefile.in index ce974474b1cf..8ef9002e0802 100644 --- a/storage/test/Makefile.in +++ b/storage/test/Makefile.in @@ -44,7 +44,10 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk PROGRAM = teststorage1$(BIN_SUFFIX) +MOZILLA_INTERNAL_API = 1 + CPPSRCS = storage1.cpp + REQUIRES = \ xpcom \ string \ diff --git a/toolkit/components/gnome/Makefile.in b/toolkit/components/gnome/Makefile.in index 85adcd4ab425..55d03da5e645 100644 --- a/toolkit/components/gnome/Makefile.in +++ b/toolkit/components/gnome/Makefile.in @@ -43,6 +43,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = mozgnome +MOZILLA_INTERNAL_API = 1 XPIDLSRCS = \ nsIGConfService.idl \ diff --git a/webshell/tests/viewer/Makefile.in b/webshell/tests/viewer/Makefile.in index adc172864f1b..bdd3a3347689 100644 --- a/webshell/tests/viewer/Makefile.in +++ b/webshell/tests/viewer/Makefile.in @@ -45,6 +45,8 @@ include $(DEPTH)/config/autoconf.mk DIRS := public MODULE = webshell_tests +MOZILLA_INTERNAL_API = 1 + REQUIRES = xpcom \ string \ embed_base \ diff --git a/webshell/tests/viewer/os2/Makefile.in b/webshell/tests/viewer/os2/Makefile.in index a87899e673d4..8fcd5b4a7abb 100644 --- a/webshell/tests/viewer/os2/Makefile.in +++ b/webshell/tests/viewer/os2/Makefile.in @@ -44,6 +44,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = webshell_tests LIBRARY_NAME = viewer_os2_s +MOZILLA_INTERNAL_API = 1 + REQUIRES = xpcom \ string \ dom \ diff --git a/webshell/tests/viewer/unix/gtk/Makefile.in b/webshell/tests/viewer/unix/gtk/Makefile.in index 5861b71deb4d..fb099bb30d3e 100644 --- a/webshell/tests/viewer/unix/gtk/Makefile.in +++ b/webshell/tests/viewer/unix/gtk/Makefile.in @@ -44,6 +44,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = webshell_tests LIBRARY_NAME = viewer_gtk_s +MOZILLA_INTERNAL_API = 1 + REQUIRES = xpcom \ string \ webbrwsr \ diff --git a/webshell/tests/viewer/unix/gtk2/Makefile.in b/webshell/tests/viewer/unix/gtk2/Makefile.in index 23ac6123fc96..1ecd6199566d 100644 --- a/webshell/tests/viewer/unix/gtk2/Makefile.in +++ b/webshell/tests/viewer/unix/gtk2/Makefile.in @@ -44,6 +44,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = webshell_tests LIBRARY_NAME = viewer_gtk2_s +MOZILLA_INTERNAL_API = 1 + REQUIRES = xpcom \ string \ webbrwsr \ diff --git a/webshell/tests/viewer/unix/qt/Makefile.in b/webshell/tests/viewer/unix/qt/Makefile.in index ef9a306b6040..8b411b37ea59 100644 --- a/webshell/tests/viewer/unix/qt/Makefile.in +++ b/webshell/tests/viewer/unix/qt/Makefile.in @@ -44,6 +44,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = webshell_tests LIBRARY_NAME = viewer_qt_s +MOZILLA_INTERNAL_API = 1 + REQUIRES = xpcom \ string \ docshell \ diff --git a/webshell/tests/viewer/unix/xlib/Makefile.in b/webshell/tests/viewer/unix/xlib/Makefile.in index b1cd4a26ba9d..e1c43151c14b 100644 --- a/webshell/tests/viewer/unix/xlib/Makefile.in +++ b/webshell/tests/viewer/unix/xlib/Makefile.in @@ -44,6 +44,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = webshell_tests LIBRARY_NAME = viewer_xlib_s +MOZILLA_INTERNAL_API = 1 + REQUIRES = xpcom \ string \ webshell \ diff --git a/webshell/tests/viewer/windows/Makefile.in b/webshell/tests/viewer/windows/Makefile.in index 5d4bedc86de8..018ef4d2b37a 100644 --- a/webshell/tests/viewer/windows/Makefile.in +++ b/webshell/tests/viewer/windows/Makefile.in @@ -44,6 +44,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = webshell_tests LIBRARY_NAME = viewer_windows_s +MOZILLA_INTERNAL_API = 1 + REQUIRES = xpcom \ string \ dom \ diff --git a/xpfe/bootstrap/Makefile.in b/xpfe/bootstrap/Makefile.in index 80321aa22708..71020b4ca9d5 100644 --- a/xpfe/bootstrap/Makefile.in +++ b/xpfe/bootstrap/Makefile.in @@ -66,6 +66,8 @@ endif ifdef GRE_BUILD DEFINES += -DXPCOM_GLUE -DMOZILLA_STRICT_API +else +MOZILLA_INTERNAL_API = 1 endif DEFINES += -DMOZ_APP_NAME=\"$(MOZ_APP_NAME)\" diff --git a/xpfe/components/alerts/src/Makefile.in b/xpfe/components/alerts/src/Makefile.in index 62bbcd028b63..27dfa90bff56 100644 --- a/xpfe/components/alerts/src/Makefile.in +++ b/xpfe/components/alerts/src/Makefile.in @@ -45,6 +45,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = appcomps LIBRARY_NAME = alerts_s +MOZILLA_INTERNAL_API = 1 + REQUIRES = xpcom \ string \ windowwatcher \ diff --git a/xpfe/components/autocomplete/src/Makefile.in b/xpfe/components/autocomplete/src/Makefile.in index a2b6aa9cf609..06147e2ae57f 100644 --- a/xpfe/components/autocomplete/src/Makefile.in +++ b/xpfe/components/autocomplete/src/Makefile.in @@ -44,6 +44,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = appcomps LIBRARY_NAME = autocomplete_s +MOZILLA_INTERNAL_API = 1 + REQUIRES = xpcom \ string \ dom \ diff --git a/xpfe/components/bookmarks/src/Makefile.in b/xpfe/components/bookmarks/src/Makefile.in index d34a16f15367..f9f8086a5d79 100644 --- a/xpfe/components/bookmarks/src/Makefile.in +++ b/xpfe/components/bookmarks/src/Makefile.in @@ -44,6 +44,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = appcomps LIBRARY_NAME = bookmarks_s +MOZILLA_INTERNAL_API = 1 REQUIRES = xpcom \ string \ diff --git a/xpfe/components/build2/Makefile.in b/xpfe/components/build2/Makefile.in index c01fd6809940..5aaa95ea0a47 100644 --- a/xpfe/components/build2/Makefile.in +++ b/xpfe/components/build2/Makefile.in @@ -47,7 +47,7 @@ LIBRARY_NAME = appcomps EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = application - +MOZILLA_INTERNAL_API = 1 REQUIRES = xpcom \ string \ diff --git a/xpfe/components/download-manager/src/Makefile.in b/xpfe/components/download-manager/src/Makefile.in index 892bf447caf4..066a2f3b0462 100644 --- a/xpfe/components/download-manager/src/Makefile.in +++ b/xpfe/components/download-manager/src/Makefile.in @@ -46,6 +46,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = downloadmanager LIBRARY_NAME = downloadmanager_s +MOZILLA_INTERNAL_API = 1 + REQUIRES = xpcom \ string \ rdf \ diff --git a/xpfe/components/filepicker/src/Makefile.in b/xpfe/components/filepicker/src/Makefile.in index b6297b47d98c..dab024e42dec 100644 --- a/xpfe/components/filepicker/src/Makefile.in +++ b/xpfe/components/filepicker/src/Makefile.in @@ -50,6 +50,7 @@ SHORT_LIBNAME = fileview EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = nsFileViewModule +MOZILLA_INTERNAL_API = 1 PACKAGE_FILE = filepicker.pkg diff --git a/xpfe/components/history/src/Makefile.in b/xpfe/components/history/src/Makefile.in index 7252fe667438..e23c3bd53789 100644 --- a/xpfe/components/history/src/Makefile.in +++ b/xpfe/components/history/src/Makefile.in @@ -44,6 +44,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = history LIBRARY_NAME = history_s +MOZILLA_INTERNAL_API = 1 + REQUIRES = xpcom \ string \ docshell \ diff --git a/xpfe/components/related/src/Makefile.in b/xpfe/components/related/src/Makefile.in index 4076eb57ba65..ba6a9dd7a9c0 100644 --- a/xpfe/components/related/src/Makefile.in +++ b/xpfe/components/related/src/Makefile.in @@ -44,6 +44,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = appcomps LIBRARY_NAME = related_s +MOZILLA_INTERNAL_API = 1 + REQUIRES = xpcom \ string \ rdf \ diff --git a/xpfe/components/startup/src/Makefile.in b/xpfe/components/startup/src/Makefile.in index f9ac1419fe08..7ebaf9316526 100644 --- a/xpfe/components/startup/src/Makefile.in +++ b/xpfe/components/startup/src/Makefile.in @@ -44,6 +44,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = appcomps LIBRARY_NAME = appstartup_s FORCE_STATIC_LIB = 1 +MOZILLA_INTERNAL_API = 1 REQUIRES = \ xpcom \ diff --git a/xpfe/components/urlwidget/Makefile.in b/xpfe/components/urlwidget/Makefile.in index 226243e3b1ad..99af1676e53f 100644 --- a/xpfe/components/urlwidget/Makefile.in +++ b/xpfe/components/urlwidget/Makefile.in @@ -45,6 +45,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = appcomps XPIDL_MODULE = urlwidgt LIBRARY_NAME = urlwidgt_s +MOZILLA_INTERNAL_API = 1 CPPSRCS = nsUrlWidget.cpp diff --git a/xpfe/components/winhooks/Makefile.in b/xpfe/components/winhooks/Makefile.in index 8e967105d69c..9bd4e5244040 100644 --- a/xpfe/components/winhooks/Makefile.in +++ b/xpfe/components/winhooks/Makefile.in @@ -45,6 +45,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = appcomps XPIDL_MODULE = winhooks LIBRARY_NAME = winhooks_s +MOZILLA_INTERNAL_API = 1 XPIDLSRCS = nsIWindowsHooks.idl diff --git a/xpfe/components/xremote/src/Makefile.in b/xpfe/components/xremote/src/Makefile.in index 4023ad9cc5c1..cca184874cb6 100644 --- a/xpfe/components/xremote/src/Makefile.in +++ b/xpfe/components/xremote/src/Makefile.in @@ -47,6 +47,7 @@ LIBRARY_NAME = xremoteservice EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = XRemoteServiceModule +MOZILLA_INTERNAL_API = 1 PACKAGE_FILE = xremote.pkg diff --git a/xpinstall/stub/Makefile.in b/xpinstall/stub/Makefile.in index 14a278a963db..0fd551280d37 100644 --- a/xpinstall/stub/Makefile.in +++ b/xpinstall/stub/Makefile.in @@ -49,6 +49,7 @@ include $(DEPTH)/config/autoconf.mk MOZ_STATIC_COMPONENT_LIBS= BUILD_STATIC_LIBS= BUILD_SHARED_LIBS=1 +MOZILLA_INTERNAL_API = 1 MODULE = xpistub LIBRARY_NAME = xpistub diff --git a/xulrunner/app/Makefile.in b/xulrunner/app/Makefile.in index 11defb1348a1..ca01adc90c0d 100644 --- a/xulrunner/app/Makefile.in +++ b/xulrunner/app/Makefile.in @@ -46,6 +46,8 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +MOZILLA_INTERNAL_API = 1 + DIRS = profile PREF_JS_EXPORTS = $(srcdir)/xulrunner.js