gecko-dev/browser/components/tabview
Panagiotis Koutsourakis 9c7dfb9706 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
..
modules
test Bug 593645 - Use popup.triggerNode for tab context menu - tests. r=dao 2012-01-18 03:55:23 -08:00
content.js Backed out changeset 54346920e122 2011-11-30 21:19:25 +01:00
drag.js
groupitems.js Bug 706736 - unclosed tab recreated in wrong tab group r=tim 2011-12-01 15:46:30 +08:00
iq.js Bug 720981 - Remove element.iQEventData when it's empty. r=ttaubert 2012-01-25 13:40:11 +01:00
items.js
jar.mn
Makefile.in Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey 2012-02-04 17:32:24 +00:00
search.js Bug 604913 - Tooltip for icon should be provided in Panorama r=tim ui-review=limi 2011-12-01 13:53:44 +08:00
storage.js
storagePolicy.js
tabitems.js Bug 604913 - Tooltip for icon should be provided in Panorama r=tim ui-review=limi 2011-12-01 13:53:44 +08:00
tabview.css
tabview.html
tabview.js Bug 604913 - Tooltip for icon should be provided in Panorama r=tim ui-review=limi 2011-12-01 13:53:44 +08:00
thumbnailStorage.js
trench.js
ui.js Bug 707466 - No tab item is selected after removing last tab in a group outside Panorama (follow up) t=tim 2011-12-07 22:28:50 +08:00