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 |
|
Sotaro Ikeda
|
88543b81f5
|
Bug 1082986 - Use RefPtr to hold Compositor r=nical
|
2014-10-16 06:48:29 -07:00 |
|
Nicolas Silva
|
7a57c1cd43
|
Bug 1077307 - Merge NewTextureSource and TextureSource. r=sotaro
|
2014-10-07 15:58:59 +02:00 |
|
Nicolas Silva
|
c58f417286
|
Bug 991032 - Cleanup X11 TextureClient/Host. r=mattwoodrow
|
2014-04-11 16:15:01 +02:00 |
|
Matt Woodrow
|
c3d1f9c2f4
|
Bug 971914 - Make TextureSourceOGL responsible for tracking filter state. r=nical
|
2014-03-13 13:37:17 +13:00 |
|
Matt Woodrow
|
2e6667710f
|
Bug 974709 - Use a separate texture for each X11TextureSource and keep the pixmap bound. r=nical
|
2014-02-22 22:22:43 +13:00 |
|
Tom Schuster
|
6bd2a4709a
|
Bug 973227 - Add a new X11TextureSourceOGL for upload x11 pixmaps to textures. r=nical
|
2014-02-18 01:30:05 +01:00 |
|