Andrew McCreight
|
aeff7c99ee
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
|
Andrea Marchesini
|
b212600c95
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
|
Ehsan Akhgari
|
33bb32f549
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Thomas Zimmermann
|
356098eaa9
|
Bug 1137151: Marked destructors of refcounted FM-radio classes as protected, r=pzhang
|
2015-03-10 13:44:02 +01:00 |
|
Michael Wu
|
a5ae8d54fa
|
Bug 864327 - Support FM RDS in WebAPI, r=ehsan,pzhang,khuey
|
2014-09-30 12:57:52 -04:00 |
|
Michael Wu
|
aa0faa6978
|
Backed out changeset dfbae87208dd (Bug 864327) for red
|
2014-09-30 13:39:43 -04:00 |
|
Michael Wu
|
a1247a9f18
|
Bug 864327 - Support FM RDS in WebAPI, r=ehsan,pzhang,khuey
|
2014-09-30 12:57:52 -04:00 |
|
Michael Wu
|
e753921ec4
|
Bug 938809 - Run seek/tune calls off the main thread, r=pzhang,khuey
|
2014-07-14 17:56:10 -04:00 |
|
Carsten "Tomcat" Book
|
a288b47ab5
|
Backed out changeset b60084fa9d5b (bug 938809)
|
2014-07-30 05:50:59 +02:00 |
|
Michael Wu
|
412e4c778e
|
Bug 938809 - Run seek/tune calls off the main thread, r=pzhang,khuey
|
2014-07-14 17:56:10 -04:00 |
|
Michael Wu
|
a57619957f
|
Bug 1037646 - Improve FM radio setup code, r=pzhang
|
2014-07-14 13:06:19 -04:00 |
|
Pin Zhang
|
ebbb894f25
|
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 |
|
Pin Zhang
|
9d028a8b2a
|
Bug 938015 - Do not turn off FM radio when enabling airplane mode. r=khuey
|
2014-01-09 10:22:19 +08:00 |
|
Andrea Marchesini
|
dbbaa3d8ba
|
Bug 862899 - AudioChannelAgent in the FMRadio API. r=mchen, r=khuey
|
2013-11-04 17:27:39 -05:00 |
|
pzhang
|
a537d55d5e
|
Bug 913343 - Rename ReplyRunnable -> FMRadioReplyRunnable. r=khuey
|
2013-08-30 14:16:49 +08:00 |
|
Pin Zhang
|
8397e0b9ea
|
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL, r=khuey,baku
|
2013-09-03 15:26:33 -07:00 |
|
Ed Morley
|
51afc03d5c
|
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
|
39055cc1a0
|
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL. r=khuey,baku
|
2013-08-28 10:24:23 -07:00 |
|
Kyle Huey
|
68c202cebc
|
Back out my failed attempt to land bug 870676.
|
2013-08-28 10:23:32 -07:00 |
|
Kyle Huey
|
0ebcb654ef
|
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL. r=khuey,baku
|
2013-08-28 10:11:53 -07:00 |
|
Kyle Huey
|
462f24c69f
|
Back out my failed attempt to land bug 870676.
|
2013-08-28 10:10:39 -07:00 |
|
Kyle Huey
|
21373abc55
|
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL. r=khuey,baku
|
2013-08-28 09:44:33 -07:00 |
|