Jan Beich
c6b43ec415
Bug 1271477 - Unbreak --disable-dbus build after bug 1266054. r=karlt
2016-05-09 18:51:00 +02:00
Thomas Zimmermann
51bb662a3f
Bug 1266054: GTK+: Hold references to |DBusConnection| in |RefPtr|, r=karlt
...
This patch changes |WakeLockListener| to store its connection to
the DBus session bus in an instance of |RefPtr|. The reference will
be released automatically from the class' destructor.
MozReview-Commit-ID: Hv6MgpJMNLI
2016-05-09 12:28:37 +02: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
Daniel Holbert
95a73f1e45
Bug 1123844: Add MOZ_OVERRIDE annotations (and a few 'virtual' annotations) where appropriate, for headers used in widget/gtk. r=karlt
2015-01-20 13:39:44 -08:00
Martin Stransky
030fb4e888
Bug 811261 - Implement WakeLockListener on Linux to disable screensaver while video is playing. r=karl
2014-06-18 06:11:00 +02:00