Commit Graph

862 Commits

Author SHA1 Message Date
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
Joey Armstrong
12356a4c50 bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:49:00 -04:00
Bobby Holley
402c35b1ff Bug 865729 - Remove nsIJSContextStack from dom/foo. r=gabor 2013-04-29 11:16:18 -07:00
Kan-Ru Chen (陳侃如)
4c2ee1d3e2 Bug 865249 - Wrap GetSingleton in a MainThread event. r=jdm 2013-04-26 10:54:45 +08:00
Boris Zbarsky
f75142b01d Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger 2013-04-25 12:29:54 -04:00
Cykesiopka
ad08e18549 Bug 645402 - Remove ToInteger() workarounds in mozilla-central. r=bz 2013-04-24 08:36:09 -04:00
Dave Hylands
505d1f5061 Bug 860934 - Use relative paths when handling device storage r=dougt 2013-04-18 16:13:23 +02:00
Ryan VanderMeulen
68f8a6547f Merge m-c to inbound. 2013-04-18 14:01:31 -04:00
ext:(%20rlin%40mozilla.com)
8d64870c60 Bug 862306 - Route audio stream to BT_SCO in AudioManager. r=mwu 2013-04-18 16:47:09 +02:00
Jose Antonio Olivera Ortega
c1e59b17a9 Bug 859318 - Part 4: Add test for call waiting functions. r=vicamo 2013-04-18 14:18:53 +02:00
Jose Antonio Olivera Ortega
8a96d4623c Bug 859318 - Part 3: RIL changes for call waiting functions. r=vicamo 2013-04-18 14:18:50 +02:00
Bobby Holley
288399f5c0 Bug 860438 - Straightforward cases. r=gabor 2013-04-18 11:36:03 -04:00
Ryan VanderMeulen
32e0055ca7 Merge m-c to inbound. 2013-04-16 16:04:20 -04:00
Mike Shal
24b4056720 Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
Patrick Wang
28167a9306 Bug 860604 - Use receiving time to store received sms message. r=vicamo 2013-04-16 16:52:16 +08:00
Jose Antonio Olivera Ortega
89ed5a4312 Bug 861896 - [b2g-ril] Call waiting feature is not working on Geeksphone Peak devices. r=vicamo 2013-04-16 22:20:20 +08:00
Ryan VanderMeulen
88ac4b7137 Merge m-c to inbound. 2013-05-15 08:36:44 -04:00
Bobby Holley
a747313c85 Bug 871299 - Remove JS_GetGlobalObject from SystemWorkerManager and RIL. r=mrbkap 2013-05-14 10:16:51 -07:00
Trevor Saunders
c318b7cf14 bug 859646 - fix b2g code that checks what infallible TArray::EnsureLengthAtleast() returns r=jlebar 2013-04-08 23:35:56 -04:00
Vicamo Yang
ac29d93f96 Bug 749086 - 2/3: DOM & IPC changes. r=bent 2013-04-10 00:41:27 +08:00
Ryan VanderMeulen
78fef2951c Backed out 13 changesets (bug 838467, bug 849739, bug 749086) for Marionette failures. 2013-04-09 08:54:00 -04:00
Yoshi Huang
98d3b4a090 Bug 859200 - Part 2 : update xpcshell tests. r=vicamo 2013-04-09 14:00:58 +08:00
Hiroyuki Ikezoe
fc811d80b9 Bug 859200 - Part 1: Get properties for RIL as boolean. r=allstars.chh 2013-04-08 19:20:48 +08:00
Phil Ringnalda
67885fa626 Back out f55d9235d5a0 (bug 859200) for test_ril_worker_icc.js failure 2013-04-08 22:49:54 -07:00
Hiroyuki Ikezoe
6a40c32275 Bug 859200 - Get properties for RIL as boolean. r=allstars.chh 2013-04-08 19:20:48 +08:00
Vicamo Yang
774b9419e0 Bug 749086 - 2/3: DOM & IPC changes. r=bent 2013-04-09 10:22:19 +08:00
Vicamo Yang
211c0ab4e0 Bug 850127 - 3/3: RIL & test cases. r=gwagner 2013-04-05 20:16:01 +08:00
Blake Kaplan
e90b8e0a7e Bug 855036 - Don't treat a string as an object. r=gwagner
--HG--
extra : rebase_source : 98e7ed9d1252847ece46548882d5654f6492ee19
2013-04-03 15:45:35 -07:00
Jose Cortes
23d45dfaab Bug 842186 - Replace use of jsval with JS::Value in h and cpp files in the dom/system/ and dom/file/ directories. r=jwalden
--HG--
extra : rebase_source : 02747f384514c16bdfba7319e569b6554d7b28bd
2013-04-02 16:14:00 -07:00
Dave Hylands
8e6ad376dd Bug 838038 - Pt 1 - Make volumes available to child processes. r=dougt 2013-04-02 12:52:17 -07:00
Kyle Machulis
f5e3aadf0b Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Hsin-Yi Tsai
e17d540bf3 Bug 856520 - B2G RIL: update RILContentHelper.rilContext.networkSelectionMode correctly. r=allstars.chh 2013-04-01 14:26:45 +08:00
Kyle Machulis
d2b6e6e01a Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
5663b98bc5 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Hsin-Yi Tsai
9f8e7f10dd Bug 855643 - B2G RIL: actively update networkSelectionMode at the first time querying. r=allstars.chh 2013-03-29 10:56:07 +08:00
Edgar Chen
c7f0bb70c5 Bug 852815 - Correct Icc related naming in RadioInterfaceLayer and RILContentHelper. r=allstars.chh 2013-03-25 11:09:01 +08:00
Hsin-Yi Tsai
80e2e708b6 Bug 849185 - Disable the airplane mode when an emergency number is dialed. r=allstars.chh 2013-03-18 17:03:49 +08:00
Edgar Chen
6252fee3d7 Bug 855186 - Call error message dose not expose to DOM correctly. r=vyang 2013-03-27 12:37:01 +08:00
Vasil Dimov
0753d90653 Bug 819016 - Create some helper functions for reading /sys files. r=bsmedberg 2013-03-27 11:19:09 -04:00
Gene Lian
8a4e353b62 Bug 850680 - B2G MMS: broadcast "sms-received" and "sms-sent" system messages (part 2, broadcast system messages). r=vicamo 2013-03-22 20:16:43 +08:00
Gene Lian
4a2eaeff62 Bug 850680 - B2G MMS: broadcast "sms-received" and "sms-sent" system messages (part 1, code clean-up). r=vicamo 2013-03-22 19:29:25 +08:00
Matthew Gregan
56f37c387c Bug 852401 - Remove sydneyaudio. r=doublec
--HG--
rename : media/libsydneyaudio/src/gonk/AudioSystem.h => dom/system/gonk/android_audio/AudioSystem.h
rename : media/libsydneyaudio/src/gonk/AudioTrack.h => dom/system/gonk/android_audio/AudioTrack.h
rename : media/libsydneyaudio/src/gonk/EffectApi.h => dom/system/gonk/android_audio/EffectApi.h
rename : media/libsydneyaudio/src/gonk/IAudioFlinger.h => dom/system/gonk/android_audio/IAudioFlinger.h
rename : media/libsydneyaudio/src/gonk/IAudioFlingerClient.h => dom/system/gonk/android_audio/IAudioFlingerClient.h
rename : media/libsydneyaudio/src/gonk/IAudioRecord.h => dom/system/gonk/android_audio/IAudioRecord.h
rename : media/libsydneyaudio/src/gonk/IAudioTrack.h => dom/system/gonk/android_audio/IAudioTrack.h
rename : media/libsydneyaudio/src/gonk/IEffect.h => dom/system/gonk/android_audio/IEffect.h
rename : media/libsydneyaudio/src/gonk/IEffectClient.h => dom/system/gonk/android_audio/IEffectClient.h
2013-03-19 17:12:36 +13:00
Mike Shal
ea1d9b8ba7 Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
Edgar Chen
3c8fe15a90 Bug 847820 - Part 3: RIL implementation. r=allstars.chh 2013-03-06 10:12:23 +08:00
Bill McCloskey
bfa3037d1f Bug 759585 - Zones (r=jonco,bhackett,njn,dvander,luke,bz,mccr8,bholley) 2013-03-16 20:36:37 -07:00
Gene Lian
dcf1f7e4a0 Bug 847738 - B2G MMS: provide nsIDOMMobileMessageManager.getMessage(). r=vicamo sr=sicking a=leo+ 2013-03-08 11:46:16 +08:00
Yoshi Huang
d63e8927df Bug 849758 - [b2g-ril] SIM PIN requested after booting/rebooting with airplane mode on. r=vicamo. 2013-03-15 15:23:18 +08:00
Yoshi Huang
3727f837ed Backout changeset f445e0cbba3b(Bug 849758) 2013-03-15 16:58:58 +08:00
Yoshi Huang
12b037eded Bug 849758 - [b2g-ril] SIM PIN requested after booting/rebooting with airplane mode on. r=vicamo. 2013-03-15 15:23:18 +08:00
Yoshi Huang
3056441d1c Bug 849757 - Part 4: xpcshell tests. r=vicamo 2013-03-12 15:06:48 +08:00
Yoshi Huang
575ad115cc Bug 849757 - Part 3: spck and cck in RIL. r=vicamo 2013-03-12 14:43:01 +08:00
Yoshi Huang
aaa9f9f061 Bug 849757 - Part 2: Add 'corporateLocked' and 'serviceProviderLocked' to cardState in RIL. r=vicamo 2013-03-12 11:37:58 +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
Gregory Szorc
9569d6e356 Merge mozilla-central into inbound 2013-03-13 09:03:20 -07:00
Gregory Szorc
3d694a85c0 Merge mozilla-central into build-system
dom/interfaces/svg/Makefile.in and dom/media/Makefile.in had merge
conflicts. They were resolved by hand. The former needed 2 IDLs removed.
The latter had a context conflict for EXPORTS_NAMESPACES.
2013-03-12 13:04:55 -07:00
Mike Shal
ec5b39bd8b Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps 2013-03-11 22:05:00 -07:00
Mike Shal
2eb7c496cb Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps 2013-03-11 22:00:00 -07:00
Gregory Szorc
629b5d86c6 Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07: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
Patrick Wang
53e5ffec35 Bug 839402 - Part 5 - Test case for updating display condition. r=vicamo 2013-03-11 22:02:18 +08:00
Patrick Wang
dd9dc6bb5c Bug 839402 - Part 4 - Test case for reading SPN. r=allstars.chh 2013-03-11 22:02:09 +08:00
Patrick Wang
94b574c350 Bug 839402 - Part 3 - Update display condition for CDMA network. r=vicamo 2013-03-11 22:01:59 +08:00
Patrick Wang
ef720b1299 Bug 839402 - Part 2 - Read SPN from RUIM. r=allstars.chh 2013-03-11 22:01:48 +08:00
Patrick Wang
5ac4a5ae51 Bug 839402 - Part 1 - Make decoding cdma pdu message reusable. r=vicamo 2013-03-11 22:01:37 +08: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
2165aff0bc Bug 847838 - Part 3: tests case for cached record size. r=vicamo 2013-03-05 15:49:03 +08:00
Yoshi Huang
c3d23f6b51 Bug 847838 - Part 2: cache record size. r=vicamo 2013-03-05 14:24:37 +08:00
Yoshi Huang
2ebd003aba Bug 847838 - Part 1: add recordSize in loadLinearFixedEF. r=vicamo 2013-03-05 11:16:17 +08:00
Yoshi Huang
81593e5b21 Bug 842458 - Part 4: xpcshell tests for updateFdn, updateICCContact and getFreeRecordId. r=vicamo 2013-02-26 14:01:39 +08:00
Yoshi Huang
a1efd20464 Bug 842458 - Part 3: ICCRecordHelper.getFreeRecordId. r=vicamo 2013-03-04 11:46:49 +08:00
Yoshi Huang
0805eb9f3a Bug 842458 - Part 2: implementations for updating FDN. r=vicamo 2013-02-26 12:18:40 +08:00
Yoshi Huang
eab700b7d7 Bug 842458 - Part 1: Add pin2 for updateICCContact. r=vicamo 2013-02-26 11:51:50 +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
Vicamo Yang
7c2c94cc2a Bug 834160 - Part 1/7: Refactor RILContentHelper callback registration. Interface changes. r=allstars.chh,htsai f=mounir 2013-03-06 17:53:08 +08: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
2b572ba818 Bug 828307 - Part 4: xpcshell tests change. r=vyang 2013-02-25 15:06:00 +08:00
Edgar Chen
2f51ddfd2e Bug 828307 - Part 3: RIL implementation change. r=vyang 2013-02-25 11:47:27 +08:00
Edgar Chen
8739c8ebc4 Bug 828307 - Part 2: GPS change. r=kchen 2013-02-25 11:59:30 +08:00
Vincent Chang
162f7a54d2 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
7693df618d Bug 848339 - Remove the vestigial boolean outparam from nsWrapperCache::WrapObject. r=bz 2013-03-12 08:03:47 +09: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
Shih-Chiang Chien
5003b415b2 Bug 842147 - Translate JS exception from CaptivePortalDetector into informative debug message. r=vchang 2013-03-05 09:56:34 -05:00
Yoshi Huang
97e6f74329 Bug 847770 : B2G RIL: typos in ICCRecordHelper.readANR and readEmail. r=hsinyi 2013-03-05 11:21:26 +08:00
Edgar Chen
30c6f9bebb Bug 846643 - Should use do_GetService() to get RadioInterfaceLayer. r=kchen 2013-02-27 23:08:36 +08:00
Yoshi Huang
666a2976ad Bug 842460 - Part 4: xpcshell for read Anr. r=hsinyi 2013-02-22 16:26:42 +08:00
Yoshi Huang
59ea29ce14 Bug 842460 - Part 2: Read ANR in RIL. r=hsinyi 2013-02-21 11:49:26 +08:00