Commit Graph

6401 Commits

Author SHA1 Message Date
Geoff Brown
3e990e689d Bug 1134245 - Improve formatting of devicemanager getInfo() data; r=bc 2015-02-27 13:15:00 -07:00
Julien Pagès
ec686d6b96 Bug 1066643 - [mozlog] Allow users of mozlog's command line options to exclude inappropriate log types. r=jgraham 2015-02-24 14:01:00 -05:00
Wes Kocher
81c5733880 Merge m-c to inbound a=merge CLOSED TREE 2015-02-26 18:52:43 -08:00
Wes Kocher
1a9b4ecf31 Merge b2g-inbound to m-c a=merge CLOSED TREE 2015-02-26 18:47:34 -08:00
Ted Mielczarek
f49c1644d7 bug 1137228 - use readline instead of iterator for reading mozprocess output. r=ahal 2015-02-26 15:16:59 -05:00
Ryan VanderMeulen
954fed6c3e Merge m-c to b2g-inbound. a=merge 2015-02-26 13:12:51 -05:00
Henrik Skupin
7bc82e2504 Bug 1124667 - Release marionette-driver 0.2 and marionette-client 0.9. r=automatedtester, a=testonly DONTBUILD 2015-02-26 13:22:10 +01:00
Carsten "Tomcat" Book
597ecb080f Merge mozilla-central to b2g-inbound 2015-02-26 12:09:46 +01:00
Carsten "Tomcat" Book
d3cf32e154 merge fx-team to mozilla-central a=merge 2015-02-26 12:00:41 +01:00
Wander Lairson Costa
d3da5ada91 Bug 1136631: Add flame-kk build from b2g-inbound repo. 2015-02-26 07:42:03 -03:00
Wander Lairson Costa
eee56f4d55 Bug 1112260: Add flame-kk build from cypress repo. 2015-02-26 07:40:29 -03:00
Wes Kocher
478cf9bc98 Merge m-c to fx-team a=merge 2015-02-25 17:54:05 -08:00
Anish Chandran
215f8ebc47 Bug 1135383 - Convert Marionette unit tests to use SpecialPowers.pushPrefEnv. r=jmaher, r=mwargers 2015-02-25 19:31:36 +01:00
Nathan Froyd
b43a2b110d Bug 1136700 - enable tweaking of the maximum number of timeouts for mochitests; r=jmaher
When running tests locally, it's occasionally useful to be able to
increase the number of tests permitted to timeout before declaring the
test run a failure.  This patch adds the necessary bits to SimpleTest
and the appropriate amount of plumbing to runtests.py and mach to make
that so.
2015-02-25 09:23:54 -05:00
Geoff Brown
df465ed230 Bug 1137289 - Guard against dumpsys failure in DroidADB; r=jmaher 2015-02-26 14:56:48 -07:00
Geoff Brown
13732aa60f Bug 1084614 - Improve error message on bind failure in ssltunnel; r=ted 2015-02-26 14:56:47 -07:00
Jean-Yves Avenard
f54b6683e5 Bug 1096089: Make end argument an unrestricted double as per spec. r=cajbir r=bholley
Also, test for updating value before testing for duration and start, as per
spec: http://w3c.github.io/media-source/#widl-SourceBuffer-remove-void-double-start-unrestricted-double-end
2015-02-25 20:35:44 +11:00
Nicholas Hurley
cf652ea015 Bug 1136361 - update node-http2 on ci. rs=mcmanus 2015-02-26 11:00:38 -08:00
James Graham
6038f5819e Bug 1076786 - Fix some broken wpt metadata on OSX, r=try 2015-02-26 17:31:03 +00:00
Gabor Krizsanits
dbcdf470fd Bug 1134981 - Quick fix in registerElement. r=bz 2015-02-26 15:20:37 +01:00
Carsten "Tomcat" Book
25bbd3e036 Merge mozilla-central to mozilla-inbound 2015-02-26 12:05:38 +01:00
Henrik Skupin
5ed275adba Bug 1124667 - Release marionette-driver 0.2 and marionette-client 0.9. r=automatedtester DONTBUILD 2015-02-26 11:08:22 +01:00
Julien Pagès
339824172c Bug 794984 - [mozprocess] Add ability to separate stderr from stdout. r=ahal
A new parameter called 'processStderrLine' is added. When specified, stdout gets processed by the
'processOutputLine' callbacks and stderr is processed by the 'processStderrLine' callbacks. When
not specified, stderr is redirected to stdout which is the same default behaviour.

A side effect of this is that mozprocess now uses three threads to process output. One thread each
for stdout and stderr that reads output lines and stores them in a Queue as fast as possible, this
makes sure there is no blocking in stdout.write(). A third thread executes the callbacks.
2015-02-23 07:39:00 -05:00
Mike Shal
40d1b3598f Bug 1135681 - Bump mozharness rev; r=jlund 2015-02-24 16:18:23 -05:00
Valentin Gosu
3de704d5e7 Bug 1123920 - requestStart timestamp is before connectEnd when using persistent connections r=mcmanus 2015-02-25 20:23:35 +02:00
Carsten "Tomcat" Book
9d6a8646ac Merge mozilla-central to mozilla-inbound 2015-02-25 12:09:30 +01:00
Carsten "Tomcat" Book
6ae1b98d2e merge mozilla-inbound to mozilla-central a=merge 2015-02-25 12:05:55 +01:00
David Burns
f61ddf3588 Bug 1107336: Create Marionette Driver containining all of the automation API code; r=jgriffin 2015-02-23 15:31:00 +00:00
David Burns
6cd28627f6 Bug 1107336: update marionette client runners to use the new marionette driver; r=jgriffin 2015-02-23 15:23:16 +00:00
David Burns
816db5d90b Bug 1107336: Update marionette unit tests to use new marionette driver; r=jgriffin 2015-02-23 14:46:40 +00:00
David Burns
e328f77205 Bug 1107336: update build and test targets to use new marionette driver; r=jgriffin 2015-02-23 14:45:50 +00:00
Chris Manchester
d56b851467 Bug 1136378 - Use a browser's outerWindowId property rather than a CPOW to identify marionette's content listeners.;r=mconley 2015-02-24 15:52:52 -08:00
James Graham
20bb1641e3 Bug 1136398 - Update to latest wptrunner, a=testonly 2015-02-24 22:08:47 +00:00
Andrew McCreight
70d5a0bb34 Bug 1073352, part 1 - Make the DOMWINDOW and DOCSHELL leak detector work with e10s. r=jmaher
This reworks how the Mochitest DOMWINDOW and DOCSHELL leak detector works. Rather than
collecting immediately in the top-level script, it sends a message to all processes
telling them to carry out collections. Each process prints out a message when it has
finished the collections. This message is used by the test harness to decide when windows
and docshells for that process should be have been destroyed.

In non-e10s mode, the shutdown leak detector is only run in the parent process, to work
around various issues with leak detection in the thumbnail process tests.
2015-02-24 13:00:54 -08:00
Wes Kocher
d2a6a65b85 Merge m-c to b2g-inbound a=merge CLOSED TREE 2015-02-24 15:43:10 -08:00
jlal@mozilla.com
82329ddf66 Bug 1132676 - Add support for try appearning anywhere in commit r=garndt 2015-02-23 22:22:48 -08:00
jlal@mozilla.com
a294d39a29 Bug 1136026 - Ensure ccache has enough space and is tied to specific caches r=wcosta 2015-02-24 00:36:39 -08:00
jlal@mozilla.com
e9219b6983 Bug 1136020 - Update try decision task to use cache and more recent version of builder r=garndt 2015-02-23 21:54:42 -08:00
jlal@mozilla.com
5bcf0f9e08 Bug 1131157 - Add buildbot lines to mulet/b2g-desktop/emulator r=wcosta 2015-02-23 21:50:39 -08:00
jlal@mozilla.com
968057b057 Bug 1132562 - Use workspace directory so autoclobber can function with caches r=wcosta
- Move builder scripts into tree proper instead of baked into docker images
2015-02-24 08:26:48 -08:00
Giovanny Andres Gongora Granada
16219e8061 Bug 1118298 - Client uses unknown command property session_id. r=ato 2015-02-22 14:42:00 -05:00
Gabor Krizsanits
6ec9b858ac Bug 1109007 - Adding htmlimports.enabled pref flag. r=wchen 2015-02-23 13:06:28 +01:00
Nikhil Marathe
3abd3e1e84 Bug 1085283 - Update web-platform-tests expected data. r=jgraham 2015-02-21 14:08:56 -08:00
William Lachance
34a33d730b Bug 1135255 - Fix mozdevice tempfile handling on Windows. r=gbrown 2015-02-23 10:56:50 -05:00
Giovanny Andres Gongora Granada
34228cf946 Bug 1133718 - By class misses constant for 'anon attribute'. r=Automatedtester 2015-02-23 07:16:00 +01:00
Alessio Placitelli
45327633a8 Bug 1111022 - Tests for the SelfSupport backend. r=gfritzsche 2015-01-09 11:18:00 +01:00
Boris Kudryavtsev
3415e69949 Bug 1131763 - Remove dead constants in marionette.py. r=dburns
--HG--
extra : histedit_source : 99628655734ccad29e23d1aa34b1e7a05f6a4097
2015-02-19 18:30:00 -05:00
Joshua Cranmer
184700fa33 Bug 1054308 - Add mozmill tests to the mozharness configurations for Thunderbird, r=ted 2015-02-20 20:48:29 -06:00
Chris Manchester
3b07cf067f Bug 1125377 - Store window ids in a weak map keyed by browser objects to prevent attempts to access dead windows in marionette's getWindowHandles.;r=jgriffin 2015-02-05 11:58:53 -08:00
Bill McCloskey
aa2a1135c0 Bug 1128798 - [e10s] Make a version of nsIContentPolicy that doesn't pass the node as a parameter (r=mrbkap,tanvi,ckerschb)
--HG--
rename : dom/base/nsIContentPolicy.idl => dom/base/nsIContentPolicyBase.idl
2015-02-20 08:54:12 -08:00