Geoff Brown
1ef03a9e68
Bug 814496 - sutAgent: Stop RedirOutputThread when timeout exceeded; r=wlach
2012-11-27 14:05:18 -07:00
Gregory Szorc
da3e0c78ee
Bug 811812 - Sacrifice virtualenv population output to TBPL gods; r=ted
...
We rewrite an ignorable error message on missing Python headers so TBPL
won't misreport as an actual build error.
2012-11-27 12:25:55 -08:00
Rafael Ávila de Espíndola
78c8991119
Bug 813076 - Upgrade clang to 168304 in the 3.2 branch. r=rail.
...
Update the build script.
2012-11-20 10:51:56 -05:00
Ed Morley
c385ba722e
Bug 812135 - Use the checkForZombies result to determine run status; r=jmaher
2012-11-20 15:24:28 +00:00
Ed Morley
f5df1490d4
Bug 812135 - checkForZombies should return the result; r=jmaher
2012-11-20 15:24:28 +00:00
Ed Morley
4ad312620d
Bug 808410 - Callers of checkForCrashes should use its return value to ensure shutdown crashes actually make the run fail; r=jmaher f=gps
2012-11-20 15:24:28 +00:00
Ed Morley
b138aec7f5
Bug 808410 - checkForCrashes should return true for cases where we hit an exception during minidump stackwalk; r=jmaher
2012-11-20 15:24:28 +00:00
Gary Kwong
fd2ce92e9e
Update suppression entry for bug 812421. DONTBUILD
2012-11-18 11:26:27 +08:00
Ed Morley
79bbb5b9fe
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-16 17:05:30 +00:00
Gary Kwong
19af099d45
Add suppression entries for bug 793533, bug 812421, bug 812422 and bug 812423. DONTBUILD
2012-11-16 15:01:13 +08:00
William Lachance
0bea33309a
Bug 811388 - Update mozdevice to 0.15, update consumers;r=ahal
2012-11-14 09:49:04 -08:00
Kartikaya Gupta
402ad2d9c7
Bug 810171 - Add a test for VKB overlap input fields. r=cpeterson
2012-11-13 12:11:25 -08:00
Vladimir Vukicevic
4b3c2a973e
no bug; fix configure.in message on Android to not be lies and give useful info; r=sparky
2012-11-13 14:20:54 -05:00
Rafael Ávila de Espíndola
776d77512a
Bug 811081 - Switch the clang packages to the 3.2 release branch. r=rail.
...
build script changes.
2012-11-13 09:37:38 -05:00
William Lachance
0bd9276583
Bug 805116 - Print more of the logcat in mobile tests;r=gbrown
2012-11-12 13:57:13 -08:00
Brian Smith
5977555bd6
Bug 799009: Remove unneeded SSL-related security alerts, r=honzab, r=dao
2012-11-10 20:49:44 -08:00
Brian Smith
e75ead1bc2
backout cset 30f8e29f9cd1 due to orange
2012-11-10 19:08:26 -08:00
Brian Smith
661fa55dce
Bug 799009: Remove unneeded SSL-related security alerts, r=honzab, r=dao
...
--HG--
extra : rebase_source : b6216bf3163f63f1eb4f16901943d9f351bca2cf
2012-11-10 18:19:55 -08:00
Wes Johnston
0c2cb7022e
Bug 810398 - Update support library error message to be clearer. r=blassey
2012-11-09 11:07:40 -08:00
Wes Johnston
a3cbbff917
Bug 759041 - Bring in Android compatibility libraries. r=blassey
2012-11-08 07:45:29 -08:00
Joel Maher
769642690f
Bug 809534 - add support to watcher to support version query. r=wlach DONTBUILD
2012-11-08 07:33:03 -05:00
Joel Maher
47dd0a9d8c
Bug 809366 - watcher has high cpu usage on panda boards in racked environment. r=wlach DONTBUILD
2012-11-08 07:33:00 -05:00
Joel Maher
126ae9c202
Bug 809364 - sutagent zeroconf is causing jmdns thread to spike cpu on panda boards. r=wlach DONTBUILD
2012-11-08 07:32:58 -05:00
Ted Mielczarek
1f793ca130
bug 803654 - Import mock into virtualenv. r=jhammel
2012-10-29 11:12:30 -04:00
Andrew Halberstadt
7441301341
Bug 798580 - Run mochitests from within test-container app's oop iframe, r=jgriffin
2012-10-31 09:37:22 -04:00
Ed Morley
28935a84bf
Bug 808419 - remoteautomation.py's waitForFinish() should print to the log when maxTime is reached; r=jmaher
2012-11-05 13:03:55 +00:00
Ed Morley
df651e6a1c
Bug 757838 - Make b2gautomation.py set lastTestSeen so crashes are output with the test filename; r=jgriffin
2012-11-03 17:10:59 +00:00
Ed Morley
a1dffba9d7
Bug 757838 - Misc b2gautomation.py cleanup; r=jgriffin
2012-11-03 17:10:59 +00:00
Ed Morley
11ec75bdd6
Bug 757838 - Make remoteautomation.py set lastTestSeen so Android crashes are output with the test filename; r=jmaher
2012-11-02 18:57:50 +00:00
Ed Morley
29ee6e6f9e
Bug 757838 - Misc remoteautomation.py cleanup; r=jmaher
2012-11-02 18:57:50 +00:00
Jonathan Griffin
c4e87bc8f7
Bug 797162 - Add make target for b2g xpcshell tests, r=ted
2012-11-01 14:29:27 -07:00
Camilo Viecco
15554db005
Bug 785259 - tests, r=honzab
2012-10-31 22:17:28 +01:00
Jim Mathies
d79e59cd73
Bug 798821 - On Windows, restrict enabling of W3C touch interfaces to devices that support touch input. Also convert touch pref to 3-state value. r=bsmedberg
2012-10-25 09:57:51 -05:00
Gregory Szorc
5e90f93f45
Bug 804536 - Fix virtualenv population on Windows; r=glandium
...
I'm pretty sure the previous code works on Python 2.7.3. This
patch may break Python 3 compatibility. We'll cross that
bridge when we come to it.
2012-10-23 09:13:00 -07:00
Carmen Jimenez Cabezas
0b04c48414
Bug 773891 - With AppsService changes
2012-10-19 12:43:17 +02:00
Gregory Szorc
0112dac4ee
Bug 800614 - Require Python 2.6 to build the tree; r=ted
2012-10-22 12:24:40 -07:00
Gregory Szorc
e150a6e77b
Bug 802210 - Part 3: Unset PYTHONDONTWRITEBYECODE when creating virtualenv; r=ted
2012-10-22 11:51:08 -07:00
Gregory Szorc
07e128a189
Bug 802210 - Part 2: Unset PYTHONDONTWRITEBYTECODE when populating virtualenv; r=glandium
2012-10-22 11:13:59 -07:00
Gregory Szorc
74c7681f33
Bug 802210 - Refactor virtualenv integration; r=glandium
...
We now populate the virtualenv at the beginning of configure. We have
also refactored how the virtualenv is populated.
populate_virtualenv.py is completely refactored. Its default action now
takes the topsrcdir and virtualenv paths and ensures a virtualenv is
created, populated, and up-to-date. If it is out of date, it repopulates
it. populate_virtualenv.py also now performs the Python version check
validation instead of configure. It's easier to manage in Python than to
have configure do it.
2012-10-22 10:41:36 -07:00
Rafael Ávila de Espíndola
8fc3796b23
Bug 799572 - clang update broke NSS. r=rail.
2012-10-20 20:50:10 -04:00
Phil Ringnalda
d27a7a3945
Bug 802453 - automation.py.in should set extensions.update.enabled to false, r=ted
...
--HG--
extra : rebase_source : fadd0e7f9d004dbecbff033408ac06fc78e92778
2012-10-19 07:27:19 -07:00
Ed Morley
faeadaf8c1
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-10-19 15:23:32 +01:00
Gary Kwong
a3c01bc1a2
Remove suppression for bug 799157 to see if it occurs again. DONTBUILD
2012-10-18 22:44:00 -07:00
Gary Kwong
04a63bc182
Suppress bug 803386. DONTBUILD
2012-10-18 18:21:29 -07:00
Mike Hommey
b843df8e20
Bug 794472 - Allow pymake to run more commands without sending them to a shell. r=ted
2012-10-18 14:46:33 +02:00
Ryan VanderMeulen
2afc7e809e
Merge m-c to inbound.
2012-10-18 21:44:09 -04:00
Joel Maher
11c4a06d66
Bug 788653 - Make enablePrivilege pref name more dire. r=bholley
2012-10-18 08:03:37 -04:00
Brad Lassey
b66de766f1
bug 802616 - don't use software floating point math on ARMv6 r=glandium
...
--HG--
rename : dom/bindings/ExampleGen.py => dom/bindings/BindingGen.py
extra : rebase_source : 4171bc4cccbd6cc82d50a1d2544e362bd615fdf9
2012-10-17 11:40:55 -04:00
Mike Hommey
75c17a016f
Bug 799093 - Avoid mac builds being considered as cross compiled by jemalloc configure. r=ted
2012-10-17 16:30:05 +02:00
Joel Maher
52bf998910
Bug 799107 - minidumps not being generated from robocop test crashes (breakpad environment variables not being set properly). r=kats
2012-10-16 13:25:23 -04:00