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
Randy Lin
60ef034868
Bug 819965 - Unable to silence or control FM radio volume. r=sicking
2012-12-17 20:46:56 +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
Randy Lin
d39fa81ef3
Bug 815452 - Don't unmute FM audio if the user increases the volume when FM audio is muted for channel policy reasons. r=sicking
2012-12-11 18:26:01 +08:00
rlin@mozilla.com
07ef80f1ed
Bug 815445 - Hook up telephony audio to audio channels backend r=baku
2012-12-06 18:11:06 +08:00
Randy Lin
423e7af568
Bug 814326 - Volume steps on the UI is 10 steps which cannot be mapped correctly to the underlying streams. r=sicking, r=fabrice
2012-12-04 18:21:43 +08:00
Randy Lin
c25fe2c738
Bug 812434 - Support FM volume control for implement AudioChannel API. r=mwu
2012-11-29 10:14:11 +08:00
vliu
579ada9321
Bug 813823 - AudioManager reports unknown status when inserting headphone or headset. r=mwu
2012-11-27 11:13:19 +08:00
Randy Lin
cfdcca3663
Bug 811204 - [Dialer] Voice call can't switch between speaker and bt sco audio path. r=mwu, a=blocking-basecamp
2012-11-15 11:00:34 +08:00
Marco Chen
b8d56a5ab9
Bug 791642 - nsIAudioManager: support voice volume. r=philikon
...
1. Provide api for adjusting volume based on each stream.
2. Modify settings.js for listening the changing for stream volume.
2012-11-02 17:36:46 +08:00
Gina Yeh
349708da74
Bug 796300 - Final version: Set audio device BLUETOOTH_SCO_HEADSET to unavailable when disconnect Sco socket, r=qdot
2012-10-03 10:55:28 +08:00
Gina Yeh
88282bd920
Bug 794903 - Final version: BluetoothScoManager implementation, r=qdot
2012-09-29 17:39:05 +08:00
Alexandre Lissy
dfd92053d1
Bug 794424 - Send the headphone status at boot time. r=philipp
2012-09-27 23:06:01 -04:00
Marco Chen
02dc2fbc6f
Bug 791329 - Let AudioManager set correct device (headset or headphone) into setDeviceConnectionState according to event from GonkSwitch.cpp. r=mwu
2012-09-25 19:03:50 +08:00
Steven Lee
11d78eda9d
Bug 749053 - FM radio support: AudioManager implementation. r=jlebar,mwu
2012-09-19 13:51:35 -04:00
Dave Hylands
da07f452d4
Bug 782289 - Bah - Added in the second part of the patch. r=philikon
2012-09-06 13:51:15 -07:00
Dave Hylands
50aa8610a3
Bug 782289 - Forward headphone status changed notification from gonk to chrome. r=philikon
...
The wrong patch was applied previously. This changeset rolls back the previous change and
applies the correct one.
2012-09-06 13:47:58 -07:00
Alexandre Lissy
a847a856a0
Bug 782289 - Headphones status notification. Part 1: Send observer notification. r=philikon
...
We send this notification each time status change. For now, only on/off, maybe
it might be a good thing to add microphone status too. We will observe
this notification in b2g's shell.js to generate a mozChromeEvent.
2012-08-13 16:57:51 +02:00
Ehsan Akhgari
0fd9123eac
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
...
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Steven Lee
3390257e46
Bug 779149 - [Dialer] Audio does not go through headset. r=mwu
2012-08-15 21:00:50 -04:00
Gervase Markham
44a28dd9d7
Bug 774614 - Relicense Gonk/Gecko interface code to Apache License 2.0.
2012-07-20 10:10:44 +01:00
Gervase Markham
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Hsin-Yi Tsai
3bf7e11bd0
Bug 746496 - B2G telephony: update the audio system for incoming calls and holding calls. r=philikon
2012-05-14 21:13:06 -07:00
Michael Wu
e4561a2148
Bug 749080 - Make AudioManager.cpp build again, r=cjones
2012-04-30 14:10:48 -04:00
Steven Lee
915c786840
Bug 736939 - AudioManager implementation. r=cjones, a=b2g-only
2012-04-22 14:14:36 -04:00
Chris Jones
9513d23820
Bug 739090: Dynamically call the right *ForceUse interface. r=mwu (npotb)
2012-03-26 17:39:33 -07:00
Michael Wu
b758edd35d
Bug 737173, part 2: Port AudioManager and libsydneyaudio to the new import. r=cjones (npotb)
2012-03-25 02:11:05 -07:00
Kyle Machulis
6df19ba2cf
Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 2: Change mozilla::dom::telephony to mozilla::dom::gonk for dom/system/gonk objects; r=bent
2012-03-14 15:43:26 -07:00
Kyle Machulis
9631320c07
Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 1: Change dom/system/b2g to dom/system/gonk; r=philikon
...
--HG--
rename : dom/system/b2g/AudioManager.cpp => dom/system/gonk/AudioManager.cpp
rename : dom/system/b2g/AudioManager.h => dom/system/gonk/AudioManager.h
rename : dom/system/b2g/GonkGPSGeolocationProvider.cpp => dom/system/gonk/GonkGPSGeolocationProvider.cpp
rename : dom/system/b2g/GonkGPSGeolocationProvider.h => dom/system/gonk/GonkGPSGeolocationProvider.h
rename : dom/system/b2g/Makefile.in => dom/system/gonk/Makefile.in
rename : dom/system/b2g/RadioInterfaceLayer.js => dom/system/gonk/RadioInterfaceLayer.js
rename : dom/system/b2g/RadioInterfaceLayer.manifest => dom/system/gonk/RadioInterfaceLayer.manifest
rename : dom/system/b2g/SystemWorkerManager.cpp => dom/system/gonk/SystemWorkerManager.cpp
rename : dom/system/b2g/SystemWorkerManager.h => dom/system/gonk/SystemWorkerManager.h
rename : dom/system/b2g/net_worker.js => dom/system/gonk/net_worker.js
rename : dom/system/b2g/nsIAudioManager.idl => dom/system/gonk/nsIAudioManager.idl
rename : dom/system/b2g/nsIRadioInterfaceLayer.idl => dom/system/gonk/nsIRadioInterfaceLayer.idl
rename : dom/system/b2g/nsIWorkerHolder.idl => dom/system/gonk/nsIWorkerHolder.idl
rename : dom/system/b2g/nsRadioInterfaceLayer.h => dom/system/gonk/nsRadioInterfaceLayer.h
rename : dom/system/b2g/ril_consts.js => dom/system/gonk/ril_consts.js
rename : dom/system/b2g/ril_worker.js => dom/system/gonk/ril_worker.js
rename : dom/system/b2g/systemlibs.js => dom/system/gonk/systemlibs.js
rename : dom/system/b2g/tests/header_helpers.js => dom/system/gonk/tests/header_helpers.js
rename : dom/system/b2g/tests/test_ril_worker_buf.js => dom/system/gonk/tests/test_ril_worker_buf.js
rename : dom/system/b2g/tests/test_ril_worker_sms.js => dom/system/gonk/tests/test_ril_worker_sms.js
rename : dom/system/b2g/tests/xpcshell.ini => dom/system/gonk/tests/xpcshell.ini
2012-03-14 15:42:31 -07:00