Jose Antonio Olivera Ortega
8fe7a26b1b
Bug 893727 - Part 1: RIL changes for CLIP support. r=ferjm
2013-07-17 17:28:30 +02:00
Thomas Zimmermann
c476738e61
Bug 868896: Use REQUEST_GET_UNLOCK_RETRY_COUNT on emulator, r=vyang
...
With this patch, Gecko sends REQUEST_GET_UNLOCK_RETRY_COUNT to rild
when the retry counter for a lock is being queried on the emulator.
On devices other than the emulator the function returns the error code
REQUEST_NOT_SUPPORTED, which is precisely the behavior we currently
implement.
2013-07-17 15:19:36 +02:00
Marco Chen
2065a9ed97
Bug 889730 - Switch states of Headphone are not only On/Off but Headset/Headphone. r=baku
2013-07-17 14:21:00 +08:00
Randy Lin
8c0ad3514e
Bug 860584 - [Buri][ACC] Speaker sound when plug out earphone. r=mchen
2013-07-17 13:08:11 +08:00
Dave Hylands
b6e3624a62
Bug 876782 - Automounter shouldn't unmount so agressively. r=qdot
2013-07-16 13:14:09 -07:00
Edgar Chen
e6ab21eb88
Bug 893791 - Fix xpcshell tests failed in test_ril_worker_mmi.js. r=vyang
2013-07-15 23:04:22 +08:00
Edgar Chen
9fbb5e515b
Bug 866645 - Part 2: Xpcshell tests for the utility function of mcc/mnc parsing. r=allstars.chh
2013-07-16 11:51:44 +08:00
Edgar Chen
ec9e0ae549
Bug 866645 - Part 1: Get the mcc/mnc of CDMA RUIM. r=allstars.chh
2013-07-15 17:22:54 +08:00
Ryan VanderMeulen
e8f08a647e
Backed out changeset 129a238dbe1f (bug 889730) for B2G debug bustage.
2013-07-16 11:56:00 -04:00
Marco Chen
9986444a9a
Bug 889730 - Switch states of Headphone are not only On/Off but Headset/Headphone. r=baku
2013-07-16 16:30:41 +08:00
Szu-Yu Chen [:aknow]
2bd6d9d6a0
Bug 881142 - Part 4: Remove call state busy (RIL). r=hsinyi
2013-07-15 08:54:22 -04:00
Ryan VanderMeulen
47891859c5
Merge m-c to birch.
2013-07-12 13:31:17 -04:00
Ryan VanderMeulen
b9a911ec3f
Merge m-c to inbound.
2013-07-12 09:29:59 -04:00
Fernando Jiménez
14bab581b4
Bug 883048 - [MMI] Send a ussd code while in airplane mode is allowed and doesn´t show any notification. r=vicamo
2013-07-12 10:42:17 +02:00
Hubert Figuiere
6e97d4bac4
Bug 891497 - Fix typo in debug message. r=vyang
2013-07-10 12:19:00 -04:00
JW Wang
55787d6467
Bug 865347 - Add a test case to test new functions. r=dhylands
2013-07-04 14:47:26 +08:00
JW Wang
72be006ba9
Bug 865347 - Add functions to manipulate fake volumes to test SD card insert/remove. r=dhylands
2013-07-09 14:37:47 +08:00
Ryan VanderMeulen
8246620655
Backed out changesets d76274933db8 and dd3cedcdbe2b (bug 865347) to see if it fixes the Marionette timeouts.
2013-07-09 14:21:02 -04:00
Thomas Zimmermann
55ec72cfaf
Bug 875710: Added getCardLockRetryCount to nsIIccProvider, r=vyang, sr=mounir
...
This patch adds getCardLockRetryCount to nsIIccProvider and its
implementations. This method allows callers to query the number
of remaining tries for unlocking a SIM-card lock. Supported locks
are 'pin', 'puk', 'pin2', 'puk2', 'nck', 'cck', and 'spck'. The
call returns a DOM request that returns the retry count in its
success handler, or signals an appropriate error.
Reading the retry count is an optional feature and may not be
supported for all lock types. In this case the DOM request receives
and error with the name GECKO_ERROR_NOT_SUPPORTED. For an invalid
lock type, the error name is GECKO_ERROR_GENERIC_FAILURE.
getCardLockRetryCount replaces retryCount in nsIDOMMobileConnection,
which is now deprecated.
--HG--
extra : rebase_source : d1d11612f836652dca85f7c701f09e7af962e3b7
2013-07-09 16:06:05 +02:00
JW Wang
dbea305c3b
Bug 865347 - Add a test case to test new functions. r=dhylands
2013-07-04 14:47:26 +08:00
JW Wang
5bcc274fc7
Bug 865347 - Add functions to manipulate fake volumes to test SD card insert/remove. r=dhylands
2013-07-09 14:37:47 +08:00
Justin Lebar
60dc213200
Bug 889984 - Don't leak objects which "inherit" from DOMRequestIpcHelper the associated window is closed. r=fabrice
2013-07-08 17:55:42 -04:00
Vasanthakumar Pandurangan
c332d2af3c
Bug 892876 - (gonk-jb) Update AUDIO IN/OUT enums. r=mwu
2013-07-19 21:04:23 -07:00
Vincent Chang
0bfcbfa457
Bug 787442 - Turn on wifi/usb tethering simultaneously. r=mrbkap
2013-06-19 18:57:58 +08:00
Joshua Cranmer
f44c71b4ef
Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands.
...
--HG--
extra : rebase_source : b8eaae07c54c94c8c46c7ed4c0e226eb74584652
2013-07-18 21:21:20 -05:00
Trevor Saunders
238525e2d8
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
2013-07-11 11:06:34 -04:00
Edgar Chen
3be1470efd
Bug 875721 - Part 5: RIL implementation changes for iccInfo. r=allstars.chh
2013-05-30 19:14:39 +08:00
Edgar Chen
59777779da
Bug 875721 - Part 3: GPS changes for iccInfo. r=kchen
2013-05-30 18:52:56 +08:00
Edgar Chen
82a113d317
Bug 875721 - Part 1: Move iccInfo related attribute/event from mozMobileConnection to mozIccManager (IDL). r=allstars.chh, sr=sicking
2013-05-30 18:04:48 +08:00
Ken Chang
27680ed749
Bug 837488 - B2G RIL: Using array for data call settings and handling multiple sharing on one APN connection. r=hsinyi
2013-07-12 12:44:22 +08:00
Edgar Chen
4ffae916e9
Bug 874744 - Part 3: Send cardstatechange event to iccManager. r=allstars.chh
2013-05-22 17:32:18 +08:00
Ryan VanderMeulen
0b534286ca
Bug 884134 - Fix ifdef to un-break B2G mochitest-3.
2013-07-03 16:38:28 -04:00
Michael Wu
3475ed784c
Bug 884134 - Messages to vold need sequence number in gonk-JB, r=dhylands
2013-07-03 12:37:39 -04:00
Dimi Lee
e191a7b140
Bug 888828 - Default route of 3G data call disappeared (after receiving disconnected event from wlan0). r=vchang
2013-07-02 11:50:50 +08:00
Chuck Lee
2adca31700
Bug 883754 - Throw an error on unexpected GSM SMS DCS value. r=vicamo
2013-07-01 11:16:44 +08:00
Vicamo Yang
0d4d9c83eb
Bug 814581 - Part 8/8: fix debug messages as well. r=hsinyi,yoshi
2013-07-02 17:36:58 +08:00
Vicamo Yang
c164a63845
Bug 814581 - Part 7/8: fix test cases. r=yoshi
2013-07-02 17:36:55 +08:00
Vicamo Yang
4b428e8089
Bug 814581 - Part 6/8: fix NetworkManager. r=yoshi
2013-07-02 17:36:51 +08:00
Vicamo Yang
6688aed04b
Bug 814581 - Part 5/8: fix MobileMessage. r=gene
2013-07-02 17:36:47 +08:00
Vicamo Yang
2daf485ca1
Bug 814581 - Part 4/8: fix GonkGPSGeolocationProvider. r=kanru
2013-07-02 17:36:44 +08:00
Vicamo Yang
a64909caea
Bug 814581 - Part 3/8: dispatch RIL messages. r=hsinyi,yoshi
2013-07-02 17:36:40 +08:00
Vicamo Yang
95908fdbe3
Bug 814581 - Part 2/8: create multiple intances of RadioInterface. r=hsinyi,yoshi
2013-07-02 17:36:37 +08:00
Vicamo Yang
ccf4d89b35
Bug 814581 - Part 1/8: MultiSIM - interface changes. sr=hsinyi
2013-07-02 17:36:33 +08:00
Szu-Yu Chen [:aknow]
d7a335ada5
Bug 889215 - Fix xpcshell-test test_ril_worker_mmi.js. r=yoshi.
...
---
dom/system/gonk/tests/test_ril_worker_mmi.js | 47 +++++++++++++-------------
1 file changed, 23 insertions(+), 24 deletions(-)
2013-07-02 16:19:56 +08:00
Szu-Yu Chen [:aknow]
f74a87496f
Bug 885688 - Fix javascript warning in ril_worker.js. r=yoshi.
...
---
dom/system/gonk/ril_worker.js | 38 +++++++++++++++++++++++++-------------
1 file changed, 25 insertions(+), 13 deletions(-)
2013-07-02 11:58:20 +08:00
Jose Antonio Olivera Ortega
3160742a8e
Bug 879680 - (mmi-result-cf) [MMI] Use MMIResult for Call Forwarding related functionality. r=ferjm
2013-07-01 01:23:52 +08:00
Fernando Jiménez
0c699898c9
Bug 874000 - (mmi-result-pin) [MMI] Use MMIResult for PIN/PIN2/PUK related functionality. r=vicamo
2013-07-01 01:01:02 +08:00
Fernando Jiménez
dd4473d382
Bug 883178 - [MMI] Implement DOMMMIResult and DOMMMIError. Part 2: DOMMMIResult and DOMMMIError. r=vicamo, sr=sicking
2013-06-30 20:21:32 +08:00
Ken Chang
269eacf27e
Bug 884829 - follow up - fix typo. r=hsinyi
2013-06-28 13:08:52 +08:00
Ken Chang
86f97c9cb4
Bug 884829 - [MMS] Impossible to send/receive MMS when Wi-Fi and cellular data on. r=hsinyi
2013-06-28 09:46:00 +08:00
Yoshi Huang
c9909e11ad
Bug 886809 - Part 2 : xpcshell tests. r=hsinyi
2013-06-26 17:53:42 +08:00
Yoshi Huang
2130a63fff
Bug 886809 - Part 1: Import SIM contacts fails if contact has no number. r=hsinyi
2013-06-26 16:40:34 +08:00
Yoshi Huang
a2e96cd2d1
Bug 887671 - B2G RIL: Xpcshell failed in test_is_icc_service_available. r=hsinyi
2013-06-27 12:30:31 +08:00
Yoshi Huang
5b7f6eb8c0
Bug 887674 - B2G RIL: xpcshell tests got SyntaxError in test_mcc_mnc_parsing. r=hsinyi
2013-06-27 12:29:37 +08:00
Boris Zbarsky
6be6fb3ca2
Bug 893004 part 2. Remove various no-longer-used XPCOM bits from Navigator, except the ones from nsIDOMNavigator. r=smaug
...
--HG--
rename : dom/network/interfaces/nsIDOMNavigatorNetwork.idl => dom/network/interfaces/nsIMozNavigatorNetwork.idl
2013-07-17 23:23:52 -04:00
Vincent Chang
870c572d53
Bug 902865 - (jb-gonk) Adapt to netd protocol changes for Wifi tethering. r=mrbkap
2013-08-08 14:40:27 +08:00
Nicholas Nethercote
849635b8f1
Bug 898914 (part 1) - Remove JSBool.
...
--HG--
extra : rebase_source : 2d202e0e5005a7f54724b1540481c15cde3ad52e
2013-08-08 15:53:04 -07:00
Hsin-Yi Tsai
9878584fe4
Bug 822210 - cdma call waiting - part3 - ril impl. r=vicamo
2013-07-30 17:24:43 +08:00
Carsten "Tomcat" Book
6a0617152c
merge mozilla-central to b2g-inbound
2013-08-08 14:46:05 +02:00
Hsin-Yi Tsai
052d93277e
Bug 902480 - B2G RIL: follow up to bug 743150 - this._sendTelephonyMessage is not a function. r=allstars.chh
2013-08-07 23:28:24 +08:00
Ryan VanderMeulen
bb2a92380e
Backed out changesets ede868d47878 and 5fd0b863fac7 (bug 900321) for Marionette failures.
2013-08-06 08:30:32 -04:00
Hsin-Yi Tsai
8e5520320b
Bug 899959 - B2G RIL: refactor request handler in RILContentHelper. r=vicamo
2013-07-31 15:39:52 +08:00
Ryan VanderMeulen
dcab858b9b
Merge m-c to b2g-inbound.
2013-08-05 23:21:25 -04:00
Yoshi Huang
71802285ef
Bug 900321 - Part 2: Update RIL and test case. r=vicamo
2013-08-05 15:23:10 +08:00
Fernando Jiménez
74d9f3002b
Bug 879032 - Localize MMI code strings. r=vicamo
2013-06-25 19:57:55 +08:00
Gene Lian
7f9ede1270
Bug 885652 - B2G SMS: DOMRequest in sending SMS API does not trigger onsuccess or onerror function when the SIM card is not installed or radio is disabled. r=vicamo a=leo+
2013-06-24 20:08:30 +08:00
Michael Wu
23f0300940
Bug 784226 - Support libhardware_legacy and libnetutils on JB, r=vchang
2013-06-23 23:40:21 -04:00
Doug Turner
8c052a3c1e
Bug 882485 - Add API keys support for Google Location Service API. r=gps, jdm, gavin. sr=brendan
2013-06-12 19:20:07 -07:00
Michael Wu
a060bfa8cd
Bug 885602 - Fix build of AudioManager.cpp on gonk-JB, r=mchen
2013-06-21 01:37:21 -04:00
Gina Yeh
72ab1ebbaa
Bug 882551 - Patch 5: Change return type of internal functions, r=qdot, r=mrbkap, r=echou
2013-06-20 09:20:16 +08:00
Edgar Chen
57f054bc32
Bug 860585 - Part 5: Fix xpcshell tests for cardlock. r=allstars.chh
2013-05-21 15:15:45 +08:00
Edgar Chen
24bef0b0fe
Bug 860585 - Part 3: RIL implementation changes for cardLock. r=allstars.chh
2013-04-11 15:12:09 +08:00
Mike Shal
8d6fa4020d
Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey
...
From 69c3338a3287ff8cc97533e06069fc4d4cb7c5f6 Mon Sep 17 00:00:00 2001
2013-06-10 12:08:47 -04:00
Edgar Chen
077a84f66e
Bug 880369 - Part 2: Xpcshell tests for mcc table. r=allstars.chh
2013-06-11 16:36:29 +08:00
Edgar Chen
67a3b36ff3
Bug 880369 - Part 1: Check mcc table if EFad dose not contain the length of mnc. r=allstars.chh
2013-06-07 18:48:10 +08:00
Alexandre Lissy
ccb30ab637
Bug 882105 - Typo error breaking NetworkManager.js. r=vicamo
...
---
dom/system/gonk/NetworkManager.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
2013-06-13 01:05:55 +08:00
Albert Crespell
bf2364a528
Bug 879793 - Update stats when network interface is unregistered. r=clian
2013-06-06 20:40:50 +02:00
Vincent Chang
1b99e8abcb
Bug 868913 - [Buri][Tethering]PC can't display RNDIS com port when reset handset. r=mrbkap
2013-05-16 19:39:58 +08:00
Edgar Chen
e693398dff
Bug 868934 - Support selecting authentication type for data call. r=hsinyi
2013-05-06 16:58:56 +08:00
Szu-Yu Chen [:aknow]
93c97c6d9b
Bug 875243 - B2G RIL: fix some coding style. r=hsinyi
2013-06-10 10:41:14 +08:00
Gina Yeh
fe63c7c6f5
Bug 872907 - Patch 5: Handle A2DP status changed in AudioManager, r=echou, r=mwu
2013-06-08 23:26:28 +08:00
Vicamo Yang
68a43a581d
Bug 874273: B2G RIL - return correct voice network type. r=yoshi
2013-06-07 16:50:10 +08:00
Vicamo Yang
870d07b241
Bug 879671 - 2/2: add ril.cellbroadcast.disabled pref to disable Cell Broadcast completely. r=yoshi
2013-06-07 15:32:24 +08:00
Vicamo Yang
65afe3b213
Bug 879671 - 1/2: pass multiple initial options to ril_worker. r=yoshi
2013-06-07 15:32:20 +08:00
Vicamo Yang
fe9da116c6
Bug 879840: B2G RIL - correct CB activation code. r=yoshi
2013-06-07 10:58:05 +08:00
Alexandre Lissy
8da3611a5b
Bug 879695 - Notify the modem that screen state has been changed. r=vicamo,kanru
...
This seems to be needed on some devices to ensure proper low power state
of the modem.
---
dom/system/gonk/RadioInterfaceLayer.js | 15 +++++++++++++++
widget/gonk/nsWindow.cpp | 9 +++++++++
2 files changed, 24 insertions(+)
2013-06-06 15:28:59 +08:00
Vicamo Yang
1a76845c52
Bug 879225: NetworkManager - extract hostname from various formats. r=gene
2013-06-05 17:20:50 +08:00
Vicamo Yang
1cb916af2b
Bug 877560: B2G RIL - support EF_CBMID. r=yoshi
2013-06-05 14:55:36 +08:00
Ed Morley
c1f2262e21
Merge latest green inbound changeset and mozilla-central
2013-06-04 15:14:21 +01:00
Makoto Kato
7fe9742144
Bug 871462 - Clean up string API usages on Gonk. r=dbaron
2013-06-03 17:41:27 +09:00
Patrick Wang
b4b1f033f0
Bug 867933 - Part 1 - enumerate network interfaces in content process. r=swu
2013-05-02 19:41:20 +08:00
Alexandre Lissy
163fa9a136
Bug 875390 - Add MMSC and/or MMS Proxy specific host routes via MMS APN. r=vyang
...
MMS sending has been failing because often the default network route was
not going through the MMS APN. This commit adds specific host route via
the correct network interface for either MMSC or MMS proxy depending on
the carrier information. We also perform DNS resolution to cope with
MMSC/proxy that are using FQDN.
2013-05-31 10:14:45 +02:00
Oleg Romashin
bcc3049fc2
Bug 877191 - Gonk does not compile with later m-c on 4.6 compiler. r=mwu
...
From 0ff67b491787206102e3f079026bdb54339f69bf Mon Sep 17 00:00:00 2001
---
dom/system/gonk/GonkGPSGeolocationProvider.cpp | 6 +++---
dom/system/gonk/GonkGPSGeolocationProvider.h | 1 +
widget/gonk/nsIdleServiceGonk.h | 7 +++----
3 files changed, 7 insertions(+), 7 deletions(-)
2013-05-29 17:43:17 -07:00
Jon Coppeard
6d32ef3678
Bug 876639 - Address unsafe references from JS_ParseJSON() - Fix browser r=smaug
2013-05-29 09:29:39 +01:00
Vincent Liu
6165c6ca79
Bug 864588 - [B2G] [Leo] [Internet Sharing] USB tethering turns off almost immediately after being turned on. r=vchang
2013-05-24 10:38:31 +08:00
Mike Shal
6f32ddf61c
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
...
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
rlin@mozilla.com
a172f4e28b
Bug 875227 - No call sound when the call established, r=mwu
2013-05-23 18:28:20 +08:00
Ed Morley
8bf0b81c19
Merge mozilla-central and birch
2013-05-23 12:47:30 +01:00
Vicamo Yang
0f9a2f25c2
Bug 872219 - 1/2: B2G SMS - check number of segments in getSegmentInfoForText(). r=gene
2013-05-23 19:42:29 +08:00
Hsin-Yi Tsai
d7f7b7c216
Bug 823958 - RIL impl- Deliver 'enumerateCallStateComplete' (part 3/4). r=vicamo
2013-05-10 14:58:06 +08:00
Edgar Chen
c8347e4749
Bug 873965 - Set preferred network type when radio is on. r=vicamo
2013-05-20 16:04:37 +08:00
Szu-Yu Chen [:aknow]
67c05569bb
Bug 818393 - Part 3: Call barring RIL implementation. r=htsai.
...
---
dom/system/gonk/RILContentHelper.js | 112 +++++++++++++++++++++++++++++++-
dom/system/gonk/RadioInterfaceLayer.js | 38 +++++++++++
dom/system/gonk/ril_consts.js | 19 ++++++
dom/system/gonk/ril_worker.js | 31 +++++++++
4 files changed, 199 insertions(+), 1 deletion(-)
2013-05-21 13:13:37 +08:00
Bobby Holley
1b2f22fe61
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
...
There are still a handful that either are used with other runtimes, or that
happen very early/late in cx the lifetime of various things where it doesn't
necessarily make sense to have a cx on the stack. This should definitely ensure
that we're not doing double-duty with the nsCxPusher change, though.
2013-05-22 10:05:28 -06:00
Bobby Holley
ba05c93769
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
2013-05-22 10:05:26 -06:00
Edgar Chen
e824e7154e
Bug 859220 - Part 3: Separate IPC messages in RadioInterfaceLayer. r=allstars.chh
2013-04-09 14:18:43 +08:00
Marco Chen
1f5a09f0ba
Bug 870682 - [gonk-jb-4.2] Add basic support for audio control API. r=mwu
2013-05-20 15:34:42 +08:00
Dave Hylands
9d725309a5
Bug 873391 - Volume state changes may get processed out of order in child processes. r=qDot
2013-05-17 12:55:14 -07:00
Randy Lin
440c264cce
Bug 868932 - All channel volume is not updated. r=mwu
2013-05-16 12:00:02 +08:00
Shawn Huang
ef018f54a0
Bug 872428 - Fix missing setForceUse to BT SCO for audio path, r=mwu
2013-05-16 14:31:21 +08:00
Patrick Wang
a9b20ef573
Bug 849725: remove RIL.iccInfoPrivate.SPN.spn. r=allstars.chh
2013-05-14 11:32:16 +08:00
Ryan VanderMeulen
d9824dd1e6
Merge inbound to m-c.
2013-05-15 21:14:58 -04:00
Dimi Lee
3a5f3e63b6
Bug 834573 - B2G Wifi: IP and default route still exist after forget network. r=vchang
2013-05-02 18:02:33 +08:00
Albert Crespell
15f0bb9c3d
Bug 783966 - Process netd's InterfaceChange(600) and BandwidthControl(601) message. r=vchang
2013-04-23 09:27:05 +02:00
Ryan VanderMeulen
5d06283e78
Merge m-c to birch.
2013-05-14 08:38:59 -04:00
Gregor Wagner
534384dde0
Bug 871788 - RILContentHelper.js line: 987: JavaScript Error: "setting a property that has only a getter". r=mrbkap
2013-05-14 08:32:48 -04:00
Szu-Yu Chen [:aknow]
fa2289618b
Bug 863281 - Part 2: Pass emergency info from ril to dom. r=htsai.
...
---
dom/system/gonk/RILContentHelper.js | 5 +++--
dom/system/gonk/ril_worker.js | 9 +++++++++
2 files changed, 12 insertions(+), 2 deletions(-)
2013-05-14 14:05:46 +08:00
Dave Hylands
8260f23c58
Bug 852768 - Make AutoMounter use the new settings to support internal/external storage. r=qDot
2013-05-13 17:53:23 -07:00
Gene Lian
0463bdbb4d
Bug 870562 - B2G MMS: Fail to expose correct MMS message threadID. r=vicamo a=leo+
2013-05-10 16:16:24 +08:00
Yoshi Huang
2eeacf67a1
Bug 859659 - Part 3: xpcshell-tests. r=vicamo
2013-05-07 11:29:40 +08:00
Joey Armstrong
0d49db0381
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
2013-05-13 16:24:07 -04:00
Yoshi Huang
50be986c2e
Bug 859659 - Part 2: Update EF_Email and EF_ANR. r=vicamo
2013-04-30 14:53:47 +08:00
Yoshi Huang
16e37d7ad2
Bug 859659 - Part 1: Add read/writeNumberwithLength. r=vicamo
2013-05-06 12:07:25 +08:00
Jon Hylands
52b85401ec
Bug 869961 - RILContentHelper.voiceConnectionInfo fixed to check for null context. r=hsinyi
2013-05-13 10:18:19 +08:00
Dave Hylands
8f8841a1c4
Bug 858416 - Create a composite device storage interface. r=dougt
...
* * *
Bug 858416 - Fix try test failures
2013-05-11 02:10:18 -07:00
Ryan VanderMeulen
93efac58df
Backed out changeset dbf0c9f4a4b9 (bug 858416) for B2G mochitest-3 failures.
2013-05-11 09:47:37 -04:00
Dave Hylands
af61fd0d1c
Bug 858416 - Create a composite device storage interface. r=dougt
2013-05-11 02:10:18 -07:00
Hsin-Yi Tsai
f573249777
Bug 869306 - Add call.isOutgoing for BT Cert. r=allstars.chh
2013-05-08 18:39:05 +08:00
Anshul Jain
c592c8694d
Bug 854334 - Voice mail notification FAIL. r=marshall
2013-05-02 15:22:25 -07:00
rlin@mozilla.com
f1ef6a8b16
Bug 868960 - [FMRadio] FM Radio volume is not updated by headset ejecting. r=mwu
2013-05-07 15:31:13 +08:00
Jose Antonio Olivera Ortega
a262a77020
Bug 863130 - (Regional) The SMS delivery report is on by default. r=vicamo
2013-05-07 16:26:03 +02:00
Vincent Chang
fd4d607252
Bug 776212 - Get usb rndis interface's name automatically r=dhylands
2013-04-30 19:04:36 +08:00
Vicamo Yang
2d8780e145
Bug 860660 (follow-up): update interface uuid. r=me
2013-05-07 18:18:26 +08:00
Michael Vines
ac3702f0b2
Bug 860660 - Content process support for display of PIN/PUK retry count. r=vyang
2013-05-06 14:03:00 -07:00
Ryan VanderMeulen
465845882c
Merge m-c to inbound.
2013-05-06 11:20:45 -04:00
Ryan VanderMeulen
6454442579
Backed out changeset 4270acd843cc (bug 863130) for B2G Marionette failures.
2013-05-06 08:57:03 -04:00
Sankha Narayan Guria
6349c5c599
Bug 867414 - Rename SafeAutoJSContext to AutoSafeJSContext. r=bholley
2013-05-06 09:04:17 -04:00
Jose Antonio Olivera Ortega
cb0be5c3e0
Bug 863130 - (Regional) The SMS delivery report is on by default. r=vicamo
2013-05-06 10:20:23 +02:00
Fabrice Desré
f602313421
Bug 866272 - expose privileged access to mcc+mnc pair for last home network and roaming network r=gal
2013-05-02 18:37:51 -07:00
Yoshi Huang
33f471b4a1
Bug 833215 - Part 2: Use the same style to parse. r=vicamo
2013-04-10 15:50:03 +08:00
Yoshi Huang
15b00e3b29
Bug 833215 - Part 1: rename getFoo to readFoo in ICCRecordHelper. r=vicamo
2013-04-10 15:32:17 +08:00
Yoshi Huang
71e067fe59
Bug 835802 - Part 5: xpcshells tests. r=vicamo
2013-04-09 15:34:47 +08:00
Yoshi Huang
1fea409ded
Bug 835802 - Part 4: Support more phonebook sets when updating ICC contact. r=vicamo
2013-04-08 16:03:35 +08:00
Yoshi Huang
404f9e2ef7
Bug 835802 - Part 3: Support more phonebook sets when adding ICC contact. r=vicamo
2013-04-08 15:50:01 +08:00
Yoshi Huang
0cdfa0a9f3
Bug 835802 - Part 2: Rename getFreeRecordId to findFreeRecordId. r=vicamo
2013-04-09 11:57:57 +08:00
Yoshi Huang
37c3e038be
Bug 835802 - Part 1: Support more phonebook sets when reading ICC contact. r=vicamo
2013-02-26 18:29:58 +08:00
Yoshi Huang
9705bebd65
Bug 847741 - Part 5: readContacts impl. r=vicamo
2013-03-06 10:51:40 +08:00
Ryan VanderMeulen
2da4f75cb1
Backed out changesets 1ae920a04d36 and a12273aa858b (bug 866272) for Marionette failures.
2013-05-03 00:12:42 -04:00
Fabrice Desré
8307a89352
Bug 866272 - followup to fix typo, r=gal
2013-05-02 19:10:23 -07:00
Fabrice Desré
0bc8db7dea
Bug 866272 - expose privileged access to mcc+mnc pair for last home network and roaming network r=gal
2013-05-02 18:37:51 -07:00
Patrick Wang
34dfcebcc9
Bug 835255 - Part 1 - don't use first PNN record when OPL is present but phone is in a PLMN that is not listed in OPL. r=vicamo
2013-04-30 12:20:59 +08:00