diff --git a/browser/config/mozconfigs/whitelist b/browser/config/mozconfigs/whitelist index c2d75da620ec..64542a7fccaa 100644 --- a/browser/config/mozconfigs/whitelist +++ b/browser/config/mozconfigs/whitelist @@ -11,7 +11,7 @@ for platform in all_platforms: whitelist['nightly'][platform] = [ 'ac_add_options --enable-update-channel=nightly', 'ac_add_options --enable-profiling', - 'mk_add_options CLIENT_PY_ARGS="--hg-options=\'--verbose --time\' --hgtool=../tools/buildfarm/utils/hgtool.py --skip-chatzilla --skip-comm --skip-inspector --skip-venkman --tinderbox-print"' + 'mk_add_options CLIENT_PY_ARGS="--hg-options=\'--verbose --time\' --hgtool=../tools/buildfarm/utils/hgtool.py --skip-chatzilla --skip-comm --skip-inspector --tinderbox-print"' ] for platform in ['linux32', 'linux64', 'macosx-universal']: diff --git a/configure.in b/configure.in index 9aa95880dcad..904eebe40ee0 100644 --- a/configure.in +++ b/configure.in @@ -6182,11 +6182,6 @@ if test `echo "$MOZ_EXTENSIONS" | grep -c gio` -ne 0; then fi AC_SUBST(MOZ_GIO_COMPONENT) -if test -z "$MOZ_JSDEBUGGER" -a `echo "$MOZ_EXTENSIONS" | grep -c venkman` -ne 0; then - AC_MSG_WARN([Cannot build venkman without JavaScript debug library. Removing venkman from MOZ_EXTENSIONS.]) - MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|venkman||'` -fi - dnl Remove dupes MOZ_EXTENSIONS=`${PERL} ${srcdir}/build/unix/uniq.pl ${MOZ_EXTENSIONS}` @@ -8195,7 +8190,7 @@ if test "$MOZ_XUL"; then AC_DEFINE(MOZ_XUL) else dnl remove extensions that require XUL - MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's/inspector//' -e 's/venkman//' -e 's/irc//' -e 's/tasks//'` + MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's/inspector//' -e 's/irc//' -e 's/tasks//'` fi AC_SUBST(MOZ_XUL) diff --git a/toolkit/components/commandlines/nsICommandLineHandler.idl b/toolkit/components/commandlines/nsICommandLineHandler.idl index 74b53bade3f7..16607029a6e9 100644 --- a/toolkit/components/commandlines/nsICommandLineHandler.idl +++ b/toolkit/components/commandlines/nsICommandLineHandler.idl @@ -18,7 +18,6 @@ interface nsICommandLine; * * Example: * Category Entry Value - * command-line-handler b-jsdebug @mozilla.org/venkman/clh;1 * command-line-handler c-extensions @mozilla.org/extension-manager/clh;1 * command-line-handler m-edit @mozilla.org/composer/clh;1 * command-line-handler m-irc @mozilla.org/chatzilla/clh;1