gecko/toolkit/xre
Panagiotis Koutsourakis 583eb38038 Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression

DIRS += <foo>
or
DIRS = <foo>

inside the conditional expression

ifdef ENABLE_TESTS
...
endif

are changed to

TEST_DIRS += tests

outside any conditional expression.

The files

./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in

contain the string

ifdef ENABLE_TESTS

but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
..
test Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
EventTracer.cpp Bug 707185 - Programmatic control for eventtracer. r=ted.mielczarek 2011-12-04 20:53:17 -05:00
EventTracer.h
glxtest.cpp Bug 718629 - intermittent waitpid failure causes OpenGL features to be blacklisted on X11 - r=karlt 2012-01-31 15:32:05 -05:00
MacApplicationDelegate.h
MacApplicationDelegate.mm Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
MacAutoreleasePool.h
MacAutoreleasePool.mm
MacLaunchHelper.h
MacLaunchHelper.mm Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail 2011-10-12 12:21:53 -07:00
MacQuirks.h Bug 711658. Move quirks triggering earlier. r=bgirard 2011-12-19 12:47:09 -05:00
make-platformini.py
Makefile.in Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey 2012-02-04 17:32:24 +00:00
MozMeegoAppService.h
nsAndroidStartup.cpp no bug. revert some of the birch changes. r=glandium 2011-11-22 13:21:23 -08:00
nsAppData.cpp
nsAppRunner.cpp Merge mozilla-central and mozilla-inbound 2012-01-05 11:31:12 +01:00
nsAppRunner.h Bug 708854 - No longer use session ID for work item files. r=rstrong. 2012-01-04 23:19:15 -05:00
nsCommandLineServiceMac.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsCommandLineServiceMac.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
nsConsoleWriter.cpp
nsEmbedFunctions.cpp Bug 711838 - Remove the jetpack service; r=bsmedberg 2011-12-24 09:25:52 +01:00
nsINativeAppSupport.idl
nsIWinAppHelper.idl
nsNativeAppSupportBase.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsNativeAppSupportBase.h
nsNativeAppSupportCocoa.mm Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsNativeAppSupportDefault.cpp
nsNativeAppSupportOS2.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsNativeAppSupportOS2.h
nsNativeAppSupportQt.cpp Bug 702823 - Don't drop layers tree for last active tab on taskswitcher event and inactive state. r=mbrubeck 2011-11-17 15:52:04 -08:00
nsNativeAppSupportQt.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
nsNativeAppSupportUnix.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsNativeAppSupportWin.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsNativeAppSupportWin.h
nsQAppInstance.cpp Bug 693422 - Unify QApplication creation. r=tatiana 2011-10-17 17:53:37 -07:00
nsQAppInstance.h Bug 693422 - Unify QApplication creation. r=tatiana 2011-10-17 17:53:37 -07:00
nsSigHandlers.cpp Bug 713278 - Teach NS_StackWalk to walk the stack of other threads too on Windows; r=dbaron 2011-12-23 18:14:09 -05:00
nsSigHandlers.h
nsUpdateDriver.cpp Main patch - Bug 660038 - Remove channel switching support. r=bbondy 2012-01-18 14:10:38 -08:00
nsUpdateDriver.h Bug 695795 - Drop the reference argument in ProcessUpdates because it's not really needed; r=bbondy 2011-10-19 15:09:53 -04:00
nsWindowsDllBlocklist.cpp Bug 699134, block Roboform <= ver 7.6.1, r=jonas a=akeybl CLOSED TREE 2011-11-19 03:33:30 -05:00
nsWindowsDllInterceptor.h Bug 681238 part 0 - Support a few more opcodes and fix x86 mov r, [r] test. r=vlad 2011-08-29 13:23:21 +02:00
nsWindowsRestart.cpp Bug 718357 - Do not use new console when browser restarts on Windows. r=jimm 2012-01-19 16:30:05 -05:00
nsWindowsWMain.cpp
nsX11ErrorHandler.cpp Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones 2011-06-08 15:56:31 -04:00
nsX11ErrorHandler.h
nsXREDirProvider.cpp Bug 694206 - Add Gonk (B2G) widget backend, r=cjones 2011-11-10 16:17:46 -08:00
nsXREDirProvider.h Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00