author | Malini Das <mdas@mozilla.com> |
Tue, 27 Mar 2012 11:24:49 -0700 | |
changeset 90436 | 3c6e6afdfd4a0bbbb6fb19da1ba5de108a5c4f0e |
parent 90435 | 2f79b816b0daea744fb01775d3021d9defdf2813 |
child 90437 | b5986b6f6bde63cf9ad804a2b5eebeafa4691061 |
push id | 22358 |
push user | khuey@mozilla.com |
push date | Wed, 28 Mar 2012 14:41:10 +0000 |
treeherder | mozilla-central@c3fd0768d46a [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jgriffin |
bugs | 737930 |
milestone | 14.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
b2g/confvars.sh | file | annotate | diff | comparison | revisions | |
configure.in | file | annotate | diff | comparison | revisions |
--- a/b2g/confvars.sh +++ b/b2g/confvars.sh @@ -64,8 +64,9 @@ if test "$LIBXUL_SDK"; then MOZ_XULRUNNER=1 else MOZ_XULRUNNER= MOZ_PLACES=1 fi MOZ_APP_ID={3c2e2abc-06d4-11e1-ac3b-374f68613e61} MOZ_EXTENSION_MANAGER=1 +ENABLE_MARIONETTE=1
--- a/configure.in +++ b/configure.in @@ -6454,24 +6454,16 @@ dnl ==================================== dnl build the tests by default dnl ======================================================== MOZ_ARG_DISABLE_BOOL(tests, [ --disable-tests Do not build test libraries & programs], ENABLE_TESTS=, ENABLE_TESTS=1 ) dnl ======================================================== -dnl Marionette -dnl ======================================================== -MOZ_ARG_ENABLE_BOOL(marionette, -[ --enable-marionette Enable Marionette for remote testing and control], - ENABLE_MARIONETTE=1, - ENABLE_MARIONETTE) - -dnl ======================================================== dnl parental controls (for Windows Vista) dnl ======================================================== MOZ_ARG_DISABLE_BOOL(parental-controls, [ --disable-parental-controls Do not build parental controls], MOZ_DISABLE_PARENTAL_CONTROLS=1, MOZ_DISABLE_PARENTAL_CONTROLS=) if test -n "$MOZ_DISABLE_PARENTAL_CONTROLS"; then