Eric Rahm
|
78a96dc27f
|
Bug 1164556 - Part 1: Remove instances of #ifdef PR_LOGGING in toolkit. r=froydnj
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
|
2015-05-14 10:13:23 -07:00 |
|
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 |
|
Nihar Mehta
|
e949a2acfb
|
Bug 1102223 - Wrapping |aWrappedParameters| before checking for shutdown to prevent memory leaks; r=Dexter,Yoric
|
2014-12-11 03:45:01 +05:30 |
|
Alessio Placitelli
|
93e7f2180e
|
Bug 1104660 - Use |wrappedParameters| instead of |watchedResource| when failing to watch a resource in |AddPathRunnableMethod|. r=Yoric
|
2014-11-25 04:24:00 -05:00 |
|
Jacek Caban
|
88a634894e
|
Bug 1063413 - Do not pass a non-POD object to a variadic function in NativeFileWatcherWin.cpp. r=Yoric
|
2014-09-05 13:27:22 +02:00 |
|
Alessio Placitelli
|
e5feb2777b
|
Bug 992894 - Add a native file watcher component to notify about file/directory changes (Windows). r=Yoric
|
2014-09-02 06:34:00 -04:00 |
|