Commit Graph

885 Commits

Author SHA1 Message Date
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
Vincent Chang
c038cf7073 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
23ba391ec1 Bug 848339 - Remove the vestigial boolean outparam from nsWrapperCache::WrapObject. r=bz 2013-03-12 08:03:47 +09:00
Julien Wajsberg
42cb49ebf2 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
3a831e50dd Bug 842147 - Translate JS exception from CaptivePortalDetector into informative debug message. r=vchang 2013-03-05 09:56:34 -05:00
Yoshi Huang
e329a332bf Bug 847770 : B2G RIL: typos in ICCRecordHelper.readANR and readEmail. r=hsinyi 2013-03-05 11:21:26 +08:00
Edgar Chen
e164edb566 Bug 846643 - Should use do_GetService() to get RadioInterfaceLayer. r=kchen 2013-02-27 23:08:36 +08:00
Yoshi Huang
042573fbae Bug 842460 - Part 4: xpcshell for read Anr. r=hsinyi 2013-02-22 16:26:42 +08:00