Edgar Chen
ece5ef9f84
Bug 828307 - Part 2: GPS change. r=kchen
2013-02-25 11:59:30 +08:00
Vincent Chang
7661e4119d
Bug 815924 - Wifi hotspot (tethering / internet sharing) should be disabled if data connection is not established r=mrbkap, swu.
2013-02-28 15:22:56 +08:00
Masatoshi Kimura
e5e5a90814
Bug 848339 - Remove the vestigial boolean outparam from nsWrapperCache::WrapObject. r=bz
2013-03-12 08:03:47 +09:00
Julien Wajsberg
24f0f911e9
Bug 846499 - [B2G RIL] Don't reject so many numbers in nsIDOMTelephony.dial(). r=gwagner
2013-03-08 16:08:55 +01:00
Shih-Chiang Chien
f8e1b8012a
Bug 842147 - Translate JS exception from CaptivePortalDetector into informative debug message. r=vchang
2013-03-05 09:56:34 -05:00
Yoshi Huang
e805fec3d9
Bug 847770 : B2G RIL: typos in ICCRecordHelper.readANR and readEmail. r=hsinyi
2013-03-05 11:21:26 +08:00
Edgar Chen
a4ad3c99ac
Bug 846643 - Should use do_GetService() to get RadioInterfaceLayer. r=kchen
2013-02-27 23:08:36 +08:00
Yoshi Huang
2fff04a34a
Bug 842460 - Part 4: xpcshell for read Anr. r=hsinyi
2013-02-22 16:26:42 +08:00
Yoshi Huang
6d698d1faa
Bug 842460 - Part 2: Read ANR in RIL. r=hsinyi
2013-02-21 11:49:26 +08:00
Yoshi Huang
f70766494f
Bug 842460 - Part 1: rename anr[] to anr0 and anr1. r=hsinyi
2013-02-21 16:44:54 +08:00
Gene Lian
1ab6d02033
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
Gregory Szorc
89d297a677
Merge mozilla-central into build-system
...
The 3 merged files had no conflicts and were manually verified to ensure
no incompatible changes crept in.
2013-02-27 21:02:02 -08:00
Gregory Szorc
f0b7e3972c
Merge mozilla-central into build-system
...
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Gregory Szorc
faf262c4ee
Merge mozilla-central into build-system
...
Only conflict was configure.in amd was due to context, not
changed lines themselves.
2013-02-25 22:09:18 -08:00
Gregory Szorc
e2966f651c
Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey
2013-02-25 12:47:20 -08:00
Siddartha Pothapragada
9ef36c07dc
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
Chuck Lee
c0f7340248
Bug 830264 - 0006. Send CDMA SMS. r=vicamo
2013-02-22 18:01:28 +08:00
Chuck Lee
150e1406d1
Bug 830264 - 0005. Receive CDMA SMS. r=vicamo
2013-02-25 18:43:42 +08:00
Chuck Lee
2c91350949
Bug 830264 - 0004. Refactory GSM SMS flow. r=vicamo
2013-02-25 18:43:41 +08:00
Chuck Lee
fc0d348fb9
Bug 830264 - 0003. Add CDMA PDU helper. r=vicamo
2013-02-25 18:43:39 +08:00
Chuck Lee
f24808aa19
Bug 830264 - 0002. Add buffer with bitwise read/write capability. r=vicamo
2013-02-25 18:43:37 +08:00
Chuck Lee
59ffa210a3
Bug 830264 - 0001. Add constants for CDMA SMS. r=vicamo
2013-02-25 18:43:36 +08:00
Jose Antonio Olivera Ortega
640e5e032d
Bug 837755 - [b2g-ril] SIM is being reported as 'absent' when airplane mode is on. r=qDot
2013-02-27 16:57:51 +01:00
Gene Lian
fbdf0875d6
Bug 839436 - B2G MMS: make DB be able to save MMS messages. r=vicamo
2013-02-08 18:45:04 +08:00
Patrick Wang
411cc0f650
Bug 833270 - Part 2 - Test case. r=allstars.chh
2013-02-24 13:22:51 +08:00
Patrick Wang
cb79d83951
Bug 833270 - Part 1 - Adding RUIM support. r=allstars.chh
2013-02-24 13:22:24 +08:00
Bobby Holley
997dcc7d65
Bug 834732 - Get rid of footgun bool param for nsCxPusher and use an explicit enum. r=mrbkap
...
The goal here is to get rid of this crap entirely, and make nsCxPusher always
push. But that's a scary change, so we do it in chunks. This patch, in particular,
should have zero behavioral change. This means preserving some very wrong behavior.
For instance, currently SafeAutoJSContext never pushes a damn thing, because the
safe JSContext doesn't have an associated nsIScriptContext. We preserve this
behavior, and in fact convert various similarly-buggy consumers to
SafeAutoJSContext, so that we can hoist the behavioral change into a subsequent
patch.
2013-02-26 11:04:09 -08:00
David Rajchenbach-Teller
c45bf4ae63
Bug 840887 - New OS.Constants constants. r=khuey
2013-02-26 12:06:53 -05:00
Chuck Lee
001b809b6e
Bug 835719 - 0002. Encode command string into UTF-8 byte array. r=terrence
2013-02-21 17:48:15 +08:00
Jonathan Kew
5219b8ae03
backout cset 4ede352670cd (bug 759585) on a CLOSED TREE on suspicion of making windows reftests so slow that they timeout and burn
2013-02-22 09:36:41 +00:00
Kyle Machulis
cbfdf2b7c6
Bug 840294: Check RIL validity before writing to socket; r=tzimmerman
...
--HG--
extra : rebase_source : 3fd48cad8cd3b06994972f420752c5676b2e68dc
2013-02-21 15:21:34 -08:00
Bill McCloskey
c330d96d13
Bug 759585 - Change the granularity of collection from compartment to zone (r=jonco,bhackett,njn,dvander,mccr8,bz,luke,bholley)
2013-02-21 18:23:47 -08:00
Siddartha Pothapragada
f602b8f9ed
Bug 831630 - Part 2: [B2G STK]: Support duration for DISPLAY TEXT, SETUP CALL. r=allstars.chh
...
From 2c2cf6206e3f42a81e0293f3c40aae2d22e056a3 Mon Sep 17 00:00:00 2001
---
dom/system/gonk/ril_worker.js | 11 +++++++++++
1 file changed, 11 insertions(+)
2013-02-06 10:56:52 -08:00
Shian-Yow Wu
5abcade140
Bug 834180 - B2G Network Manager: Potential losing default route. r=vicamo
2013-02-21 10:09:16 +08:00
Yoshi Huang
b00b031673
Bug 842462 - Part 3: xpcshell for Facility Lock of FDN. r=hsinyi
2013-02-20 10:21:10 +08:00
Yoshi Huang
89a3648313
Bug 842462 - Part 2: Facility Lock for FDN implementations. r=hsinyi
2013-02-19 15:35:12 +08:00
Vicamo Yang
9dc0e4f071
Bug 836215 - Part 2/2: validate number in nsIDOMTelephony.dial(). r=gwagner
2013-02-20 17:02:50 +08:00
Edgar Chen
5a8a01e5c5
Bug 835729 - Part 3: xpcshell tests. r=allstars.chh
2013-02-01 18:23:16 +08:00
Edgar Chen
12e1fb193f
Bug 835729 - Part 2: Refactor updateNetworkName and _processOperator. r=allstars.chh
2013-02-01 17:04:12 +08:00
Edgar Chen
70c43ddf33
Bug 835729 - Part 1: Fix updating operator's info. r=allstars.chh
2013-01-29 15:25:30 +08:00
Vicamo Yang
fbecbc5b2f
Bug 838190: ensure every received SMS message is acked. r=gwagner
2013-02-18 15:11:13 +08:00
Shih-Chiang Chien
5348bd18a4
Bug 841243 - Followup fix for the captive portal changes, r=fabrice a=shira+
2013-02-15 14:26:58 -08:00
Dave Hylands
46b9a39c96
Bug 839422 - Don't enable adb when toggling USB Tethering. r=qdot
2013-02-14 12:21:08 -08:00
Ryan VanderMeulen
1568f7d987
Backed out 12 changesets (bug 834732) for b2g bustage and OSX mochitest-1 crashes on a CLOSED TREE.
2013-02-12 20:54:48 -05:00
Bobby Holley
b55e2ecc2b
Bug 834732 - Get rid of footgun bool param for nsCxPusher and use an explicit enum. r=mrbkap
...
The goal here is to get rid of this crap entirely, and make nsCxPusher always
push. But that's a scary change, so we do it in chunks. This patch, in particular,
should have zero behavioral change. This means preserving some very wrong behavior.
For instance, currently SafeAutoJSContext never pushes a damn thing, because the
safe JSContext doesn't have an associated nsIScriptContext. We preserve this
behavior, and in fact convert various similarly-buggy consumers to
SafeAutoJSContext, so that we can hoist the behavioral change into a subsequent
patch.
2013-02-13 00:22:26 +01:00
Andrea Marchesini
1f4c7da5bb
Bug 838172 - Convert AudioChannelManager to WebIDL. r=peterv
2013-02-08 11:34:47 -05:00
Shian-Yow Wu
10fceea531
Bug 833526 - Not be able to receive "network-active-change" notification from NetworkManager. r=vicamo
2013-02-07 16:21:28 +08:00
Edgar Chen
04072901da
Bug 838096 - Part 5: Modify test_update_network_name. r=allstars.chh
2013-02-06 17:42:10 +08:00
Edgar Chen
347fdb73af
Bug 838096 - Part 4: xpcshell tests for readPNN. r=allstars.chh
2013-02-05 18:01:27 +08:00
Edgar Chen
07887ae888
Bug 838096 - Part 3: Ignore the record of EF_PNN if the contents are unused bytes. r=allstars.chh
2013-01-23 23:46:09 +08:00
Edgar Chen
fb71be3103
Bug 838096 - Part 2: Refactor readPNN. r=allstars.chh
2013-02-06 11:42:49 +08:00
Edgar Chen
a2e98294f6
Bug 838096 - Part 1: Rename getPNN as readPNN. r=allstars.chh
2013-02-06 11:26:19 +08:00
Edgar Chen
8beb9a0ec2
Bug 809725 - Part 4: xpcshell tests for readEmail. r=allstars.chh
2013-01-28 17:40:59 +08:00
Edgar Chen
98df8870c1
Bug 809725 - Part 2: Read contact email. r=allstars.chh
2012-12-22 14:24:46 +08:00
Edgar Chen
b5d242ee4c
Bug 809725 - Part 1: Add readEmail and readIAP in ICCRecordHelper. r=allstars.chh
2013-01-31 15:34:55 +08:00
Shih-Chiang Chien
8180cb8450
Bug 780793 - Part 2: Initiate captive portal detection while wifi connected. r=vchang
2012-11-15 11:26:43 +08:00
Shian-Yow Wu
15fe6a346b
Bug 838127 - B2G RIL: incorrect spelling of interface name in RILNetworkInterface. r=vicamo
2013-02-06 13:12:25 +08:00
Gene Lian
3899d458e7
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
e42350fe92
Bug 814579: connect client socket by id. r=qDot
2013-02-04 21:26:43 +08:00
Marco Chen
8dc914cdaa
Bug 834200 - [Audio] Hook AudioManager::SetPhoneState for getting ring & in_call then register into AudioChannelService. r=baku, a=tef+
2013-02-04 11:23:06 +08:00
Yoshi Huang
4ca83da560
Bug 833711 - Part 3: Move lastKnownMcc into voice connection. r=vicamo
2013-01-24 11:11:16 +08:00
Yoshi Huang
03d984f7a6
Bug 833711 - Part 2: Revise handleoperatorchange in RadioInterfaceLayer and updateInfo in RILContentHelper. r=vicamo
2013-01-28 11:41:34 +08:00
Yoshi Huang
5fdc54287a
Bug 830164 - Part 6: update xpcshell tests for SST. r=vicamo
2013-01-28 10:57:30 +08:00
Yoshi Huang
f25b2f9972
Bug 830164 - Part 5: remove SST from iccInfo. r=vicamo
2013-01-25 11:09:22 +08:00
Yoshi Huang
e1a9b8fffa
Bug 830164 - Part 4: Update GPS. r=dougt
2013-01-10 14:57:49 +01:00
Yoshi Huang
c8dce600d8
Bug 830164 - Part 3: update read IMSI. r=vicamo
2013-01-11 10:20:12 +01:00
Yoshi Huang
69f4dc14a8
Bug 830164 - Part 2: rename icc to iccInfo. r=vicamo
2013-01-10 17:18:54 +01:00
Yoshi Huang
d3e8ca82f0
Bug 830164 - Part 1: IDL Changed. r=vicamo
2013-01-10 14:20:37 +01:00
Daniel Holbert
82d7882407
back out 9a7369b9bc9d (bug 814579) for B2G Arm opt Mn & X orange
2013-02-02 00:01:25 -08:00
Vicamo Yang
d4ab66dfd8
Bug 814579: connect client socket by id. r=qDot
2013-02-02 13:06:27 +08:00
Jose Antonio Olivera Ortega
640a26fd5b
Bug 822522 - [b2g-ril] Add an explicit GECKO_CARDSTATE_UNKNOWN state. r=qDot
2013-02-01 14:17:48 +01:00
Vicamo Yang
cbe6922238
Bug 826931 - Part 3/3: use mozilla::ipc::UnixSocket. r=qDot
2013-02-01 20:28:22 +08:00
Yoshi Huang
6bd26e7455
Bug 836731 : Fix processICCIOError. r=vicamo
2013-01-31 23:10:34 +08:00
Hsin-Yi Tsai
4f36928907
Bug 830522 - unregister enumerationTelephonyCallback. r=vicamo
2013-01-31 10:37:13 +08:00
Hsin-Yi Tsai
97782b36c6
Bug 836168 - B2G RIL: update audioPhoneState when rejecting an incoming call. r=allstars.chh
2013-01-30 11:16:31 +08:00
Chuck Lee
2b34101ca4
Bug 831627 - 0004. Test case for Event Download Command : Language Selection. r=yoshi
2013-01-28 14:06:06 +08:00
Chuck Lee
c247be6759
Bug 831627 - 0003. Mark event as supported. r=yoshi
2013-01-28 10:44:13 +08:00
Chuck Lee
d5e659c5e0
Bug 831627 - 0002. Handle event. r=yoshi
2013-01-28 10:44:12 +08:00
Andrea Marchesini
98e801240e
Bug 835612 - Fix nsVolumeService to use strings better, r=jlebar
2013-01-29 14:27:46 +01:00
Dave Hylands
4c53a55f59
Bug 835408 - nsVolume NameStr and MountPointStr noe return nsCString rather than ptr to freed memory. r=jlebar
2013-01-28 14:34:30 -08:00
Ed Morley
39e8987929
Backout aad75c7c49c5:2addf5bd1730 (bug 830164) for B2G marionette failures on a CLOSED TREE
2013-01-28 10:44:15 +00:00
Yoshi Huang
4a2b10464a
Bug 830164 - Part 6: update xpcshell tests for SST. r=vicamo
2013-01-28 10:57:30 +08:00
Yoshi Huang
44e44699a8
Bug 830164 - Part 5: remove SST from iccInfo. r=vicamo
2013-01-25 11:09:22 +08:00
Yoshi Huang
f5aef5e788
Bug 830164 - Part 4: Update GPS. r=dougt
2013-01-10 14:57:49 +01:00
Yoshi Huang
27565faba0
Bug 830164 - Part 3: update read IMSI. r=vicamo
2013-01-11 10:20:12 +01:00
Yoshi Huang
828a61a2d4
Bug 830164 - Part 2: rename icc to iccInfo. r=vicamo
2013-01-10 17:18:54 +01:00
Yoshi Huang
ffdeb09733
Bug 830164 - Part 1: IDL Changed. r=vicamo
2013-01-10 14:20:37 +01:00
Jose Antonio Olivera Ortega
a737e8202d
Bug 827280 - Part 4: RIL. r=philikon a=tef+
2013-01-25 19:45:23 +01:00
Chuck Lee
5549f2c38c
Bug 831628 - 0005. Test case for Event Download Command : Idle Screen Available. r=yoshi
2013-01-24 15:34:32 +08:00
Chuck Lee
2435c21cde
Bug 831628 - 0004. Change worker name. r=yoshi
2013-01-24 15:34:30 +08:00
Chuck Lee
28ae04de9e
Bug 831628 - 0003. Mark event as supported. r=yoshi
2013-01-24 12:15:11 +08:00
Chuck Lee
b3cfe9113b
Bug 831628 - 0002. Handle event. r=yoshi
2013-01-24 12:15:09 +08:00
Gene Lian
252ceff4bb
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
Patrick Wang
f1c2b5c488
Bug 833277 - Tell if we are on CDMA network r=vicamo
2013-01-22 19:01:04 +08:00
Vicamo Yang
ab3eda9de6
Bug 833908: explicitly export spn related attributes in nsIICCRecords. r=allstars.chh
2013-01-25 10:01:26 +08:00
Gene Lian
374464c2bb
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
343b26a44c
Bug 833271 - B2G CDMA: Support data call. r=vicamo
2013-01-24 10:07:17 +08:00
Siddartha Pothapragada
fde629bf3a
Bug 827831 - Part 2: [B2G STK]: Support variable timeout for GET INKEY. r=allstars.chh
...
From d4f98c2a3b0debfd13747602104a7530b0f999e9 Mon Sep 17 00:00:00 2001
---
dom/system/gonk/ril_worker.js | 7 +++++++
1 file changed, 7 insertions(+)
2013-01-09 05:49:47 -08:00
Ken Chang
a11603147d
Bug 834118 - B2G CDMA: Add CDMA network type in the function of setting preferred network type. r=hsinyi
2013-01-24 16:46:52 +08:00
Vicamo Yang
8dc8d547c3
Bug 826977 - Part 4/4: fix voicemail test cases. r=hsinyi
2013-01-24 14:42:13 +08:00
Vicamo Yang
fb808ab76b
Bug 826977 - Part 3/4: fix all related components as well. r=hsinyi
2013-01-24 14:42:10 +08:00
Vicamo Yang
71fcc9bac6
Bug 826977 - Part 2/4: SystemWorkerManager & RadionInterfaceLayer changes. r=qDot
2013-01-24 14:42:07 +08:00
Vicamo Yang
d48c5f2464
Bug 826977 - Part 1/4: RadioInterfaceLayer is no longer managed by SystemWorkerManager. New interface. r=qDot
2013-01-24 14:42:03 +08:00
Ryan VanderMeulen
9a14e8014f
Backed out changesets ed1ef43ce9af, 3d2b3f7eac93, and 8fc6d7d32482 (bug 827831) for Marionette failures.
2013-01-24 07:48:07 -05:00
Philipp von Weitershausen
3e14dfd655
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
85a03f57ae
Bug 809726 - Part 3: Exporting contacts to SIM. r=allstars.chh
2012-12-28 11:11:36 +08:00
Edgar Chen
93399d76dd
Bug 809726 - Part 2: Support update command. r=allstars.chh
2013-01-21 18:04:27 +08:00
Edgar Chen
91c483f5aa
Bug 809726 - Part 1: Add new interface in nsIRadioInterfaceLayer. r=allstars.chh
2013-01-16 19:02:30 +08:00
Chuck Lee
93f62ff10b
Bug 831702 - 0007.Test case for STK Terminal Response. r=yoshi
2013-01-23 11:42:44 +08:00
Chuck Lee
1491218442
Bug 831702 - 0006.Test case for STK Event Download - Location Status. r=yoshi
2013-01-23 11:42:42 +08:00
Chuck Lee
3044ade99e
Bug 831702 - 0005.Add worker which supports outgoingIndex in xpcshell ril_worker_icc test. r=yoshi.
2013-01-23 11:42:41 +08:00
Chuck Lee
084ffe8437
Bug 831702 - 0004.Fix data not set while its value is zero. r=yoshi.
2013-01-23 11:42:39 +08:00
Chuck Lee
36c956399b
Bug 831702 - 0003.Fix data member name typo. r=yoshi.
2013-01-23 11:42:37 +08:00
Chuck Lee
868b816bea
Bug 831702 - 0002.Calculate data size by data size calculation function. r=yoshi.
2013-01-23 11:42:35 +08:00
Chuck Lee
bd8e1038d1
Bug 831702 - 0001.Add data size calculation function. r=yoshi.
2013-01-23 11:42:33 +08:00
Siddartha Pothapragada
0ba7fcfa3d
Bug 827831 - Part 2: [B2G STK]: Support variable timeout for GET INKEY. r=allstars.chh
...
From d4f98c2a3b0debfd13747602104a7530b0f999e9 Mon Sep 17 00:00:00 2001
---
dom/system/gonk/ril_worker.js | 7 +++++++
1 file changed, 7 insertions(+)
2013-01-09 05:49:47 -08:00
Phil Ringnalda
67676812b0
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
905b20956f
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
Patrick Wang
6d3cb69b1c
Bug 832925 - Use DeactivateDataCallByType to close SUPL connection. r=dougt
2013-01-21 19:30:54 +08:00
Philipp von Weitershausen
dd5f823e9b
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
Sankha Narayan Guria
4de2a7544a
Bug 823872 - Add test for OS.Constants.{libc, Win}. r=Yoric
2013-01-19 18:49:42 -05:00
Phil Ringnalda
f0968e8343
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
143d8a7b2f
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
Yoshi Huang
27fa480b76
Bug 821584 - Part 2: xpcshell tests for parsePbrTlv. r=hsinyi
2013-01-16 17:34:37 +08:00
Yoshi Huang
5d7dc5a067
Bug 821584 - Part 1: readPBR and Refactor ICCContact. r=hsinyi
2012-12-27 19:06:29 +08:00
Trevor Saunders
9f0ad48b28
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
2013-01-12 07:40:33 -05:00
Edgar Chen
e40f31946a
Bug 831183 - Part 2: xpcshell tests for SET_UP_CALL. r=allstars.chh
2013-01-16 12:27:38 +08:00
Edgar Chen
fcb62cc2e2
Bug 831183 - Part 1: Fix callMessage. r=allstars.chh
2013-01-16 11:30:02 +08:00
Ryan VanderMeulen
7ad61ef7e5
Backed out 2 changesets (bug 826605, bug 811469) for xpcshell failures.
2013-01-14 21:25:12 -05:00
Christian Sonne
c98d95c14e
Bug 826605 - Remove GPSDGeolocationProvider.js r=dougt
2013-01-14 16:51:08 -08:00
Yoshi Huang
57ea02dc6b
Bug 828330 - B2G RIL: Expose iccid in nsIRadioInterfaceLayer.idl
2013-01-14 08:43:40 +08:00
Hsin-Yi Tsai
8c617675ad
Bug 828160 - B2G RIL: not send duplicate incoming-call messages in some cases of 'waiting call coming' r=allstars.chh
2013-01-11 10:41:53 +08:00
Trevor Saunders
10701d89a1
no bug - mark several classes final to avoid warnings about deleting objects of polymorphic type
2013-01-11 04:43:29 -05:00
rlin@mozilla.com
5f84adfc8a
Bug 827840 - [camera] shutter sound is almost inaudible, r=sicking, a=bb+
...
--HG--
extra : rebase_source : d58d00d2bc9d4865c63f8877fecd7c2da5b75e87
2013-01-09 11:09:37 +08:00
Doug Turner
6973a20c33
Bug 829410 - Use threadsafe isupports in nsVolumeService. r=mikeh a=omg-everything-is-busted
2013-01-10 20:29:51 -08:00
Vincent Chang
cc5ae26a9f
Bug 828909 - Sanitize Wi-Fi hotspot username and password r=mrbkap
2013-01-10 16:10:48 +00:00
Vicamo Yang
a43f95b8ea
Bug 819937: fix multiple sms-delivery messages sent. r=yhuang
2013-01-11 00:49:12 +08:00
Ed Morley
07d0c25a0a
Backout rest of 8d16c92e1bf4 (bug 827801) to fix the build on a CLOSED TREE
2013-01-10 14:32:01 +00:00
David Rajchenbach-Teller
999320ca50
Backout 118283:8d16c92e1bf4 (bug 827801) because two patches have landed adding the same test
2013-01-10 14:59:58 +01:00
Dave Hylands
c73c4fb662
Bug 785124 - Pt 5 - Add extra asserts. r=dougt
2013-01-07 17:43:02 +01:00
Dave Hylands
3d4c942e73
Bug 785124 - Pt 4 - Whitespace only change. Change "type &var" to "type& var" and ptrs. r=dougt
2013-01-07 17:43:02 +01:00
Dave Hylands
e9207164c6
Bug 785124 - Pt 1 - Add VolumeMountLock which allows SDCard to be locked. r=dougt
...
From 8e39b8e5f3ab7e6344b0a8a5eeabdcf672de8fb4 Mon Sep 17 00:00:00 2001
---
dom/ipc/ContentChild.cpp | 18 +++-
dom/ipc/ContentChild.h | 5 +-
dom/ipc/ContentParent.cpp | 22 +++-
dom/ipc/ContentParent.h | 2 +
dom/ipc/PContent.ipdl | 6 +-
dom/system/gonk/AutoMounter.cpp | 19 +++-
dom/system/gonk/Makefile.in | 4 +-
dom/system/gonk/Volume.cpp | 62 ++++++++++-
dom/system/gonk/Volume.h | 11 +-
dom/system/gonk/VolumeServiceIOThread.cpp | 11 +-
dom/system/gonk/VolumeServiceIOThread.h | 7 +-
dom/system/gonk/nsIVolume.idl | 21 +++-
dom/system/gonk/nsIVolumeMountLock.idl | 12 +++
dom/system/gonk/nsIVolumeService.idl | 9 +-
dom/system/gonk/nsVolume.cpp | 96 ++++++++++++++++-
dom/system/gonk/nsVolume.h | 43 ++++++--
dom/system/gonk/nsVolumeMountLock.cpp | 157 +++++++++++++++++++++++++++
dom/system/gonk/nsVolumeMountLock.h | 55 ++++++++++
dom/system/gonk/nsVolumeService.cpp | 168 +++++++++++++++++++++++------
dom/system/gonk/nsVolumeService.h | 20 +++-
layout/build/nsLayoutModule.cpp | 5 +-
layout/build/nsLayoutStatics.cpp | 9 ++
22 files changed, 684 insertions(+), 78 deletions(-)
create mode 100644 dom/system/gonk/nsIVolumeMountLock.idl
create mode 100644 dom/system/gonk/nsVolumeMountLock.cpp
create mode 100644 dom/system/gonk/nsVolumeMountLock.h
2012-12-14 16:01:34 -08:00
David Rajchenbach-Teller
0148442a8e
Bug 827801 - Test that OS.Constants is not available to content. r=khuey
2013-01-09 17:34:14 -05:00
Vincent Chang
03fd962b67
Bug 825049 - Wi-Fi hotspot fails if password contains space. r=mrbkap
2013-01-09 14:20:10 +00:00
Shian-Yow Wu
c9c7c649cc
Bug 828089 - [B2G][Settings][Cellular & Data][Network Operator] Unable to disconnect from existing network operator and connect to a new one. r=vicamo
2013-01-09 22:57:55 +08:00
Edgar Chen
c7aae63b30
Bug 827860 - Part 2: xpcshell tests for STK_CMD_GET_INPUT, r=vicamo
2013-01-09 01:38:17 +08:00
Edgar Chen
7b7ebbe48c
Bug 827860 - Part 1: STK get stuck when text string is null, r=vicamo,yhuang
2013-01-09 17:50:53 +08:00
Patrick Wang
ff30560716
Bug 822384 - Initialize PNN entries to empty strings. r=vicamo
2013-01-09 14:47:54 +08:00
Shian-Yow Wu
0c0548ed3c
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
5c5c7372e8
Bug 827733 - JavaScript Error: "oldIcc is null". r=allstars.chh
2013-01-08 20:40:00 +08:00
Hsin-Yi Tsai
fac47c13f0
Bug 825841 - B2G RIL: not sendSyncMessage(RIL:GetRilContext) in RILContentHelper's constructor. r=vicamo
2013-01-08 15:57:34 +08:00
Phil Ringnalda
ed9b0b2817
Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests
2013-01-07 22:59:32 -08:00
Steve Fink
08f99e5f1c
Bug 827225 - Rename JS_GetTypedArrayType to JS_GetArrayBufferViewType, add TYPE_DATAVIEW. r=bz, sr=dmandelin
...
--HG--
extra : rebase_source : c5947273c5d517338ea1f468358511aa979b4959
2013-01-07 15:12:00 -08:00
Dave Hylands
a09ec02d75
Bug 785124 - Pt 5 - Add extra asserts. r=dougt
2013-01-07 17:43:02 +01:00
Dave Hylands
2c40d02886
Bug 785124 - Pt 4 - Whitespace only change. Change "type &var" to "type& var" and ptrs. r=dougt
2013-01-07 17:43:02 +01:00
Dave Hylands
782c100040
Bug 785124 - Pt 1 - Add VolumeMountLock which allows SDCard to be locked. r=dougt
...
From 8e39b8e5f3ab7e6344b0a8a5eeabdcf672de8fb4 Mon Sep 17 00:00:00 2001
---
dom/ipc/ContentChild.cpp | 18 +++-
dom/ipc/ContentChild.h | 5 +-
dom/ipc/ContentParent.cpp | 22 +++-
dom/ipc/ContentParent.h | 2 +
dom/ipc/PContent.ipdl | 6 +-
dom/system/gonk/AutoMounter.cpp | 19 +++-
dom/system/gonk/Makefile.in | 4 +-
dom/system/gonk/Volume.cpp | 62 ++++++++++-
dom/system/gonk/Volume.h | 11 +-
dom/system/gonk/VolumeServiceIOThread.cpp | 11 +-
dom/system/gonk/VolumeServiceIOThread.h | 7 +-
dom/system/gonk/nsIVolume.idl | 21 +++-
dom/system/gonk/nsIVolumeMountLock.idl | 12 +++
dom/system/gonk/nsIVolumeService.idl | 9 +-
dom/system/gonk/nsVolume.cpp | 96 ++++++++++++++++-
dom/system/gonk/nsVolume.h | 43 ++++++--
dom/system/gonk/nsVolumeMountLock.cpp | 157 +++++++++++++++++++++++++++
dom/system/gonk/nsVolumeMountLock.h | 55 ++++++++++
dom/system/gonk/nsVolumeService.cpp | 168 +++++++++++++++++++++++------
dom/system/gonk/nsVolumeService.h | 20 +++-
layout/build/nsLayoutModule.cpp | 5 +-
layout/build/nsLayoutStatics.cpp | 9 ++
22 files changed, 684 insertions(+), 78 deletions(-)
create mode 100644 dom/system/gonk/nsIVolumeMountLock.idl
create mode 100644 dom/system/gonk/nsVolumeMountLock.cpp
create mode 100644 dom/system/gonk/nsVolumeMountLock.h
2012-12-14 16:01:34 -08:00
Ed Morley
64d6476dd3
Merge mozilla-central to mozilla-inbound
2013-01-07 16:05:46 +00:00
Josh Matthews
62cda9990f
Backed out changeset 9dc561810a74 (bug 826102)
2013-01-07 16:34:51 +01:00
Josh Matthews
bd3fd31dd1
Bug 826102 - Make IPC geolocation listener never use cached values and never skip a value. r=dougt
2013-01-07 06:57:00 +01:00
Josh Matthews
d9af90cebc
Bug 826102 - Make IPC geolocation listener never use cached values and never skip a value. r=dougt
2013-01-07 06:57:00 +01:00
Hubert Figuière
5fd1a2f12b
Bug 826297 - Catch exceptions. r=sicking
...
--HG--
extra : rebase_source : c160410cbdd472de446bf1b486604b39656ccb91
2013-01-04 11:27:29 -05:00
Dave Hylands
6f2696298b
Bug 822754 - Fix B2G AutoMounter to deal with out-of-order events. r=philikon
2013-01-04 16:19:00 -08:00
Patrick Wang
7d938feea8
Bug 821999 - Check roaming when spn becomes available. r=allstars.chh
2013-01-04 16:44:20 +08:00
Yoshi Huang
5db36007db
Bug 823865 - Part 2: xpcshell tests for writeAlphaIdDiallingNumber. r=hsinyi
2012-12-24 12:03:55 +08:00
Yoshi Huang
3faedf6ffd
Bug 823865 - Part 1: GsmPDUHelper.writeAlphaIdDiallingNumber. r=hsinyi
2012-12-21 16:24:25 +08:00
Yoshi Huang
85bec7c3cf
Bug 826604 - B2G RIL: getOPL causes parcel error when reading unused octets. r=hsiniyi
2013-01-04 13:34:01 +08:00
Vicamo Yang
f341de3b44
Bug 820780 - Part 3/5: B2G RIL backend, r=hsinyi,bent
2013-01-04 14:26:24 +08:00
Edgar Chen
d85753b9ca
Bug 816843 - Use RIL_DEVICE_IDENTITY to get ESN/MEID. r=vyang
2012-11-27 19:37:47 +08:00
Yoshi Huang
5a3090f5e2
Bug 826161 - B2G RIL: In ICC IO, only Linear Fixed EF should have recordSize. r=hsinyi.
2013-01-03 14:02:25 +08:00
Yoshi Huang
14f35a6599
Bug 816893 - Part 3: ICCUtils Helper. r=hsinyi
2012-12-06 19:48:28 +08:00
Yoshi Huang
8957abffb6
Bug 816893 - Part 2: ICC IO error handling. r=hsinyi
2012-11-28 11:25:53 +08:00
Yoshi Huang
542253cecd
Bug 816893 - Part 1: ICCIOHelper ICCRecordHelper ICCFileHelper. r=hsinyi
2012-12-11 17:07:21 +08:00
Josh Matthews
07604d3adf
Bug 823789 - Pass enableHighAccuracy geolocation changes to the chrome process. r=dougt
2012-12-31 11:36:46 -05:00
Philipp von Weitershausen
41571aeead
Bug 820617 - Add a hook to make NetworkManager not manage offline status and use it in Marionette for B2G CI. r=jgriffin
2012-12-29 10:11:04 -08:00
Hsin-Yi Tsai
7eb14be0de
Bug 824902 - B2G RIL: missing call.isActive in handleEnumerateCalls. r=allstars.chh
2012-12-27 15:23:46 +08:00
Chuck Lee
170658d87f
Bug 820762 - 0003.Test if voicemailInfo is exposed. r=hsinyi
2012-12-26 18:49:10 +08:00
Chuck Lee
f948debdbe
Bug 820762 - 0002.Access voicmail info with correct permission. r=hsinyi
2012-12-26 18:49:08 +08:00
Chuck Lee
6b34770bf6
Bug 820762 - 0001.Change IDL. r=hsinyi
2012-12-25 14:56:30 +08:00
Julien Wajsberg
2f11ff357e
Bug 824465 - fix delivery state wrongly reset to 'sending' when delivered. r=vicamo
2012-12-26 20:38:11 +08:00
Oleg Romashin
2aeed803c9
Bug 823825 - Qt Firefox does not build on meego due to changed API. r=romaxa DONTBUILD
2012-12-25 13:27:00 -08:00
Patrick Wang
2513b4d3b0
Bug 824605 - Fix readLen in getSPDI. r=allstars.chh
2012-12-25 19:27:48 +08:00
Kan-Ru Chen (陳侃如)
32e3b47734
Bug 824558 - Do not destroy mInitThread. r=dougt
2012-12-25 17:13:20 +08:00
Edgar Chen
c4a6982e27
Bug 824194 - Refactor TLV size handler in sendStkTerminalResponse. r=allstars.chh
2012-12-22 11:14:40 +08:00
Kan-Ru Chen (陳侃如)
3b9e4bb8a2
Bug 821517 - Remove MOZ_ASSERT(mInitThread) r=dougt
2012-12-24 10:53:37 +08:00
Nagarjuna Varma
8557b6a522
Bug 785060 - Check for allocation failure in JS_NewUCStringCopyZ calls; r=Ms2ger
2012-12-22 18:35:07 -05:00
Hsin-Yi Tsai
60f18d4ac5
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
3a7959bd4a
Bug 816101 - Send a system message when a call is complete. r=hsinyi
2012-12-18 14:54:18 +01:00
Randy Lin
60ef034868
Bug 819965 - Unable to silence or control FM radio volume. r=sicking
2012-12-17 20:46:56 +08:00
Vicamo Yang
0e7d953641
Bug 816082 - Part 4/4: correct xpcshell test cases. r=hsinyi
2012-12-17 18:48:02 +08:00
Vicamo Yang
36a864dfd8
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
2a4f1210bf
Bug 816082 - Part 2/4: refactor fragmentText, pass fragemented text to ril_worker instead. r=hsinyi
2012-12-17 18:47:46 +08:00
Vicamo Yang
632f0fd8ae
Bug 816082 - Part 1/4: more entries in GSM_SMS_STRICT_7BIT_CHARMAP, r=hsinyi
2012-12-17 18:47:42 +08:00
David Rajchenbach-Teller
2835a17f3c
Bug 820681 - OS.Constants.Path.{profileDir, localProfileDir} - Initialize strings to void. r=khuey
2012-12-16 19:36:27 -05:00
Rob Wood
907f362aa3
Bug 811583 - Develop WebAPI tests for proximity sensor API, update manifest. r=davehunt
2012-12-07 11:29:19 -08:00
Edgar Chen
7f3cab4b6b
Bug 804667 - Part 4: xpcshell tests for TIMER_MANAGEMENT. r=allstars.chh
2012-12-03 17:50:14 +08:00
Edgar Chen
3b0ecacceb
Bug 804667 - Part 3: Support TIMER MANAGEMENT in RIL. r=allstars.chh
2012-11-28 16:16:20 +08:00
Marco Chen
6b784f8ae1
Bug 819858 - Add AudioChannelAgent to AudioManager for telephony joining AudioChannelService. r=baku, a=blocking-basecamp
2012-12-13 09:45:10 +08:00
Fernando Jiménez
d39f8184ff
Bug 820292 - [MMI/USSD] System message on incoming USSD; r=philikon
2012-12-16 13:25:02 +01:00
Jeff Walden
7146c23e80
Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
2012-12-14 18:58:45 -05:00
Patrick Wang
f1d08e9b77
Bug 819862 - Adding SIM path for EF_SPDI and corresponding test. r=vicamo
2012-12-10 14:46:22 +08:00