Commit Graph

4185 Commits

Author SHA1 Message Date
Ryan VanderMeulen
1ac93c7ad5 Merge m-c to inbound. 2014-01-22 15:55:49 -05:00
Ryan VanderMeulen
115fb3f090 Merge inbound to m-c. 2014-01-22 15:15:22 -05:00
Ryan VanderMeulen
f248b33b63 Merge b2g-inbound to m-c. 2014-01-22 14:59:24 -05:00
Andreas Tolfsen
8186f23261 Bug 958024 - Wrap last exception from Marionette's Wait in TimeoutException. r=davehunt, r=mdas 2014-01-22 12:24:49 -05:00
JW Wang
0d73da1798 Bug 916135 - Part 3: Enable mochitests. r=padenot 2014-01-22 19:05:42 +08:00
Andreas Tolfsen
acd1fd0eeb Bug 961792 - Break iteration when browser is found. r=mdas
The iteration used to look up the current window's server-assigned
unique identifier in Marionette continues after the response has been
sent.  This is unnecessary and a potential synchronization problem
because the client only expects a single response.
2014-01-21 13:31:32 -05:00
Andreas Tolfsen
cca4fe0a18 Bug 941132 - getElementPosition not matching webdriver command. r=dburns 2014-01-22 14:04:04 -05:00
Andreas Tolfsen
bce6fbe347 Bug 941136 - getUrl not matching webdriver command getCurrentUrl. r=dburns 2014-01-21 13:31:31 -05:00
Honza Bambas
bb82d984bf Bug 961147 - Easy way to get NSPR logs from tryserver mochitests, r=ted 2014-01-22 18:54:49 +01:00
Wes Kocher
8821f00cbd Merge m-c to b2g-inbound 2014-01-21 17:36:55 -08:00
Michael Henretty
9c5c042127 Bug 960762 - Disable intermittent notification tests. r=gwagner 2014-01-22 09:23:30 +08:00
Ryan VanderMeulen
a36d197fc7 Backed out 3 changesets (bug 941132, bug 941136, bug 961792) for breaking the Marionette harness. CLOSED TREE
Backed out changeset 301044380886 (bug 961792)
Backed out changeset 236a56500ef3 (bug 941132)
Backed out changeset 02130207774e (bug 941136)
2014-01-21 14:47:41 -05:00
Andreas Tolfsen
5ed04bbfd0 Bug 961792 - Break iteration when browser is found. r=mdas
The iteration used to look up the current window's server-assigned
unique identifier in Marionette continues after the response has been
sent.  This is unnecessary and a potential synchronization problem
because the client only expects a single response.
2014-01-21 13:31:32 -05:00
Andreas Tolfsen
fe855f06e6 Bug 941132 - getElementPosition not matching webdriver command. r=dburns 2014-01-21 13:31:31 -05:00
Andreas Tolfsen
1864d067bf Bug 941136 - getUrl not matching webdriver command getCurrentUrl. r=dburns 2014-01-21 13:31:31 -05:00
Andreas Tolfsen
b6d66fdc65 Bug 941140 - getWindow not matching webdriver command. r=dburns 2014-01-21 11:40:20 -05:00
Andreas Tolfsen
7b55bb5555 Bug 941129 - Fix getAllCookies not matching WebDriver command. r=dburns
The protocol command getAllCookies remains for backwards compatibility.
2014-01-21 11:40:20 -05:00
William Lachance
51856d78dc Bug 961874 - Python client should delete marionette session in cleanup(). r=mdas 2014-01-22 10:44:26 -05:00
Phil Ringnalda
188240f2f7 Bug 923329 - Disable test_readonly.html and test_oop.html on debug emulator for frequent timeouts 2014-01-20 12:24:50 -08:00
Phil Ringnalda
4909dbb354 Bug 960922 - Disable test_uninstall_errors.html on debug emulator for frequent timeouts 2014-01-20 12:20:52 -08:00
Phil Ringnalda
607330e4ee Bug 961107 - Disable test_certifiedApp.html on debug emulator for frequent timeouts 2014-01-20 12:04:57 -08:00
Ms2ger
3268cf5e76 Bug 955866 - Remove peptest remnants; r=ted 2014-01-20 08:58:25 +01:00
Ryan VanderMeulen
32e08fe628 Merge m-c to inbound. 2014-01-17 15:17:49 -05:00
Ryan VanderMeulen
b989384c30 Merge b2g-inbound to m-c. 2014-01-17 15:04:32 -05:00
Carsten "Tomcat" Book
abc78abdd1 Merge mozilla-central to b2g-inbound 2014-01-17 11:06:46 +01:00
Andrew Halberstadt
0d5e772b65 Bug 960375 - Marionette runner should pass mozinfo.info into manifestparser, r=mdas 2014-01-17 12:42:40 +08:00
Andrew Halberstadt
a74516a26e Bug 957768 - Fix mochitest no summary error when --hide-subtests is used, r=jmaher 2014-01-17 11:26:31 +08:00
Andreas Tolfsen
4e17ecd5d6 Bug 941102 - Fix closeWindow not matching WebDriver command close. r=dburns
The closeWindow request type name has been left for backwards
compatibility.
2014-01-17 10:03:43 -05:00
Andreas Tolfsen
1b83765c7d Bug 936044 - Fix wrong license header for Marionette atoms. r=dburns
The atoms come licensed under the Apache 2.0 License from the Selenium
project.
2014-01-17 10:03:43 -05:00
Chris Peterson
307f1d6f78 Bug 960416 - Always use JIT hardening. r=luke
--HG--
extra : rebase_source : ae9e635eac09044f05fea9ad27ab52bb888c703e
2013-12-25 00:21:59 -08:00
Edgar Chen
4b46b11b47 Bug 956655 - Part 1: Move MobileConnection related files to dom/mobileconnection. r=smaug,khuey
--HG--
rename : dom/network/interfaces/nsIDOMMobileConnection.idl => dom/mobileconnection/interfaces/nsIDOMMobileConnection.idl
rename : dom/network/interfaces/nsIMobileConnectionProvider.idl => dom/mobileconnection/interfaces/nsIMobileConnectionProvider.idl
rename : dom/network/tests/marionette/manifest.ini => dom/mobileconnection/tests/marionette/manifest.ini
rename : dom/network/tests/marionette/test_call_barring_change_password.js => dom/mobileconnection/tests/marionette/test_call_barring_change_password.js
rename : dom/network/tests/marionette/test_call_barring_get_option.js => dom/mobileconnection/tests/marionette/test_call_barring_get_option.js
rename : dom/network/tests/marionette/test_call_barring_set_error.js => dom/mobileconnection/tests/marionette/test_call_barring_set_error.js
rename : dom/network/tests/marionette/test_mobile_connections_array_uninitialized.js => dom/mobileconnection/tests/marionette/test_mobile_connections_array_uninitialized.js
rename : dom/network/tests/marionette/test_mobile_data_connection.js => dom/mobileconnection/tests/marionette/test_mobile_data_connection.js
rename : dom/network/tests/marionette/test_mobile_data_location.js => dom/mobileconnection/tests/marionette/test_mobile_data_location.js
rename : dom/network/tests/marionette/test_mobile_data_state.js => dom/mobileconnection/tests/marionette/test_mobile_data_state.js
rename : dom/network/tests/marionette/test_mobile_icc_change.js => dom/mobileconnection/tests/marionette/test_mobile_icc_change.js
rename : dom/network/tests/marionette/test_mobile_last_known_network.js => dom/mobileconnection/tests/marionette/test_mobile_last_known_network.js
rename : dom/network/tests/marionette/test_mobile_mmi.js => dom/mobileconnection/tests/marionette/test_mobile_mmi.js
rename : dom/network/tests/marionette/test_mobile_networks.js => dom/mobileconnection/tests/marionette/test_mobile_networks.js
rename : dom/network/tests/marionette/test_mobile_operator_names.js => dom/mobileconnection/tests/marionette/test_mobile_operator_names.js
rename : dom/network/tests/marionette/test_mobile_preferred_network_type.js => dom/mobileconnection/tests/marionette/test_mobile_preferred_network_type.js
rename : dom/network/tests/marionette/test_mobile_preferred_network_type_by_setting.js => dom/mobileconnection/tests/marionette/test_mobile_preferred_network_type_by_setting.js
rename : dom/network/tests/marionette/test_mobile_roaming_preference.js => dom/mobileconnection/tests/marionette/test_mobile_roaming_preference.js
rename : dom/network/tests/marionette/test_mobile_set_radio.js => dom/mobileconnection/tests/marionette/test_mobile_set_radio.js
rename : dom/network/tests/marionette/test_mobile_voice_state.js => dom/mobileconnection/tests/marionette/test_mobile_voice_state.js
2013-12-24 15:55:52 +08:00
Edgar Chen
166780baea Backed out changeset 10348da2438a (Bug 956655) 2014-01-17 13:08:59 +08:00
Edgar Chen
f7411e4668 Bug 956655 - Part 1: Move MobileConnection related files to dom/mobileconnection. r=smaug,khuey
--HG--
rename : dom/network/interfaces/nsIDOMMobileConnection.idl => dom/mobileconnection/interfaces/nsIDOMMobileConnection.idl
rename : dom/network/interfaces/nsIMobileConnectionProvider.idl => dom/mobileconnection/interfaces/nsIMobileConnectionProvider.idl
rename : dom/network/src/MobileConnection.cpp => dom/mobileconnection/src/MobileConnection.cpp
rename : dom/network/src/MobileConnection.h => dom/mobileconnection/src/MobileConnection.h
rename : dom/network/src/MobileConnectionArray.cpp => dom/mobileconnection/src/MobileConnectionArray.cpp
rename : dom/network/src/MobileConnectionArray.h => dom/mobileconnection/src/MobileConnectionArray.h
rename : dom/network/tests/marionette/manifest.ini => dom/mobileconnection/tests/marionette/manifest.ini
rename : dom/network/tests/marionette/test_call_barring_change_password.js => dom/mobileconnection/tests/marionette/test_call_barring_change_password.js
rename : dom/network/tests/marionette/test_call_barring_get_option.js => dom/mobileconnection/tests/marionette/test_call_barring_get_option.js
rename : dom/network/tests/marionette/test_call_barring_set_error.js => dom/mobileconnection/tests/marionette/test_call_barring_set_error.js
rename : dom/network/tests/marionette/test_mobile_data_connection.js => dom/mobileconnection/tests/marionette/test_mobile_data_connection.js
rename : dom/network/tests/marionette/test_mobile_data_location.js => dom/mobileconnection/tests/marionette/test_mobile_data_location.js
rename : dom/network/tests/marionette/test_mobile_data_state.js => dom/mobileconnection/tests/marionette/test_mobile_data_state.js
rename : dom/network/tests/marionette/test_mobile_last_known_network.js => dom/mobileconnection/tests/marionette/test_mobile_last_known_network.js
rename : dom/network/tests/marionette/test_mobile_mmi.js => dom/mobileconnection/tests/marionette/test_mobile_mmi.js
rename : dom/network/tests/marionette/test_mobile_networks.js => dom/mobileconnection/tests/marionette/test_mobile_networks.js
rename : dom/network/tests/marionette/test_mobile_operator_names.js => dom/mobileconnection/tests/marionette/test_mobile_operator_names.js
rename : dom/network/tests/marionette/test_mobile_preferred_network_type.js => dom/mobileconnection/tests/marionette/test_mobile_preferred_network_type.js
rename : dom/network/tests/marionette/test_mobile_preferred_network_type_by_setting.js => dom/mobileconnection/tests/marionette/test_mobile_preferred_network_type_by_setting.js
rename : dom/network/tests/marionette/test_mobile_roaming_preference.js => dom/mobileconnection/tests/marionette/test_mobile_roaming_preference.js
rename : dom/network/tests/marionette/test_mobile_set_radio.js => dom/mobileconnection/tests/marionette/test_mobile_set_radio.js
rename : dom/network/tests/marionette/test_mobile_voice_state.js => dom/mobileconnection/tests/marionette/test_mobile_voice_state.js
2013-12-24 15:55:52 +08:00
Ryan VanderMeulen
127438a7eb Merge inbound to m-c. 2014-01-16 15:06:12 -05:00
David Burns
248b724fe7 Bug 927285: Fix for intermittent on test_submit.py; r=me 2014-01-16 15:57:18 +00:00
Bob Owen
7c919057d8 Bug 785310 - Tests. r=bholley 2014-01-16 09:49:38 +00:00
Ryan VanderMeulen
fdd6001939 Merge m-c to inbound. 2014-01-16 15:07:22 -05:00
Nathan Froyd
8a833e8f1d Bug 960612 - update |mach mochitest*| for DMD's new shared library location in dist/bin/; r=jmaher 2014-01-16 12:23:32 -05:00
Nathan Froyd
86fe9ffd3c Bug 960582 - use nsIFile for pathname construction when dumping mochitest memory files; r=jmaher 2014-01-16 10:43:07 -05:00
Nathan Froyd
3cad6af759 Bug 960619 - part 7 - explicitly return a value from ChromePowers._receiveMessage always; r=jmaher 2014-01-16 10:03:40 -05:00
Nathan Froyd
996ba72b4d Bug 960619 - part 6 - explicit return a value from SimpleText.executeSoon always; r=jmaher 2014-01-16 09:57:50 -05:00
Nathan Froyd
538e26345d Bug 960619 - part 5 - avoid warning about non-top-level-ish declaration of functions in SimpleTest.js; r=jmaher 2014-01-16 09:57:15 -05:00
Nathan Froyd
646e9152c0 Bug 960619 - part 4 - explicitly return values from SpecialPowersObserverAPI._receiveMessageAPI to avoid warning spew; r=jmaher 2014-01-16 09:53:50 -05:00
Nathan Froyd
0436e5b7cf Bug 960619 - part 3 - avoid warning about non-top-level-ish declaration of functions in SpecialPowersObserverAPI.js; r=jmaher 2014-01-16 09:37:02 -05:00
Nathan Froyd
6033138365 Bug 960619 - part 2 - don't pretend to return a value from notifyObserversInParentProcess; r=jmaher 2014-01-16 09:36:14 -05:00
Nathan Froyd
07e57f2e24 Bug 960619 - part 1 - refactor callback delay logic in specialpowersAPI.js; r=jmaher 2014-01-16 09:35:38 -05:00
Ed Morley
2663675f12 Bug 959698 - Make json test manifest typos fail in a more obvious manner; r=jmaher 2014-01-17 17:11:22 +00:00
Gian-Carlo Pascutto
86b9a69241 Bug 783047 - Update SafeBrowsing URLs to use HTTPS. r=mmc,dcamp sr=gavin 2014-01-16 09:27:59 +01:00
Jonathan Griffin
ff462018a6 Bug 959730 - Move cleanup logic out of __del__, r=dburns 2014-01-15 11:58:54 -08:00
Ryan VanderMeulen
3f5d1cb811 Merge inbound to m-c. 2014-01-15 14:34:05 -05:00