Commit Graph

298 Commits

Author SHA1 Message Date
Szu-Yu Chen [:aknow]
a8a7256b6e Bug 968713 - Remove callError in ril_worker. r=hsinyi 2014-02-12 14:31:13 +08:00
Edgar Chen
f994622a0b Bug 964974 - Part 2: Marionette test for radio off during active voice call. r=hsinyi 2014-02-06 18:50:25 +08:00
Hsin-Yi Tsai
dc3cfb4e37 Bug 968716 - avoid redundant operation for un-supported supp notification type. r=aknow 2014-02-06 18:58:46 +08:00
Hsin-Yi Tsai
1de4a4cfad Bug 943275 - correct test_conference.js. r=aknow 2014-01-30 01:34:25 +08:00
Nikhil Marathe
8e0026f21f Bug 918806 - Remove all mention of dom.promise.enabled from other tests. r=bz,schien
--HG--
extra : rebase_source : a07485081313d6002459bd64e3abf4ebb10b960d
2014-01-30 13:14:03 -08:00
Ryan VanderMeulen
3a41ee3937 Backed out changesets 6db8b08a3aea and 1d7c2025bb56 (bug 918806) for B2G mochitest failures. 2014-01-30 14:46:36 -05:00
Nikhil Marathe
f6e4443816 Bug 918806 - Remove all mention of dom.promise.enabled from other tests. r=bz,schien 2014-01-30 09:43:09 -08:00
Hsin-Yi Tsai
d1def5ca7f Bug 963813 - make sure no another outgoing call when there's already one. r=aknow 2014-01-29 14:27:22 +08:00
Szu-Yu Chen [:aknow]
2124adef5c Bug 952783 - Use first call instead of active call. r=hsinyi 2014-01-15 09:41:50 -05:00
Vicamo Yang
5d53c27a4c Bug 934125 - 2.b/3: fix alignment. r=gene
for f in `git show --name-only | grep ^dom/`; do
  [ -n "`grep -e '\w\+: function([^)]*\$' $f`" ] && echo $f;
done | xargs sh -c 'rvim "$@" </dev/tty' asdf
2014-01-13 10:44:44 +08:00
Vicamo Yang
91e5172240 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
95c21b2c67 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
Boris Zbarsky
45103f9d63 Bug 950315 part 1. Convert a bunch of event targets to passing a Window or nsDOMEventTargetHelper directly to the constructor of their ancestor nsDOMEventTargetHelper. r=smaug 2014-01-06 21:53:23 -05:00
Ehsan Akhgari
ebd358dfd7 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:

#!/bin/bash
# Command to convert PRUnichar to char16_t

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*modules/libmar*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name prtypes.h \
       ! -name Char16.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Hsin-Yi Tsai
53342c4bdf Bug 949949 - [B2G] remove telephony.onincoming before test case finishes. r=vicamo 2013-12-13 18:22:18 -08:00
Vicamo Yang
31822636d6 Bug 944262 - part2 - test cases. r=htsai 2013-12-13 16:18:15 +08:00
Hsin-Yi Tsai
994c59b39a Bug 944262 - part1 - [B2G]On conference call,we can't switch the speaker between off and on. r=vicamo 2013-12-06 16:02:28 +08:00
Ryan VanderMeulen
b2f54fc850 Merge b2g-inbound to m-c. 2013-12-05 17:53:41 -05:00
Carsten "Tomcat" Book
94c2c4b9cf merge b2g-inbound to m-c 2013-12-05 12:57:24 +01:00
Ehsan Akhgari
1e25a0e82c Bug 946210 - Build dom/telephony in unified mode; r=glandium
--HG--
extra : rebase_source : 2a73bc864f08798b3555fce6261e19b318c265ea
2013-12-04 09:42:23 -05:00
Szu-Yu Chen [:aknow]
595b96c184 Bug 931697 - Add multisim telephony test. r=hsinyi 2013-12-05 09:29:08 -05:00
Hsin-Yi Tsai
9cfa2b993c Bug 944589 - [Voice Channel][Dialer][Airplane Mode] If you switch to airplane mode when talking, voice channel will not recover. r=vicamo 2013-12-02 18:51:54 +08:00
Ryan VanderMeulen
42bf063001 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
b6317a3287 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
Ryan VanderMeulen
37f02b6724 Bug 946178 - Disable test_outgoing_radio_off.js to see if it fixes Mnw and lets us reopen the CLOSED TREE. 2013-12-04 08:49:59 -05:00
Shawn Ku
494eb656fe Bug 931722 - Part 3: Add test cases for call mute test. r=hsinyi 2013-11-27 15:47:29 +08:00
Ms2ger
f56294acdb Bug 937258 - Part a: Remove empty makefiles; r=gps 2013-11-28 15:25:40 +01:00
Szu-Yu Chen [:aknow]
43c93b7101 Bug 856553 - Part 6: Modify related tests. r=hsinyi 2013-11-21 09:09:37 -05:00
Edgar Chen
93a96c983f Bug 814637 - Part 6: Marionette tests changes for new IccManager API. r=hsinyi 2013-10-31 12:14:45 +08:00
Hsin-Yi Tsai
a4a5b35024 Bug 940231 - B2G RIL: typo in TelephonyProvider.js causes a problem of receiving a call from 2nd sim card. r=allstars.chh 2013-11-19 15:39:40 +08:00
Mike Hommey
a65383e1e9 Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00
Mike Hommey
8ceb917350 Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps 2013-11-19 11:48:10 +09:00
Mike Hommey
bb6779efe3 Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
Mike Hommey
d7b6f95761 Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps 2013-11-19 11:47:14 +09:00
Jessica Jong
9ecee8ce12 Bug 814629 - Part 5: modify mozMobileConnection related tests. r=hsinyi,khuey 2013-11-13 16:51:43 +08:00
Hsin-Yi Tsai
ce31635505 Bug 912849 - part4 - gonk & ril impl. r=vicamo 2013-10-28 14:46:54 +08:00
Hsin-Yi Tsai
9f5e155162 Bug 912849 - part3 - IPC & DOM impl. r=khuey 2013-10-28 14:43:14 +08:00
Hsin-Yi Tsai
5e282eb123 Bug 912849 - part2 - internal API: notifyConferenceError. r=vicamo 2013-10-28 14:39:33 +08:00
Szu-Yu Chen [:aknow]
10913ec98f Bug 932148 - Conference test enhancement. r=hsinyi 2013-10-31 10:09:06 -04:00
Szu-Yu Chen [:aknow]
54952ab0cc Bug 814625 - Part 7: Telephony IPC: Add multisim support. r=khuey 2013-10-31 08:05:51 -04:00
Szu-Yu Chen [:aknow]
c8a2e982b8 Bug 814625 - Part 6: Telephony provider and IDL: Add multisim support. r=hsinyi 2013-10-31 08:05:51 -04:00
Szu-Yu Chen [:aknow]
21502262cc Bug 814625 - Part 5: DOM: Add multisim support. r=khuey 2013-10-31 08:05:51 -04:00
Szu-Yu Chen [:aknow]
48990f3b08 Bug 814625 - Part 4: DOM: Refactor. r=khuey 2013-10-31 08:05:51 -04:00
Szu-Yu Chen [:aknow]
238d659f74 Bug 814625 - Part 3: DOM: Code reorder. r=khuey 2013-10-31 08:05:51 -04:00
Ryan VanderMeulen
d9c8a6c13c Backed out 9 changesets (bug 814625) for desktop build bustage.
Backed out changeset a107de5616a0 (bug 814625)
Backed out changeset 416665a419f4 (bug 814625)
Backed out changeset b6fc8734864f (bug 814625)
Backed out changeset 9f5e2e44a914 (bug 814625)
Backed out changeset 17b3050df362 (bug 814625)
Backed out changeset 43a047c081c8 (bug 814625)
Backed out changeset 90bdcd099320 (bug 814625)
Backed out changeset 8957cc31cce2 (bug 814625)
Backed out changeset de45eb7a8d16 (bug 814625)
2013-10-30 15:48:39 -04:00
Szu-Yu Chen [:aknow]
3ca2b92869 Bug 814625 - Part 7: Telephony IPC: Add multisim support. r=khuey 2013-10-30 15:07:12 -04:00
Szu-Yu Chen [:aknow]
3c02cc009f Bug 814625 - Part 6: Telephony provider and IDL: Add multisim support. r=hsinyi 2013-10-30 15:06:55 -04:00
Szu-Yu Chen [:aknow]
6d396b6ee7 Bug 814625 - Part 5: DOM: Add multisim support. r=khuey 2013-10-30 15:06:41 -04:00
Szu-Yu Chen [:aknow]
4d6630077c Bug 814625 - Part 4: DOM: Refactor. r=khuey 2013-10-30 15:06:41 -04:00
Szu-Yu Chen [:aknow]
5685d48e63 Bug 814625 - Part 3: DOM: Code reorder. r=khuey 2013-10-30 15:06:41 -04:00