Commit Graph

354 Commits

Author SHA1 Message Date
Gene Lian
dcf1f7e4a0 Bug 847738 - B2G MMS: provide nsIDOMMobileMessageManager.getMessage(). r=vicamo sr=sicking a=leo+ 2013-03-08 11:46:16 +08:00
Gene Lian
9fe417700a Bug 844431 - B2G MMS: provide nsIDOMMobileMessageManager interface (with sendMMS() first) (part 4-2, nsIMmsService.send()). r=vicamo a=leo+ 2013-03-09 15:22:25 +08:00
Gene Lian
a85a3117cf Bug 844431 - B2G MMS: provide nsIDOMMobileMessageManager interface (with sendMMS() first) (part 4-1, multiple delivery status). r=vicamo a=leo+ 2013-03-09 15:22:17 +08:00
Gene Lian
af36186707 Bug 844431 - B2G MMS: provide nsIDOMMobileMessageManager interface (with sendMMS() first) (part 3-1, s/nsISmsRequest/nsIMobileMessageCallback). r=vicamo a=leo+
--HG--
rename : dom/mobilemessage/interfaces/nsISmsRequest.idl => dom/mobilemessage/interfaces/nsIMobileMessageCallback.idl
2013-03-09 15:22:02 +08:00
Julien Wajsberg
588335120b Bug 836708 - [B2G RIL] Validate the numbers that are passed from SMSManager.send. r=vicamo
--HG--
extra : rebase_source : 05cbb8f610b952338f89939f44039177ac55efcf
2013-03-08 18:46:15 +01:00
Edgar Chen
24bbff75eb Bug 828307 - Part 6: Save lastKnownMcc as string type. r=vyang 2013-03-04 10:38:17 +08:00
Edgar Chen
2f51ddfd2e Bug 828307 - Part 3: RIL implementation change. r=vyang 2013-02-25 11:47:27 +08:00
Julien Wajsberg
e88d188268 Bug 846499 - [B2G RIL] Don't reject so many numbers in nsIDOMTelephony.dial(). r=gwagner 2013-03-08 16:08:55 +01:00
Edgar Chen
60bf03db10 Bug 848688 - Have a consistent naming for error message. r=allstars.chh 2013-03-07 18:35:57 +08:00
Yoshi Huang
0805eb9f3a Bug 842458 - Part 2: implementations for updating FDN. r=vicamo 2013-02-26 12:18:40 +08:00
Vicamo Yang
b576648acd Bug 834160 - Part 7/7: Fix RILContentHelper. r=htsai,allstars.chh 2013-03-06 17:53:31 +08:00
Vicamo Yang
fecf389c8b Bug 834160 - Part 5/7: fix Telephony. r=smaug, f=htsai
--HG--
rename : dom/bluetooth/BluetoothRilListener.cpp => dom/bluetooth/BluetoothTelephonyListener.cpp
rename : dom/bluetooth/BluetoothRilListener.h => dom/bluetooth/BluetoothTelephonyListener.h
2013-03-06 17:53:23 +08:00
Gene Lian
a57f8f8b90 Bug 844429 - B2G SMS & MMS: move SMS codes into dom/mobilemessage to make it generic for MMS. r=vicamo
--HG--
rename : dom/sms/interfaces/nsIDOMMozSmsEvent.idl => dom/mobilemessage/interfaces/nsIDOMMozSmsEvent.idl
rename : dom/sms/interfaces/nsIDOMMozSmsMessage.idl => dom/mobilemessage/interfaces/nsIDOMMozSmsMessage.idl
rename : dom/sms/interfaces/nsIDOMNavigatorSms.idl => dom/mobilemessage/interfaces/nsIDOMNavigatorSms.idl
rename : dom/sms/interfaces/nsIDOMSmsCursor.idl => dom/mobilemessage/interfaces/nsIDOMSmsCursor.idl
rename : dom/sms/interfaces/nsIDOMSmsFilter.idl => dom/mobilemessage/interfaces/nsIDOMSmsFilter.idl
rename : dom/sms/interfaces/nsIDOMSmsManager.idl => dom/mobilemessage/interfaces/nsIDOMSmsManager.idl
rename : dom/sms/interfaces/nsIDOMSmsRequest.idl => dom/mobilemessage/interfaces/nsIDOMSmsRequest.idl
rename : dom/sms/interfaces/nsIDOMSmsSegmentInfo.idl => dom/mobilemessage/interfaces/nsIDOMSmsSegmentInfo.idl
rename : dom/sms/interfaces/nsISmsRequest.idl => dom/mobilemessage/interfaces/nsISmsRequest.idl
rename : dom/sms/interfaces/nsISmsService.idl => dom/mobilemessage/interfaces/nsISmsService.idl
rename : dom/sms/src/Constants.cpp => dom/mobilemessage/src/Constants.cpp
rename : dom/sms/src/Constants.h => dom/mobilemessage/src/Constants.h
rename : dom/sms/src/SmsCursor.cpp => dom/mobilemessage/src/SmsCursor.cpp
rename : dom/sms/src/SmsCursor.h => dom/mobilemessage/src/SmsCursor.h
rename : dom/sms/src/SmsFilter.cpp => dom/mobilemessage/src/SmsFilter.cpp
rename : dom/sms/src/SmsFilter.h => dom/mobilemessage/src/SmsFilter.h
rename : dom/sms/src/SmsManager.cpp => dom/mobilemessage/src/SmsManager.cpp
rename : dom/sms/src/SmsManager.h => dom/mobilemessage/src/SmsManager.h
rename : dom/sms/src/SmsMessage.cpp => dom/mobilemessage/src/SmsMessage.cpp
rename : dom/sms/src/SmsMessage.h => dom/mobilemessage/src/SmsMessage.h
rename : dom/sms/src/SmsRequest.cpp => dom/mobilemessage/src/SmsRequest.cpp
rename : dom/sms/src/SmsRequest.h => dom/mobilemessage/src/SmsRequest.h
rename : dom/sms/src/SmsSegmentInfo.cpp => dom/mobilemessage/src/SmsSegmentInfo.cpp
rename : dom/sms/src/SmsSegmentInfo.h => dom/mobilemessage/src/SmsSegmentInfo.h
rename : dom/sms/src/SmsServicesFactory.cpp => dom/mobilemessage/src/SmsServicesFactory.cpp
rename : dom/sms/src/SmsServicesFactory.h => dom/mobilemessage/src/SmsServicesFactory.h
rename : dom/sms/src/Types.h => dom/mobilemessage/src/Types.h
rename : dom/sms/src/android/SmsService.cpp => dom/mobilemessage/src/android/SmsService.cpp
rename : dom/sms/src/android/SmsService.h => dom/mobilemessage/src/android/SmsService.h
rename : dom/sms/src/fallback/SmsService.cpp => dom/mobilemessage/src/fallback/SmsService.cpp
rename : dom/sms/src/fallback/SmsService.h => dom/mobilemessage/src/fallback/SmsService.h
rename : dom/sms/src/ipc/PSms.ipdl => dom/mobilemessage/src/ipc/PSms.ipdl
rename : dom/sms/src/ipc/PSmsRequest.ipdl => dom/mobilemessage/src/ipc/PSmsRequest.ipdl
rename : dom/sms/src/ipc/SmsChild.cpp => dom/mobilemessage/src/ipc/SmsChild.cpp
rename : dom/sms/src/ipc/SmsChild.h => dom/mobilemessage/src/ipc/SmsChild.h
rename : dom/sms/src/ipc/SmsIPCService.cpp => dom/mobilemessage/src/ipc/SmsIPCService.cpp
rename : dom/sms/src/ipc/SmsIPCService.h => dom/mobilemessage/src/ipc/SmsIPCService.h
rename : dom/sms/src/ipc/SmsParent.cpp => dom/mobilemessage/src/ipc/SmsParent.cpp
rename : dom/sms/src/ipc/SmsParent.h => dom/mobilemessage/src/ipc/SmsParent.h
rename : dom/sms/src/ipc/SmsTypes.ipdlh => dom/mobilemessage/src/ipc/SmsTypes.ipdlh
rename : dom/sms/src/ipc/ipdl.mk => dom/mobilemessage/src/ipc/ipdl.mk
rename : dom/sms/src/ril/SmsService.cpp => dom/mobilemessage/src/ril/SmsService.cpp
rename : dom/sms/src/ril/SmsService.h => dom/mobilemessage/src/ril/SmsService.h
rename : dom/sms/tests/Makefile.in => dom/mobilemessage/tests/Makefile.in
rename : dom/sms/tests/marionette/manifest.ini => dom/mobilemessage/tests/marionette/manifest.ini
rename : dom/sms/tests/marionette/test_between_emulators.py => dom/mobilemessage/tests/marionette/test_between_emulators.py
rename : dom/sms/tests/marionette/test_bug814761.js => dom/mobilemessage/tests/marionette/test_bug814761.js
rename : dom/sms/tests/marionette/test_emulator_loopback.js => dom/mobilemessage/tests/marionette/test_emulator_loopback.js
rename : dom/sms/tests/marionette/test_filter_date.js => dom/mobilemessage/tests/marionette/test_filter_date.js
rename : dom/sms/tests/marionette/test_filter_date_notfound.js => dom/mobilemessage/tests/marionette/test_filter_date_notfound.js
rename : dom/sms/tests/marionette/test_filter_mixed.js => dom/mobilemessage/tests/marionette/test_filter_mixed.js
rename : dom/sms/tests/marionette/test_filter_number_multiple.js => dom/mobilemessage/tests/marionette/test_filter_number_multiple.js
rename : dom/sms/tests/marionette/test_filter_number_single.js => dom/mobilemessage/tests/marionette/test_filter_number_single.js
rename : dom/sms/tests/marionette/test_filter_read.js => dom/mobilemessage/tests/marionette/test_filter_read.js
rename : dom/sms/tests/marionette/test_filter_received.js => dom/mobilemessage/tests/marionette/test_filter_received.js
rename : dom/sms/tests/marionette/test_filter_sent.js => dom/mobilemessage/tests/marionette/test_filter_sent.js
rename : dom/sms/tests/marionette/test_filter_unread.js => dom/mobilemessage/tests/marionette/test_filter_unread.js
rename : dom/sms/tests/marionette/test_getmessage.js => dom/mobilemessage/tests/marionette/test_getmessage.js
rename : dom/sms/tests/marionette/test_getmessage_notfound.js => dom/mobilemessage/tests/marionette/test_getmessage_notfound.js
rename : dom/sms/tests/marionette/test_getmessages.js => dom/mobilemessage/tests/marionette/test_getmessages.js
rename : dom/sms/tests/marionette/test_incoming.js => dom/mobilemessage/tests/marionette/test_incoming.js
rename : dom/sms/tests/marionette/test_incoming_delete.js => dom/mobilemessage/tests/marionette/test_incoming_delete.js
rename : dom/sms/tests/marionette/test_incoming_max_segments.js => dom/mobilemessage/tests/marionette/test_incoming_max_segments.js
rename : dom/sms/tests/marionette/test_incoming_multipart.js => dom/mobilemessage/tests/marionette/test_incoming_multipart.js
rename : dom/sms/tests/marionette/test_mark_msg_read.js => dom/mobilemessage/tests/marionette/test_mark_msg_read.js
rename : dom/sms/tests/marionette/test_mark_msg_read_error.js => dom/mobilemessage/tests/marionette/test_mark_msg_read_error.js
rename : dom/sms/tests/marionette/test_message_classes.js => dom/mobilemessage/tests/marionette/test_message_classes.js
rename : dom/sms/tests/marionette/test_outgoing.js => dom/mobilemessage/tests/marionette/test_outgoing.js
rename : dom/sms/tests/marionette/test_outgoing_delete.js => dom/mobilemessage/tests/marionette/test_outgoing_delete.js
rename : dom/sms/tests/marionette/test_outgoing_max_segments.js => dom/mobilemessage/tests/marionette/test_outgoing_max_segments.js
rename : dom/sms/tests/marionette/test_segment_info.js => dom/mobilemessage/tests/marionette/test_segment_info.js
rename : dom/sms/tests/marionette/test_strict_7bit_encoding.js => dom/mobilemessage/tests/marionette/test_strict_7bit_encoding.js
rename : dom/sms/tests/moz.build => dom/mobilemessage/tests/moz.build
rename : dom/sms/tests/test_sms_basics.html => dom/mobilemessage/tests/test_sms_basics.html
rename : dom/sms/tests/test_smsdatabaseservice.xul => dom/mobilemessage/tests/test_smsdatabaseservice.xul
rename : dom/sms/tests/test_smsfilter.html => dom/mobilemessage/tests/test_smsfilter.html
rename : dom/sms/tests/test_smsservice_createsmsmessage.js => dom/mobilemessage/tests/test_smsservice_createsmsmessage.js
rename : dom/sms/tests/xpcshell.ini => dom/mobilemessage/tests/xpcshell.ini
2013-03-01 16:38:47 +08:00
Gene Lian
05f776ead6 Bug 839436 - B2G MMS: make DB be able to save MMS messages. r=vicamo 2013-02-08 18:45:04 +08:00
Siddartha Pothapragada
03435d4cba Bug 840780 3/3 - B2G RIL: Add support to manage and access logical channels to UICC. r=vicamo 2013-02-25 17:27:26 +08:00
Vicamo Yang
039b802df2 Bug 836215 - Part 2/2: validate number in nsIDOMTelephony.dial(). r=gwagner 2013-02-20 17:02:50 +08:00
Vicamo Yang
bc7fe4bdc7 Bug 838190: ensure every received SMS message is acked. r=gwagner 2013-02-18 15:11:13 +08:00
Shian-Yow Wu
5fdde3d147 Bug 838127 - B2G RIL: incorrect spelling of interface name in RILNetworkInterface. r=vicamo 2013-02-06 13:12:25 +08:00
Gene Lian
5e944a2bc0 Bug 831683 - B2G SMS & B2G MMS: make SMS database more generic for MMS (part 1, s/SmsDatabaseService/MobileMessageDatabaseService). r=vicamo 2013-02-05 19:10:39 +08:00
Vicamo Yang
3466647544 Bug 814579: connect client socket by id. r=qDot 2013-02-04 21:26:43 +08:00
Yoshi Huang
65b7fb457d Bug 833711 - Part 3: Move lastKnownMcc into voice connection. r=vicamo 2013-01-24 11:11:16 +08:00
Yoshi Huang
4a75a4b815 Bug 833711 - Part 2: Revise handleoperatorchange in RadioInterfaceLayer and updateInfo in RILContentHelper. r=vicamo 2013-01-28 11:41:34 +08:00
Yoshi Huang
ccdb765e1e Bug 830164 - Part 3: update read IMSI. r=vicamo 2013-01-11 10:20:12 +01:00
Yoshi Huang
aefabc4809 Bug 830164 - Part 2: rename icc to iccInfo. r=vicamo 2013-01-10 17:18:54 +01:00
Daniel Holbert
eda9093722 back out 9a7369b9bc9d (bug 814579) for B2G Arm opt Mn & X orange 2013-02-02 00:01:25 -08:00
Vicamo Yang
39f4987f66 Bug 814579: connect client socket by id. r=qDot 2013-02-02 13:06:27 +08:00
Jose Antonio Olivera Ortega
e26fe0e99e Bug 822522 - [b2g-ril] Add an explicit GECKO_CARDSTATE_UNKNOWN state. r=qDot 2013-02-01 14:17:48 +01:00
Hsin-Yi Tsai
c6f64baff4 Bug 836168 - B2G RIL: update audioPhoneState when rejecting an incoming call. r=allstars.chh 2013-01-30 11:16:31 +08:00
Ed Morley
97e87e834f Backout aad75c7c49c5:2addf5bd1730 (bug 830164) for B2G marionette failures on a CLOSED TREE 2013-01-28 10:44:15 +00:00
Yoshi Huang
2d2be1093a Bug 830164 - Part 3: update read IMSI. r=vicamo 2013-01-11 10:20:12 +01:00
Yoshi Huang
8bf917e2d4 Bug 830164 - Part 2: rename icc to iccInfo. r=vicamo 2013-01-10 17:18:54 +01:00
Jose Antonio Olivera Ortega
97afdee067 Bug 827280 - Part 4: RIL. r=philikon a=tef+ 2013-01-25 19:45:23 +01:00
Gene Lian
a664f1fec9 Bug 833060 - Need a way to know whether NITZ is available or not. r=philikon a=tef+ 2013-01-25 18:06:24 +08:00
Gene Lian
8c1e40b864 Bug 830425 - Phone takes too long to wake up for incoming phone calls (acquire and release wake locks in RadioInterfaceLayer.js). r=philikon a=tef+ 2013-01-24 16:35:50 +08:00
Ken Chang
8b25b88c88 Bug 833271 - B2G CDMA: Support data call. r=vicamo 2013-01-24 10:07:17 +08:00
Vicamo Yang
2b7d006978 Bug 826977 - Part 2/4: SystemWorkerManager & RadionInterfaceLayer changes. r=qDot 2013-01-24 14:42:07 +08:00
Philipp von Weitershausen
fcd6c80885 Bug 823010 - B2G SMS: We should not ack reception when there's a storage error. r=vicamo, ferjm a=blocking-b2g 2013-01-23 17:40:45 +08:00
Edgar Chen
6b8c8e3fb4 Bug 809726 - Part 3: Exporting contacts to SIM. r=allstars.chh 2012-12-28 11:11:36 +08:00
Phil Ringnalda
a5faa58c98 Back out 30b9fbf49c01:c7fc23428c3b (bug 823010) for being rotted by 8 hours
--HG--
extra : rebase_source : 0dde2f719d4963113b578d07a17a8001fb4e0f63
2013-01-22 21:02:58 -08:00
Shian-Yow Wu
a8f1c1e23c Bug 817985 - mobile data connection is not disconnected when we are connected to Wifi network. r=vicamo 2013-01-23 12:05:34 +08:00
Philipp von Weitershausen
b82feffcbb Bug 823010 - B2G SMS: We should not ack reception when there's a storage error. r=vicamo, ferjm a=blocking-b2g 2013-01-18 16:30:24 -08:00
Phil Ringnalda
cfde015d27 Back out 8447875c6479 (bug 823010) for marionette failures in test_incoming.js
CLOSED TREE
2013-01-18 19:12:03 -08:00
Philipp von Weitershausen
07ea190999 Bug 823010 - B2G SMS: We should not ack reception when there's a storage error. r=vicamo, ferjm a=blocking-b2g 2013-01-18 16:34:57 -08:00
Shian-Yow Wu
40588fda0c Bug 827663 - [Settings][Data Roaming] Can't close data roaming after turned on it. r=vicamo 2013-01-09 00:21:14 +08:00
Edgar Chen
1d6e00aeea Bug 827733 - JavaScript Error: "oldIcc is null". r=allstars.chh 2013-01-08 20:40:00 +08:00
Patrick Wang
2724b5581e Bug 821999 - Check roaming when spn becomes available. r=allstars.chh 2013-01-04 16:44:20 +08:00
Vicamo Yang
edbada573f Bug 820780 - Part 3/5: B2G RIL backend, r=hsinyi,bent 2013-01-04 14:26:24 +08:00
Hsin-Yi Tsai
d2b8d76f98 Bug 824902 - B2G RIL: missing call.isActive in handleEnumerateCalls. r=allstars.chh 2012-12-27 15:23:46 +08:00
Chuck Lee
d0b94c7804 Bug 820762 - 0002.Access voicmail info with correct permission. r=hsinyi 2012-12-26 18:49:08 +08:00
Julien Wajsberg
bafd79b5f0 Bug 824465 - fix delivery state wrongly reset to 'sending' when delivered. r=vicamo 2012-12-26 20:38:11 +08:00
Hsin-Yi Tsai
4b20f6dacf Bug 821181 - Setting call waiting status only when user manually sets the value. r=allstars.chh 2012-12-13 15:03:35 +08:00
Dale Harvey
e830af3add Bug 816101 - Send a system message when a call is complete. r=hsinyi 2012-12-18 14:54:18 +01:00
Vicamo Yang
9c16468b80 Bug 816082 - Part 3/4: replace non-7bit-alphabet chars with '*' when strict7BitEncoding is enabled. r=hsinyi 2012-12-17 18:47:58 +08:00
Vicamo Yang
46993ce84c Bug 816082 - Part 2/4: refactor fragmentText, pass fragemented text to ril_worker instead. r=hsinyi 2012-12-17 18:47:46 +08:00
Edgar Chen
836e613fd5 Bug 804667 - Part 3: Support TIMER MANAGEMENT in RIL. r=allstars.chh 2012-11-28 16:16:20 +08:00
Fernando Jiménez
a5e610a00f Bug 820292 - [MMI/USSD] System message on incoming USSD; r=philikon 2012-12-16 13:25:02 +01:00
Shian-Yow Wu
b1fafbe98a Bug 818830 - B2G 3G: If we change APN name when data call is active, new data call cannot be established. r=vicamo 2012-12-14 11:13:31 +08:00
Vicamo Yang
207e5bf542 Bug 774621 - Part 3/5: RIL implementation, r=anygregor 2012-12-11 17:09:46 +08:00
Hsin-Yi Tsai
5b4f9109b2 Bug 816913 - B2G RIL: update phoneState when there's an incoming call. r=allstarschh 2012-12-03 11:25:28 +08:00
Dale Harvey
c031378177 Bug 816416 - Send system message on sms being sent. r=vicamo 2012-12-05 23:33:30 +08:00
Vicamo Yang
2a708d014b Bug 778093 - Part 7/9: config via Settings API, r=hsinyi 2012-12-04 10:41:39 +08:00
Vicamo Yang
be687e70b2 Bug 778093 - Part 3/9: complete onreceived event handling, r=mounir,hsinyi,bent 2012-12-04 10:40:47 +08:00
Patrick Wang
5a0347b1a6 Bug 793111 - Part 2 - getting PLMN list and deciding required carrier name component r=vicamo 2012-11-02 19:34:41 +08:00
Philipp von Weitershausen
5655143d8b Bug 812368 follow-up: fix system message broadcast. r=fabrice 2012-11-28 11:23:56 -08:00
Philipp von Weitershausen
0f32289ff1 Bug 812368 - B2G RIL: dispatch 'telephony-new-call' system message directly after receiving UNSOLICITED_CALL_RING from rild. r=hsinyi 2012-11-27 20:28:43 -05:00
Ed Morley
019f1af228 Backout 66f3565f4817, 131bc42cd637 & 8cdd43b76d19 (bug 793111) for B2G marionette failures 2012-11-27 15:50:43 +00:00
Vicamo Yang
277f95ec81 Bug 793111 - Part 2 - getting PLMN list and deciding required carrier name component r=vicamo 2012-11-27 21:29:10 +08:00
Chuck Lee
182201206c Bug 796277 - 0001.Save voicemail info in RIL. r=hsinyi 2012-11-23 12:09:01 +08:00
Edgar Chen
8057aa4e74 Bug 811605 - B2G RIL: enable ril debugging output in run-time. r=vicamo 2012-11-14 18:25:35 +08:00
Chuck Lee
20326f426f Bug 806307 - Queue target messages before listener ready and resend after ready. r=vicamo 2012-11-12 19:19:48 +08:00
Gregor Wagner
ffe0c96d91 Bug 775997 - Message app crashes when run OOP. Part 1/2. r=bent 2012-11-06 13:29:30 -08:00
Hsin-Yi Tsai
a6f58ddeff Bug 804073 - B2G RIL: use system message to notify telephony new calls. r=philikon 2012-10-23 15:06:14 +08:00
Kyle Huey
45adfbf2c8 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Jose Antonio Olivera Ortega
744537a111 Bug 793208 - Part 3: RIL impl. r=marshall_law 2012-10-31 14:58:39 +01:00
Vicamo Yang
d0dab7a43f Bug 797277 - Part 3/5: RIL implementation, r=philikon 2012-10-31 17:10:48 +08:00
Vicamo Yang
e6e6deb486 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
7457de64ad Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
a7bb0ec116 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
dd0cfd935a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Ed Morley
523547711d Backout 95752d95cf73, 190933b35023, 6834d09f8f09, 53e3e62c2b3d & f39ba5076599 (bug 797277) for xpcshell failures 2012-10-30 12:15:07 +00:00
Vicamo Yang
47d4b820eb Bug 797277 - Part 3/5: RIL implementation, r=philikon 2012-10-30 18:55:41 +08:00
Vicamo Yang
7f0de9f695 Bug 742790 - Part 3/5: B2G RIL implementation, r=philikon,marshall_law 2012-10-30 18:53:27 +08:00
Hsin-Yi Tsai
1d6e91afb0 Bug 803789 - RIL: refactor (un)registerMessageTargets() in RadioInterfaceLayer. r=philikon 2012-10-29 11:55:55 +08:00
Fernando Jiménez
b6634dd70f Bug 804595 - [B2G RIL] Regression in USSD support; r=philikon 2012-10-23 21:05:07 +02:00
Gene Lian
349390c93a Bug 801096 - [settings] Set-Automatically for time should take effect *immediately* instead of waiting on next NITZ coming (part 2). r=philikon 2012-10-23 15:15:53 +08:00
Alexandre Lissy
19819d8da3 Bug 788191 - Exporting ICC SPN and MSISDN, r=vicamo, sr=sicking
SPN is Service Provider Name, MSISDN is Mobile Station ISDN Number (i.e.
user's phone number), and both can be useful to have, e.g., to be able
to display them in Gaia settings (as Android does).
2012-10-23 14:54:51 +08:00
Patrick Wang
c6a5e9a282 Bug 803448 - Return state of default interface for apntype that uses default apn. r=swu 2012-10-19 14:17:03 +08:00
Hsin-Yi Tsai
06749ee6db Bug 783392 - RadioInterfaceLayer broadcasts radio-state information to all content processes. r=marshall_law 2012-10-09 18:07:11 +08:00
Yoshi Huang
a9817c6b9d Bug 797972 - False roaming situation. r=vicamo 2012-10-04 19:30:06 -03:00
vliu
dc2598ce92 Bug 796834 - B2G RIL: Setup data call returns fail during radio power changed. r=vyang 2012-10-05 09:19:21 +08:00
Fernando Jiménez
217fdec4d4 Bug 793186 - MMI Codes: implement sendMMI() and cancelMMI() - Part 2: RIL functionality; r=marshall_law 2012-10-05 16:09:00 +02:00
Fernando Jiménez
e2e0b926f1 Bug 793186 - MMI Codes: implement sendMMI() and cancelMMI() - Part 1: Rename USSD-MMI; r=philikon 2012-10-05 16:08:55 +02:00
Vicamo Yang
715fe60d10 Bug 790192 - Part 1/2: support strict GSM SMS 7-Bit encoding, r=marshall_law 2012-10-03 16:37:19 +08:00
Hsin-Yi Tsai
e9a7a2281c Bug 795235 - B2G RIL: Use system message to notify a 'dialling' call. r=vicamo 2012-10-02 16:39:09 +08:00
vliu
22df8be092 Bug 793073 - B2G RIL: Quickly tapping Airplane Mode causes phone keeping in Emergency Calls Only. r=philikon 2012-09-28 10:53:29 +08:00
Hsin-Yi Tsai
9d648e440d Bug 795255 - B2G RIL: improve error handling mechanism for 'setCallWaiting'. r=vicamo 2012-09-29 17:21:28 +08:00
Marco Chen
e6c987855d Bug 794881 - Phone state to dialing or connected will clear ForceForUse to None. r=philikon
During phone state of dialing or connected and speakerEnabled not set, the
AudioManager.ForceForUse(NONE) can't be called or will overrite existing
value Ex: BT_SCO during communication mode.
2012-09-28 14:03:43 +08:00
Yoshi Huang
626307bf92 Bug 790547 - Part 3: Add send Location Status Event in RIL. r=philikon 2012-09-11 10:34:36 +08:00
Gene Lian
9a3cf0f2fc Bug 789973 - B2G system time: adjust system clock after receiving NITZ timestamp (part 2). r=philikon 2012-09-28 14:02:57 +08:00
Philipp von Weitershausen
ca81965de9 Bug 776663 - Assert permissions for WebTelephony and MobileConnection access. r=cjones 2012-09-27 22:43:35 -07:00
Ed Morley
ce04490c89 Backout 52be204da1cf (bug 776663), 965397b043c0 (bug 777508), 182c763efa68 (bug 776832), a2a509184b07 & cba5ba69091f (bug 789973) for failures in test_child_process_shutdown_message.html and friends / conflicting with the backout on a CLOSED TREE 2012-09-28 14:08:04 +01:00
Gene Lian
7bdec2d4f1 Bug 789973 - B2G system time: adjust system clock after receiving NITZ timestamp (part 2). r=philikon 2012-09-28 14:02:57 +08:00
Philipp von Weitershausen
a3b3ddf1b3 Bug 776663 - Assert permissions for WebTelephony and MobileConnection access. r=cjones 2012-09-27 22:43:35 -07:00
Vicamo Yang
5796fbec09 Bug 787420 - Part 1/2: support set/get preferred network type, r=philikon 2012-09-28 11:45:06 +08:00
Shian-Yow Wu
106019a29c Bug 785982 - B2G RIL: toggling on->off 3G data call quickly caused data call stay in UP state. r=philikon 2012-09-26 21:05:28 +08:00
Shian-Yow Wu
1fa7e5f05e Bug 772747 - B2G RIL: Add method to connect to different APN type. r=philikon 2012-09-26 20:57:37 +08:00
Shian-Yow Wu
d9c851eabe Bug 782513 - B2G RIL: Support multiple instances of RILNetworkInterface. r=philikon 2012-09-26 20:52:21 +08:00
Vicamo Yang
cf378a5a6d Bug 736706 - Part 2: Handle Message Class 0, r=philikon 2012-09-26 14:56:15 +08:00
Fernando Rodríguez Sela
6a73fbe53d Bug 744700 - B2G 3G: Notify connection errors in the WebMobileConnection API (part 2), r=philikon 2012-09-25 12:22:38 -07:00
Yoshi Huang
0ed3358275 Bug 787477 - Part 3: Add errorMsg for getICCContacts in RIL. r=philikon 2012-09-07 14:33:16 +08:00
Hsin-Yi Tsai
344a6023de Bug 782489 - Use system messages to notify incoming sms events. r=philikon, sr=sicking 2012-09-06 11:03:54 +08:00
Philipp von Weitershausen
9b73f42ded Back out bug 787420 (changeset a5ad096174ea) due to radio breakage 2012-09-23 00:52:25 -07:00
Philipp von Weitershausen
047ef38eb6 Back out bug 793450 (changeset 5dc812bc69dc) as part of the bug 787420 backout. 2012-09-23 00:50:56 -07:00
Philipp von Weitershausen
5fdb076e7e Bug 793450 - RadioInterfaceLayer broken after bug 787420. r=cjones 2012-09-22 23:45:15 -07:00
Vicamo Yang
c6ab421117 Bug 787420: support set/get preferred network type, r=philikon 2012-09-22 11:02:05 +08:00
Alexandre Lissy
5a3e3bcb51 Bug 787967 - B2G RIL: report roaming if SPN is different from operator name. r=philikon 2012-09-03 23:50:55 +02:00
Marco Chen
c89e20f33b Bug 790570: Enabling mute will reduce the speakerphone volume on a connected. r=philikon
call. r=philikon
    1. On the function for microphoneMuted and speakerEnabled, the phone state
       should be kept on PHONE_STATE_IN_CALL.
    2. PHONE_STATE_IN_COMMUNICATION is used for audio/video chating or VOIP
       call.
    3. Change the phone state will effect the audio strategy which will tune
       volume for each audio stream type.
2012-09-20 10:42:45 +08:00
Jose Antonio Olivera Ortega
77d704a4ed Bug 785072 - Part 2: RIL implementation. r=vicamo 2012-09-14 12:30:44 +02:00
Yoshi Huang
54c0a989f0 Bug 788377 - Part 1: Rename type to contactType in getICCContacts. r=philikon 2012-09-06 11:36:12 +08:00
Vicamo Yang
a48d3f2352 Bug 787370 - Part 1/3: notify missed SmsManager.onsent event, r=marshall_law 2012-09-10 13:55:59 +08:00
Chris Jones
65df4a46b0 No bug: Fix new uses of getLock that crept in. irc-r=mrbkap 2012-09-07 11:05:08 -07:00
Hsin-Yi Tsai
cd89fc4933 Bug 784220 - B2G telephony: expose call waiting status. r=philikon 2012-09-05 17:36:01 +08:00
Gregor Wagner
6a37b417e8 Bug 788561 - SettingsAPI: Use createLock instead of getLock. r=bent 2012-09-05 17:33:03 -07:00
Philipp von Weitershausen
be85e1a0b0 Bug 787172 - B2G RIL: Wait for the system app to load before turning on the radio. r=vingtetun 2012-09-05 13:00:06 -07:00
Jose Antonio Olivera Ortega
69428a4081 Bug 782603 - Part 3: RIL implementation for exposing MCC/MNC codes. r=marshall_law 2012-09-03 17:43:59 -04:00
Yoshi Huang
0d5ed3806b Bug 786694 - Part 1: Import 2G SIM Contacts. r=philikon 2012-08-28 15:53:57 -03:00
Hsin-Yi Tsai
f451fe0258 Bug 787423 - B2G RIL: gSystemMessenger is not defined. r=philikon 2012-08-31 22:45:32 +08:00
Hsin-Yi Tsai
10e756fd10 Bug 782488 - Use system messages to notify incoming telephony events. r=philikon 2012-08-31 11:06:42 +08:00
Yoshi Huang
2e356cd0f7 Bug 787175 - B2G RIL: Use system messages to notify proactive commands. r=philikon 2012-08-30 23:00:13 -03:00
Jose Antonio Olivera Ortega
c2e71774f4 Bug 786535 - B2G 3G: Handling roaming setting correctly. r=philikon 2012-08-30 21:41:46 +02:00
Shian-Yow Wu
dafad69130 Bug 762426 - B2G network manager: support multiple simultaneously connected network interfaces. r=philikon 2012-08-30 13:57:33 -03:00
Yoshi Huang
eda0230151 Bug 744714 - Part 3: RIL implementation. r=philikon 2012-04-10 20:04:27 +08:00
Philipp von Weitershausen
248cabbd76 Bug 786020 - B2G RIL: get rid of NETWORK_STATE_SUSPENDED. r=marshall_law 2012-08-28 11:37:43 -03:00
Philipp von Weitershausen
b80c091040 Bug 785947 - B2G RIL: I accidentally a typo in the message manager refactoring. r=qDot 2012-08-27 15:27:37 -03:00
Philipp von Weitershausen
f47e2a9937 Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
--HG--
rename : content/base/public/nsIFrameMessageManager.idl => content/base/public/nsIMessageManager.idl
2012-08-27 11:13:02 -03:00
Shian-Yow Wu
a25a281392 Bug 785620 - B2G RIL: datacall.dns is null. r=philikon 2012-08-25 22:29:07 -04:00
Hsin-Yi Tsai
730cd761d3 Bug 777202 - RadioInterfaceLayer broadcasts request responses to all content processes. r=philikon 2012-08-17 11:46:34 +08:00
Vicamo Yang
55faef4dd3 Bug 780558 - B2G RIL: expose cell LAC/CID - Part 2: RIL implementation, r=philikon 2012-08-16 09:36:56 +08:00
Jose Antonio Olivera Ortega
20fd320408 Bug 774114 - B2G RIL: Refactor the way of handling RIL_REQUEST_{ENTER_*, CHANGE_*} responses. r=philikon 2012-08-15 09:49:12 -07:00
Phil Ringnalda
e683918b13 Backout cfba38edc205, cec9aff342dc, a154933f2bef (bug 780558) for mochitest-3 bustage 2012-08-14 22:19:28 -07:00
Vicamo Yang
6321d28af0 Bug 780558 - B2G RIL: expose cell LAC/CID - Part 2: RIL implementation, r=philikon 2012-08-15 12:35:46 +08:00
Shian-Yow Wu
82c519a7c0 Bug 767375 - B2G network manager: expose IP Information of network interfaces (implementation). r=philikon 2012-08-13 21:54:42 -04:00
Hsin-Yi Tsai
f9c1deb51e Bug 777899 - speakerphone toggles off on answer call. r=philikon 2012-08-09 11:40:35 +08:00
Hsin-Yi Tsai
9accce1733 Bug 781756 - B2G RIL: no GECKO_MOBILE_CONNECTION_STATE_UNKNOWN. r=philikon 2012-08-10 16:16:31 +08:00
Philipp von Weitershausen
da6f5f6d44 Bug 777057 - MobileConnection: expose whether or not the radio is searching. r=marshall_law sr=sicking 2012-08-07 12:11:48 -07:00
Philipp von Weitershausen
05189ba15b Bug 779621 - B2G RIL: Give message.type a better name to avoid conflicts. r=marshall_law 2012-08-06 14:28:03 -07:00
Jose Antonio Olivera Ortega
c3743e08dd Bug 740640 - B2G 3G: Support HTTP proxy. r=philikon 2012-08-01 07:55:43 -07:00
Jose Antonio Olivera Ortega
d2633e6695 Bug 776294 - B2G 3G: Configure APN settings through SettingsService. r=philikon 2012-08-01 07:54:04 -07:00
Hsin-Yi Tsai
858cb70a91 Bug 765231 - Telephony: Implement dialEmergency() to limit call to emergency numbers. r=philikon 2012-07-20 20:08:24 +08:00
Marshall Culpepper
fc0032e7fb Bug 773068 - Part 3: RIL implementation of SIM EF_MBDN. r=vicamo 2012-07-20 20:19:38 -04:00
Ed Morley
4e8827ab36 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-07-20 14:32:04 +01:00
Gervase Markham
69110ab2b1 Bug 774614 - Relicense Gonk/Gecko interface code to Apache License 2.0. 2012-07-20 10:10:44 +01:00
Philipp von Weitershausen
8a438dbb0a Bug 775359 - B2G 3G: Keep track of data call state. r=marshall_law 2012-07-19 16:56:57 -07:00
Marshall Culpepper
2dbd17493f Bug 736710 - Part 2: RIL implementation of SMS Message Waiting Indicator. r=vicamo 2012-07-19 11:27:08 +08:00
Kan-Ru Chen
a324885f84 Bug 766870 - Simplify nsIRILDataCallback.dataCallStateChanged interface. r=philikon 2012-06-22 13:53:12 +08:00
Jose Antonio Olivera Ortega
8baeb268b3 Bug 753170 - B2G 3G: Expose state information through WebMobileConnection. r=philikon 2012-06-21 17:22:47 -07:00
Hsinyi Tsai
e7f1e67061 Bug 761533 - WebTelephony: busy event is never fired. r=philikon 2012-06-18 17:51:11 +08:00
Marshall Culpepper
c17419d620 Bug 759637: Initial implementation of MobileConnection network selection APIs. r=philikon sr=sicking 2012-06-19 15:52:06 -07:00
Yoshi Huang
6f3e0ca39e Bug 762760 - Part 2: RIL implementation. r=philikon 2012-06-13 10:46:41 +08:00
Yoshi Huang
bb1eb60f51 Back out 421ed10b0e81(Bug 762760 - Part 2) for wrong Bug number in comment 2012-06-19 16:57:12 +08:00
Yoshi Huang
49ff131916 Bug 767620 - Part 2: RIL implementation. r=philikon 2012-06-13 10:46:41 +08:00
Marshall Culpepper
b663591e5d Bug 761482 - Rename MobileOperatorInfo to MobileNetworkInfo for consistency and update MobileConnectionInfo.network to use the new MobileNetworkInfo type. r=philikon sr=sicking 2012-06-12 17:05:50 -04:00
Fernando Jiménez
5ecdfabb61 Bug 734145 - B2G RIL: Support USSD codes. Part 2: RIL. r=philikon 2012-06-09 17:07:18 -04:00
Vicamo Yang
38ea403816 Bug 744360 - Part 2: add WapPushManager, r=philikon 2012-06-04 13:04:28 +08:00
Marshall Culpepper
1cb858d01e Bug 744344 - B2G RIL: Add DOM API for getting the list of available networks. r=philikon sr=sicking
Also added a new MobileOperatorInfo type that exposes operator name, MNC, MCC, and operator/network status, and accompanying emulator Marionette tests.
2012-06-01 14:10:39 -07:00
Yoshi Huang
606953e33c Bug 738558: B2G RIL: get cell location and cell id in processRegistrationState in ril_worker.js. r=philikon 2012-05-31 13:31:56 +08:00
Fernando Rodríguez Sela
ab924316bb Bug 744453 - B2G RIL: Network Friendly / APN connection retry policy. r=philikon 2012-06-01 14:09:59 -07:00
Marco Bonardo
dba992d00b Backout 795990989746, ab1f122c4b1a, 429f20288742, 472671930994, 90465173c7e3, 743ebe50e914, b7c14c8eec98, 1deabba3bef5 (bug 749856), a704675ff365, 3dbfcccc583c (bug 744360) for xpcshell failure 2012-06-01 11:57:37 +02:00
Vicamo Yang
e988796ba3 Bug 744360 - Part 2: add WapPushManager, r=philikon 2012-06-01 16:38:31 +08:00
Philipp von Weitershausen
5cdf5a7848 Bug 758466 - B2G RIL: ensure radio state and 'ril.radio.disabled' setting value are known before modifying the radio state. r=qDot 2012-05-25 10:37:37 -07:00
Yoshi Huang
2ead05328c Bug 754018 - B2G RIL: Read SIM contacts. r=philikon 2012-05-07 11:53:42 -07:00
Jose Antonio Olivera Ortega
29c0801c89 Bug 744709 - B2G RIL: control radio power via Settings API. r=philikon 2012-05-23 22:12:07 -07:00
Yoshi Huang
8fdf9ac6a9 Bug 731786 - B2G RIL: Support SIM cards that require PIN codes. r=philikon sr=sicking 2012-04-12 12:01:49 +08:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Fernando Jiménez
45c3573b95 Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 8 - RadioLayerInterface; r=philikon 2012-05-17 12:42:39 -07:00
Hsin-Yi Tsai
94aab0cece Bug 749794 - B2G telephony: need to reset audio state when phone call ends. r=philikon 2012-05-14 21:13:06 -07:00
Hsin-Yi Tsai
cb50af8651 Bug 746496 - B2G telephony: update the audio system for incoming calls and holding calls. r=philikon 2012-05-14 21:13:06 -07:00
Price Tseng
dba2ec4c4a Bug 712944 - B2G telephony: ensure error scenarios are covered. r=philikon 2012-05-14 21:13:06 -07:00
Jose Antonio Olivera Ortega
e56f9d260f Bug 714973 - Add emergency calls to RIL's state machine. r=philikon 2012-05-02 16:32:46 -07:00
Yoshi Huang
6156b26ac4 Bug 750161 - B2G RIL: typo in cardstatechange event. r=philikon 2012-04-30 13:11:59 +08:00
Vicamo Yang
bce94d5a03 Bug 748667 - B2G SMS: can't receive normal SMS, message.header is undefined. r=philikon
--HG--
extra : rebase_source : 0fccacf5bb7747a96d420e65389f4b3f6fb81ad8
2012-04-25 19:34:18 -07:00
Jose Antonio Olivera Ortega
fca221b635 Bug 741862 - B2G 3G: Settings API hookup. r=philikon a=b2g-only 2012-04-24 17:46:42 -03:00
Hsin-Yi Tsai
b6798783e8 Bug 743008 - WebTelephony: support multiprocess. r=philikon a=b2g-only 2012-04-24 12:44:42 -03:00
Vicamo Yang
4d163c1584 Bug 738132 - Part 3: parse application port address for incoming messages. r=philikon a=b2g-only 2012-04-23 20:43:32 -03:00
Vicamo Yang
e14adba0fb Bug 738132 - Part 2: support 8-bit encoding. r=philikon 2012-04-23 20:43:32 -03:00
Yoshi Huang
806dc0881c Bug 736941 - B2G RIL: Fetch SIM record. r=philikon a=b2g-only 2012-04-18 18:07:29 +08:00
Philipp von Weitershausen
f7c2776516 Bug 717122 - Network Manager interface for the RIL. r=gal 2012-04-19 18:33:25 -03:00
Philipp von Weitershausen
e6deda50c4 Bug 729173 - Part 5 - Expose the RIL state to content. r=fabrice,qDot 2012-04-19 18:33:25 -03:00
Vivien Nicolas
d2056d85c2 Bug 742780 - Turn off the debug mode by default for dom/system/gonk/systemlibs.js. r=kyle 2012-04-11 10:05:35 -07:00
Vicamo Yang
69d70f4e9e Bug 727319 - Part 2: notify SMS send failed. r=philikon 2012-04-05 14:16:56 -07:00
Vicamo Yang
6d6a03bdce Bug 727319 - Part 1: remove handleRequestError(). r=philikon 2012-04-05 14:16:56 -07:00
Vicamo Yang
11e78203cc Bug 736697 - Part 4: handle SMS-STATUS-REPORT. r=philikon 2012-04-05 14:16:56 -07:00
Hsinyi Tsai
c64c7492b0 Bug 735170 - WebTelephony: add API to hold a call. r=philikon 2012-04-05 16:12:42 +08:00
Philipp von Weitershausen
962d834861 Bug 728886 - Part 2: Support ril.h v6 parcels. r=qDot DONTBUILD because NPOTB 2012-03-20 12:28:15 -07:00
Philipp von Weitershausen
e55de01d49 Bug 728886 - Part 1: Introduce constants from ril.h version 6. r=qDot 2012-03-19 15:49:27 -07:00
Philipp von Weitershausen
f189b6f345 Bug 728886 - Part 0: Use constants when initializing RIL state. r=qDot 2012-03-20 16:18:41 -07:00
Yoshi Huang
54f11d06ed Bug 733266 - B2G SMS DB: Use MSISDN from RIL as own phone number. [r=philikon] DONTBUILD because NPOTB 2012-03-17 22:23:17 +08:00
Vicamo Yang
4d4eee53e6 Bug 712933 - Part 6: Support receiving multipart SMS. r=philikon DONTBUILD because NPTOB 2012-03-16 17:02:06 -07:00
Vicamo Yang
1c0911e800 Bug 712933 - Part 4: Support sending multipart SMS. r=philikon 2012-03-16 16:59:35 -07:00
Vicamo Yang
74ecaeab3d Bug 712933 - Part 3: fix getNumberOfMessagesForText(). r=philikon 2012-03-16 16:57:41 -07:00