Hsin-Yi Tsai
33c2d01791
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
3ab32e025b
Bug 852815 - Correct Icc related naming in RadioInterfaceLayer and RILContentHelper. r=allstars.chh
2013-03-25 11:09:01 +08:00
Hsin-Yi Tsai
e1b6815098
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
cfeedc61c3
Bug 855186 - Call error message dose not expose to DOM correctly. r=vyang
2013-03-27 12:37:01 +08:00
Vasil Dimov
02a2ed38cd
Bug 819016 - Create some helper functions for reading /sys files. r=bsmedberg
2013-03-27 11:19:09 -04:00
Gene Lian
a4a0e75e81
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
24993f726f
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
Ted Mielczarek
281489a00e
bug 604039 - Add DOM Gamepad APIs. r=smaug
...
--HG--
extra : rebase_source : ffffdc4549da1b25ea263b623c05ae1afb3d46a0
2011-08-03 14:12:08 -04:00
Matthew Gregan
92db67a1a7
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
7ecea60097
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Edgar Chen
f8d13b4176
Bug 847820 - Part 3: RIL implementation. r=allstars.chh
2013-03-06 10:12:23 +08:00
Bill McCloskey
c7ddf51a4f
Bug 759585 - Zones (r=jonco,bhackett,njn,dvander,luke,bz,mccr8,bholley)
2013-03-16 20:36:37 -07:00
Gene Lian
d51c64c81c
Bug 847738 - B2G MMS: provide nsIDOMMobileMessageManager.getMessage(). r=vicamo sr=sicking a=leo+
2013-03-08 11:46:16 +08:00
Yoshi Huang
e5b4b3599c
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
b156aeaf05
Backout changeset f445e0cbba3b(Bug 849758)
2013-03-15 16:58:58 +08:00
Yoshi Huang
50bdd5b5be
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
0ba50e2af8
Bug 849757 - Part 4: xpcshell tests. r=vicamo
2013-03-12 15:06:48 +08:00
Yoshi Huang
d8040b1aed
Bug 849757 - Part 3: spck and cck in RIL. r=vicamo
2013-03-12 14:43:01 +08:00
Yoshi Huang
176d31f21b
Bug 849757 - Part 2: Add 'corporateLocked' and 'serviceProviderLocked' to cardState in RIL. r=vicamo
2013-03-12 11:37:58 +08:00
Gene Lian
b6c241f1ba
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
ba17b276e6
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
fa635ed7ff
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
d424f41bfa
Merge mozilla-central into inbound
2013-03-13 09:03:20 -07:00
Gregory Szorc
de55b5242b
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
b04d88a2f2
Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps
2013-03-11 22:05:00 -07:00
Mike Shal
cd4191e248
Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps
2013-03-11 22:00:00 -07:00
Gregory Szorc
c865547d94
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
a8a2c1d36b
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
3d6fb928a3
Bug 839402 - Part 5 - Test case for updating display condition. r=vicamo
2013-03-11 22:02:18 +08:00
Patrick Wang
eb819967d9
Bug 839402 - Part 4 - Test case for reading SPN. r=allstars.chh
2013-03-11 22:02:09 +08:00
Patrick Wang
c7e9a5560f
Bug 839402 - Part 3 - Update display condition for CDMA network. r=vicamo
2013-03-11 22:01:59 +08:00
Patrick Wang
eba319ca2d
Bug 839402 - Part 2 - Read SPN from RUIM. r=allstars.chh
2013-03-11 22:01:48 +08:00
Patrick Wang
43b2e754e4
Bug 839402 - Part 1 - Make decoding cdma pdu message reusable. r=vicamo
2013-03-11 22:01:37 +08:00
Edgar Chen
79d40c9fc8
Bug 848688 - Have a consistent naming for error message. r=allstars.chh
2013-03-07 18:35:57 +08:00
Olli Pettay
eaf67cc919
Bug 822399 - Make Event to use Paris bindings, r=peterv
2013-03-09 13:34:29 +02:00
Yoshi Huang
8d0c918e59
Bug 847838 - Part 3: tests case for cached record size. r=vicamo
2013-03-05 15:49:03 +08:00
Yoshi Huang
1f1767a2cf
Bug 847838 - Part 2: cache record size. r=vicamo
2013-03-05 14:24:37 +08:00
Yoshi Huang
ab101c593e
Bug 847838 - Part 1: add recordSize in loadLinearFixedEF. r=vicamo
2013-03-05 11:16:17 +08:00
Yoshi Huang
7f8afc5736
Bug 842458 - Part 4: xpcshell tests for updateFdn, updateICCContact and getFreeRecordId. r=vicamo
2013-02-26 14:01:39 +08:00
Yoshi Huang
ee28ed14d6
Bug 842458 - Part 3: ICCRecordHelper.getFreeRecordId. r=vicamo
2013-03-04 11:46:49 +08:00
Yoshi Huang
429d8ba2eb
Bug 842458 - Part 2: implementations for updating FDN. r=vicamo
2013-02-26 12:18:40 +08:00
Yoshi Huang
11765de012
Bug 842458 - Part 1: Add pin2 for updateICCContact. r=vicamo
2013-02-26 11:51:50 +08:00
CODeRUS
c9b18bcf85
Bug 845350 - QtGeolocation provider does not work due "using namespace QtMobility;" in cpp, not header. r=romaxa
2013-03-06 13:06:23 -05:00
Vicamo Yang
8ff8099d18
Bug 834160 - Part 7/7: Fix RILContentHelper. r=htsai,allstars.chh
2013-03-06 17:53:31 +08:00
Vicamo Yang
9510ded1d6
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
c6929f7270
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
c486a8cc07
Bug 828307 - Part 6: Save lastKnownMcc as string type. r=vyang
2013-03-04 10:38:17 +08:00
Edgar Chen
24f9e9fd25
Bug 828307 - Part 4: xpcshell tests change. r=vyang
2013-02-25 15:06:00 +08:00
Edgar Chen
cc18dc6c9d
Bug 828307 - Part 3: RIL implementation change. r=vyang
2013-02-25 11:47:27 +08:00
Edgar Chen
af466bf9c3
Bug 828307 - Part 2: GPS change. r=kchen
2013-02-25 11:59:30 +08:00