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 |
|
Jonathan Watt
|
55c20bd03b
|
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
|
2014-04-16 01:41:40 +01:00 |
|
Matt Woodrow
|
d35ce6612f
|
Bug 962786 - Convert nsDragService to use Moz2D. r=roc
* * *
Bug 962786 - Bustage fix on a CLOSED TREE
|
2014-01-29 13:10:33 +13:00 |
|
Jonathan Watt
|
2c2e6c1fa2
|
Bug 950647 - Make nsImageToPixbuf::ImgSurfaceToPixbuf act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
|
2014-01-23 11:33:23 +00:00 |
|
Carsten "Tomcat" Book
|
923ff6f6d1
|
Backed out changeset a5c71a784e33 (bug 950647) for Linux Build Bustage on a CLOSED TREE
|
2014-01-23 13:34:56 +01:00 |
|
Jonathan Watt
|
73ae128309
|
Bug 950647 - Make nsImageToPixbuf::ImgSurfaceToPixbuf act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
|
2014-01-23 11:33:23 +00:00 |
|
Martin Stransky
|
26724abdb6
|
Bug 917270 - Rename widget/gtk2 to widget/gtk. r=karlt
|
2013-09-23 09:21:57 -04:00 |
|