Commit Graph

1091 Commits

Author SHA1 Message Date
Thomas Zimmermann
9c99c5c991 Bug 905107: Fix options in RIL.setScreenState, r=vicamo
The method RIL.setScreenState parses its arguments incorrectly. The
RIL worker methods usually receive an object that contain their
arguments, but setScreenState expects a boolean. Because objects are
interpreted as 'true', setScreenState always signals enabled screen
state to the RIL daemon.

This patch changes RIL.setScreenState to expect an object as its
argument and read the screen state from the object.
2013-10-08 16:43:07 +02:00
Ryan VanderMeulen
700df6f454 Merge m-c to inbound.
CLOSED TREE
2013-10-09 15:34:02 -04:00
Ethan Tseng
8dd4544059 Bug 920361 - Add error handle in NetworkManager.js::resetRoutingTable. r=vchang 2013-10-01 14:17:55 +08:00
Hsin-Yi Tsai
4577b7a2de Bug 842239 - B2G Multi-SIM: get the number of RadioInterfaces. r=vicamo 2013-10-02 11:13:56 +08:00
Hsin-Yi Tsai
8cc25e1f3b Bug 917922 - temporary CLIR mode not working. r=ferjm 2013-10-02 13:45:23 +08:00
Ryan VanderMeulen
d10e7fd2ea Merge m-c to b2g-inbound. 2013-10-01 16:47:09 -04:00
Ehsan Akhgari
fe43f6784d Bug 920292 - Part 1: Stop passing string literals as the first argument to MOZ_ASSERT; r=Waldo 2013-10-01 08:25:08 -04:00
Hsin-Yi Tsai
76c95b5b14 Bug 921422 - B2G RIL: include clientId in async messages from RadioInterface to RILContentHelper. r=vicamo 2013-09-30 08:56:00 +08:00
Henry Chang
ba43afd695 Bug 900847 - Add and implement nsINetworkManager::setDhcpServer. r=vchang 2013-10-01 12:14:20 +08:00
Ethan Tseng
711da8092a Bug 915529 - Add null pointer checking in stringToIP() of systemlibs.js. r=vchang 2013-09-30 16:31:12 +08:00
Vicamo Yang
23ddf2938b Bug 919982: B2G RIL - read Gonk property "ro.moz.ril.numclients" instead. r=hsinyi 2013-09-30 17:24:54 +08:00
Nathan Froyd
98723f4c48 Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan 2013-09-10 16:56:05 -04:00
Yoshi Huang
907ea46df1 Bug 920391 - B2G RIL: Buf.read/writeUint32 should be of signed int32 operation. r=vicamo 2013-09-26 14:53:50 +08:00
Georgia Wang
3f710ee1e6 Bug 916000 - Part2: Add sim state xpcshell test case. r=yoshi 2013-09-25 12:22:18 +08:00
Georgia Wang
bc01254f5f Bug 916000 - Part1: Add illegal sim state support in ril. r=yoshi 2013-09-25 12:20:03 +08:00
Masayuki Nakano
18aa9b09b2 Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc 2013-09-25 20:21:19 +09:00
Ehsan Akhgari
9890a8c148 Bug 919505 - Minimize the #includes in dom/ipc; r=jst 2013-09-23 17:30:40 -04:00
Ehsan Akhgari
dee6c12c6f Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg 2013-09-23 13:25:00 -04:00
Jessica Jong
f7f36e0589 Bug 909688: B2G RIL - handle data connection state changes properly. r=vicamo 2013-09-18 18:07:14 +08:00
Hsin-Yi Tsai
1e170437b4 Bug 915638 - part1 - B2G RIL: telephonyCallGroup.onstatechange isn't fired when a conference call is becoming empty. r=vicamo 2013-09-12 21:00:18 +08:00
Ethan Tseng
7a1ff08efe Bug 855951 - Collect and save TX/RX traffic amounts of TCP connections per-App, r=gene, mcmanus 2013-08-29 14:15:08 +08:00
Georgia Wang
fdd5639b07 Bug 908075 - Part2: USER_ACTIVITY stk event xpcshell test. r=yoshi 2013-09-04 18:52:28 +08:00
Georgia Wang
e5b75a3888 Bug 908075 - Part1: "USER_ACTIVITY" event implement in RIL. r=yoshi 2013-09-04 18:45:35 +08:00
"allstars.chh"
3af44496d2 Bug 915987 - Part 2: Update recordId for USIM contact. r=vicamo 2013-09-13 00:07:14 +02:00
"allstars.chh"
1d78ca8ff9 Bug 915987 - Part 1: reuse nsIDOMContact.id. r=vicamo 2013-09-12 23:52:07 +02:00
"allstars.chh"
e32fe7c267 Bug 915986 - Part 1: Check pin2 in RIL. r=vicamo 2013-09-12 18:04:35 +02:00
Marco Chen
6499ebb283 Bug 823273 - Part 4: Music volume should be faded when notification sound is on going - FM Radio, Camera, Phone clients. r=rlin 2013-09-02 17:45:44 +08:00
Vicamo Yang
547ee4db14 Bug 912442 - Part 5 : fix test_ril_worker_sms.js. r=allstarts.chh 2013-09-14 00:12:30 +02:00
Vicamo Yang
eaafe81768 Bug 912442 - Part 4: move buf specific contants into Buf itself. r=allstars.chh 2013-09-14 00:12:25 +02:00
Edgar Chen
10fc080c5d Bug 912442 - Part 3: Remove m prefix from worker_buf.js and fix the tests. r=allstars.chh 2013-09-06 17:03:51 +08:00
Edgar Chen
37034f30ae Bug 912442 - Part 1: Fix header_helper.js. r=vicamo 2013-09-06 14:18:56 +08:00
Steven Lee
07913c382c Bug 904025 - part2: stop MediaStream when there is incoming call. r=jesup 2013-09-13 16:51:48 +08:00
Ryan VanderMeulen
0c7227eaf3 Merge m-c to b2g-inbound. 2013-09-12 20:41:54 -04:00
Marco Chen
f80b1cc06c Bug 855655 - [AudioChannelManager] Add New Attribute for Setting Default Control Volume Channel. r=baku 2013-09-12 20:26:03 +08:00
Szu-Yu Chen [:aknow]
d797c007da Bug 909638 - Part 2: Remove token in callError/dataCallError message. r=vicamo 2013-09-12 15:16:36 +08:00
Chuck Lee
3a62bd5151 Bug 882985 - 0002. Test case for CDMA information record decoder. r=vicamo 2013-09-09 23:19:51 +08:00
Chuck Lee
42f5f86c9c Bug 882985 - 0001. Receive CDMA information record and send system message. r=vicamo 2013-09-11 00:48:19 +08:00
Dimi Lee
3c403e6122 Bug 870704 - [Buri][Shira-49020] There is no option to configure a proxy for WiFi connections. r=vchang, sr=mrbkap 2013-08-22 18:22:25 +08:00
Gene Lian
3b60bf1531 Bug 913777 - [Buri][SMS]When receive an SMS during handset locked,there is no notification. r=vicamo a=leo+ 2013-09-10 21:51:47 +08:00
Ryan VanderMeulen
6ebf881ebe Merge inbound to m-c. 2013-09-09 15:55:42 -04:00
Gene Lian
7f8b14d692 Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+ 2013-09-09 21:48:07 +08:00
Gene Lian
9f5d5b5dda Backed out changeset 9f377abbf13e 2013-09-09 21:22:37 +08:00
Gene Lian
7f6d55e888 Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+ 2013-09-09 21:00:45 +08:00
Henry Chang
a3a8c68341 Bug 909786 - Use incremental id as the hash key of |controlCallbacks|. r=vchang 2013-08-27 23:38:10 +08:00
Szu-Yu Chen [:aknow]
08b26f52e1 Bug 912884 - Part 2: Update test case. r=hsinyi 2013-09-09 08:19:49 -04:00
Szu-Yu Chen [:aknow]
5de41462c1 Bug 912884 - Part 1: Always send out emergencyCbModeChange event when received from ril. r=hsinyi 2013-09-09 08:19:49 -04:00
Vicamo Yang
0f45803eae Backout bug 907585, break B2G Mnw test cases 2013-09-07 19:32:23 +08:00
Vicamo Yang
fd0951f5d7 Backout bug 873351, break Mnw test cases. 2013-09-07 19:09:54 +08:00
Vicamo Yang
9c517c7d7a Bug 873351 - B2G SMS: move SMS code out of RadioInterfaceLayer to SmsService. r=gene 2013-09-07 14:20:19 +08:00
Vicamo Yang
1a8465e11e Bug 907585 [3/3]: some small refinements. r=yoshi 2013-09-07 14:20:11 +08:00