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 |
Ehsan Akhgari
|
b447c92ece
|
Bug 1117263 - Mark virtual overridden functions as MOZ_OVERRIDE in graphics layers code; r=roc
|
2015-01-03 12:21:23 -05:00 |
Sotaro Ikeda
|
7f32d56a14
|
Bug 1037360 - Fix SharedBufferManagerParent's destruction r=jrmuizel,jbacob
|
2014-07-16 13:05:42 -07:00 |
Wes Kocher
|
a5c126599f
|
Backed out changeset f4592864c982 (bug 1037360) for b2g mochitest-9 failures
|
2014-07-15 15:45:38 -07:00 |
Sotaro Ikeda
|
11459c436e
|
Bug 1037360 - Fix SharedBufferManagerParent's destruction r=jmuizelaar
|
2014-07-15 13:33:26 -07:00 |
Sotaro Ikeda
|
f87d695780
|
Bug 1032364 - Change gralloc buffer's key to 64bit r=jmuizelaar
|
2014-07-02 14:45:59 -07:00 |
Solomon Chiu
|
0e4402768f
|
Bug 973777 - Breaking down the information of GrallocReporter. r=njn
|
2014-06-15 23:27:00 +08:00 |
chiajung hung
|
81e92dcc54
|
Bug 959089 - Part 1: Implement a new protocol for manage shared buffers' allocation. r=vlad, r=gal
|
2014-04-30 21:50:00 -04:00 |
Ed Morley
|
20dd87ee29
|
Backed out changeset 1a6ada013610 (bug 959089)
|
2014-04-25 17:51:15 +01:00 |
chiajung hung
|
c0cf680819
|
Bug 959089 - Part 1: Implement a new protocol for manage shared buffers' allocation. r=vlad, r=gal
|
2014-04-25 02:28:00 -04:00 |