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

202 Коммитов

Автор SHA1 Сообщение Дата
Marco Perez e6f1755385 Bug 461542 - consolidate the (unix) start scripts for our applications; mozilla-central patch v3; r=benjamin 2008-12-10 16:19:55 +01:00
L. David Baron 8bac2c91e8 Remove the feature of run-mozilla.sh where we md5sum any file called 'core' in your home directory in order to see if it changes while running the program and potentially invoke GDB. (Bug 467638) r=bsmedberg
This feature is no longer particularly useful because core files on Linux are now generally called core.$PID (although occasionally core), and it is potentially quite harmful since Mozilla can become very slow to start for users with large core files in their home directory.
2008-12-08 08:08:05 -08:00
Boying Lu 3f3f967955 Bug 259945 - Mozilla should not use LD_LIBRARY_PATH on solaris; use libxul.so instead of libgkgfx.so; r=wtc sr=neil 2008-12-05 07:30:37 +01:00
Boying Lu 31d40615d9 Bug 259945 - Mozilla should not use LD_LIBRARY_PATH on solaris; use libgkgfx.so instead of libmozjs.so; r=wtc sr=neil
(to CLOSED TREE)
2008-11-21 20:24:08 +01:00
Phil Ringnalda 538c9fb42a Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg 2008-11-03 19:46:28 -08:00
Neil Rashbrook 898fd2b8d9 Remove <CR>s (to fix cross-compilation bustage) rs=bsmedberg,gavin,roc,smontagu b=372802 2008-09-20 20:45:25 +01:00
Ginn Chen 466f823e85 Bug 43737 Unable to debug firefox with "./firefox -g -d dbx" in Chinese locale, r=cls, sr=roc 2008-06-11 18:34:50 +08:00
jag@tty.nl ef3ec8afa3 Bug 362392: mddepend.pl stat() optimizations. r=neil, moa=bsmedberg, a=schrep 2008-02-13 00:40:39 -08:00
jag@tty.nl 524f8e1ecd Bug 415422: Fix gqi dep build (crash on startup). r=ted, a=damons 2008-02-08 00:50:22 -08:00
ted.mielczarek@gmail.com 3430f42e08 bug 389346 - GNOME crash reporter comes up on crashes, prevents breakpad. r+a=bsmedberg 2007-09-04 10:09:31 -07:00
benjamin@smedbergs.us 4b6ed1dfac Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser 2007-08-03 07:46:17 -07:00
asqueella@gmail.com a89bfe93bf Bug 387367 - mozilla-js.pc.in missing -DJS_THREADSAFE
p=Braden <braden@endoframe.com>
r=brendan
2007-07-14 14:57:38 -07:00
mats.palmgren@bredband.net 266f784855 Bye bye Xprint. b=326716 r+sr=dbaron 2007-06-13 11:02:58 -07:00
hg@mozilla.com 05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
benjamin%smedbergs.us e2046d1ae3 Bug 367912 - Remove BUILD_MODULES support, r=luser 2007-03-12 20:14:02 +00:00
asqueella%gmail.com a381d44f39 bug 366113 - mozilla-plugin.pc should not depend on mozilla-xpcom.pc
patch by braden@endoframe.com
r=bsmedberg
2007-01-25 11:38:49 +00:00
timeless%mozdev.org 890a2338f0 Bug 341955 add some more items to .cvsignore
r=bsmeberg
2006-12-21 07:04:12 +00:00
benjamin%smedbergs.us ec18f62436 Bug 333308 - make clean/distclean misses various files, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me 2006-04-28 14:54:54 +00:00
kairo%kairo.at 91acb7039c bug 325473 - Undo separation of language and region/content packs, part 4: move pref panel into communictor pefs in suite/, correct installer manifests and fix rough edges of parts 1-3, r=bsmedberg for build system changes (removal of content-packs extension) r=ajschult for installer manifests r=jag sr=Neil 2006-04-08 11:17:06 +00:00
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
bsmedberg%covad.net d41b8a15d0 Bug 325117 - libgtkmozembed no longer exists but is referenced in *-gtkmozembed.pc, r=chpe@gnome.org 2006-02-02 14:13:15 +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
timeless%mozdev.org db820cf720 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +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
darin%meer.net 869032355c remove references to necko2 2005-11-12 19:24:51 +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
mvl%exedo.nl 01f23158ed remove other-licenses/libical.
bug 311246, r=dmose, bsmedberg
2005-10-10 17:13:41 +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
roc+%cs.cmu.edu 27a989f7fc Bug 294507. Fix configure warning. r=cls,a=asa,patch by Wolfgang Rosenauer 2005-07-07 18:24:39 +00:00
roc+%cs.cmu.edu 334be28567 Bug 294747. Get required NSPR version from system NSPR if building with system NSPR. r=caillon,a=benjamin, patch by Wolfgang Rosenauer 2005-07-05 23:21:52 +00:00
cls%seawood.org 2f8def85e9 Path translation fixes for msys.
Thanks to Howard Chu <hyc@symas.com> for the patches.
Bug #294122 r=cls a=shaver
2005-06-02 04:00:37 +00:00
roc+%cs.cmu.edu 4b7e260bb2 Bug 294507. Fix --with-system-nspr issues. r=caillon,a=shaver, patch by Wolfgang Rosenauer 2005-06-01 13:34:37 +00:00
cbiesinger%web.de e62643dfbd Bug 256988 firefox pkg-config files reference mozilla-xpcom and mozilla-nspr.
use MOZ_APP_NAME in the pkgconfig files
patch by Christian Persch <chpe@gnome.org> r+a=shaver
2005-04-22 17:11:13 +00:00
neil%parkwaycc.co.uk 3baf5961d6 Bug 285627 mddepend.pl processes Windows depend files inefficiently r=bsmedberg 2005-03-14 15:57:26 +00:00
timeless%mozdev.org bfdfe67f48 Bug 240473 Tell config tools where .idl files are installed
patch by braden@endoframe.com r=bsmedberg
2005-02-24 01:21:01 +00:00
timeless%mozdev.org ccf3814148 Bug 279427 mozilla-xpcom.pc missing include directory
patch by braden@endoframe.com r=bsmedberg
2005-01-25 22:07:41 +00:00
gerv%gerv.net 386575a68a Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-01-01 18:57:51 +00:00
peterv%propagandism.org 4eb3ddba52 Fix for bug 235747 (Move parser stuff into mozilla/parser). r=cls, sr=jst. 2004-05-04 11:46:11 +00:00
cls%seawood.org 3d757e8884 Return the proper value for --idlflags.
Bug #240473 r=bsmedberg
2004-04-22 20:17:59 +00:00
gerv%gerv.net 31625ba2b1 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:21:17 +00:00
cls%seawood.org 576af07911 Update file lists for standalone builds.
Bug #235697
2004-02-28 22:01:50 +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
bsmedberg%covad.net d0f309943a Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net 274ef7cd49 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +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
timeless%mozdev.org 502d375f7a Bug 224668 make dependency updating honor -s
r=bryner
2003-11-17 06:38:05 +00:00
cls%seawood.org 892b2c8c54 Updating "standalone" build module dependency maps. 2003-10-18 03:10:08 +00:00