Commit Graph

833 Commits

Author SHA1 Message Date
ramiro%fateware.com
21e92e4270 Made the spec file actually work. Not part of SeaMonkey.
git-svn-id: svn://10.0.0.236/trunk@51497 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:55:21 +00:00
ramiro%fateware.com
36b1b32126 Fixed the mozilla script. Not part of anything.
git-svn-id: svn://10.0.0.236/trunk@51496 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:54:23 +00:00
ramiro%fateware.com
5244db774f More rpm packaging work in progress. Not part of anything.
git-svn-id: svn://10.0.0.236/trunk@51408 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:12:50 +00:00
ramiro%fateware.com
a3613fc446 Work in progress to add reasonable rpm packaging support for the beast.
NOT PART OF THE SEAMONKEY BUILD.


git-svn-id: svn://10.0.0.236/trunk@51372 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 14:57:38 +00:00
pierre%netscape.com
6b7990dcc7 Enabled MOZ_PERF_METRICS in the Mac build:
- updated DefinesMozilla.h
- fixed stopwatch.cpp
- created libutilIDL.mcp
- added StopWatch exports to libutil.exp
- added xpcom.shlb to libutil.mcp
- added libutil.shlb to htmlparser.mcp, layout.mcp, webshell.mcp


git-svn-id: svn://10.0.0.236/trunk@51365 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 05:41:45 +00:00
scc%netscape.com
a83d58083d Now InstallFromManifest "xpcom/components/MANIFEST_COMPONENTS" to get some javascript installed in the apps "Components" directory. This corresponds to work shaver has already done on the other platforms. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@51297 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:31:46 +00:00
davidm%netscape.com
b8febcc271 14974 apprunner fails to start up on B&W G3 8.6
Add file to generate logs on the mac
r sdagley


git-svn-id: svn://10.0.0.236/trunk@50728 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:46:27 +00:00
sfraser%netscape.com
6aa6a226a0 Add jsurl IDL manifest and project for dougt.
git-svn-id: svn://10.0.0.236/trunk@50579 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 07:19:40 +00:00
sspitzer%netscape.com
7516584ad9 fix for #16262, r=mscott. now we have "Mozilla Profile Wizard" (a.k.a. -ProfileWizard) for the mac.
git-svn-id: svn://10.0.0.236/trunk@50555 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 04:21:18 +00:00
sspitzer%netscape.com
da4d6e495b fix for #16098, r=mscott. Now we have "Mozilla Profile Manager" for the mac, which is the same as -ProfileManager on the other platforms
git-svn-id: svn://10.0.0.236/trunk@50386 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:16:31 +00:00
sfraser%netscape.com
6dd1042b5d Don't export headers in lib/mac/MacMemoryAllocator any more. NSPR no longer needs the one that was being exported. r=sdagley
git-svn-id: svn://10.0.0.236/trunk@49928 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:20:44 +00:00
beard%netscape.com
bc66d4807f removed pulling of mozilla/gc/boehm, no longer building NStdLibGC target. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49697 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 21:51:39 +00:00
beard%netscape.com
4133a2fff5 added pulling of mozilla/gc/boehm, conditionally building gc.mcp if $GC_LEAK_DETECTOR is true, and building MemAllocator.mcp[MemAllocatorGC.o], NSStdLib.mcp[NSStdLibGC.shlb] if $GC_LEAK_DETECTOR is true. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49682 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:06:10 +00:00
beard%netscape.com
50068fd6e0 Added $GC_LEAK_DETECTOR. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49681 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:03:39 +00:00
beard%netscape.com
7835dfb07e added GC_LEAK_DETECTOR variable. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49680 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:01:48 +00:00
hyatt%netscape.com
9060bb7e6c Fixing apprunner startup bustage on mac. r=beard
git-svn-id: svn://10.0.0.236/trunk@49671 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 01:41:06 +00:00
beard%netscape.com
ac349d4f71 Now that mozilla/lib/mac/NSStartup has been added to the modules file, SeaMonkeyEditor, reenabled building NSStartup.mcp. Converted building JSLoader.mcp into Components, per shaver's permission. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49670 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 00:37:19 +00:00
scc%netscape.com
16b1141bdf Fixing Mac build bustage by backing out (actually commenting out) beards previous change. The project he cites isn't in the module (or something) and isn't getting checked out. Ergo, errors when you try to find it to build. Couldn't find anyone to review or approve and there is no bug number ... but it has to be done. I guess I'm going to hell.
git-svn-id: svn://10.0.0.236/trunk@49648 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 03:41:52 +00:00
briano%netscape.com
612bb1db4c Added support for SCO UnixWare 7.
git-svn-id: svn://10.0.0.236/trunk@49643 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 02:49:32 +00:00
beard%netscape.com
e912c2233e added mozilla/lib/mac/NSStartup/NSStartup.mcp to the build. This will create NSAppStartup.o, NSComponentStartup.o, and NSLibraryStartup.o, and will permit conditional use of the GC leak detector. r=sdagley
git-svn-id: svn://10.0.0.236/trunk@49642 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 02:21:17 +00:00
hyatt%netscape.com
ade56298bb Restructuring ua.css to use html.css
git-svn-id: svn://10.0.0.236/trunk@49607 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 21:57:01 +00:00
hyatt%netscape.com
04637210d9 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49595 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 20:49:07 +00:00
beard%netscape.com
28a17ff73f build htmlparser and view into components directory. r=vidur
git-svn-id: svn://10.0.0.236/trunk@49517 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 00:43:24 +00:00
briano%netscape.com
5713b279c1 Fix for bug 15190.
git-svn-id: svn://10.0.0.236/trunk@49391 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 01:59:30 +00:00
sspitzer%netscape.com
0e52e2ef7d fix resources for the profile migration dialog.
git-svn-id: svn://10.0.0.236/trunk@49297 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 04:07:12 +00:00
sspitzer%netscape.com
77e5548669 finish renaming and moving all the profile xul, js and dtd files.
git-svn-id: svn://10.0.0.236/trunk@49253 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 22:50:45 +00:00
sspitzer%netscape.com
fcbb0a9c51 whoops. this is still needed, as it builds nsIProfile.idl
git-svn-id: svn://10.0.0.236/trunk@49200 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 07:40:55 +00:00
sspitzer%netscape.com
afdc969f06 idlservices is gone, as is the profile appcore. #14999
git-svn-id: svn://10.0.0.236/trunk@49198 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 07:35:32 +00:00
sspitzer%netscape.com
c35d818e4a fix for #14999. remove the profile appcore
git-svn-id: svn://10.0.0.236/trunk@49196 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 07:29:25 +00:00
cls%seawood.org
875e3d7a32 Approved by leaf.
Removed --enable-random-options and --enable-cross-compile options.  Set CROSS_COMPILE in the environment if you want to use the cross-compiling setup for now.

Gave into my pedantic side and cleaned up the help messages so that the output from --help actually looks reasonable.  For the curious, they are lined up on column 27.

Marked --disable-client-wallet & --disable-cookie-management as broken.


git-svn-id: svn://10.0.0.236/trunk@49144 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 20:47:51 +00:00
slamm%netscape.com
75033d3220 Add a command-line option to specify the source tree path.
git-svn-id: svn://10.0.0.236/trunk@49128 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 17:28:33 +00:00
morse%netscape.com
a29836c5b5 fix signonviewer bugs 14703 and 14916, approved chofmann
git-svn-id: svn://10.0.0.236/trunk@49091 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 09:51:20 +00:00
waterson%netscape.com
905d7bd1da Bug 14896. Add regviewer to mac build. a=chofmann
git-svn-id: svn://10.0.0.236/trunk@49018 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 00:51:59 +00:00
gordon%netscape.com
cfb286eda3 Add data.mcp and dataIDL.mcp to buildlist for bug#13697 and #8649. Reviewed by warren, approved by chofmann.
git-svn-id: svn://10.0.0.236/trunk@48951 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 00:47:30 +00:00
sspitzer%netscape.com
2b4bb9bdc5 step 2 of getting the pref-migrator progress dialog working on the Mac.
yes, I know these are in the wrong place.  after I get it working, I'll clean
it up


git-svn-id: svn://10.0.0.236/trunk@48730 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:50:58 +00:00
sfraser%netscape.com
0db9764a25 File Removed.
git-svn-id: svn://10.0.0.236/trunk@48674 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 23:41:46 +00:00
brade%netscape.com
fe3319b569 add JSLoader.mcp for shaver
git-svn-id: svn://10.0.0.236/trunk@48673 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 23:41:10 +00:00
brade%netscape.com
aa451e218b build txmgridl on Mac
git-svn-id: svn://10.0.0.236/trunk@48671 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 23:31:10 +00:00
sfraser%netscape.com
255f2f79d7 Remove unneeded MANIFESTS in cmd/macfe
git-svn-id: svn://10.0.0.236/trunk@48616 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:05:30 +00:00
shaver%netscape.com
e2cc239623 turn on JS loader for Mac
git-svn-id: svn://10.0.0.236/trunk@48598 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:10:20 +00:00
sgehani%netscape.com
f6fd50ada9 Adding i18n support to xpinstall: using StringBundleService.
git-svn-id: svn://10.0.0.236/trunk@48560 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 08:46:59 +00:00
tao%netscape.com
2e0b646064 Move *.properties to locale
git-svn-id: svn://10.0.0.236/trunk@48516 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:38:01 +00:00
ftang%netscape.com
2c16a3ff90 add uconvIDL.mcp
git-svn-id: svn://10.0.0.236/trunk@48453 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:55:40 +00:00
beard%netscape.com
63ef9cc603 added pulling of MRJ OJI plugin source, in preparation for building.
git-svn-id: svn://10.0.0.236/trunk@48239 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 03:36:15 +00:00
sspitzer%netscape.com
5bdca264a5 remaining changes to get alecf's dom viewer to build on the mac.
thanks to sfraser for the *.mcp / *.pm / MANIFEST help.


git-svn-id: svn://10.0.0.236/trunk@48229 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 00:43:24 +00:00
dougt%netscape.com
c8ba09b4cf removing silentdl to speed up build.
git-svn-id: svn://10.0.0.236/trunk@48221 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 20:34:19 +00:00
sfraser%netscape.com
60ac354139 Moving default pref files to Defaults/Pref, for neeti.
git-svn-id: svn://10.0.0.236/trunk@48080 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:32:18 +00:00
sfraser%netscape.com
9da2a6bae6 Changes for profile DTD files, for gayatrib.
git-svn-id: svn://10.0.0.236/trunk@48069 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:22:59 +00:00
cyeh%netscape.com
b02e827116 build RegXPCOM in optimized builds for creation of Component Registry
git-svn-id: svn://10.0.0.236/trunk@47875 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:08:41 +00:00
ramiro%netscape.com
3b226f0324 Add a --enable-low-fat option to reduce the .dynsym bloating in components.
git-svn-id: svn://10.0.0.236/trunk@47780 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 13:43:15 +00:00