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 |
|
Benoit Jacob
|
05cd90f1fc
|
Bug 1027251 - Fix or whitelist dangerous public destructors in dom/ - r=smaug
|
2014-06-18 22:28:59 -04:00 |
|
Dave Hylands
|
aef785347b
|
Bug 997242 - Make DeviceStorageFileDescriptor use a threadsafe reference count. r=khuey
|
2014-04-21 11:56:04 -07:00 |
|
Kyle Huey
|
384121563d
|
Bug 991812: Remove uses of RefCounted<T> that live in Gecko. r=ehsan
--HG--
extra : rebase_source : 239ff77ec3765a3f190ed75b1645c6011e5d1dbd
|
2014-04-14 12:04:24 -07:00 |
|
Ryan VanderMeulen
|
d3859c597c
|
Backed out changesets ddbac34527fe and fa82f32d0c39 (bug 991812) for B2G bustage.
CLOSED TREE
|
2014-04-14 16:16:18 -04:00 |
|
Kyle Huey
|
675439ca71
|
Bug 991812: Remove uses of RefCounted<T> that live in Gecko. r=ehsan
|
2014-04-14 12:04:24 -07:00 |
|
Ehsan Akhgari
|
9a39fcfd00
|
Bug 935778 - Part 0.3: Spray some more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
|
2014-02-20 23:07:24 -05:00 |
|
Dave Hylands
|
a3b6c65628
|
Bug 910498 - Changes to device storage to support CreateFd. r=bent
* * *
Bug 910498 - Camera changes to use CreateFd. r=mikeh
* * *
Fixes for windows build
|
2014-01-16 17:01:27 -08:00 |
|