Mike Hommey
|
f1cf3b4238
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Joey Armstrong
|
9bdf289b5e
|
Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #3); r=mshal
|
2013-06-11 16:38:22 -04:00 |
|
Mike Shal
|
9680b82df6
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Gregory Szorc
|
330f1756a6
|
Bug 784841 - Part 18ε: Convert /services; f=Ms2ger rs=ted
|
2013-02-25 12:47:24 -08:00 |
|
Mark Banner
|
852f9a887e
|
Bug 827303 - Firefox core and crypto services components assume services/sync is built. Move registrations out of services/sync. r=gps
--HG--
rename : services/sync/SyncComponents.manifest => services/common/servicesComponents.manifest
rename : services/sync/SyncComponents.manifest => services/crypto/cryptoComponents.manifest
|
2013-01-10 22:02:38 +00:00 |
|
Ed Morley
|
2cbbe535c5
|
Backout a38692ea87ae (bug 827303) for xpcshell failures on a CLOSED TREE
|
2013-01-09 23:45:36 +00:00 |
|
Mark Banner
|
94a2c4f585
|
Bug 827303 - Firefox core and crypto services components assume services/sync is built. Move registrations out of services/sync. r=gps
--HG--
rename : services/sync/SyncComponents.manifest => services/common/servicesComponents.manifest
rename : services/sync/SyncComponents.manifest => services/crypto/cryptoComponents.manifest
|
2013-01-09 22:38:34 +00:00 |
|
Mike Hommey
|
6e7079f0ba
|
Bug 824330 - Build services/ during the platform tier and enable services in xulrunner. r=blassey,r=bsmedberg,r=gps
|
2013-01-04 15:56:20 +01:00 |
|
Mike Hommey
|
914c8a8b94
|
Backout changeset 6656cdc8b20d (bug 824330) because of android and b2g bustage on clobber builds
|
2013-01-04 17:14:33 +01:00 |
|
Mike Hommey
|
ea9744a6d8
|
Bug 824330 - Build services/ during the platform tier and enable services in xulrunner. r=blassey,r=bsmedberg,r=gps
|
2013-01-04 15:56:20 +01:00 |
|
Gregory Szorc
|
96de8c216c
|
Bug 781307 - Remove rules from services/ Makefile.in's; r=glandium
|
2012-08-09 13:12:29 -07:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Panagiotis Koutsourakis
|
791aa57b19
|
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 |
|
Richard Newman
|
1f647fc550
|
Bug 651596: eliminate IWeaveCrypto. r=philiKON
|
2011-04-20 14:27:19 -07:00 |
|
Mike Hommey
|
ec365c3a1b
|
Bug 618195 part 2 - Only build services-crypto component as part of platform. r=mconnor,a=mconnor
--HG--
rename : services/crypto/nsISyncJPAKE.idl => services/crypto/component/nsISyncJPAKE.idl
rename : services/crypto/nsSyncJPAKE.cpp => services/crypto/component/nsSyncJPAKE.cpp
rename : services/crypto/nsSyncJPAKE.h => services/crypto/component/nsSyncJPAKE.h
rename : services/crypto/tests/unit/test_jpake.js => services/crypto/component/tests/unit/test_jpake.js
|
2010-12-20 10:12:12 +01:00 |
|
Brian Smith
|
adbada17c0
|
Bug 601645 - JavaScript API for NSS J-PAKE. r=mconnor a=blocking-beta8
|
2010-12-09 18:27:48 -08:00 |
|
Philipp von Weitershausen
|
f05084916a
|
Bug 562431 follow-up: adjust Makefiles. r=mconnor a=merge
|
2010-10-15 11:46:22 +02:00 |
|
Benjamin Smedberg
|
d73012c1c2
|
Registration changes for services/sync and services/crypto required from bug 568691, landing on a CLOSED TREE to fix mobile bustage.
|
2010-07-01 15:08:13 -04:00 |
|
Philipp von Weitershausen
|
1fe474a0ba
|
Bug 571902 - Land sync and crypto components on trunk [r=mconnor r=ted]
Makefiles and build helpers for 'services'.
|
2010-06-21 17:05:08 -07:00 |
|