Граф коммитов

56 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org 0631af1be1 Don't unescape parameters twice when running with -g (debugger). b=320293 r=cls sr=bsmedberg, plus a change to use perl -pe chomp instead of echo -n for portability (yikes). 2006-02-15 00:56:54 +00:00
ginn.chen%sun.com 45e60d9f2a Bug 312092 Accessible hierarchy incomplete/incorrect
r=benjamin sr=neil
2006-02-13 06:04:10 +00:00
timeless%mozdev.org fd4d83103d Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 16:41:06 +00:00
ginn.chen%sun.com cf7a48dd8c Bug 312092 Accessible hierarchy incomplete/incorrect
r=roc
2005-11-24 03:37:34 +00:00
wtchang%redhat.com 02db1091d3 Bugzilla Bug 259945: configure.in: use $ORIGIN with both GCC and Sun
compiler on Solaris. build/unix/run-mozilla.sh: changed '-h "$MOZ_PROGRAM"'
to '-h "libmozjs.so"' because firefox-bin and thunderbird-bin are not
symbol links under dist/bin.  The patch is contributed by Boying Lu
<brian.lu@sun.com>. r=wtc. sr=neil.parkwaycc.co.uk.
2005-11-14 21:47:45 +00:00
wtchang%redhat.com bd755dca7c Bugzilla Bug 259945: Mozilla should use $ORIGIN instead of LD_LIBRARY_PATH
to locate shared libraries on Solaris whenever possible.  The patch is
contributed by Brian Lu of Sun <brian.lu@sun.com>.  r=wtc,bryner.
sr=neil.parkwaycc.co.uk.
Modified Files: configure.in build/unix/run-mozilla.sh
2005-10-17 17:21:17 +00:00
dveditz%cruzio.com 1ca93a5058 unbusting older RH linux 2005-10-01 05:33:05 +00:00
dveditz%cruzio.com cc992d343b bug 304330 (CAN-2005-2353) run-mozilla.sh -debugger option temporary file issue. Thanks to Javier Fern�ndez-Sanguino Pe�a for the Debian patch and Josh Bressers for pointing out the Ubuntu advisory. sr=dbaron 2005-09-30 19:16:31 +00:00
gerv%gerv.net 31625ba2b1 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:21:17 +00:00
tor%cs.brown.edu b2fa1a336b Bug 228069 - remove override of FONTCONFIG_PATH. r=blizzard, sr=bryner, a=asa 2003-12-15 17:27:28 +00:00
seawood%netscape.com 55f3a301d1 Workaround Tru64 type quirkiness.
Thanks to Jim Brown <jim.brown@miami.edu> for the patch.
Bug #202057 r=cls
2003-04-19 03:12:28 +00:00
pkw%us.ibm.com 27da0df2f9 Bug 163744 - Error message displayed in terminal during startup from
command-line on machines which do no have the GNU md5sum program.
r=bryner@netscape.com, a=asa@mozilla.org
2003-02-13 20:30:52 +00:00
smontagu%netscape.com 7cca738502 Bug 178623: run-mozilla.sh should popuplate ${XPSERVERLIST} if it was not set yet. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=pete.zha@sun.com, sr=roc+moz, moa=cls 2002-11-06 22:22:32 +00:00
seawood%netscape.com 795fe5cc9e Redirect errors from md5sum detection to /dev/null since md5sum is not available on all platforms.
Bug #163744 r=bryner
2002-08-22 01:06:17 +00:00
seawood%netscape.com ae739f8f71 Allow mozilla to handle paths with spaces correctly. (Note: it still doesn't appear to work properly for gdb4. Reportedly works for gdb5 though)
Thanks to Andrew Schultz <ajschult@eos.ncsu.edu> for the patch.
Bug #157043 r=cls
2002-08-07 11:46:15 +00:00
seawood%netscape.com 4a10ccc70f Increase Shared Memory Transport size to 512k for solaris builds.
Note: "512 is a good compromise between the transport speed and the system memory resources consumed."
Thanks to Jeff Wasilko <jw-mozilla@smoe.org> for the patch.
Bug #118846 r=cls
2002-05-12 21:25:04 +00:00
axel%pike.org 0816cae86b bug 139934, echo DISPLAY and printing environment vars in debug mode. patch by Roland.Mainz@informatik.med.uni-giessen.de, r=cls 2002-04-26 09:51:17 +00:00
seawood%netscape.com c0ec608df6 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
blizzard%redhat.com 63e3da7465 Part of bug #126919. Add configure glue to get Xft support building. r=cls, a=brendan 2002-02-26 17:28:48 +00:00
dbaron%fas.harvard.edu 203e472d8f Set DYLD_LIBRARY_PATH for Mac OS X (Darwin). b=110918 r=seawood 2001-11-22 23:22:59 +00:00
seawood%netscape.com 68cb29fa0d Silence! 2001-11-07 06:06:02 +00:00
seawood%netscape.com 68e089b366 Update LD_LIBRARY_PATH_64 if LD_LIBRARY_PATH_64 is set.
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #91842
2001-11-03 08:26:37 +00:00
seawood%netscape.com f230455df7 Only output startup script *_PATH info if debugging.
Thanks to Dawn Endico <endico@mozilla.org> for the patch.
Bug #79039 r=cls
2001-11-03 05:05:47 +00:00
seawood%netscape.com 7900d1b16d Spit out error if given -d without argument.
Bug #74067
2001-10-23 06:25:59 +00:00
locka%iol.ie cedd6dec32 Allow run-mozilla.sh to be renamed (e.g. foo) and have it automatically launch foo-bin if such an executable exists. b=70760 r=valeski@netscape.com sr=blizzard@mozilla.org 2001-10-01 18:40:45 +00:00
cls%seawood.org 6cd47c1920 Replace cat<<EOF with echos to avoid potential security risk with predictable /tmp files.
Thanks to Ashu Kulkarni <ashuk@eng.sun.com> for the patch.
Bug #98723 r=cls a=blizzard
2001-09-08 19:16:27 +00:00
timeless%mac.com 68c11fdec2 Bugzilla Bug 68570 RFE: Set XSUNTRANPORT/XSUNSMESIZE on Solaris to improve rendering speed...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=antitux sr=blizzard
2001-08-03 04:10:25 +00:00
cls%seawood.org d2176f3508 Add mozilla dirs to LD_LIBRARYN32_PATH & LD_LIBRARYN64_PATH if those variables are already set.
Thanks to zeroJ@null.net (John Vandenberg) for the patch.
Bug #77425 r=cls
2001-04-27 00:58:19 +00:00
cls%seawood.org af65d53a63 Add the plugins dir to LD_LIBRARY_PATH so that multiple-library components can find their secondary libs. Bug #58022 a=blizzard@mozilla.org 2001-04-20 13:53:20 +00:00
cls%seawood.org 8cb413f184 Propogate the exit codes of the wrapped binary. Bug #57741 . Thanks to harinath@cs.umn.edu (Raja Harinath) for the patch. 2000-10-25 20:32:37 +00:00
margaret.chan%sun.com a62fb12b83 Bug fix for 36567. Use /bin/type instead of which for finding the paths.
r=cls@seawood.org a=brendan@mozilla.org.
2000-09-14 20:58:56 +00:00
cls%seawood.org 2185ded8ff Adding dist/bin/components to LIBRARY_PATH as part of fix for BeOS shared lib loading. Bug #51658. Thanks to Justin Morey <justin@68k.org> for the patch. 2000-09-07 04:50:48 +00:00
cls%seawood.org 6844ef9c37 Added BeOS debugger to debugger list. bug #43723 2000-06-26 21:52:27 +00:00
cls%seawood.org 70f1719747 Fix the runtime scripts so that mozilla can be run from any directory. r,a=leaf 2000-06-06 22:57:25 +00:00
cls%seawood.org 21939b93e6 Use relative path to call binaries as some shells break otherwise. Bug 40415. r=waterson 2000-05-31 23:05:14 +00:00
cls%seawood.org ba0b9aab8d Exporting LIBRARY_PATH & ADDON_PATH vars needed for BeOS runtime. 2000-04-18 22:19:14 +00:00
cls%seawood.org 70a1ccbb33 BeOS uses LIBRARY_PATH to search for runtime libs. 2000-04-17 03:38:39 +00:00
gagan%netscape.com 39623da2ed Ooops typo. 2000-03-16 03:46:28 +00:00
gagan%netscape.com cbf79b99c8 Now allowing debuggers (gdb/ddd) to pass the arguments over to teh program. So if you do "mozilla -g foo" it will correctly pass foo as an argument to run (or prun as the case maybe) r=pavlov 2000-03-16 03:38:36 +00:00
sspitzer%netscape.com 8ec19afb4d pass -h through to the app, so it can handle it. 2000-02-04 23:13:48 +00:00
slamm%netscape.com 3fd2745bf4 Remove redundant if statements. 2000-01-11 20:29:59 +00:00
jdunn%netscape.com 220aa367ce r= slamm@netscape.com
# 18552

Adding SHLIB_PATH for HPUX and LIBPATH for AIX to the export list.
1999-11-24 02:11:18 +00:00
leaf%mozilla.org d433b2112c s/apprunner/mozilla-bin/ to comply with new binary name. r=alecf 1999-11-10 23:50:01 +00:00
dmose%mozilla.org 5312eacf8c updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
briano%netscape.com 7ae7121f55 Fix for bug 15190. 1999-09-30 01:59:30 +00:00
ramiro%netscape.com 1907f3d208 Add temporary toolkit exorcism hack. 1999-08-02 13:33:11 +00:00
ramiro%netscape.com b163a1d06c Add a warning about memory usage. 1999-07-23 12:15:43 +00:00
ramiro%netscape.com 662ab03c58 Add LD_BIND_NOW for a better debugging iExperience. 1999-07-23 06:30:28 +00:00
briano%netscape.com 479ed49694 Maybe this will make it work with broken shells that object to blank lines. 1999-06-24 22:19:42 +00:00
briano%netscape.com ca4a21ae54 Last of the fixes for bug 5892. 1999-05-14 00:18:40 +00:00