Ehsan Akhgari
|
5cccea6f0f
|
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 |
|
Birunthan Mohanathas
|
1929c1d5a6
|
Bug 1046841 - Convert xpcom/components/ to Gecko style. r=froydnj
|
2014-08-02 13:44:06 -07:00 |
|
Ryan VanderMeulen
|
2d6b88c768
|
Backed out changeset ce357b802532 (bug 1046841) for merge conflicts with bug 977026.
|
2014-08-01 16:00:35 -04:00 |
|
Birunthan Mohanathas
|
a0aace789f
|
Bug 1046841 - Convert xpcom/components/ to Gecko style. r=froydnj
|
2014-08-01 09:43:23 -07:00 |
|
Andrew McCreight
|
314b9ebdb5
|
Bug 1034920, part 3 - nsNativeModuleLoader doesn't need to implement ModuleLoader. r=froydnj
It is only used as a field of gComponentManager, so the full nsISupports and COM treatment isn't needed.
|
2014-07-28 10:15:58 -07:00 |
|
Andrew McCreight
|
19b2ff6439
|
Bug 1034920, part 2 - Fix names of NativeLoadData. r=froydnj
|
2014-07-28 10:15:57 -07:00 |
|
Andrew McCreight
|
bf74b0ae33
|
Bug 1034920, part 1 - Rename nsNativeComponentLoader.{h,cpp} to the actual class name. r=froydnj
--HG--
rename : xpcom/components/nsNativeComponentLoader.cpp => xpcom/components/nsNativeModuleLoader.cpp
rename : xpcom/components/nsNativeComponentLoader.h => xpcom/components/nsNativeModuleLoader.h
|
2014-07-28 10:15:57 -07:00 |
|