Commit Graph

125 Commits

Author SHA1 Message Date
Edgar Chen
b2f55a1082 Backed out changeset 10348da2438a (Bug 956655) 2014-01-17 13:08:59 +08:00
Edgar Chen
876a576ec4 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
208917083a Merge inbound to m-c. 2014-01-16 15:06:12 -05:00
Andrea Marchesini
db1bf21456 Bug 952084 - Porting nsIDOMMozConnection to WebIDL, r=ehsan, r=bz 2014-01-16 11:53:48 +01:00
Hsin-Yi Tsai
1f5808754d Bug 953005 - part2 - test_mobile_connections_array_uninitialized 2014-01-15 12:17:03 +08:00
Edgar Chen
1d82d58871 Bug 952043 - Part 4: Test cases for providing the network types supported by platform. r=hsinyi 2014-01-08 19:24:06 +08:00
Vicamo Yang
403507648e Bug 934125 - 2.a/3: s/\(\w\+\): function \(\w\+\)(/\1: function(/ . r=gene
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
  sed -i $f -e '/\w\+:/ {N; s/\(\w\+\):\s*function \(\w\+\)(/\1: function(/g}';
done
grep -nRe '\w\+: function \w\+(' $RILDIRS
2014-01-13 10:44:40 +08:00
Vicamo Yang
8239e28db4 Bug 934125 - 1/3: s/function \+(/function(/ . r=gene
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
  sed -i $f -e 's/function \+(/function(/';
done
2014-01-13 10:44:33 +08:00
Jessica Jong
0345db1566 Bug 952371 - Part 4: tests - [DSDS] mozMobileconnection.lastKnownNetwork and .lastKnownHomeNetwork aren't working. r=hsinyi 2014-01-08 18:54:34 +08:00
John Shih
fcac5cd0cc Bug 922926 - Part 4: Tests. r=gene, r=albert 2013-11-22 11:51:11 +08:00
Ms2ger
9e430e1ff6 Bug 939048 - Part a: Move mochitests to manifests in dom/network; r=jst 2013-12-31 10:06:10 +01:00
Jessica Jong
79568b2e5d Bug 944225 - Part 4: Add set/getPreferredNetworkType() API (tests). r=hsinyi
--HG--
rename : dom/network/tests/marionette/test_mobile_preferred_network_type.js => dom/network/tests/marionette/test_mobile_preferred_network_type_by_setting.js
2013-12-11 11:15:25 +08:00
Albert Crespell
abeff26357 Bug 858005 - Part 4: Tests. r=gene 2013-05-31 07:23:04 +02:00
Edgar Chen
aedcc699ef Bug 946557 - Bring test_icc_info.js back in automation. r=allstars.chh 2013-12-05 11:56:21 +08:00
Ryan VanderMeulen
8e75d32d06 Backed out changesets 9906961b21af and b2b20bc6576a (bug 946178) because they didn't prevent the crashes. DONTBUILD CLOSED TREE 2013-12-04 17:23:58 -05:00
Ryan VanderMeulen
42246bd355 Bug 946178 - Disable all tests that use setRadioEnabled to see if Mnw stops crashing on a CLOSED TREE. 2013-12-04 11:52:59 -05:00
Patrick Wang
f4289d6fc6 Bug 870660: Part 4: Remove test_udpsocket. r=jdm 2013-11-30 00:17:35 +08:00
Edgar Chen
e6df73a1d6 Bug 944250 - Remove RILQUIRKS_MODEM_DEFAULTS_TO_EMERGENCY_MODE and correct marionette tests. r=hsinyi 2013-11-28 15:21:02 +08:00
Szu-Yu Chen [:aknow]
7185d0c6a0 Bug 856553 - Part 5: Add setRadioEnabled marionette test. r=hsinyi 2013-11-21 09:09:25 -05:00
Albert Crespell
2aee2fa311 Bug 937041 - Update tests. r=gene 2013-11-15 16:56:17 +01:00
Mike Hommey
f0d1cd1e10 Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
Patrick Wang
a454beecf4 Bug 932183: Part 3: test case r=honzab 2013-11-14 16:00:48 +08:00
Patrick Wang
c5921bd70d Bug 932183: Part 2: Update child's bufferedAmount more frequently. r=honzeb 2013-11-14 16:00:28 +08:00
Jessica Jong
c7de4ea0f1 Bug 814629 - Part 5: modify mozMobileConnection related tests. r=hsinyi,khuey 2013-11-13 16:51:43 +08:00
Shih-Chiang Chien
00f6034402 Bug 869869 - Part 2, add PUDPSocket IPDL interface, r=jdm. 2013-05-10 20:00:28 +08:00
Vicamo Yang
17e058673d Bug 920551 - 2.h/2: fix dom/system/gonk/*. r=hsinyi,khuey 2013-10-29 16:12:45 +08:00
Albert Crespell
8f1ff78b37 Bug 887699 - Part 4/4 Tests. r=gene 2013-10-08 08:10:10 +02:00
Tomoaki Konno
840eda769d Bug 908248 - Intermittent test_tcpserversocket.js. r=jdm 2013-10-24 02:48:00 +01:00
Ryan VanderMeulen
04455a9b8e Backed out 4 changesets (bug 887699).
Backed out changeset 5c878c48d732 (bug 887699)
Backed out changeset 57b03d7055e8 (bug 887699)
Backed out changeset ea06175feb4f (bug 887699)
Backed out changeset 516d0f14f7fd (bug 887699)
2013-10-16 17:12:54 -04:00
Albert Crespell
b572655e7a Bug 887699 - Part 4: Tests. r=gene 2013-10-08 08:10:10 +02:00
Edgar Chen
e10ef74d74 Bug 926358 - Fix the potential issue in MMI request handler. r=allstars.chh 2013-10-14 18:47:55 +08:00
Jan Varga
23ce3971fb Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger) 2013-09-28 13:25:46 +02:00
Jessica Jong
6af87ffad9 Bug 909688: B2G RIL - tests cases for data loss. r=vicamo 2013-09-18 22:06:03 +08:00
John Shih
58cff8ce65 Bug 784575 - Part 6: Testing. r=gene 2013-07-26 17:54:37 +08:00
Jessica Jong
cc4b5b3d43 Bug 821579 - B2G 3G: Add Marionette test for Data Connection. r=vicamo 2013-09-09 10:57:14 +08:00
Wes Kocher
10df022340 Merge m-c to inbound 2013-09-04 18:04:50 -07:00
Mike Hommey
05b3f24e0e Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Szu-Yu Chen [:aknow]
a0d96108a6 Bug 909684 - Add enabled and password checking. r=hsinyi 2013-09-03 08:50:55 -04:00
Szu-Yu Chen [:aknow]
7855688d8b Bug 909669 - Part 2: Change error code to InvalidParameter (ril, test). r=hsinyi 2013-09-04 08:30:44 -04:00
Donovan Preston
2eaf00fc38 Bug 788960 - Disable test_tcpsocket.js on OSX due to intermittent failures. 2013-08-29 11:38:39 -04:00
Shawn Ku
4b063f3529 Bug 905479 - Part 4: Add test for change call barring password. r=yoshi, r=hsinyi 2013-08-27 10:03:11 +08:00
Ryan VanderMeulen
c292f445e7 Merge m-c to inbound. 2013-08-14 17:11:30 -04:00
Mihnea Dobrescu-Balaur
5210da25d5 Bug 887054 - Part 4: Mark dom/network/tests/unit/test_tcpserversocket.js to run sequentially. r=ahal 2013-08-14 11:31:20 -07:00
Edgar Chen
9b8bad45ef Bug 903257 - Part 2: Marionette tests for signal when registration status changes. r=hsinyi 2013-08-12 12:15:23 +08:00
Edgar Chen
8ebd4fec1c Bug 835237 - Part 2: Add marionette tests for signal strength. r=hsinyi 2013-07-23 17:41:18 +08:00
Edgar Chen
44fa6c804e Bug 899484 - Part 2: Add marionette tests for roaming preference. r=hsinyi 2013-07-30 17:18:24 +08:00
Tomoaki Konno
f7cd8c637c Bug 797561 - Expose a server tcp socket API to web applications r=honza 2013-07-29 10:36:43 -07:00
Edgar Chen
0e554a35f3 Bug 882984 - Part 5: Marionette tests for cdma registration information. r=hsinyi
--HG--
extra : rebase_source : 7d7350b7ab168df830c8472d8c1d742106697ec6
2013-07-18 17:59:21 +08:00
Edgar Chen
204fd81eaa Bug 866619 - Part 2: Fix marionette tests for voice registration state. r=allstars.chh 2013-07-19 15:51:54 +08:00
Michael Henretty
b411ff1019 Bug 890909 - [Contacts API] migration code problem when matching using the substringMatching pref (eg in Brazil). r=gwagner 2013-07-18 16:17:41 -04:00