Bug 800200: Delete all references to the obsolete Venkman chrome debugger from the tree. r=ted

This commit is contained in:
Jim Blandy 2014-06-27 11:05:07 -07:00
Родитель 1f5537d9c4
Коммит c197a8c3f5
3 изменённых файлов: 2 добавлений и 8 удалений

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

@ -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']:

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

@ -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)

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

@ -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