Commit Graph

6273 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
fbdef879d2 merge mozilla-inbound to mozilla-central a=merge 2015-01-22 14:30:51 +01:00
Wes Kocher
f268e3c716 Merge m-c to fx-team a=merge 2015-01-21 16:28:27 -08:00
J. Ryan Stinnett
45cb0d2821 Bug 1123945 - Fix --no-autorun harness option. r=jmaher 2015-01-21 15:22:16 -06:00
Andreas Pehrson
93b51f6cac Bug 992685 - Part 4. Fix wpt expectancies wrt onresize being a global event handler. r=smaug 2015-01-20 22:07:00 +01:00
Carsten "Tomcat" Book
a2f9315326 merge mozilla-inbound to mozilla-central a=merge 2015-01-21 14:21:49 +01:00
Geoff Brown
875d20f5be Bug 1123443 - Add in-tree test configuration for Android 4.4 emulator unit tests; r=armenzg 2015-01-21 09:26:38 -07:00
Markus Stange
8f8e24c41b Bug 1123852 - Update talos.json in order to pick up bug 1119780 and bug 1121571. Also, actually use e10s for the *-snow-e10s tests. r=jmaher 2015-01-21 11:09:00 -05:00
Carsten "Tomcat" Book
3823a536a2 Backed out changeset c197752ff132 (bug 1107337) for fixing mn bustage on a CLOSED TREE 2015-01-21 16:46:54 +01:00
Carsten "Tomcat" Book
6ac5c09770 Backed out changeset c886cd910936 (bug 1107336)
--HG--
rename : testing/marionette/driver/marionette_driver/application_cache.py => testing/marionette/client/marionette/application_cache.py
rename : testing/marionette/driver/marionette_driver/by.py => testing/marionette/client/marionette/by.py
rename : testing/marionette/driver/marionette_driver/date_time_value.py => testing/marionette/client/marionette/date_time_value.py
rename : testing/marionette/driver/marionette_driver/decorators.py => testing/marionette/client/marionette/decorators.py
rename : testing/marionette/driver/marionette_driver/errors.py => testing/marionette/client/marionette/errors.py
rename : testing/marionette/driver/marionette_driver/expected.py => testing/marionette/client/marionette/expected.py
rename : testing/marionette/driver/marionette_driver/geckoinstance.py => testing/marionette/client/marionette/geckoinstance.py
rename : testing/marionette/driver/marionette_driver/gestures.py => testing/marionette/client/marionette/gestures.py
rename : testing/marionette/driver/marionette_driver/keys.py => testing/marionette/client/marionette/keys.py
rename : testing/marionette/driver/marionette_driver/marionette.py => testing/marionette/client/marionette/marionette.py
rename : testing/marionette/driver/marionette_driver/selection.py => testing/marionette/client/marionette/selection.py
rename : testing/marionette/driver/marionette_driver/wait.py => testing/marionette/client/marionette/wait.py
2015-01-21 16:12:13 +01:00
Carsten "Tomcat" Book
a34e998db6 Backed out changeset 3c3d31607785 (bug 1107336) 2015-01-21 16:11:55 +01:00
Carsten "Tomcat" Book
15cd83bcf5 Backed out changeset 805dce7ae79f (bug 1107336) 2015-01-21 16:11:42 +01:00
Carsten "Tomcat" Book
8baf30102c Backed out changeset 6aca01a96d37 (bug 1107336) 2015-01-21 16:11:28 +01:00
Carsten "Tomcat" Book
b038666e4a Backed out changeset 5a2e085824ae (bug 1107336) 2015-01-21 16:10:57 +01:00
Carsten "Tomcat" Book
7137cb17aa Backed out changeset 3c4e0437ace5 (bug 1107336) 2015-01-21 16:10:44 +01:00
Carsten "Tomcat" Book
87ad8029de Backed out changeset 4ac07f1f2998 (bug 1107336) 2015-01-21 16:10:27 +01:00
David Burns
28f424d90b Bug 1107336: update Marionette-Client dependencies to include marionette driver; r=jgriffin
--HG--
extra : rebase_source : 36c159f68debeae4f442035233a90919b06d43b1
2015-01-21 00:32:24 +00:00
David Burns
07a8a918ec Bug 1107336: Update imports for loop tests; r=jgriffin
--HG--
extra : rebase_source : 5bcb1d7f8585033618197eed259688e034361d75
2015-01-16 15:13:26 +00:00
David Burns
19f70f4fb9 Bug 1107336: selection tests imports for marionette; r=jgriffin
--HG--
extra : rebase_source : 807b6f129b932445da3355b11bd3c7ff569c852e
2015-01-09 21:42:06 +00:00
David Burns
f30ab30a20 Bug 1107336: Update imports to new Marionette Driver from runner; r=jgriffin
--HG--
extra : rebase_source : 5c91d5a35bf2707a04cb5b65acfb1a9688f2f3ac
2015-01-05 21:51:03 +00:00
David Burns
9687636fa5 Bug 1107336: update tests not covered by manifest for when they are ready; r=jgriffin
--HG--
extra : rebase_source : 88ec67c56d415ba716a4b062a549732f03868b2d
2014-12-11 15:56:44 +00:00
David Burns
be2083e5ac Bug 1107336: Update testsuite targets to make sure MarionetteDriver is available; r=jgriffin
--HG--
extra : rebase_source : 25ec9270b94e4cae73466888a5aa7235b2eebfd2
2014-12-10 23:54:15 +00:00
David Burns
79f2d9d1f3 Bug 1107336: Move marionette code for driving the browser out of the runner; r=jgriffin
--HG--
rename : testing/marionette/client/marionette/application_cache.py => testing/marionette/driver/marionette_driver/application_cache.py
rename : testing/marionette/client/marionette/by.py => testing/marionette/driver/marionette_driver/by.py
rename : testing/marionette/client/marionette/date_time_value.py => testing/marionette/driver/marionette_driver/date_time_value.py
rename : testing/marionette/client/marionette/decorators.py => testing/marionette/driver/marionette_driver/decorators.py
rename : testing/marionette/client/marionette/errors.py => testing/marionette/driver/marionette_driver/errors.py
rename : testing/marionette/client/marionette/expected.py => testing/marionette/driver/marionette_driver/expected.py
rename : testing/marionette/client/marionette/geckoinstance.py => testing/marionette/driver/marionette_driver/geckoinstance.py
rename : testing/marionette/client/marionette/gestures.py => testing/marionette/driver/marionette_driver/gestures.py
rename : testing/marionette/client/marionette/keys.py => testing/marionette/driver/marionette_driver/keys.py
rename : testing/marionette/client/marionette/marionette.py => testing/marionette/driver/marionette_driver/marionette.py
rename : testing/marionette/client/marionette/selection.py => testing/marionette/driver/marionette_driver/selection.py
rename : testing/marionette/client/marionette/wait.py => testing/marionette/driver/marionette_driver/wait.py
extra : rebase_source : 4fa2501172cc1dedf20e2f236b32fe3bbfc30b4f
2014-12-09 20:33:03 +00:00
David Burns
54d0aaf618 Bug 1107337: Update Marionette unit tests to use Marionette Driver modules; r=jgriffin
--HG--
extra : rebase_source : db859b19823fa6b05fe5f529458584f571e4e21d
2014-12-09 20:17:56 +00:00
Carsten "Tomcat" Book
78e41630e4 Merge mozilla-central to mozilla-inbound 2015-01-21 14:32:34 +01:00
James Graham
1e8333dd1a Bug 1121563 - Setup environment for certutil correctly when running wpt on OSX, r=ted 2015-01-21 11:46:44 +00:00
Ryan VanderMeulen
b56153f256 Merge m-c to fx-team. a=merge 2015-01-20 22:16:53 -05:00
Ryan VanderMeulen
3caae91751 Backed out changeset 675a7c4287a5 (bug 1123852) xperf permafail. 2015-01-20 17:23:05 -05:00
Matthew Noorenberghe
9daab10845 Bug 1098629 - Support the retry button on the error bar in more cases. r=pkerr
--HG--
extra : rebase_source : 5bc2f0bc1d57ae94a87134080395042364060dc4
2015-01-20 16:12:30 -08:00
Phil Ringnalda
3a4450c087 Merge b-i to m-c, a=merge 2015-01-19 18:36:55 -08:00
Ehsan Akhgari
ad89cf8ff2 Merge m-c into b2g-inbound 2015-01-19 14:35:38 -05:00
Fernando Jimenez
d48b684909 Bug 1097928 - Convert MozPaymentProvider to WebIDL. r=bholley,fabrice 2015-01-19 14:50:32 +01:00
Phil Ringnalda
3974bffbb7 Merge b-i to m-c, a=merge 2015-01-17 13:06:16 -08:00
Wes Kocher
adad8db983 Merge m-c to b2g-inbound a=merge 2015-01-16 18:07:28 -08:00
Bill McCloskey
cb8c3ea750 Backout bug 1118618 on a CLOSED TREE 2015-01-16 14:46:05 -08:00
Fabrice Desré
ff4dd4c94a Bug 1113779 - UserCustomizations.jsm spams desktop mochitest test logs r=mccr8 2015-01-16 14:16:03 -08:00
Chris Manchester
a9696ebf44 Bug 1117906 - Skip test_accessibility.py b2g as long as it's consistently failing. r=yzen 2015-01-16 16:18:23 -05:00
Jed Davis
b1e2cca6ca Bug 1121663 - Don't auto-wrap chrome->content messages in SpecialPowers.loadChromeScript. f=ochameau rs=ted
--HG--
extra : amend_source : 70fecad653547bf1ec5d793e89cfc03b430fc619
2015-01-16 13:40:46 -08:00
Wes Kocher
69de67fea0 Merge fx-team to m-c a=merge 2015-01-15 17:06:55 -08:00
Joel Maher
4aaf60ae9d Bug 1041500 - Enable run-by-dir mode for mochitest-devtools. r=RyanVM
CLOSED TREE
2015-01-15 10:00:00 -05:00
Andrea Marchesini
197c8d6c14 Bug 1121472 - BroadcastChannel is now supported in Webplatform-tests, r=bz 2015-01-15 16:58:42 +00:00
Brian Smith
ea66053341 Bug 1119776, Part 7: Avoid defining snprintf when MSVC provides it (other), r=bsmedberg
--HG--
extra : rebase_source : 3fc7e4e83f57252e15cf32846f23e497f8532ea5
2015-01-08 22:35:33 -08:00
Bill McCloskey
f6534c08fb Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent) 2015-01-16 18:34:47 -08:00
Jeremy Chen
1f8944213d Bug 1110917 - Part 3 - Remove HTMLElement.location usage in selection.py. r=dburns 2015-01-05 13:34:24 +08:00
Ryan VanderMeulen
67013c18b6 Merge m-c to inbound. a=merge 2015-01-14 16:32:58 -05:00
Ryan VanderMeulen
85f72d42db Merge b2g-inbound to m-c. a=merge 2015-01-14 16:26:57 -05:00
Gregor Wagner
228f7e0dbd Backout bug 1110917 for Gij red. r=me 2015-01-14 11:26:01 -08:00
Andrew McCreight
3c93da871a Bug 1121263 - Increase tab process leak threshold on OSX to paper over intermittent leak. r=jmaher 2015-01-14 10:06:46 -08:00
Chris Manchester
8473d61d23 Bug 1120630 - Skip tests failing with e10s enabled.;r=jgriffin 2015-01-13 21:27:26 -05:00
Chris Manchester
7059c5b81b Bug 1120630 - Add --e10s to turn on electrolysis for marionette tests.;r=jgriffin 2015-01-13 21:27:25 -05:00
Jonathan Griffin
d79b0ce885 Bug 1116187 - Add in-tree config for B2G mochitest-chrome, r=gbrown 2015-01-13 16:31:41 -08:00