Commit Graph

872 Commits

Author SHA1 Message Date
cls%seawood.org
ebf0ac94f8 Forgot MOZ_REGISTRY_LIBS needed for os/2. 2000-04-05 06:58:57 +00:00
sgehani%netscape.com
e21b3eaff1 Don't have access to a solaris build: ifdef'ing for linux only. 2000-04-05 06:27:26 +00:00
cls%seawood.org
adef1ac6f6 Minor changes to incoporate OS/2 into our build system. Bug #34106
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
dveditz%netscape.com
3c8eae5a14 fixing thread-safety issues 2000-04-05 06:02:58 +00:00
sgehani%netscape.com
b439343a9a Turning on Unix installer for GTK enabled environments. [b = 16300] 2000-04-05 05:52:30 +00:00
dveditz%netscape.com
466ac620a9 bugs 20044 and 30698 2000-04-05 05:47:50 +00:00
sgehani%netscape.com
0c6f6a4eea Making xpistub work on Unix... again! 2000-04-05 05:47:39 +00:00
dveditz%netscape.com
5a5d5545e4 fixing IDL casing convention 2000-04-05 05:45:24 +00:00
sgehani%netscape.com
9442168f67 * Fixing ui/engine thread communication flakiness.
* Expecting .xpis in a tucked away ./xpi/ dir now.
* Renamed installer binary target to mozilla-installer.

Not part of build just yet.

b = 16300
2000-04-05 05:16:05 +00:00
sgehani%netscape.com
72f0998b1a Preparing Unix installer automation. Not part of build. Only used by
release.  Can also be used by anyone who wishes to generate a complete Unix
GUI installer from a local mozilla tree:
    prompt > perl deliver.pl
with no args defaults all required args for you and delivers a fully usable
GTK/pthreads requiring installer to
    mozilla/installer/sea/mozilla-installer.tar.gz
2000-04-05 05:06:29 +00:00
ssu%netscape.com
6aebabc7a3 fixing bugs #32765, 32693, 21034, 33164.
affects only windows
2000-04-05 02:51:44 +00:00
sgehani%netscape.com
a22169ae2d Renaming install.jst to xpcom.jst. Part of automation requirement for new
.xpi name.
2000-04-05 02:48:23 +00:00
sgehani%netscape.com
82e37e23f7 Renaming install.xpi to xpcom.xpi. 2000-04-05 02:39:55 +00:00
sgehani%netscape.com
82d7f9a603 First Checked In. 2000-04-05 02:39:00 +00:00
ssu%netscape.com
5b922c7317 fixing bugs #32765, 32693, 21034, 33164.
affects only windows
2000-04-05 02:13:50 +00:00
ssu%netscape.com
db747e383a fixing bugs #32765, 32693, 21034, 33164.
affects only windows
2000-04-05 02:05:31 +00:00
sgehani%netscape.com
e9f653b904 Various Mac installer features/fixes: * Installer Modules folder now expected * Not displaying invisible components in setup type desc * Multi-xpi per checkbox support * Centering about box b=18912, 32690, 32707, 33370 2000-04-05 01:56:37 +00:00
mkaply%us.ibm.com
e4e19e97f7 # 33859
r= dveditz@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 22:58:34 +00:00
cls%seawood.org
da66e49516 Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point. 2000-04-02 07:17:25 +00:00
jim_nance%yahoo.com
dc0e139673 Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
days for module owners to comment on.  r=troy@netscape.com
2000-03-30 03:21:26 +00:00
dougt%netscape.com
a593ef6005 Adding psm-glue.js preferences files to the packages. bug 31167. 2000-03-30 00:18:46 +00:00
warren%netscape.com
727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
jj%netscape.com
f228acbf65 fix for #33495: stop packaging 'NSPR Logging' with the installer. 2000-03-29 03:04:01 +00:00
dougt%netscape.com
ffe3843eb7 adding comment out update notfication targets. 2000-03-28 12:06:59 +00:00
dougt%netscape.com
71790ff6ba adding commented out xpidl target for update notification. 2000-03-28 12:06:19 +00:00
dougt%netscape.com
f89d05aff6 adding update notification to xpinstall. It is currently ifdef off. 2000-03-28 12:05:20 +00:00
dougt%netscape.com
fe2f4e9635 adding nsUpdateNotification to tree.
not part of build.
2000-03-28 11:53:50 +00:00
dougt%netscape.com
1bb5eb1b2f Adding updateNotification bits.
not part of build.
2000-03-28 11:52:11 +00:00
dougt%netscape.com
e564200934 Adding nsIUpdateNotification.idl 2000-03-28 11:50:12 +00:00
dougt%netscape.com
b7bf65c802 removing xpinstall/notifier from build path. 2000-03-28 00:17:22 +00:00
rickg%netscape.com
bb002efdaa removed direct access to nsString members 2000-03-27 06:28:47 +00:00
scc%netscape.com
629fdae885 small changes to clients of string converting APIs 2000-03-26 11:02:30 +00:00
ssu%netscape.com
956430cf35 initial checkin of tool to help build windows installer. Not hooked up to build system yet. 2000-03-25 01:38:12 +00:00
jim_nance%yahoo.com
bebfa35340 Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
ssu%netscape.com
ee60a1b2dc fixing bug #32437 - View page source no longer shows blank window. r=travis,sgehani 2000-03-24 21:22:11 +00:00
ssu%netscape.com
e0912a16e0 fixing bug #33166 - can no longer press next in Setup Type dialog when warning dialog is shown. r=sgehani 2000-03-24 21:20:22 +00:00
ssu%netscape.com
d28bf15bf4 fixing bugs:
33004
  33006
  33007
  23662
  27588
  27593
  27598
  28539
  32706

r=sgehani
2000-03-24 03:40:09 +00:00
dbragg%netscape.com
418aaec9a2 Backend plumbin fix for bugs 17505 and 20046 r=dveditz 2000-03-22 21:51:26 +00:00
pierre%netscape.com
6979ae9a19 For Profiler builds: removed NSRuntimeDebug.shlb from debug targets in MIW.mcp and modified NGLayoutBuildList.pm to not build that project when the Profiler is on. 2000-03-22 03:50:15 +00:00
norris%netscape.com
8f3d31ec3c Fix 32585 chrome/caps are missing from the packages files
r=mstoltz
2000-03-21 23:11:05 +00:00
ssu%netscape.com
dbc6706464 fixing bugs:
31157
21575
27298
27578
27581
27582
27583
27589
27590
28537
28538
28539
28750
30436
29169
27579

windows platform only

r=sgehani
2000-03-21 21:43:22 +00:00
dougt%netscape.com
1ff7118f11 Adding timebomb chrome resource to package list. bug 32585. This was
already reviewed for the commercail tree a while ago.
2000-03-21 05:44:05 +00:00
jj%netscape.com
26ee6b1e8f . renamed -url file "Mozilla Installer" to "Mozilla Profile Migration". landing fix for #29816 from the beta1_BRANCH. . removed obsolete viewsource.js and viewsource.xul 2000-03-21 04:53:24 +00:00
ssu%netscape.com
edeb4aee3b fixing bug #32340 - msvcrt.dll and msvcirt.dll now get installed *only* if they don't exist.
a=chofmann
r=sgehani
2000-03-19 03:15:25 +00:00
sgehani%netscape.com
274c63de07 First cut of Linux Install Wizard using gtk. (Not part of build.) 2000-03-17 07:35:06 +00:00
ssu%netscape.com
22884681cc fixing a hack that was done for beta1. It is now possible to control the font size, color, and shadowing for the text on the blue background in the installer via the config.ini. affects only windows. r=sgehani 2000-03-17 02:38:13 +00:00
jj%netscape.com
3d76294465 don't die if delete fails, just warn. a=granrose, r=leaf *** installer packaging only *** 2000-03-16 21:16:08 +00:00
sgehani%netscape.com
7f8f94cd4e Fix various cosmetic issues with the Mac native installer. [b=29328, 28576, 18874, 31042, 29849; r=ssu] 2000-03-16 01:34:48 +00:00
ssu%netscape.com
4619755e33 fixing bug #31875 under win95. a=chofmann r=cathleen 2000-03-15 23:44:57 +00:00
ssu%netscape.com
45f4babcfe fixing bug #31875 - adding a windows shortcut to the desktop
Also fixing a nsztool bug that shows up when compressing small files.

a=cathleen
r=cathleen
2000-03-15 08:36:31 +00:00