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 |
|
Ehsan Akhgari
|
6a18f8fe0d
|
Bug 1117044 - Mark virtual overridden functions as MOZ_OVERRIDE in widget; r=roc
|
2015-01-02 09:02:51 -05:00 |
|
Benoit Jacob
|
6bd0bb7f17
|
Bug 1028588 - Fix dangerous public destructors of Mac-specific reference-counted classes - r=mstange
|
2014-07-06 11:25:31 -04:00 |
|
Arnaud Bienner
|
d4010c37e5
|
Bug 975468 - Allow only one NSColorPanelWrapper to be opened at a time, and retarget the existing one if user clicks on another input type color. r=areinald
|
2014-03-13 21:52:14 +01:00 |
|
Ryan VanderMeulen
|
843b2900ef
|
Backed out changeset 16d6b2e332e0 (bug 975468) for OSX debug non-unified bustage.
|
2014-03-13 14:48:04 -04:00 |
|
Arnaud Bienner
|
803ccbf6d6
|
Bug 975468 - Allow only one NSColorPanelWrapper to be opened at a time, and retarget the existing one if user clicks on another input type color. r=areinald
|
2014-03-13 16:04:57 +01:00 |
|
Mounir Lamouri
|
c1e830f0c2
|
Bug 875756 - Implement nsIColorPicker for Cocoa. r=mstange
|
2013-08-16 12:09:39 +01:00 |
|