Josh Aas
|
adc5d8646a
|
Bustage fix for bug 596762, I merged patches incorrectly. a=josh
|
2010-09-27 17:56:38 -04:00 |
|
Scott Greenlay
|
8b4e6b735f
|
Bug 596762: Allow specification of differing IPC preferences for each architecture in a universal binary. r=josh a=blocking-b7
|
2010-09-27 16:42:43 -04:00 |
|
Josh Aas
|
e8615565e7
|
Back out patch for 596762, running the test plugin out-of-process on 64-bit Mac OS X is exposing a bug that causes a lot of intermittent orange. a=josh
|
2010-09-24 15:08:30 -04:00 |
|
Scott Greenlay
|
138d798f41
|
Bug 596762: Allow specification of differing IPC preferences for each architecture in a universal binary. r=josh a=blocking-b7
|
2010-09-24 10:32:02 -04:00 |
|
Ted Mielczarek
|
68eff2c341
|
bug 598507 - wrap test harness process execution with 'arch -arch i386' on OS X 10.5. r=catlee, a=blocking
--HG--
extra : rebase_source : 7212fa8332fe6853f6dedd6bd23dc937f4b9ec86
|
2010-09-23 12:19:31 -04:00 |
|
Josh Aas
|
7fa21e948b
|
Backed out changeset 401db5db054a, bug 596762. Too much orange, again. a=josh
|
2010-09-23 16:06:13 -04:00 |
|
Scott Greenlay
|
5842fbcc5f
|
Bug 596762: Allow specification of differing IPC preferences for each architecture in a universal binary. r=josh a=blocking-b7
|
2010-09-23 13:21:55 -04:00 |
|
Jeff Hammel
|
c9b9722f85
|
Bug 516984 Allow mozmill unit test to work on windows a=NPOTB r=ctalbert
|
2010-09-21 15:29:59 -07:00 |
|
Clint Talbert
|
b7ff688156
|
Bug 598465 Remove detritus from m-c r=jhammel a=NPOTB
|
2010-09-21 15:29:59 -07:00 |
|
Clint Talbert
|
657fdf39c7
|
Bug 516984 adding a restart test to the mozmill test suite in m-c to make buildbot integration work r=whimboo a=NPOTB
|
2010-09-21 15:29:59 -07:00 |
|
Josh Aas
|
0475184a60
|
Backed out changeset c06ef0414fee, bug 596762. a=me
|
2010-09-20 22:13:13 -04:00 |
|
Scott Greenlay
|
20c58a1c26
|
Bug 596762: Allow specification of differing IPC preferences for each architecture in a universal binary. r=josh a=blocking-b7
|
2010-09-20 20:21:55 -04:00 |
|
Jeff Hammel
|
a3f58b64b8
|
Bug 585086 Update mozmill to 1.5 version r=ctalbert a=NPOTB
|
2010-09-17 17:18:08 -07:00 |
|
Clint Talbert
|
b891cc7a08
|
Bug 596023 Update Tests for Mozmill in m-c r=whimboo a=NPOTB
|
2010-09-17 17:18:06 -07:00 |
|
Dietrich Ayala
|
036e742d29
|
Backout of bug 574688 due to test failure, a=backout.
|
2010-09-16 15:40:32 +07:00 |
|
Dietrich Ayala
|
1fa97831bc
|
Bug 574688 - replace the status bar with the addon bar (r=mano, a=blocking-beta7)
|
2010-09-16 13:09:27 +07:00 |
|
Brian Crowder
|
370cf86776
|
Bug 567267 - move management of ExternalHelperApp protocols to PContent, r=dwitte, blocking-fennec2.0b1=mfinkle
|
2010-09-15 15:55:08 -07:00 |
|
Clint Talbert
|
ee45914359
|
Bug 589005 Add download path to jetpack-latest.zip into m-c so buildbot can run jetpack tests r=ted a=NPOTB
|
2010-09-14 16:27:32 -07:00 |
|
Jason Duell
|
ebb9dfe335
|
Bug 581750 - runxpcshell.py --verbose breaks success/fail detection. a=NPOTB
Also includes printf formatting fix for head.js
|
2010-09-10 10:20:38 -07:00 |
|
Joel Maher
|
4c645cfeeb
|
Bug 591325 Fix regression due to relativesrcdir landing in xpchsell test, continued cleanup in chrome tets r=ctalbert a=NPOTB
|
2010-09-10 10:20:38 -07:00 |
|
Joel Maher
|
8c31c92e64
|
Bug 592859 Update browser chrome tests to only use chrome paths for mochitest to prep for android support r=ctalbert a=NPOTB
|
2010-09-10 10:20:38 -07:00 |
|
Zack Weinberg ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
8537cb241d
|
Bug 451134 (1/2): switch to the official border-radius property names: purely mechanical changes. r=dbaron a2.0=blocking2.0:beta6
This was generated with the command:
LC_ALL=C grep -irlEZe '[-_]moz[-_]border[-_]radius([-_](top|bottom)(right|left))?' * | xargs -0 perl -pi -e \
's/-moz-border-radius-(top|bottom)(left|right)/border-${1}-${2}-radius/gi;
s/_moz_border_radius_(top|bottom)Right/border_${1}_right_radius/g;
s/_moz_border_radius_(top|bottom)Left/border_${1}_left_radius/g;
s/-moz-border-radius/border-radius/gi;
s/_moz_border_radius/border_radius/g;'
|
2010-09-09 08:21:47 -07:00 |
|
Justin Lebar
|
a771aa430a
|
Bug 592527 - runtest.py and runxpcshelltest.py should ignore ctrl-c when using an interactive debugger. r=ted, a=only-sorta-potb
|
2010-08-31 18:03:38 -07:00 |
|
Jonas Sicking
|
1a2c535e49
|
Test for bug 590812. r=jst a=test-only
|
2010-09-03 15:53:28 -07:00 |
|
Joel Maher
|
adaba45072
|
Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB
|
2010-08-26 14:47:28 -07:00 |
|
Clint Talbert
|
4fa6358e1b
|
Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
--HG--
extra : rebase_source : 01307f705ab07b7784401d69a53921b200544978
|
2010-08-25 14:03:44 -07:00 |
|
Joel Maher
|
fecae963b6
|
Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field
|
2010-08-25 11:47:39 -07:00 |
|
Justin Lebar
|
7dd9a1bb1f
|
merge backout
|
2010-08-24 15:51:34 -07:00 |
|
Justin Lebar
|
f4edc13523
|
Backed out changeset 2d57f5901aa2 (bug 576026). a=bustage
|
2010-08-24 15:41:14 -07:00 |
|
Joel Maher
|
8015553874
|
Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert
|
2010-08-24 10:29:34 -07:00 |
|
Edmund Wong
|
82c094d68f
|
Bug 576026 - runtests.py.in is an interpolated file and shouldn't be. r=ted, a=bsmedberg
--HG--
rename : testing/mochitest/runtests.py.in => testing/mochitest/runtests.py
|
2010-08-21 12:52:22 -07:00 |
|
Jonas Sicking
|
32a03526e0
|
Backout bugs 586754, 574189, 584611 due to orange. a=backout
|
2010-08-20 11:08:43 -07:00 |
|
Joel Maher
|
a6d440687b
|
Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB
|
2010-08-20 09:32:58 -07:00 |
|
Joel Maher
|
e3359fd310
|
Bug 574189 - Fix chrome tests so they can run from a .jar bundle (e10s, android) r=ctalbert a=NPOTB
|
2010-08-20 09:28:13 -07:00 |
|
Clint Talbert
|
ba84aeb40b
|
Bug 584611 - Correct mochitest test detection to search for test_* r=jmaher a=NPOTB
|
2010-08-20 08:27:58 -07:00 |
|
Dão Gottwald
|
33f6cd89a5
|
Backed out changeset 860c490eb849 (merge) a=backout
|
2010-08-24 16:01:38 +02:00 |
|
Dão Gottwald
|
31c0cd6c3f
|
Backed out changeset 860c490eb849
|
2010-08-24 15:59:35 +02:00 |
|
Gavin Sharp
|
5300943be2
|
Bug 589498: clean up browser test timing code, r=dtownsend, a=tests
|
2010-08-23 15:44:07 -07:00 |
|
Axel Hecht
|
8b79279b66
|
bug 589313, remove obsolete l10n tests, those are hosted elsewhere, details in the bug. r/a=sayrer, NPOTB
|
2010-08-23 10:08:50 +02:00 |
|
Karl Tomlinson
|
771130a3b7
|
use "Test timed out" so that automation.py detects the time out b=414049 r=gavin a=testing
--HG--
extra : rebase_source : 515c62bfe919ab0ec62bd916f2930ee0ec10f11e
|
2010-08-23 13:29:05 +12:00 |
|
Karl Tomlinson
|
35de8505a4
|
b=414049 dump screen on first mochitest time out (GTK) r=ted a=testing
--HG--
extra : rebase_source : bc550d298019baa44f719cdd2b88181ac9c670eb
|
2010-08-23 13:27:26 +12:00 |
|
Ted Mielczarek ext:(%20and%20Karl%20Tomlinson%20%3Ckarlt%2B%40karlt.net%3E)
|
8c69ee3b3b
|
Add a GDK/X11 screenshot to png utility b=414049 r=dbaron a=npotb
--HG--
extra : rebase_source : c73326cce47805fd5ce7cda7b8e51b5dda1e39a7
|
2010-08-23 12:11:43 +12:00 |
|
Gavin Sharp
|
d1d65206a3
|
Bug 477322: remove "Start new Session" button on about:sessionrestore. r=zpao, ui-r=faaborg
|
2010-06-16 15:51:04 -04:00 |
|
Michael Wu
|
05e8af311f
|
Bug 556644 - 10. Make windows installer locale repacks use the standard repacking path, r=rs,khuey a=blocking2.0
|
2010-08-12 21:36:16 -07:00 |
|
Dão Gottwald
|
1cc954af30
|
Bug 585361 - Handle requests for synchronously removing an already asynchronously closing tab. r=gavin
--HG--
extra : rebase_source : 6f9c8f691706b63e70c2fc0d91b115e8894d5e0a
|
2010-08-11 15:12:54 +02:00 |
|
Benjamin Smedberg
|
6c2eb3acea
|
Back out all of dgottwald's push from Wed Aug 11 05:04:25 2010 PDT because the tree is in a state of chaos and the push was obviously against tree rules.
|
2010-08-11 09:00:33 -04:00 |
|
Dão Gottwald
|
614ec4a44c
|
Bug 585361 - Handle requests for synchronously removing an already asynchronously closing tab. r=gavin
|
2010-08-11 14:02:49 +02:00 |
|
Dão Gottwald
|
df2276d3ef
|
temporary measure against infinite loop after browser_bug380960.js (bug 585361)
|
2010-08-10 10:48:20 +02:00 |
|
Dave Townsend
|
896637e0e2
|
Bug 585396: Log how long tests take to run. r=robcee
|
2010-08-09 13:54:23 -07:00 |
|
Benjamin Smedberg
|
7c3e8bf65e
|
Merge bug 579178 to mozilla-central. reviews by Mossop/khuey/jwalden/ted
|
2010-08-09 10:04:10 -04:00 |
|