Nick Alexander
ecc3c7893d
Bug 874132 - Part 3: Replace uses of apkbuilder with zip and custom debug signing tool. r=jmaher
...
--HG--
extra : rebase_source : cf6601c6591921397f96fd1011db43de962ee8ed
2013-06-18 09:25:16 -07:00
Joel Maher
ddb5efa55d
Bug 883894 - upload a new talos.zip to capture tscroll and tsvg fixes. r=kmoir
2013-06-18 09:59:20 -04:00
Bob Owen
208ef70500
Tests for bug 838692 - Navigating named targets from sandboxed iframes. (r=imelven)
2013-04-29 19:26:43 +01:00
Jeff Hammel
12a4914963
Bug 877733 - bump mozinfo, mozprocess, mozdevice, mozinstall version and mirror to m-c;r=jmaher
2013-06-17 13:23:38 -07:00
Andrew Halberstadt
e019ff186d
Bug 882461 - add mozbase packages to sys.path in automation, r=jhammel
2013-06-17 13:22:39 -07:00
Martijn Wargers
7504c1d16d
Bug 880310 - Add some pushPrefEnv tests. r=jmaher
2013-06-15 01:21:57 +02:00
Gavin Sharp
3643b2bfb7
Bug 883634: merge harness-overlay.xul into overlay.xul, r=jmaher
...
--HG--
extra : transplant_source : SO%03%F2n%FD%91%1C%1E%05%0C%BE%284%EE%1E%93%91%E5%7B
2013-06-17 14:00:10 -04:00
Gavin Sharp
354f38240f
Bug 883314 part 4: use the chunking code for mochitest-browser-chrome, r=jmaher
...
--HG--
extra : transplant_source : E%26%86p%E0%14%99Jb%19%A8%A8%D9%23%7E%9EiH%DBf
2013-06-16 11:26:31 -04:00
Gavin Sharp
8cbb355be2
Bug 883314 part 3: adjust refactored chunking code to deal with mochitest-browser-chrome and mochitest-chrome file paths, r=jmaher
...
--HG--
extra : transplant_source : %ED%E7%ED%EEs%C5.%A0%FE%3ECEI60%A4h%C2%11Y
2013-06-16 11:22:48 -04:00
Gavin Sharp
87cca80e90
Bug 883314 part 2: refactor mochitest chunking code to be re-used for mochitest-browser-chrome, r=jmaher
...
--HG--
extra : transplant_source : %0A%C3%7F%B7%CFL%AD%2C%A2Y%5D51%AF%19%C1%C8%C5%5B%07
2013-06-16 11:19:47 -04:00
Gavin Sharp
a13d5901ef
Bug 883314 part 1: simplify code, r=jmaher
...
--HG--
extra : transplant_source : J%AA%8D%F0%3B%AFi%00%18i%ABY%A0%24E%C6Ok%E4T
2013-06-16 11:15:17 -04:00
Felipe Gomes
9411542af5
Bug 880555 - Fix --test-manifest option for non mochitest-plain. r=jmaher
2013-06-17 19:04:04 +02:00
Phil Ringnalda
7741fb273a
Back out 02fad60002a9 (bug 811404) for PGO bustage
...
CLOSED TREE
2013-06-14 21:35:27 -07:00
Martijn Wargers
e3e6352d56
Bug 883094 - Fix some test files that don't unset their prefs correctly. r=jgriffin
2013-06-15 00:33:47 +02:00
Dan Minor (dminor@mozilla.com)
3d36dc133c
Bug 811404 - Include C++ unit tests and harness in test package. r=ted
2013-06-14 13:07:34 -04:00
Gregory Szorc
7295431f2f
Bug 883205 - Add mozsystemmonitor to mozbase; r=ahal
2013-06-14 15:15:58 -07:00
Joey Armstrong
2145ef4142
bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (file batch #1 ) r=mshal
2013-06-14 14:07:19 -04:00
Dave Hunt
139b1a2fbe
Bug 879683 - Allow MarionetteTestResult and MarionetteTextTestRunner to be subclassed. r=jgriffin
2013-06-14 13:21:29 -04:00
Benoit Girard
e62840918c
Bug 844852 - Run GTest on make check. r=ted
...
--HG--
extra : rebase_source : dabb338ee02acf390dabf1cda8ed6d89f8857fdf
2013-04-25 13:56:43 -04:00
Phil Ringnalda
13f6e70c92
Back out b06b9c8b19a3 (bug 873149) for turning every Android mochitest orange
2013-06-13 19:56:09 -07:00
Martijn Wargers
117ad2164c
Bug 873149 - Report the slowest test in mochitest. r=ted
2013-06-14 02:03:48 +02:00
Ryan VanderMeulen
aae450e380
Backed out changeset eb8b971070eb (bug 844852) for checktest failures.
...
CLOSED TREE
2013-06-13 18:37:50 -04:00
Benoit Girard
ad9039ce79
Bug 844852 - Run GTest on make check. r=ted
2013-04-25 13:56:43 -04:00
Jonathan Griffin
c8e0455215
Bug 881601 - Don't close the listener if it was never opened, r=wlach
2013-06-13 10:04:48 -07:00
Geoff Brown
d39de3bdb8
Bug 876456 - (3) Tweak dumpsys command in adb getTopActivity; r=blassey
2013-06-13 08:24:43 -06:00
Benoit Girard
945cb3c483
Bug 844288 - Dual link libxul.so and libxul-unit.so and replace enable-gtest by enable-test r=ted,glandium
...
- Remove enable GTest
- Add a general target to create gtestxul
- Update mach target
- Run GTest from make check
--HG--
rename : gfx/2d/unittest/GTestMain.cpp => gfx/tests/gtest/TestMoz2D.cpp
rename : gfx/layers/TestTiledLayerBuffer.cpp => gfx/tests/gtest/TestTiledLayerBuffer.cpp
extra : rebase_source : 862c39b9145328c8e9f85ae9d1963af374af76f1
2013-03-11 14:47:40 -04:00
Geoff Brown
c60f3fd092
Bug 876456 - (2) Raise an exception if adb getTopActivity fails; r=jmaher
2013-06-12 13:27:57 -06:00
Geoff Brown
f038c62d0d
Bug 876456 - Allow for alternate dumpsys output in adb getTopActivity; r=jmaher
2013-06-12 13:27:55 -06:00
Joshua Cranmer
896ab9bb65
Bug 869635 - Eliminate the xpcshell master manifest, r=gps.
2013-06-12 07:27:17 -05:00
Martin Stransky
3399b67572
Bug 877626 - Port GTK2 to GTK3 - build config, rest of the tree. r=karlt
2013-06-12 08:04:28 -04:00
William Lachance
0c750c1b5b
Bug 797529 - Remove dependence on debugger server, r=jgriffin
2013-05-14 16:54:07 -04:00
Jonathan Griffin
d2b6999531
Bug 797529 - Make SpecialPowers compatible with B2G compartment sharing, r=khuey
2013-05-31 16:58:58 -07:00
Ed Morley
77f18862e2
Merge latest green birch changeset and mozilla-central
2013-06-10 10:06:11 +01:00
Chuck Lee
4b958fd913
Bug 853715 - 0001. Create DOM skeletion for WAP Push. r=vicamo
2013-06-04 14:39:51 +08:00
Jared Wein
4fa2ec7687
Bug 880573 - Remove duplication between do_report_result and _do_check_neq. r=ted
2013-06-07 12:44:00 -04:00
Jared Wein
715dea6464
Bug 880568 - _do_check_eq/_do_check_neq/do_print should put double-quotes around argument if the typeof argument is 'string'. r=ted
2013-06-07 12:43:48 -04:00
Jonathan Griffin
3cb81d0925
Backout adc90bff145f for bustage (Bug 797529)
2013-06-06 17:27:45 -07:00
Jonathan Griffin
16bcbf24dc
Backout 36b68f9e4e04 for bustage (Bug 797529)
2013-06-06 17:26:39 -07:00
William Lachance
59f38a4301
Bug 797529 - Remove dependence on debugger server, r=jgriffin
...
--HG--
rename : testing/marionette/marionette-actors.js => testing/marionette/marionette-server.js
2013-05-14 16:54:07 -04:00
Jonathan Griffin
eae694dedc
Bug 797529 - Make SpecialPowers compatible with B2G compartment sharing, r=khuey
2013-06-06 16:11:58 -07:00
Malini Das
c388ef25db
Bug 880280 - gestures should be part of the marionette-client, r=davehunt
2013-06-06 13:11:43 -04:00
Malini Das
e551ace597
Bug 823222 - We should check the host/port before running tests, r=mdas
2013-06-06 11:10:15 -04:00
Malini Das
b0f0f4cfb1
Bug 880034 - Typo in --timeouts help message, r=jgriffin
2013-06-06 10:15:29 -04:00
Mathieu Bultel
4e9196b791
Bug 763483 - navigate() does not wait for DOM readystate == complete, r=mdas
2013-06-05 08:59:05 +02:00
Ted Mielczarek
6437406700
bug 746244 - Port profileserver.py to Mozbase. r=jhammel
...
--HG--
rename : build/pgo/genpgocert.py.in => build/pgo/genpgocert.py
2013-05-28 15:33:57 -04:00
Bobby Holley
03e356bde0
Bug 877478 - Fix tests that depend on creating verboten instances in content. r=mrbkap
...
XPConnect generally throws when trying to create instances of non-DOM objects
in content. Due to some bugs this has historically worked in certain cases, but
we're fixing those now. So we need to fix the tests that do this sort of thing.
2013-06-04 19:56:42 -07:00
Bobby Holley
5d40948d93
Bug 877478 - Have SpecialPowers.addObserver modify the observe callback to wrap arguments. r=mrbkap
...
|subject| is quite often an XPCOM object that's not accessible to content.
2013-06-04 19:56:42 -07:00
Bobby Holley
e25d18342e
Bug 877478 - Add a SpecialPowers API for wrapping callbacks and callback objects. r=mrbkap
2013-06-04 19:56:41 -07:00
Jonathan Griffin
f9e53d94d2
Bug 879492 - Add a B2GBuild class to Marionette, r=aki
2013-06-04 16:48:50 -07:00
Ryan VanderMeulen
fa7156a6ca
Backed out changeset 0fbef2fd43e0 (bug 877733) for test bustage on a CLOSED TREE.
2013-06-04 14:23:29 -04:00