darin%meer.net
9b6c795f0e
Landing patch for bug 17578 "I want Kerberos authentication and TGT forwarding"
...
This patch enables preliminary support for the SPNEGO protocol (Microsoft's
Negotiate protocol) via the GSSAPI library. This means that only UNIX-like
operating systems (including Linux and OSX) are supported. A SSPI-based
solution is needed for WIN32.
Only HTTP authentication is currently supported. Mail protocols will follow.
Patch by:
Daniel Kouril <kouril@ics.muni.cz> (original author)
Wyllys Ingersoll <wyllys.ingersoll@sun.com>
Christopher Nebergall <cneberg@sandia.gov>
Darin Fisher <darin@meer.net>
r=dougt sr=bryner a=chofmann
2004-03-15 21:15:20 +00:00
cls%seawood.org
9e65495cbf
Fixing User-Agent bustage.
...
Bug #235839 r=bsmedberg
2004-03-10 01:31:23 +00:00
cls%seawood.org
09ed038b72
Update openbsd support for openbsd >= 3.4
...
Thanks to Peter Str��mberg <wilfried@spamcop.net> for pulling these patches out of openbsd's ports tree.
Bug #236599 r=cls
2004-03-09 23:14:19 +00:00
cls%seawood.org
7de887d147
Explicitly check for glib2 when building against gtk2.
...
Bug #189433 r=Louie.Zhao@sun.com
2004-03-09 05:58:41 +00:00
pkw%us.ibm.com
e9de837682
Bug 232226 - AIX shared library build configuration should use -G.
...
r=bryner@brianryner.com
2004-03-04 22:48:25 +00:00
wchang0222%aol.com
82d027a00d
Bugzilla bug 232120: Now NetBSD has pthread support, remove code that
...
prevents from using pthreads on NetBSD. The patch is contributed by
Shin'ichiro TAYA <taya@netbsd.org>. r=wtc. sr=darin.
2004-03-03 16:17:01 +00:00
darin%meer.net
c1a497b5c3
it would help if i actually add gnomevfs to the list of extension. how did
...
i manage to not add that?
2004-02-28 03:01:41 +00:00
darin%meer.net
73298e056e
landing patch for bug 233305 "Support gnome-vfs's smb: URL scheme" r=biesi sr=bryner
2004-02-28 00:05:58 +00:00
kairo%kairo.at
5f250d223d
bug 234014 - Use the XUL preprocessor for build-time inserting of skinVersion strings, r=bsmedberg, sr=peterv
2004-02-27 11:54:28 +00:00
cls%seawood.org
c772632441
What's up with these OSes using passthru linker options for c++ compilers but not c compilers?
2004-02-27 03:22:52 +00:00
cls%seawood.org
1f2d91f86d
Ok, back to using -G for creating shared libs. -z text is causing way too many issues with older versions of gcc (egcs 1.0.3 & gcc 2.95.3)
...
Bug #35419
2004-02-26 19:25:03 +00:00
cls%seawood.org
7c348aa05b
Try using -mimpure-text to ignore relocation errors
2004-02-26 09:28:00 +00:00
cls%seawood.org
a9b909ab49
Use -z textwarn when linking with -shared until we figure out why 'relocations against non-writable, allocatable sections remain'.
...
Bug #23759 & Bug #35419
2004-02-26 07:51:04 +00:00
cls%seawood.org
858be6e322
Use LD instead of CC when linking C libs on HPUX
2004-02-26 07:34:27 +00:00
cls%seawood.org
62af124e5b
SWAG at fixing hpux bustage.
2004-02-26 06:29:42 +00:00
mkaply%us.ibm.com
5f78782436
OS/2 build bustage - add HOST_BIN_SUFFIX
2004-02-25 16:39:19 +00:00
cls%seawood.org
5a24294673
Use -shared instead -G when using gcc to create shared libs on solaris.
...
Thanks to Herbie <herbie.ong@sun.com> for the patch.
Bug #35419 r=cls
2004-02-25 03:34:14 +00:00
cls%seawood.org
bbe803c4d7
Set MOZ_APP_NAME & MOZ_APP_VERSION based upon which app is being built.
...
Use MOZ_APP_NAME to set the proper paths for `make install`
Bug #234442 r=bryner
2004-02-25 03:27:11 +00:00
dbaron%dbaron.org
c5268b3143
Use correct for-loop scoping on HP-UX native compiler. b=233810 r=bryner
2004-02-21 20:41:42 +00:00
cls%seawood.org
4e1a592115
Add support for cross-compiling to mingw.
...
Bug #222013 r=bryner
2004-02-20 22:14:14 +00:00
darin%meer.net
8d65e087ae
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
tor%cs.brown.edu
3867672802
Bug 231620 - build option for cairo svg renderer. r=alex sr=bryner a=chofmann
2004-02-12 16:05:54 +00:00
cls%seawood.org
486c2570e0
Remove troublesome libiberty dependency by using __cxa_demangle instead of cplus_demangle. (redux)
...
Bug #232763 r=dbaron sr=brendan
2004-02-11 07:16:11 +00:00
cls%seawood.org
1a0e9742d7
Backing out previous changes.
...
Missed a cplus_demangle call and it turns out that all of trace-malloc needs to be tweaked to use c++ instead of C.
Bug #232763
2004-02-10 18:55:04 +00:00
cls%seawood.org
761be36b61
Remove troublesome libiberty dependency by using __cxa_demangle instead of cplus_demangle.
...
Bug #232763 r=dbaron sr=brendan
2004-02-10 16:19:47 +00:00
alex.fritze%crocodile-clips.com
5c676d4a47
Landing of SVG_20020806_BRANCH, Bug 182533. Refactoring of SVG backend, new GDI+ and Libart rendering
...
backends, text support on Windows (GDI+), rudimentary text support on Linux (libart/freetype2), presentation
attributes, lots of bug fixes (see bug 182533 for dependency list).
Not part of default build; code is #ifdef'ed out.
r=sicking, sr=jst for dom and htmlparser changes
r=bsmedberg, sr=tor for config changes
r=dbaron, sr=bzbarsky for content and layout changes
r=tor, sr=bzbarsky for gfx changes
2004-02-07 12:39:26 +00:00
tor%cs.brown.edu
bbf2ef596f
Bug 208314 - remove use of iostreams to allow building with compilers
...
that don't support classic C++ iostreams (ex: MSVC++ .net 2003).
r=timeless, sr=dbaron
2004-02-07 02:41:10 +00:00
pinkerton%aol.net
f5821e701b
prefer xcodebuild to pbxbuild (bug 224161, r=bryner)
2004-02-04 23:14:33 +00:00
kairo%kairo.at
3d12a17e05
bug 232011 - Use the XUL preprocessor for build-time inserting of localeVersion strings, this removes contents*.rdf.in files and resurrects the contents*.rdf files, using preprocessor.pl via the jar.mn definitions
2004-02-04 14:24:38 +00:00
bryner%brianryner.com
0ca4d12034
Make NS_IMETHOD set hidden symbol visibility by default on ELF platforms. This is always desirable for virtual methods implemented in XPCOM component libraries, since it's impossible to reference the symbol from outside of the library. The behavior can be overridden as needed, such as a base class in a shared library that's linked against. For more details, see the comments in nscore.h and bug 227537. r=dbaron, sr=darin.
2004-02-03 08:32:33 +00:00
dbaron%dbaron.org
48c036956d
Allow MINIMO=1 to be specified in a mozconfig file. b=232254 r=dougt
2004-02-01 23:22:21 +00:00
pinkerton%aol.net
6233fbb29e
add support for OSX 10.3 SDK support so build done on 10.3 can be run on
...
previous OS versions. Enabled with configure flag --with-macos-sdk=dir
(bug 224161, r=bryner)
2004-01-29 20:18:14 +00:00
wchang0222%aol.com
1a73723866
Bugzilla bug 230934: fixed the second sed script for extracting versions of
...
Microsoft tools. Pass both sed scripts to the same invocation of sed.
Removed the unnecessary spaces in awk variable names. r=cls. sr=bryner.
2004-01-22 22:38:18 +00:00
bryner%brianryner.com
e66e80fad9
Add -Wno-non-virtual-dtor to suppress questionable warnings about non-virtual destructors from gcc. Bug 229866, r=dbaron.
2004-01-02 00:54:34 +00:00
scott%scott-macgregor.org
c3ccee066e
fix for bug #227651
...
[calendar] [mozilla 1.x] if native calendar app is available, and mozilla calendar is not there,
show chrome to launch a native calendar, if specified by a pref
r=leaf, a/sr=sspitzer
2003-12-11 23:30:38 +00:00
dbaron%dbaron.org
d5582721b7
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
bsmedberg%covad.net
9b6ea3d765
Make the Mozilla build configurator ouput the correct results for --enable-chrome-format. This
...
does not affect the generated configure script.
2003-11-03 15:26:51 +00:00
bsmedberg%covad.net
b5a2a67987
Bug 223084 - enable the static component loader by default r/sr=dougt
2003-10-30 21:11:07 +00:00
bsmedberg%covad.net
a16da231df
Bug 216366 - fix for activestate perl using GNU make 3.80 r=bryner
2003-10-30 21:05:56 +00:00
sfraser%netscape.com
b68864dece
Bug 223323: fix building under panther, where pbxbuild is replaced by xcodebuild. r=pink, sr=bryner.
2003-10-23 17:47:33 +00:00
mkaply%us.ibm.com
47b0bc8b8c
Up OS/2 stack size and remove OS/2 build options
2003-10-14 22:22:36 +00:00
tor%cs.brown.edu
7386551ac2
Bug 208461 - midl semantics changed (VC++ .NET 2003). r=bryner
2003-09-26 19:31:18 +00:00
daniel%glazman.org
d3099c31e9
build system for standalone Composer; b=215795, r=cls@seawood.org, sr=scott@scott-macgregor.org
2003-09-24 13:59:37 +00:00
cls%seawood.org
9e9e1e36f9
Remove unused ios::bin & ios::binary checks.
2003-09-22 01:13:16 +00:00
cls%seawood.org
4ed4bcc52c
Bump build requirements for gcc on win32 to w32api 2.4 & windres 2.14.90 and add version checks.
...
Remove hacks used for previous versions
Bug #203292 a=bryner
Bug #219327 a=bryner
2003-09-18 19:27:39 +00:00
mkaply%us.ibm.com
a276239a2d
#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 19:13:23 +00:00
dbaron%dbaron.org
905a62182a
Use incremental linking again on Windows, for DLLs. b=216335 rs=cls
2003-09-16 22:36:02 +00:00
cls%seawood.org
667c70044d
Use AWK instead of awk for win32 compiler checks.
...
Bug #218906
2003-09-15 04:46:16 +00:00
cls%seawood.org
99017c8c60
Allow libidl & glib to be installed in separate prefixes on win32.
...
Bug #216367 r=bryner
2003-09-15 04:00:54 +00:00
cls%seawood.org
168af1d84c
When calling windres, use a temp file to work around resource issue.
...
Thanks to Sander <mybugzilla@juima.org> for the original patch.
Bug #213281 r=cls rs=leaf
2003-09-15 03:36:36 +00:00
pkw%us.ibm.com
cdb8d07924
Bug 218829 - Typo in configure.in test for VisualAge Compiler.
...
r=bryner@brianryner.com
2003-09-11 16:24:44 +00:00
pkw%us.ibm.com
48c6e651e5
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
a0a91fcd8a
Skip iconv checks for darwin builds as iconv is only available from fink and we do not want the extra external dependency.
...
Thanks to Jerry Talkington <jerry@smartasfuck.com> for the patch.
Bug #216908 r=cls sr=darin a=asa
2003-08-26 15:56:49 +00:00
bsmedberg%covad.net
916b524bef
Bug 216366 - configure doesn't wrap ActiveState Perl calls correctly. r=cls a=asa
2003-08-26 00:29:19 +00:00
cls%seawood.org
3027ba5b8a
Only build freetype support when freetype is present and we're building against an X11-based toolkit.
...
Bug #216076 r=bryner a=asa
2003-08-18 18:56:42 +00:00
cls%seawood.org
02c7851c65
That AC_SUBST shouldn't be conditional.
2003-08-14 21:37:31 +00:00
cls%seawood.org
7f53862a76
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
dbaron%dbaron.org
b75b9c5b2c
Add -Wno-long-long before adding -pedantic so that we can compile on gcc 3.3.1 without --disable-pedantic. r=bryner a=asa b=214051
2003-08-12 06:01:48 +00:00
cls%seawood.org
0cbbeb36cd
Do not set MOZ_ENABLE_COREXFONTS for win32 builds.
...
Thanks to Stephen Walker <sdwalker@myrealbox.com> for the patch.
Bug #214134 r=leaf
2003-08-05 19:40:30 +00:00
cls%seawood.org
ce97dd95ed
cygwin perl is already wrapped
2003-08-05 07:45:28 +00:00
cls%seawood.org
5c559fb56d
Wrap perl calls since we still support activestate perl.
...
Fixing bustage
2003-08-05 06:03:56 +00:00
cls%seawood.org
064d382e0c
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
daniel%glazman.org
a1e75e8d7c
bustage fix backing out 214597 fix
2003-07-31 20:04:25 +00:00
daniel%glazman.org
ce180c43c0
Build fails with french version of VC7 because of case-sensitivity of version msg
...
b=214597, r=cls@seawood.org , sr=leaf@mozilla.org
2003-07-31 18:50:23 +00:00
timeless%mozdev.org
267497e472
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
4e9aa03fa2
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
0a335488c8
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
ff1562cfc1
Turning spellchecker in default build - not packaged yet
2003-07-28 20:36:13 +00:00
mkaply%us.ibm.com
47c65ca78c
#56301
...
r=mkaply, pedemont, jblanco, sr=kin@netscape.com , a=drivers
Turn on spellchecker for extensions=all builds only - not part of any default builds
2003-07-25 18:48:02 +00:00
seawood%netscape.com
905b29e9d9
Use -mno-cygwin when calling $CPP to make sure the proper path is used for mingw builds when checking for headers.
2003-07-13 17:39:06 +00:00
dougt%meer.net
d4e9c76233
missed a AC_SUBST from a checkin last night. a=dbaron
2003-07-09 21:55:23 +00:00
dougt%meer.net
99c8492a4f
Adding warning comment to configure option
2003-07-09 05:11:31 +00:00
dougt%meer.net
e49407a60d
Allow disabling of profile locking. r=ccarlen b=212132
2003-07-09 05:07:56 +00:00
dbaron%dbaron.org
dbe61def87
Add layout-debug to MOZ_EXTENSIONS_ALL. b=137331 r+sr=bryner
2003-07-08 21:20:04 +00:00
bryner%netscape.com
7ff4f02e7f
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
seawood%netscape.com
1a6a612624
Split private xpcom defines into separate header.
...
Bug #210409 r=dougt
2003-07-03 20:55:23 +00:00
seawood%netscape.com
8fdbbdff1d
Make user-specific application directory name configurable using --with-user-appdir.
...
Thanks to Ben Bucksch <ben.bucksch@beonex.com> for the original patch.
Bug #58327 r=dougt
2003-07-01 18:32:49 +00:00
seawood%netscape.com
4fbdfa6f20
Fixing X-on-X bustage
2003-07-01 03:57:47 +00:00
seawood%netscape.com
775e423c59
Argh. HAVE_64BIT_OS is not xpcom specific.
...
Bug #210409
2003-06-27 19:17:46 +00:00
seawood%netscape.com
cab1558f57
Move xpcom specific defines from mozilla-config.h into xpcom-config.h.
...
Bug #210409 r=dougt
2003-06-27 04:12:16 +00:00
seawood%netscape.com
224244de18
Use compiler test to check for Forte version instead of version string output.
...
Bug #177486 r=kyle.yuan@sun.com
2003-06-22 21:18:25 +00:00
bryner%netscape.com
10007631ab
Remove unused UNIX_EMBED and UNIX_LDAP AC_DEFINEs for Mac.
2003-06-22 09:23:56 +00:00
bsmedberg%covad.net
581fce1582
Bug 209622 - bustage fix for stupid compilers (Sun WS and DEC OSF1) -
...
also remove unused configure test. r=dbaron sr=alecf
2003-06-19 18:42:23 +00:00
varga%netscape.com
08ce52d330
Fix for bug 196612. FizzillaMach shows no icons in the Attachments pane.
...
r=cls, sr=bryner
2003-06-19 17:42:42 +00:00
bryner%netscape.com
c90762438b
Bug 205360 - don't link explicitly with libc as part of ICONV_LIBS, since it causes problems for gcc built with --disable-shared. Patch by cls, r=dbaron, sr=darin.
2003-06-16 21:37:49 +00:00
bryner%netscape.com
e952d5249e
Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser.
2003-06-09 22:25:25 +00:00
colin%theblakes.com
b606fc0102
Don't define UNIX_ASYNC_DNS for OpenVMS. b=208457, r=cls
2003-06-06 11:53:20 +00:00
colin%theblakes.com
8ed5b3e892
about:buildconfig support for OpenVMS. b=207240, r=cls.
2003-06-05 20:33:28 +00:00
aaronl%netscape.com
ca3689f4ab
Bug 208271. Remove access-builtin from build, but keep in tree. r=cls. No sr= required for build changes
2003-06-05 08:29:36 +00:00
pavlov%pavlov.net
89b728063a
Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard.
2003-06-03 23:16:42 +00:00
tor%cs.brown.edu
e1d5ad41b3
Bug 197530 - remove ppm decoder. r=pavlov,cls sr=blizzard
2003-05-31 10:42:33 +00:00
darin%netscape.com
90c438d821
fixes bug 205360 "libxpcom.so depends on non-existent libiconv.so" r=seawood sr=bryner a=asa
2003-05-23 07:11:35 +00:00
leaf%mozilla.org
72af340bbb
fix bustage for windows systems with spaces in paths to midl, a=dbaron, bug
...
204213
2003-05-02 22:06:30 +00:00
dougt%meer.net
bc0ebbd986
Adding USE_DEPENDENT_LIBS to build system. b=193442, r=seawood, a=seth
2003-05-02 21:38:10 +00:00
ccarlen%netscape.com
838d9094be
Profile sharing - enable in build, add autoconf switches, pull ipc module. bug=202474, r=seawood/a=asa
2003-05-02 02:51:25 +00:00
colin%theblakes.com
a9a3991e1f
Compiler depend support for OpenVMS. b=186135. r=cls. a=sspitzer.
2003-05-01 17:40:57 +00:00
seawood%netscape.com
7b1e232e45
Fix tests to use -z instead of !
...
Use -g for debugging on OSF/1 builds instead of -g3
Thanks to Jim Brown <jim.brown@miami.edu> for the patches.
Bug #203796 & Bug #203835 r=cls a=sspitzer
2003-05-01 01:43:27 +00:00
seawood%netscape.com
5520ae4519
Remove module specific defines from ACDEFINES.
...
Bug #203429 sr=darin a=sspitzer
2003-05-01 01:22:45 +00:00
dbradley%netscape.com
9c630807a3
bug 203362 - Turn on building IDispatch code by default. r=bryner, sr=alecf, a=sspitzer, IsEqualGUID patch r=dbradley, sr=alecf, a=asa
2003-04-30 04:13:58 +00:00
harishd%netscape.com
d04223ecb0
Creating a separate module for web services. b=201078, r=leaf@netscape.com, ssu@netscape.com, sr=heikki@netscape.com jst@netscape.com, a=asa@mozilla.org
2003-04-25 20:57:34 +00:00
darin%netscape.com
c61486ff0b
patch for bug 191970 "necko configuration options for footprint reduction" r=seawood sr=dbaron
2003-04-23 03:47:43 +00:00
cls%seawood.org
8b363ed6a2
Change the naming scheme for the mingw libraries to use the following format:
...
static lib: libfoo.a
import lib: libfoo.dll.a
shared lib: foo.dll
Bug #134113 r=dmose
2003-04-23 00:54:38 +00:00
seawood%netscape.com
310255bacc
Fixing freetype bustage
2003-04-22 19:43:37 +00:00
seawood%netscape.com
504016ebf5
Abuse knowledge of autoconf internals and call AC_OUTPUT_MAKE_DEFS unconditionally as we want the defines to be available for the command line regardless of whether we're using AC_CONFIG_HEADER to generate module-specific headers.
...
Fixing tinderbox bustage
Bug #202425
2003-04-22 18:07:07 +00:00
seawood%netscape.com
80d9441879
Generate local header for gfx specific defines
...
Bug #202425 r=blizzard sr=roc+moz
2003-04-22 16:26:14 +00:00
scott%scott-macgregor.org
c651a16078
Bug #179533 --> add a build config option for building a static lib version of mailnews.
...
sr=sspitzer
2003-04-20 20:27:36 +00:00
seawood%netscape.com
72fde1c6f6
Remove defines set in _NON_GLOBAL_ACDEFINES from the list used to create mozilla-config.h.
...
Bug #202425 r=darin
2003-04-19 02:56:14 +00:00
seawood%netscape.com
db30f2cef6
Change mksnt* checks to mks*
...
Bug #202598 r=wtc
2003-04-19 01:30:11 +00:00
seawood%netscape.com
f7bf89f618
Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
...
Bug #202510 r=darin
2003-04-18 20:14:17 +00:00
seawood%netscape.com
aea1d496d9
Fix x86 checks so that they work for xeon processors
...
Bug #199343 r=wtc
2003-04-18 19:10:26 +00:00
seawood%netscape.com
c6660ec747
Fix comment
2003-04-18 10:21:10 +00:00
seawood%netscape.com
3cd234f553
Fix fallback checks for libIDL when building against gtk2
...
Bug #201836
2003-04-18 06:37:34 +00:00
scott%scott-macgregor.org
486b65c594
Bug #173084 --> Land config changes for building thunderbird (stand alone mail). None of these changes
...
should effect the seamonkey build at all.
r/sr=bryner
2003-04-17 06:14:23 +00:00
mkaply%us.ibm.com
650f322a84
#201555
...
r=seawood
OS/2 only - don't put debug info in files when linking
2003-04-16 03:01:04 +00:00
seawood%netscape.com
76ea08aa57
Use detected versions of MAKE & ZIP.
...
Start searching for tools in win32 builds but disable system makedepend.
Bug #201150 r=bryner
2003-04-13 05:20:20 +00:00
bryner%netscape.com
3a3ec0cbd5
Make --disable-xul work (bug 69995). We build enough XUL to support
...
scrollbars unconditionally, but can now leave out heavyweight widgets like
grid, listbox, and tree. r=bzbarsky, sr=alecf.
2003-04-11 00:56:27 +00:00
mkaply%us.ibm.com
4ac3c4ec56
EMX bustage - fallout from XP_PC changes
2003-04-08 22:16:49 +00:00
hpradhan%hotpop.com
d923186ab0
Trying to fix nebiros bustage from bug 177486
2003-04-05 08:26:14 +00:00
seawood%netscape.com
945a0e21cd
Add minimum version check for Sun compilers on solaris (WS6U2)
...
Bug #177486 r=roland.mainz@informatik.med.uni-giessen.de
2003-04-04 21:14:34 +00:00
seawood%netscape.com
28e8488435
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-04 04:54:33 +00:00
seawood%netscape.com
dde77dd296
Remove unneeded drive translations
...
Bug #158920 r=bryner
2003-04-02 06:23:46 +00:00
seawood%netscape.com
9323612d92
Make --enable-optimize description less confusing?
...
Bug #118345 r=bzbarsky
2003-04-02 06:09:54 +00:00
seawood%netscape.com
355f5ff96b
Test flags passed to --enable-optimize
...
Bug #192975 r=bryner
2003-04-02 05:35:54 +00:00
dbaron%dbaron.org
a408871292
Use an autoconf test to set HAVE_CPP_TYPENAME. (fix bustage on newer versions of the IRIX native compiler) b=199625 r=bbaetz sr=brendan a=asa
2003-03-31 21:30:33 +00:00
colin%theblakes.com
3533d583c5
OpenVMS only; add -g to debug links. b=199156. r=cls.
2003-03-26 00:22:08 +00:00
seawood%netscape.com
d056fe18d0
Resurrect --disable-oji
...
Bug #197924 r=peterl sr=alecf
2003-03-25 06:54:52 +00:00
wtc%netscape.com
96e88fa94b
Bug 196004: added a test to determine whether gcc uses GNU ld or the native
...
ld. This test is useful on Solaris. Then, use this test to provide better
support for gcc on Solaris. We can use the right linker flags depending on
the ld that gcc uses. r=cls.
2003-03-25 00:50:23 +00:00
mkaply%us.ibm.com
c6ebd60472
#188249
...
r=cls
OS/2 GCC build changes
2003-03-24 14:07:08 +00:00
pkw%us.ibm.com
6f6d05b4b9
Bug 198304 - Installer doesn't build on AIX.
...
r=ssu@netscape.com , sr=dveditz@netscape.com
2003-03-23 22:29:27 +00:00
harishd%netscape.com
ee7e22171a
Enabling p3p support. b=198089, r=leaf@netscape.com, a=drivers@mozilla.org
2003-03-21 00:37:13 +00:00
harishd%netscape.com
9ec92e494b
Enabling WSDL support. b=196102, r=leaf@netscape.com, sr=heikki@netscape.com ( build changes ), sr=jst@netscape.com ( wsdl changes ), a=drivers@mozilla.org
2003-03-21 00:29:35 +00:00
seawood%netscape.com
18e2de2ab4
Only export all symbols & create import library for non-component libs in mingw build
2003-03-18 22:04:00 +00:00
seawood%netscape.com
d044c233de
Remove unused --disable-dtd-debug option
2003-03-18 04:58:56 +00:00
seawood%netscape.com
f07d15e71c
Fix tests so that they do the right thing when both --enable & --disable are given for the same option.
...
Fix Description column alignment.
Otherwise completely and utterly destroy cvs blame usefulness.
2003-03-18 04:56:55 +00:00
dbaron%dbaron.org
b12058d8b1
Make an empty-string MOZ_ENABLE_COREXFONTS in the environment actually cause MOZ_ENABLE_COREXFONTS not to be set in the build. r=seawood sr=blizzard b=197597
2003-03-18 03:47:11 +00:00
dbaron%dbaron.org
aafe6686ca
Make the test for HAVE_CPP_ACCESS_CHANGING_USING test both for cases that should and should not compile. Fixes nsDerivedSafe on gcc 2.96 and gcc 3. r=seawood sr=bryner b=66134
2003-03-18 03:45:45 +00:00
seawood%netscape.com
01c1f82b5e
Remove -std1 flag from dec unix compiles to avoid conflicts with gtk headers when gtk isn't built with strict ansi compliance.
...
Bug #192213 r=wtc
2003-03-16 06:35:11 +00:00
seawood%netscape.com
420906770f
Fix codesighs detection for objdir builds
2003-03-15 05:12:33 +00:00
mkaply%us.ibm.com
db2809965b
Attempt to fix Os/2 bustage. Cross your fingers
2003-03-15 04:47:05 +00:00
dougt%netscape.com
0d2808c511
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
bryner%netscape.com
6f1129195a
Make MOZ_PHOENIX also define MOZ_XUL_APP (bug 197005). r=cls,mscott
2003-03-13 02:20:07 +00:00
seawood%netscape.com
64cc97c886
Enable configure-safety lest someone damage themselves with --enable-activex-scripting. Thanks to Benjamin Smedberg <bsmedberg@covad.net> for the patch. Bug #195301 r=cls
2003-03-10 20:29:04 +00:00
cls%seawood.org
f7df30b642
Fixing assembler check for MSVC
...
Bug #196442
2003-03-08 17:26:49 +00:00
cls%seawood.org
c2fef0286a
OS/2 uses prldap50 instead of ldappr50. yay consistency
2003-03-08 15:31:19 +00:00
cls%seawood.org
c9e505eed6
Fixing OS/2 bustage
2003-03-08 08:37:09 +00:00
cls%seawood.org
79654daecd
Landing mingw configure.in changes
...
When building on win32, we still default to the MSVC tools, even if only gcc is installed (autoconf 2.1x quirk). You must set CC, CXX, CPP, LD & AS to override the defaults.
Bug #134113 r=bbaetz
2003-03-08 06:55:02 +00:00
bryner%netscape.com
47ae4198a3
Require base API versions of system libraries instead of in-tree versions
...
(bug 194665). The new system version requirements are:
zlib 1.0.0
libpng 1.2.0
libmng 1.0.0
r=cls
2003-03-08 00:54:12 +00:00
bryner%netscape.com
1c1c492f87
Don't link with libdl even if it's present on OS X, since it's not used and it's not present on most systems. Bug 196115, r=cls.
2003-03-07 21:36:06 +00:00
tor%cs.brown.edu
01263a973c
Bug 181676 - Update libmng to 1.0.5. rs=blizzard
2003-03-07 09:28:30 +00:00
seawood%netscape.com
8cce7c2ae8
Removing GLE support.
...
Thanks to Kenji Irie <gelsoft@mx4.tiki.ne.jp> for the patch.
Bug #195865 r=cls
2003-03-06 22:39:14 +00:00