dbaron%dbaron.org
74fdec024b
Fix dependencies of nsBuildID.h. b=274238 r+sr=bryner
2004-12-14 23:11:27 +00:00
ben%bengoodger.com
c15b4411d0
bug 274547 - GRE_BUILD_ID has a newline which causes infinite restart loop.
...
Chop the unix newline off the end of the build id before substitution.
r=bryner sr=darin
2004-12-14 22:39:26 +00:00
bsmedberg%covad.net
79241940e8
Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees.
2004-12-09 19:28:35 +00:00
bsmedberg%covad.net
67be86c8c4
bug 273598 - Add TOOL_DIRS variable for delayed building of tools until libxul is available. Should not affect non-libxul builds. r=cls
2004-12-08 12:38:22 +00:00
bsmedberg%covad.net
b604eb57fe
I over-pruned this code for bug 272783 - this will hopefully fix the Firefox static build, though I'm not certain. r=bustage
2004-12-07 02:35:37 +00:00
bsmedberg%covad.net
f23f538920
Bug 272283 - initial work for --enable-libxul r=bryner+darin This is on by default for xulrunner and off by default for all other apps.
2004-12-06 22:39:54 +00:00
bsmedberg%covad.net
dfd741c2fd
Bug 272843 - remove redundant makefile variable MOZ_COMPONENT_XPCOM_LIBS r=darin
2004-12-04 05:24:38 +00:00
bsmedberg%covad.net
7f212778db
Bug 272843 - remove redundant makefile variable MOZ_COMPONENT_XPCOM_LIBS. r=darin
2004-12-04 04:51:43 +00:00
dbaron%dbaron.org
b17e3131a0
Merge remaining part of 257117 to the trunk: code needed for Mac *.app names for new toolkit packaging code. b=bryner b=257117
2004-12-02 21:56:34 +00:00
mkaply%us.ibm.com
a419f21457
Backing out OS/2 only fix - this shouldn't be needed
2004-12-02 16:41:01 +00:00
mkaply%us.ibm.com
82240d4acd
OS/2 only change for OS/2 build bustage on some machines
2004-12-01 17:37:39 +00:00
pedemont%us.ibm.com
15717f0bf7
Bug 269553 - Integrate JavaXPCOM into build. r=bsmedberg, sr=bryner
2004-12-01 17:33:16 +00:00
bsmedberg%covad.net
985c5975ce
More work for bug 271324 - source localization - reviewed by Pike and biesi
2004-11-29 23:14:13 +00:00
dbaron%dbaron.org
74ac1e169b
Fix Windows newlines introduced in part of the file. b=249782
2004-11-28 01:20:08 +00:00
dbaron%dbaron.org
67012594e7
Bump version from 1.8a to 1.8a6.
2004-11-25 18:34:24 +00:00
dbaron%dbaron.org
85de9474d3
Bump version from 1.8a5 to 1.8a6.
2004-11-25 18:33:39 +00:00
bsmedberg%covad.net
2fadece7f2
Make MOZ_UI_LOCALE available to the build system, merge from aviary branch. See bug 271324
2004-11-24 20:35:50 +00:00
bsmedberg%covad.net
351a0623ea
Merge XULPPFLAGS patch from the aviary branch, overarching bug is 271324.
2004-11-24 16:01:03 +00:00
bsmedberg%covad.net
0d80d2802c
Bug 261232 - Require builders to specify application(s) to client.mk and configure when building r=cls (plus additional approval from pinkerton for camino-specific changes)
2004-11-23 22:22:58 +00:00
timeless%mozdev.org
d01dd1aa4c
Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
...
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 19:34:02 +00:00
bryner%brianryner.com
8756378524
When building with --enable-quantify, use /OPT:NOICF to prevent identical functions from being merged. Bug 267576, r=dbaron.
2004-11-15 08:37:53 +00:00
cbiesinger%web.de
19a90b8d41
Bug 267814 remove unused files from mozilla/config r=bsmedberg
2004-11-06 17:24:17 +00:00
darin%meer.net
5fe2bdd64c
slight tweak for bug 265998 to avoid packaging NSPR static libs in the
...
linux version of the gecko sdk
2004-11-01 18:32:26 +00:00
cls%seawood.org
efaf7d7fa9
Add --disable-plugins build option.
...
Bug #266750 r=bsmedberg
2004-10-31 07:10:49 +00:00
darin%meer.net
e9527a0a03
Do the same thing for OS/2, bug 265998
2004-10-28 22:33:51 +00:00
darin%meer.net
e6bbcd5d11
fixes bug 265998 "Gecko SDK does not include NSPR import libs" r=bsmedberg
...
(with agreement from wtc on the solution)
2004-10-28 22:12:18 +00:00
darin%meer.net
52ac61d678
landing patch for bug 262218 "libxpcom.so should only export frozen symbols" r=bsmedberg sr=bryner
2004-10-25 19:34:45 +00:00
bryner%brianryner.com
f43748170d
Add an explicit --enable-quantify option for windows that causes /FIXED:NO to be used when linking the executable. Otherwise, we omit that option and save about 6% on executable size (the change only affects builds with MOZ_PROFILE or MOZ_DEBUG_SYMBOLS). Bug 263680, r=bsmedberg.
2004-10-12 00:09:58 +00:00
bryner%brianryner.com
7993f4dc6b
back out 263512, i was on crack
2004-10-11 21:07:55 +00:00
zack%kde.org
462fea1107
Qt Mozilla port. For now the best way to start playing with it is the
...
TestQGeckoEmbed from the embedding/browser/qt/tests.
Build patch sr=jst, r=biesi.
Rest: r=dbaron,biesi
2004-10-11 04:01:49 +00:00
vladimir%pobox.com
77d5bf782b
b=263211, sqlite3 and storage landing - build system changes; r=darin,sr=shaver
2004-10-09 00:10:14 +00:00
bryner%brianryner.com
0185c94aa9
bug 263512 - don't use /opt:nowin98 for windows release builds, it increases code size. r=ben.
2004-10-08 18:17:17 +00:00
alex%croczilla.com
1fce2c4058
Landing of the XTF branch, bug#253225. XTF is the eXtensible Tag
...
Framework; see mozilla/content/xtf/readme.txt. r=bryner, sr=jst. Code
is not enabled by default (requires --enable-xtf configure option).
2004-10-07 20:59:53 +00:00
jst%mozilla.jstenback.com
c34402286b
Write out finder info when AppleSingle encoding. Not part of the build.
2004-10-06 19:40:09 +00:00
jst%mozilla.jstenback.com
0eb195b8d6
Write out the file date info for the original file. Not part of the default build.
2004-10-04 23:00:32 +00:00
bsmedberg%covad.net
aea4e1b0c0
Merge topsrcdir-relative (absolute) paths in jar.mn files from the aviary branch, to facilitate un-forking parts of xpfe/global
2004-10-02 01:39:39 +00:00
bsmedberg%covad.net
5d869e9768
Bug 260955 - add an #includesubst instruction r=Hixie
2004-09-29 13:10:50 +00:00
jst%mozilla.jstenback.com
a1f092a35b
Include the original name in the AppleSingle encoded file. Not part of the build.
2004-09-28 22:21:34 +00:00
dbaron%dbaron.org
f5037ec252
Bump version number from 1.8a4 to 1.8a5.
2004-09-28 18:57:22 +00:00
jst%mozilla.jstenback.com
b9770bd383
Adding asencode utility. Not part of the default build.
2004-09-22 23:23:01 +00:00
silver%warwickcompsoc.co.uk
d0abcd21d7
Bug 260247 - Stop make-jars.pl confusing registered subdirectories.
...
Build-config only.
r=bsmedberg
2004-09-22 12:31:36 +00:00
bryner%brianryner.com
70f87d9f57
Fix problems with slash direction for activestate perl. r=dbaron.
2004-09-10 21:16:29 +00:00
darin%meer.net
93874dbfb7
landing build changes for XULRunner (bug 257162) r=bsmedberg
2004-09-09 19:10:39 +00:00
dbaron%dbaron.org
9184d4fcf8
Bump trunk version from 1.8a3 to 1.8a4.
2004-09-06 15:58:41 +00:00
bryner%brianryner.com
70f2f266cb
Add support for generating PDB-format debug symbols with MSVC, by setting MOZ_DEBUG_SYMBOLS=1 in the environment. This is to be used in place of MOZ_PROFILE. Bug 244231, r=wtc, dmose.
2004-08-26 23:03:01 +00:00
timeless%mozdev.org
fb1b2a3df7
Bug 255328 mkdepend command line defines may be broken
...
http://www.mozilla.org/hacking/portable-cpp.html#no_cpp_comments_in_c
caught by m.calderbank@iname.com
2004-08-26 13:33:19 +00:00
gerv%gerv.net
ba2432c07e
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-08-25 23:02:50 +00:00
timeless%mozdev.org
b6fc0b8e6e
Bug 255328 mkdepend command line defines may be broken
...
patch by jw6057@bacon.qcc.mass.edu r=bryner
2004-08-23 05:27:20 +00:00
bsmedberg%covad.net
d606adb297
Add an "emptyLines" filter to the preprocessor that strips empty lines from the output. r=Hixie (not part of the build)
2004-08-19 13:48:49 +00:00
pavlov%pavlov.net
b248c2e374
adding MOZ_ENABLE_CAIRO_GFX
2004-08-16 00:31:22 +00:00
blizzard%redhat.com
aa8be61c26
More build goop to get pango building. Add the right calls so that RTL info is passed down. r+sr=bryner
2004-08-02 20:50:01 +00:00
pkw%us.ibm.com
fcf8affd6a
Bug 252529 - Firefox static build fails on AIX.
...
r+sr=bryner@brianryner.com
2004-07-22 18:44:57 +00:00
bsmedberg%covad.net
1837d24904
Bug 251866 - apparently with some perls or OSes if you read from a <FILE> in the middle of reading from a <STDIN> pipe you get corrupted file positions on STDIN. Workaround this by reading all of the STDIN pipe before processing it. r=bz
2004-07-21 18:17:15 +00:00
bryner%brianryner.com
78edb6f8e3
Attempt to fix bustage when GConf/GnomeVFS libraries are not available (bug 251703). Always export the GNOME interfaces on gtk2 but only build the component when all of the prerequisites are installed. r+sr=darin.
2004-07-19 17:36:19 +00:00
dwitte%stanford.edu
8ad2e8e431
add --disable-cookies build option.
...
b=221885, r=bsmedberg, r+sr=darin
2004-07-19 04:57:02 +00:00
bryner%brianryner.com
56b2b34f2b
Implement nsIShellService for GNOME (bug 242254). r=biesi, sr=shaver. Note: set as wallpaper for images that use transparency will be broken until bug 250531 is fixed. This also makes toolkit/ always be pulled in preparation for migrating more code to the new GNOME XPCOM interfaces.
2004-07-15 22:51:19 +00:00
dbaron%dbaron.org
361eb465c6
Bump version number to 1.8a3, although that may or may not be the next release's version.
2004-07-14 21:46:32 +00:00
bsmedberg%covad.net
76fcff11db
Bug 248507 - preprocess jar.mn files r=bryner a=roc for 1.8a2 (over IRC)
2004-07-08 15:06:19 +00:00
timeless%mozdev.org
1f3a8f89e2
Bug 249459 make-jars.pl should use CYGDRIVE_MOUNT
...
patch by sdwalker@myrealbox.com r=cls
2004-07-02 00:53:36 +00:00
scott%scott-macgregor.org
184bb9bd6e
Bug #245430 --> static build work for thunderbird
2004-07-01 02:32:44 +00:00
cls%seawood.org
0be84a0940
Make console handling in mingw builds behave the same as msvc builds.
...
Bug #245903 r+sr=dmose
2004-06-21 20:56:14 +00:00
bsmedberg%covad.net
30597b0bb2
Merge rules for building .m files from the aviary 1.0 branch. (original checkins by Ben Goodger and Brian Ryner)
2004-06-18 00:56:48 +00:00
scott%scott-macgregor.org
ea9e3a935d
Pre-binding support for mozilla thunderbird
2004-06-15 00:58:36 +00:00
bryner%brianryner.com
195d45b2e2
Move library base addresses to reserve 48MB of address space for the main executable for prebinding. Bug 246263, r=ben.
2004-06-10 21:56:40 +00:00
mvl%exedo.nl
c097fcd9d9
use MOZ_SUNBIRD to build sunbird.
...
bug 245189, r=bsmedberg, approved by mostafah
2004-06-02 18:06:03 +00:00
leaf%mozilla.org
015ec56853
update UA for next release cycle
2004-05-21 00:35:51 +00:00
leaf%mozilla.org
9797518dab
update version string to reflect new release schedule (1.8a1 for alpha1), a=asa
2004-05-19 20:59:24 +00:00
cbiesinger%web.de
1ee6b3e440
bug 225148. implement moz-icon channel for gnome.
...
r=bryner sr=darin
2004-05-18 19:00:56 +00:00
mkaply%us.ibm.com
68463d876d
#242189
...
r=pedemont
OS/2 only changes - cleanup resource compiling, get branding working on Firefox
2004-05-05 13:27:19 +00:00
timeless%mozdev.org
9ddca4dfd7
Bug 242037 mkdir in many perl scripts contains a decimal 775, not the correct octal specification of 0775
...
patch by ajschult@mindspring.com r=bsmedberg
2004-04-30 04:23:06 +00:00
dbaron%dbaron.org
bad6992d2b
Follow suggestion from Asko Tontti <atontti@cc.hut.fi>. r=dbaron b=176306
2004-04-23 00:44:52 +00:00
dbaron%dbaron.org
b93c5da550
Pass arguments through to preprocessor with versions of perl less than 5.6. b=176306 r=bryner
2004-04-22 20:52:34 +00:00
jst%mozilla.jstenback.com
fb995ba45f
Fixing bug 232742 (patch by mozilla@rosenauer.org). Make Mozilla build and run on Linux/x86-64. r+sr=darin@meer.net, jst@mozilla.jstenback.com
2004-04-20 21:38:15 +00:00
gerv%gerv.net
31625ba2b1
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 14:21:17 +00:00
dbaron%dbaron.org
ec96a95d0b
Update version number from 1.7b to 1.8a.
2004-04-15 18:06:15 +00:00
bryner%brianryner.com
84602c1291
Fix profiledbuild for static builds. r=cls, a=brendan. Bug 237239.
2004-04-10 22:51:37 +00:00
cbiesinger%web.de
7122b4c1c7
Bug 238349 fix static svg builds using gdi+
...
patch by Jon Henry <jhenry@ccs.neu.edu> r=bsmedberg sr=bryner a=tor
2004-04-10 15:04:54 +00:00
bryner%brianryner.com
55db156d09
Enable profiledbuild to work for non-static builds (bug 237239). r=cls, a=asa.
2004-04-07 22:59:36 +00:00
cbiesinger%web.de
98a2fadf08
improve default doxygen options, not part of build. bug 239606 r=cls
2004-04-04 20:54:48 +00:00
cls%seawood.org
503337238d
Use DLL_PREFIX instead of LIB_PREFIX when installing NSPR into the SDK.
...
Fixing mingw tinderbox bustage.
2004-03-24 00:08:31 +00:00
bsmedberg%covad.net
01e335833e
Bug 236101 - flatten the directory structure of the embedding SDK. Consensus from dougt/adamlock/blizzard r=cls a=mkaply
2004-03-23 20:58:21 +00:00
cls%seawood.org
b7046d5f72
Use the brute force method to override NSS build variables when cross-compiling.Bug #172651 r=darin a=chofmann
2004-03-23 08:41:30 +00:00
bryner%brianryner.com
c2b4788fd2
- Add detection of -fprofile-arcs/-fprofile-generate to configure
...
- Add a new client.mk target, profiledbuild, which does a profiling build, runs a specified script to generate the profile, and then rebuilds using the profile data.
- Add a profiling script for Seamonkey/Firefox that runs a couple cycles of the pageload test, and then does a second start to hit the fastload/history code.
Bug 237239, r=dbaron, sr=brendan, a=brendan.
2004-03-21 02:31:17 +00:00
pkw%us.ibm.com
7dc4d1e4f1
Bug 237545 - Need to support objmodel=ibm for AIX VisualAge C++ Compiler
...
r=cls@seawood.org , sr=shaver@mozilla.org , a=chofmann@mozilla.org
2004-03-19 16:59:56 +00:00
cls%seawood.org
e887c496ee
Fix mingw 3.3.1/3.3.3 bustage.
...
Follow MSVC as much as possible by requiring proper dllimport/dllexport declarations.
Remove dllimport/dllexport declarations from all nsXPTCStubBase functions and just export the class itself.
Bug #226609 r=shaver/swalker sr=dbaron a=chofmann
2004-03-16 08:07:25 +00:00
ben%bengoodger.com
2726c470ae
237596 - add --enable-official-branding for Firefox which builds official artwork. r=bryner
2004-03-16 03:56:25 +00:00
cls%seawood.org
3977ae5a71
Backing out changes from bug 226609. MSVC is being uncharacteristically picky.
2004-03-16 00:59:29 +00:00
cls%seawood.org
8e702f20f2
Fix mingw 3.3.1/3.3.3 bustage. Follow MSVC as much as possible by requiring proper dllimport/dllexport declarations.
...
Bug #226609 r=shaver sr=dbaron a=chofmann
2004-03-15 23:47:04 +00:00
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
mconnor%myrealbox.com
9a81ff1d79
bug 206029 Flash Plugin installer removes line endings from all.js, patch by Steffen Wilberg (steffen.wilberg@web.de), r=bryner
2004-03-10 00:22:46 +00:00
chanial%noos.fr
bfe63c291c
Bug 235317: really override the preprocessed files
2004-03-02 02:59:28 +00:00
bsmedberg%covad.net
d17968e4b6
Bug 235317, always build preprocessed chrome because we don't have a good dependency system. r=pch
2004-03-01 21:12:29 +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
bryner%brianryner.com
18797e7f6c
Disabling my changes. I don't have time to debug this now.
2004-02-26 18:06:02 +00:00
bryner%brianryner.com
00c9936e63
Bustage fix - instead of only allowing PIC if LIBRARY_NAME is defined, just skip it if PROGRAM, SIMPLE_PROGRAMS, HOST_PROGRAM, or HOST_SIMPLE_PROGRAMS is defined.
2004-02-26 17:16:57 +00:00
bryner%brianryner.com
a3f2a38be2
Don't compile .o files for executables with -fPIC. Bug 235657, r=seawood.
2004-02-26 08:17:27 +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
d55c47cce0
Remove broken OS check for LIB_IS_C_ONLY
2004-02-25 22:17:45 +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