dbaron%dbaron.org
104b50eaf6
Bump version from 1.8b3 to 1.8b4.
2005-07-14 22:52:25 +00:00
bsmedberg%covad.net
58c566ac28
Bug 299930 - Need nsIXULAppInfo.platformVersion, r=darin a=asa
2005-07-14 20:29:06 +00:00
bsmedberg%covad.net
28689c6ab0
Bug 298044 - Dynamically load XPCOM dependent libs as part of the XPCOM standalone glue bootstrap process, r=darin a=asa
2005-07-14 18:42:59 +00:00
dbaron%dbaron.org
21347ed214
Bump version number to 1.8b3. b=300009 r=bsmedberg,chase a=chase
2005-07-08 01:05:38 +00:00
roc+%cs.cmu.edu
80b484fb6c
Bug 294507. Fix configure warning. r=cls,a=asa,patch by Wolfgang Rosenauer
2005-07-07 18:24:39 +00:00
cls%seawood.org
4664f0fb26
Use HOST_PDBFILE when building host apps on win32.
...
Long-term fixing pacifica parallel build bustage.
Bug #299557 r=chase
2005-07-06 01:49:32 +00:00
cls%seawood.org
08b02ee902
Fixing mingw cross-compile bustage:
...
- Moves HOST_AR_FLAGS into configure.in
- Adds HOST_OS_ARCH to better handle the native build case
- Exposes autoconf standard host_cpu, host_vendor, host_os variables
- Always build native version of libmar & mar tool
Bug #299557 r,a=bsmedberg
2005-07-05 20:37:27 +00:00
dougt%meer.net
864ee27247
make xpcom typelib tools build on wince. r/a=benjamin
2005-07-05 17:02:20 +00:00
mark%moxienet.com
a8454a98d9
Mac bustage fix. Bug 299305, Mac GSSAPI fixes following bug 295109. a=#developers
2005-07-01 05:01:28 +00:00
dougt%meer.net
039eac9e8d
Fixing build bustage; making config.mk match build docs. WINCE ONLY.
2005-06-30 21:49:29 +00:00
bsmedberg%covad.net
a451abf58c
Backout bug 298047 per Chase as it breaks some downrev mac systems unexpectedly.
2005-06-30 02:04:23 +00:00
bsmedberg%covad.net
0002a33115
Officially break building from mac 10.2, from bug 298047 and predecessors. a=Chase with the knowledge that barcelona tinderbox may go red.
2005-06-29 19:46:33 +00:00
dougt%meer.net
76b3f05731
Adding WINCE rules to build the shunt and toolchain during configure so that we break the chicken/egg problem. r=299061, r=benjamin, a=benjamin
2005-06-29 16:28:02 +00:00
roc+%cs.cmu.edu
afe40e0ab9
Bug 288438. Turn off SVG <foreignobject> because it's pretty broken. r=benjamin,sr=dbaron,a=benjamin,patch by jwatt,tor and roc
2005-06-29 03:51:44 +00:00
mark%moxienet.com
95039f1dab
Bug 298647, Xcode might put build products in silly places. Add SYMROOT=build. r=josh sr=smfr a=bsmedberg
2005-06-29 02:48:58 +00:00
cls%seawood.org
c849b2aa0c
Use HOST_EXTRA_LIBS for linking HOST_PROGRAMS.
...
Do not define WinMain() for gcc builds.
Bug #298417 r=bsmedberg a=chofmann
2005-06-22 15:55:32 +00:00
kairo%kairo.at
4d1ad4cdbc
bug 294943 - Implement nsIXULAppInfo in suite trunk, also fixes building of suite/ for suite, r=bsmedberg sr=Neil a=chofmann
2005-06-21 16:01:09 +00:00
joshmoz%gmail.com
f3708056af
better support for per-build configuration. patch by Mark Mentovai. b=296900 r=josh r=cls a=asa
2005-06-20 19:24:51 +00:00
shaver%mozilla.org
a1895881ec
Bug 298032: make sure that we set the IMPLIB-directing LDFLAGS after the
...
initialization from OS_LDFLAGS. r=bsmedberg, a=asa.
2005-06-20 13:01:58 +00:00
darin%meer.net
7ec50faaab
fixes bug 297976 "Conditionally generate makefile for tools/update-packaging" r=cls
2005-06-17 22:59:13 +00:00
cbiesinger%web.de
bed187b21c
Bug 129216 Integrate Python xpcom bindings with build system
...
patch by Mark Hammond <mhammond@skippinet.com.au> / Remy C. Cool
<dev-python@smartology.nl> / Christian Persch <chpe@gnome.org>
r+a=bsmedberg
2005-06-17 21:03:43 +00:00
shaver%mozilla.org
1489700ea6
Bug 298032: trick MSVC into not colliding the static-component foo.lib with the
...
dynamic-component-import-library foo.lib when a build config wants both
flavours. r+a=bsmedberg.
2005-06-17 19:54:21 +00:00
shaver%mozilla.org
c034eebe1f
Bug 297677: when linking against static versions of components, explicitly
...
specify the static-lib pathnames, rather than hoping that the current library
search path finds the right (static) version of -lwhatever. r=bsmedberg, a=asa.
2005-06-17 12:13:06 +00:00
bryner%brianryner.com
ee312a8d50
Fix build failure with --enable-quantify (bug 297430). r=bsmedberg, a=asa.
2005-06-16 05:05:41 +00:00
timeless%mozdev.org
eae5fd5319
Bug 297433 On Mac OS X preview.png and icon.png in Firefox's classic.jar are not available when using the jar protocol
...
patch by rob_strong@exchangecode.com r=shaver a=shaver
2005-06-16 04:11:22 +00:00
shaver%mozilla.org
37ab1336c9
Bug 295659: if we're building for an XPI_NAMEd package, always use PIC, even
...
if we're not at the stage of constructing the component yet. Otherwise we
end up mixing PIC and non-PIC code for components that are constructed out
of sub-archives (like storage, f.e.). r=bsmedberg.
2005-06-15 23:42:07 +00:00
shaver%mozilla.org
d3b9af64cc
Bug 295659: when building a package via XPI_NAME, don't let components be
...
build as static libs. r+a=bsmedberg.
2005-06-15 13:41:39 +00:00
joshmoz%gmail.com
6f61446611
Get rid of big-endian assumptions in asdecode. b=297164 r=josh sr=smfr a=asa
2005-06-10 14:16:18 +00:00
darin%meer.net
d7aa4dfbf8
Landing patch for bug 292021 "Software Update self-contained executable" r+a=bsmedberg
2005-06-08 18:04:25 +00:00
bsmedberg%covad.net
00b267e6a7
Bug 294835 - Need to determine XPCOM ABI (at least for the common cases) in configure, for EM/nsXREDirProvider r=cls sr=shaver a=asa
2005-06-08 12:46:39 +00:00
joshmoz%gmail.com
37a2ff46af
build on Xcode 2.1 which uses per-build configuration build directories. b=296900 r=josh r=cls r=bsmedberg a=bsmedberg
2005-06-08 02:50:56 +00:00
cbiesinger%web.de
b39a0070ba
296707 create the correct directory, and correctly quote the directory name
...
patch by Bastiaan Jacques <baafie@planet.nl> r+a=bsmedberg
2005-06-05 18:50:21 +00:00
timeless%mozdev.org
ceb559d09a
Bug 106386 Correct misspellings in source code
...
patch by ajvincent@gmail.com r=timeless rs=brendan a=chofmann
2005-06-03 10:26:28 +00:00
cmp%mozilla.org
a099ab7082
Write debug symbols into separate pdb files for each compiled file to make
...
parallel builds possible on Windows. Bug 286179, attachment 182988.
r=bryner@brianryner.com , sr=cls@seawood.org , a=chase@mozilla.org
2005-06-02 23:27:48 +00:00
mkaply%us.ibm.com
dc5708f7aa
Don't have OS/2 follow the new msys path - r+sr+a=shaver
2005-06-02 12:33:48 +00:00
cls%seawood.org
34066213a5
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
joshmoz%gmail.com
06ca0acf9b
more Mac OS X 10.4 "Tiger" build stuff. Patch my Mark Mentovai. b=292530 r=josh r=pinkerton r=cls sr=bryner a=brendan
2005-06-01 18:53:30 +00:00
cls%seawood.org
d6ae3337ca
Exclude extra file attributes when creating jar files
...
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=bsmedberg a=shaver
2005-06-01 15:34:55 +00:00
cls%seawood.org
90fcdb00a0
Use dashes instead of backslashes for program options to avoid msys shell expansion.
...
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver
2005-06-01 14:28:35 +00:00
cls%seawood.org
ae211fa390
Add support for using msys perl
...
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver
2005-06-01 14:20:35 +00:00
bsmedberg%covad.net
3e11be4331
Bug 295494 - Add support for extension chrome.manifest to make-jars r=darin a=shaver
2005-06-01 11:59:09 +00:00
vladimir%pobox.com
5a9ce4fdc6
b=294228, make static builds with canvas but no svg work, r+a=shaver
2005-05-16 23:00:30 +00:00
bsmedberg%covad.net
335a4f6565
Bug 287262 part 27 - build browserconfig.properties from a locale-dependent makefile r=gandalf a=asa
2005-05-13 19:52:27 +00:00
tor%cs.brown.edu
a942aa6aad
Bug 293265 - rename --enable-cairo to --enable-canvas. r=bsmedberg, a=asa
2005-05-11 23:49:52 +00:00
bzbarsky%mit.edu
7f68836319
SVG-enabled GTK1 builds built with recent SVG should be able to start. Bug
...
292288, r=bryner, sr=dbaron, a=asa
2005-05-06 21:03:42 +00:00
bsmedberg%covad.net
10c7a340e1
Bug 287262 - build locales by starting with the en-US packages (mac bits) r=Chase (build/packaging bits only, a=Chase)
2005-05-05 12:38:27 +00:00
pedemont%us.ibm.com
950dbb684d
Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa
2005-05-02 16:30:03 +00:00
dougt%meer.net
b6e2c63e55
Build changes for windows ce. With this patch, configure correctly
...
produces working a autoconf.mk file.
r=benjamin@smedbergs.us
sr+a=dbaron@mozillafoundation.org
b=291229
2005-04-22 19:06:27 +00:00
bsmedberg%covad.net
4f9c552ea7
Bug 287262 - Build locale packages by unpacking final en-US packages and repacking them with localized content r+a=Chase
2005-04-20 23:10:56 +00:00
darin%meer.net
1a1b17801f
fixes bug 290850 "BUILD_ID uses $(shell) poorly" r=bsmedberg a=dbaron,caillon
2005-04-19 21:46:07 +00:00