Michael Wu
|
fdc79131b4
|
Bug 1037646 - Improve FM radio setup code, r=pzhang
|
2014-07-14 13:06:19 -04:00 |
Jan de Mooij
|
44da586636
|
Bug 1034191 - Make nsDependentJSString users work with Latin1 strings and nursery-allocated strings. r=bz
|
2014-07-05 17:30:54 +02:00 |
Birunthan Mohanathas
|
5f1fde8824
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
Pin Zhang
|
8c538453b8
|
Bug 997064 - Do not call navigator.mozFMRadio from system app. r=baku
- Revert "Bug 938015 - Do not turn off FM radio when enabling airplane mode."
- Use setting "airplaneMode.enabled" instead of "ril.radio.disabled"
|
2014-04-25 17:24:00 -04:00 |
Sam Joch
|
02bac5e79f
|
Bug 968215 - SettingsService needs to have a callback when transaction are completed. r=bent
|
2014-02-07 12:19:58 +01:00 |
Tom Schuster
|
f39e81815a
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
Pin Zhang
|
665a61e231
|
Bug 938015 - Do not turn off FM radio when enabling airplane mode. r=khuey
|
2014-01-09 10:22:19 +08:00 |
Ehsan Akhgari
|
1b83407ce9
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
Pin Zhang
|
f2c4df915c
|
Bug 949855 - No sound comes out when FM Radio is first time started. r=mchen
|
2013-12-18 13:30:56 +08:00 |
Andrea Marchesini
|
667c7302c2
|
Bug 862899 - AudioChannelAgent in the FMRadio API. r=mchen, r=khuey
|
2013-11-04 17:27:39 -05:00 |
Vasanthakumar (Vasanth) Pandurangan
|
caa5867022
|
Bug 911294 - Fix FM UI showing previously tuned frequency. r=pzhang, r=mwu
|
2013-09-10 01:39:38 -07:00 |
pzhang
|
4e91c0eee6
|
Bug 913343 - Rename ReplyRunnable -> FMRadioReplyRunnable. r=khuey
|
2013-08-30 14:16:49 +08:00 |
Pin Zhang
|
a7ec6f9b82
|
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL, r=khuey,baku
|
2013-09-03 15:26:33 -07:00 |
Ed Morley
|
f33c529c8d
|
Backed out changeset cd99d10fc665 (bug 870676) for breaking B2G device image builds on a CLOSED TREE
|
2013-08-29 10:43:09 +01:00 |
Pin Zhang
|
f4439163ed
|
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL. r=khuey,baku
|
2013-08-28 10:24:23 -07:00 |
Kyle Huey
|
2aa7b2971e
|
Back out my failed attempt to land bug 870676.
|
2013-08-28 10:23:32 -07:00 |
Kyle Huey
|
d4da372687
|
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL. r=khuey,baku
|
2013-08-28 10:11:53 -07:00 |
Kyle Huey
|
9f28dfc5b2
|
Back out my failed attempt to land bug 870676.
|
2013-08-28 10:10:39 -07:00 |
Kyle Huey
|
2488a88c0b
|
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL. r=khuey,baku
|
2013-08-28 09:44:33 -07:00 |