Daniel Holbert
|
672c1c4933
|
Bug 1166741 followup: Guard GTK file-picker member-var decl/init statements with same #ifdef that its usages are guarded with, to avoid -Wunused-private-field warning. r=karlt
|
2015-05-26 22:40:28 -07:00 |
|
Andrew Comminos
|
8a56c150e5
|
Bug 1166741 - Workaround for GTK3 bug where file choosers' delegate refcount is not incremented. r=karlt
|
2015-05-22 06:36:00 +02:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
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
|
378180b7af
|
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 |
|
Benoit Jacob
|
2335469ee5
|
Bug 1028588 - Fix dangerous public destructors in widget/ - r=roc
|
2014-06-24 12:36:44 -04:00 |
|
Martin Stransky
|
26724abdb6
|
Bug 917270 - Rename widget/gtk2 to widget/gtk. r=karlt
|
2013-09-23 09:21:57 -04:00 |
|