Vicamo Yang
cb6b4fc470
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
6d86926c0c
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
0aaea070ad
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
064ac60ec2
Bug 922926 - Part 4: Tests. r=gene, r=albert
2013-11-22 11:51:11 +08:00
Ms2ger
998959926a
Bug 939048 - Part a: Move mochitests to manifests in dom/network; r=jst
2013-12-31 10:06:10 +01:00
Jessica Jong
587f0f0819
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
e409c16f7e
Bug 858005 - Part 4: Tests. r=gene
2013-05-31 07:23:04 +02:00
Edgar Chen
3af43cc000
Bug 946557 - Bring test_icc_info.js back in automation. r=allstars.chh
2013-12-05 11:56:21 +08:00
Ryan VanderMeulen
cd340b0f18
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
8f47346384
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
c9e000e673
Bug 870660: Part 4: Remove test_udpsocket. r=jdm
2013-11-30 00:17:35 +08:00
Edgar Chen
c6fa2f00ea
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]
48f876f6e3
Bug 856553 - Part 5: Add setRadioEnabled marionette test. r=hsinyi
2013-11-21 09:09:25 -05:00
Albert Crespell
360a655be2
Bug 937041 - Update tests. r=gene
2013-11-15 16:56:17 +01:00
Mike Hommey
e80e877ab7
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Patrick Wang
9fe978e30e
Bug 932183: Part 3: test case r=honzab
2013-11-14 16:00:48 +08:00
Patrick Wang
f12e1cc973
Bug 932183: Part 2: Update child's bufferedAmount more frequently. r=honzeb
2013-11-14 16:00:28 +08:00
Jessica Jong
c59952cfe6
Bug 814629 - Part 5: modify mozMobileConnection related tests. r=hsinyi,khuey
2013-11-13 16:51:43 +08:00
Shih-Chiang Chien
4d0b41056b
Bug 869869 - Part 2, add PUDPSocket IPDL interface, r=jdm.
2013-05-10 20:00:28 +08:00
Vicamo Yang
8d3ece0bda
Bug 920551 - 2.h/2: fix dom/system/gonk/*. r=hsinyi,khuey
2013-10-29 16:12:45 +08:00
Albert Crespell
342d051d20
Bug 887699 - Part 4/4 Tests. r=gene
2013-10-08 08:10:10 +02:00
Tomoaki Konno
a9817ffc32
Bug 908248 - Intermittent test_tcpserversocket.js. r=jdm
2013-10-24 02:48:00 +01:00
Ryan VanderMeulen
2a5d6a7ebf
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
6942d46287
Bug 887699 - Part 4: Tests. r=gene
2013-10-08 08:10:10 +02:00
Edgar Chen
0302b1b382
Bug 926358 - Fix the potential issue in MMI request handler. r=allstars.chh
2013-10-14 18:47:55 +08:00
Jan Varga
01428648b0
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
80dcaf579b
Bug 909688: B2G RIL - tests cases for data loss. r=vicamo
2013-09-18 22:06:03 +08:00
John Shih
9529c359e9
Bug 784575 - Part 6: Testing. r=gene
2013-07-26 17:54:37 +08:00
Jessica Jong
c790fc9f9e
Bug 821579 - B2G 3G: Add Marionette test for Data Connection. r=vicamo
2013-09-09 10:57:14 +08:00
Wes Kocher
545fbb7bd2
Merge m-c to inbound
2013-09-04 18:04:50 -07:00
Mike Hommey
f8bc7fa754
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Szu-Yu Chen [:aknow]
41f2663310
Bug 909684 - Add enabled and password checking. r=hsinyi
2013-09-03 08:50:55 -04:00
Szu-Yu Chen [:aknow]
597e0f70b3
Bug 909669 - Part 2: Change error code to InvalidParameter (ril, test). r=hsinyi
2013-09-04 08:30:44 -04:00
Donovan Preston
fce9c7e8bb
Bug 788960 - Disable test_tcpsocket.js on OSX due to intermittent failures.
2013-08-29 11:38:39 -04:00
Shawn Ku
7024a21a7f
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
1c7ba28dbd
Merge m-c to inbound.
2013-08-14 17:11:30 -04:00
Mihnea Dobrescu-Balaur
641061953b
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
c821f198c6
Bug 903257 - Part 2: Marionette tests for signal when registration status changes. r=hsinyi
2013-08-12 12:15:23 +08:00
Edgar Chen
ddb5559cb5
Bug 835237 - Part 2: Add marionette tests for signal strength. r=hsinyi
2013-07-23 17:41:18 +08:00
Edgar Chen
eb775462c9
Bug 899484 - Part 2: Add marionette tests for roaming preference. r=hsinyi
2013-07-30 17:18:24 +08:00
Tomoaki Konno
e07a5ce083
Bug 797561 - Expose a server tcp socket API to web applications r=honza
2013-07-29 10:36:43 -07:00
Edgar Chen
23a585c747
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
f5376d4c87
Bug 866619 - Part 2: Fix marionette tests for voice registration state. r=allstars.chh
2013-07-19 15:51:54 +08:00
Michael Henretty
be57d7fb57
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
Boris Zbarsky
2e1a03a7a3
Bug 838146 part 10. Turn on WebIDL bindings for Navigator. r=smaug
2013-07-12 10:37:23 -04:00
Edgar Chen
9f039a4b95
Bug 875721 - Part 6: Fix marionette tests for iccInfo. r=allstars.chh
...
--HG--
rename : dom/network/tests/marionette/test_mobile_iccinfo.js => dom/icc/tests/marionette/test_icc_info.js
2013-05-30 19:20:39 +08:00
Fernando Jiménez
83c78dfd70
Bug 883178 - [MMI] Implement DOMMMIResult and DOMMMIError. Part 2: DOMMMIResult and DOMMMIError. r=vicamo, sr=sicking
2013-06-30 20:21:32 +08:00
Albert Crespell
931d03523d
Bug 877607 - Tests. r=gene.lian
2013-06-08 09:57:02 +02:00
Albert Crespell
c5083a9447
Bug 879793 - Update tests. r=clian
2013-06-07 18:57:07 +02:00
Albert Crespell
097a4c3342
Bug 875245 - Mochitest for NetworkStats failure. r=gene
2013-05-23 11:36:31 +02:00