bsmedberg%covad.net
e77f17ab5c
Bug 224578 - unix.js prefs were left out of first patch! I'm mortified.
2004-01-16 23:59:09 +00:00
bsmedberg%covad.net
e9634f0db4
Bug 224578 - separate embedding/GRE default prefs from application prefs. r=timeless+glazou r/sr=alecf
...
There were a couple CVS-moves during this process:
modules/libpref/src/init/editor.js -> editor/ui/composer.js
modules/libpref/src/init/mailnews.js -> mailnews/mailnews.js
2004-01-16 19:22:43 +00:00
timeless%mozdev.org
19675d6132
Bug 230751 Link is being passed the same def file twice
...
patch by sdwalker@myrealbox.com r=bsmedberg
2004-01-14 01:46:06 +00:00
ian%hixie.ch
06686f1f02
Stop requiring File::Spec 0.8 for now, by copying the relevant functions into this file. Patch originally by Jon Rekai, edited by me, r+sr=bryner. Bug 227078.
2004-01-09 00:12:16 +00:00
dbaron%dbaron.org
67d5c6e882
Bump version number to 1.7a.
2003-12-19 03:49:12 +00:00
dbaron%dbaron.org
f35f2c3708
Separate locale version from Mozilla version so we do not have to bump locale version for every release. b=226377 r=kairo, bsmedberg sr=ben a=asa
2003-12-02 23:22:11 +00:00
leaf%mozilla.org
410119b3b0
bug 224768, r=dbaron. update alpha to beta in version strings
2003-11-07 18:23:23 +00:00
bsmedberg%covad.net
12deeacc31
Bug 135533 - Enable the chrome preprocessor for seamonkey as well as the *birds. To use the preprocessor, prefix an asterisk (*) before the file name in your jar.mn. For documentation on preprocessor directives, see http://software.hixie.ch/utilities/unix/preprocessor/ r=bryner
2003-10-31 14:01:35 +00:00
bsmedberg%covad.net
940aae9127
Bug 223084 - enable the static component loader by default r/sr=dougt
2003-10-30 21:11:07 +00:00
neil%parkwaycc.co.uk
540d3f67b0
Bug 75687 support --enable-chrome-format=symlink r=bsmedberg sr=bryner
2003-10-30 09:24:40 +00:00
ben%bengoodger.com
1a7016af25
Bug 223329 - relocate the nspr dylib so that address conflict does not occur in Firebird and prevent prebinding to occur. Patch by bryner, r=ben. a=asa
2003-10-26 22:14:03 +00:00
ian%hixie.ch
456e7237ba
Skip variables in -E that have weird names (environment shouldn't be able to cause fatal errors)
2003-10-24 22:17:32 +00:00
bienvenu%nventure.com
ec427dd14d
add js component to handle starting up in last offline state, or prompting at startup, 221734, r/sr=mscott
2003-10-21 22:15:07 +00:00
bzbarsky%mit.edu
64b448b8af
Removing stray ^M. Patch by bernd, r/sr=me, bug 207401
2003-10-16 06:46:50 +00:00
bsmedberg%covad.net
14bf23f412
Bug 207401 - linker /DEF flag used incorrectly during compiling - patch by steve@advance-software.co.uk r=adamlock moa=bryner
...
Bug 219362 - make chrome target recursive. Use "realchrome" if you don't want a recursive target. r=bryner (patch by me with parallel build correction by cls)
2003-10-15 20:30:59 +00:00
ian%hixie.ch
7f78fc4f85
Add the -d option to the preprocessor (lists the dependencies given the current environment instead of actually preprocessing the file)
2003-10-12 22:15:23 +00:00
timeless%mozdev.org
61b2c5070f
Bug 220969 Use higher optimization for windows mkdepend
...
patch by swalker r=bryner
2003-10-02 01:08:25 +00:00
bryner%brianryner.com
aff8aba983
Update to latest XFree86 mkdepend source to fix hangs generating dependencies with mingw builds (bug 220875). rs=cls.
2003-10-01 19:16:15 +00:00
ian%hixie.ch
f797bec6f7
Make substitutions of unknown variables be fatal errors.
2003-09-30 22:31:15 +00:00
bryner%brianryner.com
cd60efa8ac
Updating my email address
2003-09-29 06:04:02 +00:00
bryner%brianryner.com
e18751266d
Fix unnecessary rebuilds in embedding/browser/activex caused by mkdepend creating a bogus dependency on dist/include/string when #include <string> is used. This change makes mkdepend never match on a directory when searching the include path for a file. Bug 220595, r=dbaron.
2003-09-29 03:25:12 +00:00
tor%cs.brown.edu
8249189176
Bug 208461 - midl semantics changed (VC++ .NET 2003). r=bryner
2003-09-26 19:31:18 +00:00
daniel%glazman.org
6a8799b108
build system for standalone Composer; b=215795, r=cls@seawood.org, sr=scott@scott-macgregor.org
2003-09-24 13:59:37 +00:00
dbaron%dbaron.org
407031aaf7
Update version number from 1.5b to 1.6a. b=219695
2003-09-21 17:13:12 +00:00
mkaply%us.ibm.com
4bd061625b
#215581
...
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
2003-09-18 17:24:54 +00:00
cls%seawood.org
bfca537521
Fix misc build issues for mingw gcc 3.3.1:
...
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
dbaron%dbaron.org
2102f4a347
Use incremental linking again on Windows, for DLLs. b=216335 rs=cls
2003-09-16 22:36:02 +00:00
mkaply%us.ibm.com
2c59f01ce9
#215581
...
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
Also remove some VACPP references
2003-09-15 21:50:20 +00:00
cbiesinger%web.de
f0c93660dd
Bug 217656
...
"make clean" doesn't delete .ilk files
r=cls
2003-09-11 11:36:40 +00:00
ian%hixie.ch
0dc9a56147
Add support for the 'substitution' filter.
2003-09-02 15:53:55 +00:00
pkw%us.ibm.com
13b592f34c
Bug 217499: Clean up AIX libpath and configure script
...
r=cls@seawood.org , a=asa@mozilla.org
2003-08-29 17:15:06 +00:00
cls%seawood.org
617bae5b58
Since cygpath is converting paths into absolute paths, remove $srcdir as well as $_dos_srcdir to catch the relative paths.
...
Fixing dependency bustage when configure is called with a relative path.
Fallout from bug #210393
2003-08-26 20:28:47 +00:00
cls%seawood.org
afb4fb8a5d
Update module-deps meta files with the latest module data.
...
Remove the hardcoded module2dir mapping and use the results from echo-requires-recursive instead.
Add README which briefly explains how module-deps is supposed to work.
Add XSLT hacks to modules.mk.footer.
Add cygdrive hacks to modules.mk.stub.
Force string & embedstring to be built after xpcom since they now live in the xpcom hierarchy.
2003-08-15 22:37:25 +00:00
cls%seawood.org
3ce835d117
Set CYGDRIVE_MOUNT at configure time for cygwin-wrapper performance enhancement to work.
...
Thanks to Brian Ryner <bryner@brianryner.com> for the patch.
Bug #206643 r=cls a=mkaply
2003-08-14 21:36:22 +00:00
bryner%brianryner.com
594dc872d4
On Windows and OS/2, make pref .js files use DOS line endings even if the user is using cygwin with unix line endings. This works around a bug in the Macromedia Flash installer where it corrupts all.js. Bug 206029, r=cls.
2003-08-13 23:18:28 +00:00
ian%hixie.ch
7009375755
Oops: the scoping of the relative directory path was not working on #include. (Not part of seamonkey build. r=bryner for firebird build.)
2003-08-13 09:46:33 +00:00
brendan%mozilla.org
f6be8fe74f
Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron).
2003-08-05 20:09:21 +00:00
cls%seawood.org
fa583876c2
Fix VPATH build problem with cygwin make 3.80:
...
* Force use of native cygwin paths & cygwin_wrapper
* Remove _NO_AUTO_VARS mess
* Use full source path when calling win32 compiler so debugging info shows up
* Change DEPENDENT_LIBS to use an intermediate header file instead of commandline define
Bug #210393 r=leaf sr=bryner
2003-08-05 04:43:49 +00:00
cls%seawood.org
1f93d3bd4e
Link generated .res files into mingw builds.
...
Use -mwindows when linking GUI mingw programs.
Bug #203443 r=leaf sr=bryner
2003-08-02 19:39:02 +00:00
timeless%mozdev.org
03efddedbc
Adding the ablity to disable view source.
...
patch by dougt r=bz,sr=darin,b=199335
2003-07-30 23:57:39 +00:00
timeless%mozdev.org
59985f9284
Bug 214445 View Page Source fails
...
Backing out:
Bug 199335 [minimo]make all viewsource stuff configurable
2003-07-30 17:02:52 +00:00
dougt%meer.net
e8c9880a8b
Adding the ablity to disable view source. r=bz,sr=darin,b=199335
2003-07-30 02:39:05 +00:00
mkaply%us.ibm.com
56dc425c51
rs=leaf
...
Remove XP_OS2_VACPP from the tree
2003-07-22 18:38:01 +00:00
twalker%netscape.com
a30bc26fb6
update version to 1.5b, bug 211626, r = ycalonje
2003-07-11 22:00:16 +00:00
dougt%meer.net
5e4a9e7187
Allow disabling of profile locking. r=ccarlen b=212132
2003-07-09 05:07:56 +00:00
bryner%netscape.com
26ed56c408
Search for either pbxbuild or pbbuild, to allow building with the xcode tools on Mac OS X. Also, use -no-cpp-precomp instead of -traditional-cpp, for gcc 3.3 compatibility. Bug 211895, r=sfraser.
2003-07-07 18:22:04 +00:00
dougt%meer.net
6a6044c2ee
Adding support for static builds of minimo. r=pavlov. b=211645
2003-07-05 19:34:19 +00:00
timeless%mozdev.org
e714c98630
Bug 211265 Log doesn't check the return value of PL_DHashTableInit
...
r=darin sr=darin
2003-07-01 21:38:07 +00:00
seawood%netscape.com
d74da0c02c
Force files to be read as binary to avoid line-ending issues on win32.
...
Bug #196499
2003-06-23 21:36:19 +00:00
lpham%netscape.com
ea88b96b3b
add final-link-comp-names, final-link-comps, final-link-libs bugzilla #105994
2003-06-10 22:07:32 +00:00