Ehsan Akhgari
|
883849ee32
|
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 |
Jacek Caban
|
956b4238da
|
Bug 1055664 - Use static instead of fiend function for StartTaskThread. r=bas.schouten
|
2014-08-26 13:50:38 +02:00 |
Ehsan Akhgari
|
30e3b3975d
|
Bug 1047614 - Give ReadbackManagerD3D11 a private destructor; r=jrmuizel
|
2014-08-05 17:57:24 -04:00 |
Bas Schouten
|
6624d1aefe
|
Bug 947781 - Part 2: Add the ability to readback texture data to TextureClient. r=nical
|
2014-07-30 15:38:46 +02:00 |
Ed Morley
|
46d9238c0a
|
Backed out changeset c4ecea1452e9 (bug 947781)
|
2014-07-30 14:54:08 +01:00 |
Bas Schouten
|
7dae46766a
|
Bug 947781 - Part 2: Add the ability to readback texture data to TextureClient. r=nical
|
2014-07-30 15:38:46 +02:00 |