Commit Graph

1094 Commits

Author SHA1 Message Date
Thomas Zimmermann
de61e57b99 Bug 925672: Update manifest.ini, r=jgriffin
Make sure Marionette knows about the test for REQUEST_SCREEN_STATE.
2013-10-14 10:22:20 +02:00
Edgar Chen
450ea14417 Bug 873380 - Part 3: RIL changes for icc card lock error. r=allstars.chh 2013-09-25 16:14:23 +08:00
Thomas Zimmermann
7dcc0d400b Bug 905107: Added test case for screen-state handling in RIL, r=vicamo
The new test checks for the correctness of RIL's support of
'screen-state-change' events. The expected result is to set
CREG state to 1 when the screen is turned off, and back to
2 when the screen is turned on again.
2013-10-08 16:51:06 +02:00
Thomas Zimmermann
b4018d823c 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
c430ecd99d Merge m-c to inbound.
CLOSED TREE
2013-10-09 15:34:02 -04:00
Ethan Tseng
4fea9ce938 Bug 920361 - Add error handle in NetworkManager.js::resetRoutingTable. r=vchang 2013-10-01 14:17:55 +08:00
Hsin-Yi Tsai
8373c47857 Bug 842239 - B2G Multi-SIM: get the number of RadioInterfaces. r=vicamo 2013-10-02 11:13:56 +08:00
Hsin-Yi Tsai
4cef5f3f3b Bug 917922 - temporary CLIR mode not working. r=ferjm 2013-10-02 13:45:23 +08:00
Ryan VanderMeulen
f57f378fe7 Merge m-c to b2g-inbound. 2013-10-01 16:47:09 -04:00
Ehsan Akhgari
0e7c9d39cd 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
b5e10fc109 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
3ee9df7165 Bug 900847 - Add and implement nsINetworkManager::setDhcpServer. r=vchang 2013-10-01 12:14:20 +08:00
Ethan Tseng
7e55df38e5 Bug 915529 - Add null pointer checking in stringToIP() of systemlibs.js. r=vchang 2013-09-30 16:31:12 +08:00
Vicamo Yang
31b177dcb2 Bug 919982: B2G RIL - read Gonk property "ro.moz.ril.numclients" instead. r=hsinyi 2013-09-30 17:24:54 +08:00
Nathan Froyd
e8316ed759 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
88453a9acd 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
514b3633dc Bug 916000 - Part2: Add sim state xpcshell test case. r=yoshi 2013-09-25 12:22:18 +08:00
Georgia Wang
abd0c8cd26 Bug 916000 - Part1: Add illegal sim state support in ril. r=yoshi 2013-09-25 12:20:03 +08:00
Masayuki Nakano
015140fe0d Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc 2013-09-25 20:21:19 +09:00
Ehsan Akhgari
8c43a4f37f Bug 919505 - Minimize the #includes in dom/ipc; r=jst 2013-09-23 17:30:40 -04:00
Ehsan Akhgari
7233ba7103 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
742484ce05 Bug 909688: B2G RIL - handle data connection state changes properly. r=vicamo 2013-09-18 18:07:14 +08:00
Hsin-Yi Tsai
97f256f2ed 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
9ea9589875 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
c0120064cb Bug 908075 - Part2: USER_ACTIVITY stk event xpcshell test. r=yoshi 2013-09-04 18:52:28 +08:00
Georgia Wang
081eaa7392 Bug 908075 - Part1: "USER_ACTIVITY" event implement in RIL. r=yoshi 2013-09-04 18:45:35 +08:00
"allstars.chh"
beeab71058 Bug 915987 - Part 2: Update recordId for USIM contact. r=vicamo 2013-09-13 00:07:14 +02:00
"allstars.chh"
d988496c27 Bug 915987 - Part 1: reuse nsIDOMContact.id. r=vicamo 2013-09-12 23:52:07 +02:00
"allstars.chh"
843be820c6 Bug 915986 - Part 1: Check pin2 in RIL. r=vicamo 2013-09-12 18:04:35 +02:00
Marco Chen
35dca67442 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
7dfae30e4d Bug 912442 - Part 5 : fix test_ril_worker_sms.js. r=allstarts.chh 2013-09-14 00:12:30 +02:00
Vicamo Yang
9ebbb393b9 Bug 912442 - Part 4: move buf specific contants into Buf itself. r=allstars.chh 2013-09-14 00:12:25 +02:00
Edgar Chen
5da02488b2 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
fb150af9d5 Bug 912442 - Part 1: Fix header_helper.js. r=vicamo 2013-09-06 14:18:56 +08:00
Steven Lee
b1411c0617 Bug 904025 - part2: stop MediaStream when there is incoming call. r=jesup 2013-09-13 16:51:48 +08:00
Ryan VanderMeulen
fd143fc064 Merge m-c to b2g-inbound. 2013-09-12 20:41:54 -04:00
Marco Chen
8c960434be 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]
57e5762882 Bug 909638 - Part 2: Remove token in callError/dataCallError message. r=vicamo 2013-09-12 15:16:36 +08:00
Chuck Lee
75da4fb1b8 Bug 882985 - 0002. Test case for CDMA information record decoder. r=vicamo 2013-09-09 23:19:51 +08:00
Chuck Lee
af3c11d608 Bug 882985 - 0001. Receive CDMA information record and send system message. r=vicamo 2013-09-11 00:48:19 +08:00
Dimi Lee
5cd52fe159 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
f9511b385b 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
2e71c50348 Merge inbound to m-c. 2013-09-09 15:55:42 -04:00
Gene Lian
0f3da7edee 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
a43f7058fb Backed out changeset 9f377abbf13e 2013-09-09 21:22:37 +08:00
Gene Lian
3471836472 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
7c969e03c1 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]
41c3bbb73b Bug 912884 - Part 2: Update test case. r=hsinyi 2013-09-09 08:19:49 -04:00
Szu-Yu Chen [:aknow]
5e2cd31d22 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
a74bb49601 Backout bug 907585, break B2G Mnw test cases 2013-09-07 19:32:23 +08:00