seawood%netscape.com
57e08a3f3a
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
timeless%mac.com
74af235b58
Bug 167174 builds system should generate .autoreg
...
r=cls,dveditz sr=alecf
2002-09-26 22:47:37 +00:00
seawood%netscape.com
04c8c598a2
MODULE & REQUIRES should be set before config.mk is included.
...
Allow --enable-debugger-info-modules=apprunner to work.
2002-09-13 21:15:59 +00:00
danm%netscape.com
6363712cc2
moving nsIPopupWindowManager.idl from extensions to appshell, where it still doesn't belong but it's an improvement. long live bug 166442 r=jag,timeless
2002-09-13 20:59:56 +00:00
danm%netscape.com
997fa879e8
backing out Txul-regression-causing popup window manager. bug 167929
2002-09-12 01:16:59 +00:00
danm%netscape.com
4020f8bd33
temporary amaaaaazing makefile stupidity to get extension-less builds to build. i promise to sort out the real problem tomorrow.
2002-09-11 04:28:44 +00:00
danm%netscape.com
0e2fc5c13b
add new include dependencies for popup window manager. bug 166442 r=jag,jst
2002-09-11 02:19:45 +00:00
bryner%netscape.com
ad376113e3
Switch to building in browser/app and linking with libxulapp_s, instead of building in xpfe/bootstrap, for Phoenix. Remove some MOZ_PHOENIX #ifdefs that are no longer needed. Not part of the normal build.
2002-09-02 04:03:07 +00:00
bryner%netscape.com
dfda04dd5a
Oops - moving MOZ_WINCONSOLE defines up above include of config.mk.
2002-09-02 02:22:10 +00:00
bryner%netscape.com
6f2dee8b61
Factor out console linker flags for Win32 (MOZ_WINCONSOLE) into config.mk so that we can use them from elsewhere. r=cls.
2002-09-02 01:47:23 +00:00
seawood%netscape.com
05110e09d0
Install new icons during 'make install'
...
Thanks to Paul Boven <p.boven@chello.nl> for the patch.
Bug #163237 r=bryner
2002-08-21 04:09:14 +00:00
asasaki%netscape.com
b305df1154
fix for bug 136673 and bug 138764, adding version info to mozilla.exe
...
for the trunk and adding a program description.
r=cls, no sr= needed for build module.
2002-08-19 22:51:52 +00:00
mkaply%us.ibm.com
a4c5b5b8e4
#162605
...
r=bryner
Copy OS/2 icons into chrome
2002-08-15 12:34:50 +00:00
bryner%netscape.com
2abbf86ae7
Bug 157830 - add per-window taskbar icons for Linux. Move the windows icon files into xpfe/bootstrap/icons/windows. r=pavlov, sr=blizzard.
2002-08-15 00:36:57 +00:00
bryner%netscape.com
162b736af9
phoenix only - not part of build
...
Change the DDE application name so that you can start Phoenix with Mozilla running. r=hyatt, cls.
2002-08-14 09:46:17 +00:00
bryner%netscape.com
a2765bff72
Substitute in the correct program name for mozilla-bin, in case it's defined differently (bug 161803). r=cls.
2002-08-09 01:07:06 +00:00
hyatt%netscape.com
844a01e44f
ifdefs for phoenix. 161448. not part of main mozilla build.
2002-08-07 09:26:30 +00:00
bryner%netscape.com
fff1357047
Changes to allow Mozilla to build with new gcc3 developer tools on OS X (bug 153525). Patch by dbaron, r=cls, sr=bryner, a=asa.
2002-07-24 05:43:53 +00:00
kerz%netscape.com
c288fe45f3
New desktop icons, r=cls, sr=bryner, a=asa
2002-07-21 23:04:48 +00:00
dbaron%fas.harvard.edu
a44ddf4882
Build changes to build mach-o on gcc3: use -install_name option only when linking using -dynamiclib option, since with gcc3 it causes an error when used with -bundle or -execute. r=bryner sr=beard b=153525
2002-06-26 03:09:32 +00:00
bryner%netscape.com
31299ae4f9
Fixing mach-o static build - made a function static in nsAppShellService so that it doesn't conflict with global symbols; add TK_LIBS (-framework Carbon) to the link line for mozilla-bin for both carbon and cocoa builds. r=cls, rs=brendan.
2002-06-03 23:53:31 +00:00
seawood%netscape.com
4293400e69
Because js uses static data structures and is linked into other shared libraries, js must be built as a shared library.
...
Thanks to Colin Blake <colin@theblakes.com> for the original patch.
Bug #127442 r=bryner
2002-05-15 01:37:07 +00:00
sspitzer%netscape.com
4664d0a626
fix for #137886 . Detect defunct previously migrated profiles and offer to re-migrate.
...
this is pref controlled, "profile.seconds_until_defunct. by default,
we'll never offer to remigrate. initial patch by ccarlen.
r=ccarlen,racham,sr=bienvenu
2002-04-26 01:37:04 +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
cls%seawood.org
e64407b57c
Add -lph to photon's final link.
...
Thanks to Brian Edmond <briane@qnx.com> for the patch.
Bug #135690 r=cls a=rjesup
2002-04-06 07:13:16 +00:00
blythe%netscape.com
9594c84aac
Fix bug 127069
...
Default heap size of exes
This is the second patch for this bug and only affects gmake win32 builds
and test embed exes
r=dp, sr=scc, a=asa
2002-04-02 22:20:57 +00:00
tao%netscape.com
0daffa6536
44070: match browser and OS locale. (reusing r=alecf,sr=hyatt,a=asa
...
from previous checkin but set intl.locale.matchOS=false by default.
This should remove the start regression. Will watch the tree and
back this patch if the regression comes back. In theory, this should
not happen)
2002-04-01 05:56:35 +00:00
jkeiser%netscape.com
1842d4cc10
Backing out tao's bug 44070 to see if it is the mega pageload regression culprit.
2002-03-31 09:17:18 +00:00
tao%netscape.com
de85a936fc
44070: match browser and OS locale. r=alecf,sr=hyatt,a=asa. Match browser
...
UI locale and system locale when intl.locale.matchOS == true; Runtime
only behavior; won't write to disk. Fallback to default chrome locale when
matching langpacks are not installed.
2002-03-31 07:33:57 +00:00
sfraser%netscape.com
bef4b9ae53
Fix Mach-O static build. Bug 127186. r=cls, sr=scc, a=dbaron
2002-03-27 03:15:58 +00:00
mkaply%us.ibm.com
584ef8f015
#132050
...
r=cls, a=asa
Get rid of OS2_PROGRAM_RESOURCE hack - use RESFILE
2002-03-21 13:45:32 +00:00
seawood%netscape.com
a905a97812
Fix link ordering issues in static builds for OpenVMS & Sun Forte builds.
...
Thanks to Colin Blake <colin@theblakes.com> for the patch.
Bug #128844 r=cls a=asa
2002-03-08 06:21:47 +00:00
yokoyama%netscape.com
fd332349cf
Bug 116711
...
Convert Commandline URL to Unicode using Platform charset
It's executed only when moz is launched with -url commandline argument.
/r=nhotta, /sr=alecf, /a=asa
2002-03-07 00:44:03 +00:00
seawood%netscape.com
f5b16586fb
Move build logic for static builds into separate .mk so that it doesn't have to be duplicated across Makefiles. Use slightly more generic name for _getModuleInfo function so that it can be used for multiple binaries.
...
Bug #88038 r=bryner
2002-02-19 10:01:05 +00:00
pinkerton%netscape.com
ff12b1e013
Create PkgInfo file for mach-o in the contents dir so the finder
...
recognizes it as a package. r=cls, rs=hyatt. bug 123751.
2002-02-06 15:54:44 +00:00
seawood%netscape.com
eaf4bda177
Increase the lgot buffer for static Irix builds.
...
Bug #122917 r=nickb@adacel.com.au
2002-02-04 06:25:43 +00:00
seawood%netscape.com
b70faea1fc
Do not install the mozilla script on win32
2002-02-03 02:45:54 +00:00
hyatt%netscape.com
d641ffe7f4
Fix CocoaZilla bustage caused by accidental commit of a text file as binary. Not part of build.
2002-01-30 01:23:23 +00:00
pinkerton%netscape.com
cb46d68a19
changes for cocoa product to build and run and coexist in the tree with carbon. r=cls/sr=hyatt, bug# 111230
2002-01-25 22:01:41 +00:00
seawood%netscape.com
39ba085fc5
Fix "static" build support for win32 gmake builds.
...
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
pinkerton%netscape.com
7180e5e8d1
allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496
2002-01-24 15:11:18 +00:00
seawood%netscape.com
e56e20b1dc
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
...
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
seawood%netscape.com
1987db669c
Use DIST instead of DEPTH/dist
2002-01-12 07:59:43 +00:00
timeless%mac.com
da5773ac69
Bug 119295�[mach] Mach-O Lacks a Custom Icon
...
patch by zach@zachlipton.com r=pinkerton sr=smfr
2002-01-10 23:36:56 +00:00
bryner%netscape.com
42773117ed
Bugscape 11533 - hooking up commercial splash screen. Adding a rule to xpfe/bootstrap/Makefile.in to echo the list of object files so that we don't have to duplicate it in the commercial version. No longer exporting splash.xpm to dist/bin or packaging it, since it's compiled in. r=cls.
2002-01-08 06:39:47 +00:00
seawood%netscape.com
128ac41103
nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
...
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
dbaron%fas.harvard.edu
7a72f2d9f4
Remove the many forms of NS_SetupRegistry since the classes registered are all now part of proper components. r=dougt, jag sr=rpotts b=81527
2001-12-20 02:09:49 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
bryner%netscape.com
fb3b0746da
Fixing non-gtk (mach-o, qt, xlib, os/2, beos) bustage. r=cls.
2001-12-18 05:00:33 +00:00
bryner%netscape.com
8c3e5a6c88
Implementing a splash screen for gtk+. To display it, run mozilla --splash. Bug 27446, r=pavlov, sr=blizzard.
2001-12-17 21:58:15 +00:00