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 |
|
Ehsan Akhgari
|
2d1a390664
|
Bug 1038195 - Give some classes in the Windows taskbar code private destructors; r=bjacob
|
2014-07-15 14:57:14 -04:00 |
|
Ehsan Akhgari
|
1911ef6983
|
Bug 950508 - Build widget/windows in unified mode; r=roc
|
2013-12-15 19:00:54 -05:00 |
|
Joshua Cranmer
|
0d541d1d95
|
Bug 884061 - Part 3x: Use NS_DECL_THREADSAFE_ISUPPORTS in widget/, r=jimm
|
2013-07-18 21:24:15 -05:00 |
|
Jacek Caban
|
34c9bdc673
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (widget/windows parts); r=bsmedberg
|
2012-06-14 14:28:06 -04:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Mark Capella
|
2b68740de5
|
Bug 730128 - Remove code ifdef'd MOZ_WINSDK_TARGETVER for pre-Windows 7 SDKs. r=jmathies
|
2012-02-27 18:57:28 -05:00 |
|
Brian R. Bondy
|
d0a93b0ace
|
Bug 679226 - Fold widget/src into widget. r=roc
|
2012-01-03 22:09:29 -05:00 |
|