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
bryner%brianryner.com
c60078405e
Make --enable-cairo work for windows/msvc by switching it over to our build system. Bug 290518, r=vlad, pavlov.
2005-04-19 17:19:47 +00:00
bsmedberg%covad.net
3e6ca49f18
Fix noted by dbaron from bug 289461 - move close() inside the -f
2005-04-15 15:56:02 +00:00
bsmedberg%covad.net
1c6ec00873
Re-landing bug 289461, now that we've figured out the creature problem: AS perl doesn't like the file-open mode "+>>". This version separates the read and append bits into two pieces, r=Hixie for the changes.
2005-04-15 12:31:49 +00:00
bsmedberg%covad.net
4c2e9ab852
Re-reverting bug 289461 because it could possibly be the source of cadence orange, at the suggestion of dbaron. Something to do with visibility: transparent on the main window?
2005-04-14 17:36:55 +00:00
bsmedberg%covad.net
7d49916ca9
Bug 254571 - when "make install"ing, sometimes the chrome directory is not created. use nsinstall -D to fix this patch by Alexander Sack <asac@jwsdot.com> r=me a=asa
2005-04-11 18:36:01 +00:00
bsmedberg%covad.net
404dbc63bc
Temporary bustage fix for Mac OS 10.2. This means that libxul/xulrunner will only build on 10.3, but the other apps will be fine on 10.2
2005-04-11 16:11:51 +00:00
bsmedberg%covad.net
4a69f1e082
Bug 288370 - Build XULRunner on Mac, and add makefile vars to link against XPCOM frozen sharedlibs reliably r=darin a=asa
2005-04-11 15:19:42 +00:00
bsmedberg%covad.net
7a8b2ff56f
Re-landing bug 289461 with one change: /^\s*/ becomes /^\s*$/, which was an accidental change from the original.
2005-04-11 14:54:57 +00:00
bsmedberg%covad.net
04b942d088
Revert bug 289461 until I can examine bustage.
2005-04-11 13:39:07 +00:00
bsmedberg%covad.net
9fd487ad31
Bug 289461 - Give make-jars.pl the ability to use the new chrome manifests, r=Chase a=asa I am not landing any of the actual jar.mn changes until bug 289448 gets reviewed, to avoid massive conflicts in my tree. See bug 289461 for an example of how to use this new syntax.
2005-04-11 12:59:21 +00:00
kairo%kairo.at
88297fcef9
bug 288690 - make version_win.pl able to use the app name from configure vars, r=bsmedberg sr=chase a=asa
2005-04-10 23:32:39 +00:00
bsmedberg%covad.net
564337d16d
Bug 288626 - Switch the strict API from opt-in (MOZILLA_STRICT_API) to opt-out (MOZILLA_INTERNAL_API) r=darin
2005-04-06 03:35:24 +00:00
cbiesinger%web.de
763f225033
bug 283489 r=darin sr=bz
...
- Make the HTTP, FTP and file channels implement nsIPropertyBag2 and associated
interfaces (by inheriting from nsHashPropertyBag)
- Use that interface to expose a "content-length" property giving the length of
the data as a 64-bit value on the FTP and HTTP channels
- change docshell and xpinstall to use nsIPropertyBag2 instead of nsIProperties
to read/write the referrer property
2005-04-05 17:40:32 +00:00
bsmedberg%covad.net
bdb58c2b7f
Bug 287428 - xulrunner (libxul) busted when you use the "alldep" target instead of "default", because we don't build by tier. r=darin r2=dbaron
2005-03-31 21:40:23 +00:00
darin%meer.net
02f8c9d9ad
fixes bug 286147 "switch from .xulapp to application.ini" r=bsmedberg
2005-03-28 19:36:24 +00:00
shaver%mozilla.org
dd97b2ede4
support additional XPI_PKGNAME-installed files, r=bsmedberg
2005-03-23 20:59:42 +00:00
neil%parkwaycc.co.uk
90f48d91eb
Restore @ accidentally deleted by my checkin for bug 285627 r=bsmedberg
2005-03-23 17:59:49 +00:00
bsmedberg%covad.net
d3d9589cf0
libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin
2005-03-18 21:24:05 +00:00
bsmedberg%covad.net
75c788b6ad
Bug 271929 - Remove purge-old-headers.pl logic and simple rm -rf dist/include at the start of the build process. Patch by Hans-Andreas Engel <Hans-A.Engel@unibas.ch> r=me
2005-03-16 18:21:16 +00:00
neil%parkwaycc.co.uk
3b158ac968
Bug 285627 mddepend.pl processes Windows depend files inefficiently r=bsmedberg
2005-03-14 15:57:26 +00:00
bugzilla%arlen.demon.co.uk
9f52c678e3
Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details)
...
p=me r=dwitte/benjamin sr=darin
2005-03-10 18:36:07 +00:00
tor%cs.brown.edu
15cb835d41
Bustage fix - flip cairo logic.
2005-02-24 20:53:19 +00:00
tor%cs.brown.edu
889e7fa836
Bug 281950 - cairo/libpixman landing. r=bsmedberg
2005-02-24 20:11:04 +00:00
pedemont%us.ibm.com
a80bafa8c5
Bug 279649 - Dynamically create Java proxies. r=darin.
2005-02-23 20:19:55 +00:00
brendan%mozilla.org
c5598011b1
Use JS's //@line feature to restore source line number and filename (246286, r=Hixie, sr=bryner).
2005-02-23 07:38:17 +00:00
dbaron%dbaron.org
062447f8d4
Change version from 1.8b to 1.8b2.
2005-02-19 06:52:00 +00:00
dbaron%dbaron.org
ac288850a6
Change version from 1.8b to 1.8b2.
2005-02-19 06:31:15 +00:00
shaver%mozilla.org
bd47ce1019
Bug 282768: infrastructure for XPI_PKGNAME/XPI_PACKAGE-driven XPI automation.
...
r=bsmedberg
2005-02-18 22:17:37 +00:00
cbiesinger%web.de
0f2434e8f3
282599 add Qt header files that are only used by moc-preprocessed files to the
...
list of system headers
r=bryner a=dbaron
2005-02-17 20:12:05 +00:00
mostafah%oeone.com
53aed103ae
Checked in patch for bug 281681:
...
Sunbird build broken on trunk due to dependancy on icalss
r=shaver, sr=shaver
2005-02-09 17:45:33 +00:00
bsmedberg%covad.net
1bb6430989
Bug 232003 - AS perl and cygwin GNU make 3.80 don't play well together r=cls
2005-02-07 14:55:07 +00:00
bsmedberg%covad.net
5d88cf86c5
Bug 279768 - Use new % syntax for locale directory structure. r=gandalf
2005-01-26 13:33:53 +00:00
vladimir%pobox.com
d5febfb9de
b=279306, update canvas API to reflect latest standard spec; r=stuart,sr=shaver
2005-01-26 02:08:35 +00:00
bryner%brianryner.com
efd2ec430a
Add --disable-v1-string-abi option to remove backwards-compatible support for the nsAString vtable. Bug 273424, r+sr=darin.
2005-01-24 16:44:41 +00:00
roc+%cs.cmu.edu
69ba14c8d9
Bug 279212. Tweaking print-failed-commands so that using a make option that includes an 's' doesn't trigger the print-failed-commands stuff. r+sr=bryner
2005-01-23 21:32:20 +00:00
bsmedberg%covad.net
b4aedcac1a
Not part of the build, yet. The l10n directory structure is /l10n/de-DE/netwerk/... not /l10n/de-DE/netwerk/locales/...
2005-01-12 20:29:00 +00:00
timeless%mozdev.org
d21930c266
Bug 278118 rev versions to 1.8b
...
Bumping release ver from 1.8a6 to 1.8b
r=asa
2005-01-12 17:58:51 +00:00
bsmedberg%covad.net
1845f8a205
Bug 237282 - Add makefile rule for preprocessed components. r=cls
2005-01-12 11:23:43 +00:00
dbaron%dbaron.org
3a3ac2ed46
Check in change for ActiveState perl, the equivalent of which has been on the creature tinderbox for ages. (See bug 276758.)
2005-01-02 19:06:22 +00:00
bryner%brianryner.com
235c51e004
Fix undesired tinderbox rebuilds due to system header wrapper timestamps changing. Bug 273336, r=dbaron.
2004-12-16 05:13:45 +00:00
bryner%brianryner.com
884453541b
Add support for using gcc's visibility pragma to treat all function and method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron.
2004-12-15 05:52:44 +00:00
dbaron%dbaron.org
187d42fdcb
Fix dependencies of nsBuildID.h. b=274238 r+sr=bryner
2004-12-14 23:11:27 +00:00
ben%bengoodger.com
de8e03778e
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
7ccf6e4965
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
eba67d4aec
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
850168a318
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
0c8e85c7f2
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
73f1f1abf3
Bug 272843 - remove redundant makefile variable MOZ_COMPONENT_XPCOM_LIBS r=darin
2004-12-04 05:24:38 +00:00
bsmedberg%covad.net
72fc87c54c
Bug 272843 - remove redundant makefile variable MOZ_COMPONENT_XPCOM_LIBS. r=darin
2004-12-04 04:51:43 +00:00
dbaron%dbaron.org
c6889ddba1
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
7d44f4d181
Backing out OS/2 only fix - this shouldn't be needed
2004-12-02 16:41:01 +00:00
mkaply%us.ibm.com
4e2a345b66
OS/2 only change for OS/2 build bustage on some machines
2004-12-01 17:37:39 +00:00
pedemont%us.ibm.com
c6f2de7c1e
Bug 269553 - Integrate JavaXPCOM into build. r=bsmedberg, sr=bryner
2004-12-01 17:33:16 +00:00
bsmedberg%covad.net
c694f808c7
More work for bug 271324 - source localization - reviewed by Pike and biesi
2004-11-29 23:14:13 +00:00
dbaron%dbaron.org
5a8f9c010c
Fix Windows newlines introduced in part of the file. b=249782
2004-11-28 01:20:08 +00:00
dbaron%dbaron.org
3997fd1111
Bump version from 1.8a to 1.8a6.
2004-11-25 18:34:24 +00:00
dbaron%dbaron.org
59bb482234
Bump version from 1.8a5 to 1.8a6.
2004-11-25 18:33:39 +00:00
bsmedberg%covad.net
6a4266dcb1
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
ac611c85e8
Merge XULPPFLAGS patch from the aviary branch, overarching bug is 271324.
2004-11-24 16:01:03 +00:00
bsmedberg%covad.net
c913eb8e2c
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
a14a802332
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
68acb519c7
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
32e3a0d48d
Bug 267814 remove unused files from mozilla/config r=bsmedberg
2004-11-06 17:24:17 +00:00
darin%meer.net
19e8c6ae88
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
cbd90123dc
Add --disable-plugins build option.
...
Bug #266750 r=bsmedberg
2004-10-31 07:10:49 +00:00
darin%meer.net
120535f45d
Do the same thing for OS/2, bug 265998
2004-10-28 22:33:51 +00:00
darin%meer.net
a113bda6cb
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