Andrew McCreight
|
9e8f4b219e
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
Andrea Marchesini
|
e6f385fb3d
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
Ehsan Akhgari
|
883849ee32
|
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 |
Michael Wu
|
cfe3595579
|
Bug 864327 - Support FM RDS in WebAPI, r=ehsan,pzhang,khuey
|
2014-09-30 12:57:52 -04:00 |
Michael Wu
|
1ec7ec8a2f
|
Backed out changeset dfbae87208dd (Bug 864327) for red
|
2014-09-30 13:39:43 -04:00 |
Michael Wu
|
bb45bd3e0a
|
Bug 864327 - Support FM RDS in WebAPI, r=ehsan,pzhang,khuey
|
2014-09-30 12:57:52 -04:00 |
Andrea Marchesini
|
667c7302c2
|
Bug 862899 - AudioChannelAgent in the FMRadio API. r=mchen, r=khuey
|
2013-11-04 17:27:39 -05:00 |
pzhang
|
4e91c0eee6
|
Bug 913343 - Rename ReplyRunnable -> FMRadioReplyRunnable. r=khuey
|
2013-08-30 14:16:49 +08:00 |
Pin Zhang
|
3b83b78c25
|
Bug 870676: Part 2 - Implement IPDL for mozFMRadio. r=khuey
|
2013-09-03 15:28:06 -07:00 |
Ed Morley
|
702267fc97
|
Backed out changeset 5a71d3bf48ce (bug 870676)
|
2013-08-29 10:42:42 +01:00 |
Pin Zhang
|
44042ba908
|
Bug 870676: Part 2 - Implement IPDL for mozFMRadio. r=khuey CLOSED TREE
|
2013-08-28 10:25:09 -07:00 |
Kyle Huey
|
2aa7b2971e
|
Back out my failed attempt to land bug 870676.
|
2013-08-28 10:23:32 -07:00 |
Kyle Huey
|
6b509a77ff
|
Bug 870676: Part 2 - Implement IPDL for mozFMRadio. r=khuey
|
2013-08-28 10:17:37 -07:00 |