Commit Graph

1892 Commits

Author SHA1 Message Date
sicking%bigfoot.com
2d711c26ac Landing XSLT branch. Tracking bug is 155578, fixes bugs 46633, 54659, 73492, 70369, 85408, 90157, 130161, 109918, 150916 and 170097
* New scriptable interfaces to XSLT
* Make HTML-output create real html
* cleanup the XSLTProcessor class

Patch by sicking, pike and peterv

r=sicking/pike, sr=peterv, a=asa
2002-10-21 22:32:29 +00:00
bryner%netscape.com
123e5a33b2 Don't assume that the mount point will be /Volumes/$VOLUME_NAME. Not part of any build. 2002-10-10 22:15:35 +00:00
sicking%bigfoot.com
0ebafe602c Remove mac-buildstuff to fix bustage from bug 64945 2002-10-09 09:01:30 +00:00
sicking%bigfoot.com
19f4071008 fix mac bustage 2002-10-09 08:05:04 +00:00
sicking%bigfoot.com
de70300d00 bug 64945 stage two.
Prettyprint without modifying the DOM by using an XBL binding. Use viewsource.css for styling. Also refactor a real sync-load service and make transformiix and XBL use it.

r=jkeiser sr=darin
2002-10-09 07:03:15 +00:00
loadrunner%betak.net
b83ec4cf48 b144551, inconsistent en-mac/en-unix in different platform langenus.xpi files, r=cls, sr=sfraser 2002-10-08 06:18:52 +00:00
av%netscape.com
72909869a0 Bug 104298 -- clean up in plugin module, r=serge, r=bnesse, sr=beard 2002-10-03 21:31:41 +00:00
blizzard%redhat.com
7aa07050e1 Part of bug #126919. Set up configure options for using an external version of xft. r=cls 2002-10-03 00:37:12 +00:00
bryner%netscape.com
97334d8f6e Add a configure option to disable building composer (bug 170136). Move handling of the -composer command-line option from libeditor/base/ to composer/src/. Remove unused nsIEditorService interface. r=seawood, sr=sfraser. 2002-10-01 00:16:51 +00:00
alecf%netscape.com
7398d2a8f9 fix for bug 79175, merge jsloader into xpconnect
r=dbradley, sr=brendan
2002-09-27 18:33:02 +00:00
alecf%netscape.com
31f48ac541 bug 169498 - combine i18n libraries into one. sr=bryner, r=ftang 2002-09-24 21:50:05 +00:00
alecf%netscape.com
08ed1c3188 bug 169003 - merge the mozbrwsr DLL into the appcomps DLL
r=bryner, sr=jag
2002-09-19 19:00:13 +00:00
alecf%netscape.com
8872bc9ac4 fix for bug 115217
merge cache dll into main necko dll for a minor startup improvement
r=dougt, sr=darin
2002-09-19 18:29:56 +00:00
alecf%netscape.com
8f4ca1f344 fix for bug 168048 - combine commonly used decoders into the main imglib dll
r=pavlov, sr=tor
2002-09-17 23:05:27 +00:00
aaronl%netscape.com
438a4489a6 Bug 165632. Get typeaheadfind into mac build. This does not check it into the mac installer. r=cls, sr=sfraser 2002-09-12 23:23:18 +00:00
darin%netscape.com
f8b4439d1b adding mac build changes for new MANIFEST file 2002-09-12 19:44:11 +00:00
alecf%netscape.com
214146625e fix for bug 163736 - consolidate gfx2 into gfx, and remove the gfx2 DLL from the build.
r=pavlov, sr=rbs
includes creating a new "Shared" library which shares gfx code between all platforms
2002-09-12 04:43:31 +00:00
leaf%mozilla.org
bdb8dd5fb8 backing out erroneous checkin to pull scripts 2002-09-11 18:34:54 +00:00
cltbld%netscape.com
f70ff03c41 update the tag to MOZILLA_1_2a_RELEASE 2002-09-11 18:03:05 +00:00
timeless%mac.com
febd13a923 bug 166610 jar packaging failure
r=cls. macosx build fails to launch due to packaging failure
2002-09-04 20:13:07 +00:00
sicking%bigfoot.com
443bb6d0bc Bug 64945: XML Prettyprinting stage 1
r=peterv sr=jst
2002-09-04 06:57:25 +00:00
timeless%mac.com
7edc5fcee1 Bug 158739 Tabbed Browsing, OS X: Command+Enter checkbox text displayed in 3 lines (should be 1 line)
r=doron sr=jag
2002-09-04 03:35:58 +00:00
peterv%netscape.com
0e331f5cf3 Trying to fix Mac bustage. 2002-08-30 16:15:43 +00:00
seawood%netscape.com
0dcb5efb9c Updating cvsignore files.
Thanks to Diego Biurrun <diego@biurrun.de> for the patch.
Bug #164774 r=cls
2002-08-30 05:12:02 +00:00
bolian.yin%sun.com
7e67351fac bug 156593, Remove the dependence to gtk1 when the default toolkit is gtk2.
patch by john.sun@sun.com, r=cls
2002-08-29 10:30:58 +00:00
alecf%netscape.com
794d931f00 for bug 157567
combine txtsvc into libeditor - no need for seperate dlls
r=akkana, sr=kin
2002-08-22 22:08:36 +00:00
seawood%netscape.com
795fe5cc9e Redirect errors from md5sum detection to /dev/null since md5sum is not available on all platforms.
Bug #163744 r=bryner
2002-08-22 01:06:17 +00:00
rods%netscape.com
fa04fb294e Move printing code out of the DocumentViewer
add in #defines to turn on and off printing and print preview
Bug 139905 r=dcone sr=jst
2002-08-21 12:01:05 +00:00
axel%pike.org
830df556e6 bug 46754, remove transformiix copy of expat. Not part of build. build transformiix standalone on windows again.
changes to build system are r=cls, changes to transformiix r=peterv
2002-08-15 08:52:59 +00:00
seawood%netscape.com
b49badabe7 Fix standalone xpcom builds for OSX 2002-08-14 23:04:49 +00:00
peterv%netscape.com
ee42cbb6ef Cleaning up after alecf. 2002-08-13 11:02:29 +00:00
alecf%netscape.com
567d3deb58 oops, remove references to now non-existant MANIFEST files (does not affect build, just cleans things up) 2002-08-12 21:47:31 +00:00
alecf%netscape.com
398c128889 fix for bug 157993 - combine all unicode converters into a single library, and share GetMaxLength() implementation between all converters that can support it.
r=ftang, sr=blizzard
2002-08-12 19:16:16 +00:00
margaret.chan%sun.com
3e32c7839d Bug 149152 - Reduce exported functions to facilitate better runtime search. This is to address performance issue for Solaris. Check in once again for Nidheesh Dubey (nidheesh@eng.sun.com). Previous checkin has some editing problem. r=cls. 2002-08-07 23:46:20 +00:00
seawood%netscape.com
ae739f8f71 Allow mozilla to handle paths with spaces correctly. (Note: it still doesn't appear to work properly for gdb4. Reportedly works for gdb5 though)
Thanks to Andrew Schultz <ajschult@eos.ncsu.edu> for the patch.
Bug #157043 r=cls
2002-08-07 11:46:15 +00:00
rbs%maths.uq.edu.au
34e893d1c3 Add fontEncoding.properties to the Mac for fonts that need special treatment, b=159243, r=ftang, sr=sfraser, a=asa 2002-08-02 00:27:50 +00:00
mcafee%netscape.com
fbb97a63e6 Fix ftp url to not point at the flakey Welcome file that seems to disappear from _some_ of the mozilla.org ftp servers (160465). r=bbaetz, sr/a=rjesup 2002-08-01 22:59:04 +00:00
blizzard%redhat.com
b870f2d915 Updating rpm build files. Not part of the build. 2002-07-29 03:22:52 +00:00
joe.chou%sun.com
8e747e94e5 Bug149152-Add mapfile to Solaris to improve browser performance. r=cls@seawood.org, a=asa@mozilla.org 2002-07-27 02:45:51 +00:00
yokoyama%netscape.com
8d6be5d98d Bug 156979
XBL emulation of marquee.
/r=nhotta, timeless, /sr=jst, /a=asa
2002-07-26 17:47:16 +00:00
rbs%maths.uq.edu.au
d2d7b49a85 re-enabling MathML after peterv's fixup 2002-07-17 07:23:16 +00:00
peterv%netscape.com
be908653fb Fixing MathML packaging bustage on Mac. 2002-07-17 07:17:05 +00:00
rbs%maths.uq.edu.au
39c6b78d8e Turn off the build of MathML to attempt to fix the bustage 2002-07-17 00:31:47 +00:00
rbs%maths.uq.edu.au
75db0d2c4c Whitespace to add a=drivers, b=155703, r=peterv, sr=sfraser, a=asa 2002-07-16 23:29:54 +00:00
rbs%maths.uq.edu.au
41a6388b7a Turn on MathML in the Mac build, b=155703, r=peterv, sr=sfraser 2002-07-16 23:25:55 +00:00
locka%iol.ie
3291fb895d Move appstrings.properties into new docshell/resources dir. b=156988 r=brade@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org 2002-07-16 11:54:44 +00:00
alecf%netscape.com
c653d928d8 bug 156723 - remove xfer and ucth from the build - no longer used
r=law, sr=blake, a=asa
2002-07-11 21:01:33 +00:00
locka%iol.ie
1f26756e18 Support for error pages. b=28586 r=radha@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org 2002-07-11 20:59:03 +00:00
seawood%netscape.com
e2a7b28452 Replace each backslash with multiple backslashes so that escaped chars are properly escaped when the shell scripts are run. This should fix the random shell/sed segfault that was killing the nightly automation too.
Bug #156838 r=leaf
2002-07-11 20:19:14 +00:00
akkana%netscape.com
22a1bb0cb6 Remove MANIFEST_IDL for bug 126312 2002-07-10 01:08:15 +00:00
akkana%netscape.com
c31a125313 Fix build bustage -- we have no more IDL files in txtsvc 2002-07-09 23:17:05 +00:00
seawood%netscape.com
08c7c28169 Add generated files to GARBAGE. 2002-07-06 20:00:45 +00:00
dbaron%fas.harvard.edu
4aba7cc14e For stylesheet loads with text/css or empty advisory type, end error message to error console when we don't load a stylesheet (standards mode) or warning message when we do load it (quirks mode). b=154942 r=bzbarsky sr=waterson 2002-07-02 03:11:57 +00:00
bryner%netscape.com
a2de586dd3 Adding a simple shell script to create a DMG disk image from a folder's contents (used for mach-o nightly builds). Not part of the regular build. 2002-06-28 09:31:28 +00:00
jj%netscape.com
ca246a2f8f bug 139815: Fix for depend builds: delete the plugin directory structure if it already exists under dist before copying it again. by sfraser, r=jj 2002-06-27 02:39:12 +00:00
blakeross%telocity.com
7bc8fc6afb 132027 - no menus work when download manager window has focus. patches by bryner and I. r=bryner/blake sr=ben/dveditz 2002-06-24 21:48:24 +00:00
peterv%netscape.com
d5b273bc97 Fix for bug 142108 (Crash when reloading XML+XSLT Trunk, M100, N70PR1, M11A [@ nsXMLContentSink::Observe][@ 0x00000001]). r=Pike, sr=jst. 2002-06-20 12:04:22 +00:00
seawood%netscape.com
5b89bfd6bb Re-adding with executable bit set. 2002-06-17 17:30:22 +00:00
seawood%netscape.com
42f3e16064 Oops. These need to be executable by default 2002-06-17 17:28:34 +00:00
seawood%netscape.com
6de5b59159 Fixing win32 gmake builds lack of debugging information problem by working around a combination MSVC & cygwin make deficiencies:
* We must use the full path to the source file when calling MSVC so that debugging information shows up in the object files.
* Because of cygwin's use of /cygdrive when using full paths, we must use a cygwin-wrapper script in some cases to allow native win32 programs to use a fully qualified cygwin path.
* We have to call configure using the full path so that $(srcdir) contains the
full path in the Makefiles. The rules have been changed for win32 so that it
always use $(srcdir)/$*.{c,cpp} as the sourcefile name even when the file is in
the cwd.  This works around both the /cygdrive issue and the msvc's path info
optimization.
* We still use the wrapper when calling rc.exe & nsinstall.  nsinstall
frequently takes multiple args and is called all over the tree so changing each
calling site is going to be expensive.	(I'll have to check  the logs again but
I think the rc wrapping can go.)
* nspr & ldap still use the wrappers for all native win32 progs.  Neither nspr
nor ldap uses the acoutput-fast.pl script to speed up the substitution of
@srcdir@ into their Makefiles so, makefile substitution will break if we use
dos-paths.
* In the handful of directories where we copy srcfiles from another directory
in lieu of using VPATHs, we have to now copy those files to $(srcdir) so that
the default rules can find them.
Bug #141834 r=leaf,wtc,dmose,mcs
2002-06-17 17:09:57 +00:00
seawood%netscape.com
4fdf807b23 Use ftp.mozilla.org for the ftp test as ftp.netscape.com is ironicly unreachable from inside the Netscape firewall. 2002-06-14 05:29:20 +00:00
bnesse%netscape.com
10a7b9cd05 Fix for bug 141035. Application must quit if it fails to load the .cfg file. r=sgehani, ccarlen, sr=alecf. 2002-06-12 18:52:46 +00:00
beard%netscape.com
670c2733f8 Backout previous checkin. MRJPlugin.jar is now part of the tree. 2002-06-06 23:40:28 +00:00
beard%netscape.com
f2cb764204 Fix build bustage, if no Java tools. 2002-06-06 23:32:07 +00:00
beard%netscape.com
f53bed27ee Add MRJPluginCarbon to the build. r=jj, sr=waterson, a=adt/jaimejr. 2002-06-06 20:35:33 +00:00
cbiesinger%web.de
1a92e0f845 bug 8031 r=tor sr=dveditz
XBM support
2002-06-04 08:48:12 +00:00
blizzard%redhat.com
dc1bf45d96 No bug on this one. Fix the dependency for the mozilla-js package. Add a package file for nss. Not part of the standard build. r=cls 2002-06-03 22:26:01 +00:00
seawood%netscape.com
a2e8f48e87 Provide pkgconfig files.
Thanks to Chris Blizzard <blizzard@mozilla.org> for the patch.
Bug #134204 r=cls
2002-05-29 22:14:08 +00:00
blizzard%redhat.com
a5b81dcacf Bug #134204. Add files for pkg-config. Not part of the build. r=cls,hp 2002-05-28 20:20:42 +00:00
pinkerton%netscape.com
0aa5387f3b explicitly set locale in installed-chrome.txt for embedding packaging. r=ccarlen/sr=beard/a=valeski bug 144866. 2002-05-17 00:20:38 +00:00
seawood%netscape.com
4a10ccc70f Increase Shared Memory Transport size to 512k for solaris builds.
Note: "512 is a good compromise between the transport speed and the system memory resources consumed."
Thanks to Jeff Wasilko <jw-mozilla@smoe.org> for the patch.
Bug #118846 r=cls
2002-05-12 21:25:04 +00:00
seawood%netscape.com
07e47dd696 Restoring unlabelled 'MozillaHack's. Fixing Netscape uname bustage.
Bug #140869
2002-05-03 10:02:05 +00:00
seawood%netscape.com
33df5008ab Sync config.guess & config.sub with official GNU copies.
Bug #140869 r=bryner
2002-05-03 08:28:56 +00:00
seawood%netscape.com
7b9cb8e59f Trim module.mk's xpcom entry since all of xpcom's external deps have been removed.
Move 3rd party libs into tier_1 dir list.
Move standalone application level libs into tier_2 list.
Bug #107302 r=blythe sr=alecf
2002-05-02 22:53:30 +00:00
rods%netscape.com
b1cb2953ae Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
2002-05-02 12:38:43 +00:00
tor%cs.brown.edu
09af8e5c54 Bug 53597: gamma correction backout. r=dbaron, sr=brendan 2002-04-30 23:15:52 +00:00
axel%pike.org
0816cae86b bug 139934, echo DISPLAY and printing environment vars in debug mode. patch by Roland.Mainz@informatik.med.uni-giessen.de, r=cls 2002-04-26 09:51:17 +00:00
pinkerton%netscape.com
89cccb0e97 package download progress on mac for embedding. fix jar manifest to not pull en-unix on every platform. r=bryner/sr=ben/a=rjesup. bug#134523 2002-04-25 21:25:59 +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
dprice%netscape.com
e3eadfb065 136497 r=jfrancis sr=dveditz
carbonize XPICleanup
2002-04-16 22:54:39 +00:00
pinkerton%netscape.com
2639b4120d package xul security dialogs in embedding. also add appcomps to embed to get session history. r=ccarlen/sr=alecf. bug# 135211 2002-04-16 19:09:57 +00:00
bnesse%netscape.com
66e923f1e5 Fix for bug 132140. Clean up prefs backend. r=dveditz, sr=alecf. 2002-04-16 18:48:19 +00:00
peterv%netscape.com
89dfe33cad Fix for bug 126691 (need extensions\interfaceinfo build fu). sr=sfraser. Not part of the default build. 2002-04-13 21:57:59 +00:00
peterv%netscape.com
935cfd4e08 Fixing mac bustage. 2002-04-13 12:52:28 +00:00
dcone%netscape.com
92f244b661 b=90751 r=peterl sr=attinasi a=asa Adding printer extensions to Mac OSX 2002-04-12 13:13:36 +00:00
seawood%netscape.com
f8884b57e0 Roll our own version of abs2rel to handle MOZ_OBJDIRs with .. in their path
Bug #135589 r=kaie
2002-04-11 22:18:55 +00:00
dmose%netscape.com
49752a8d2d LDAP over SSL (bug 107411). UI changes thanks to srilatha@netscape.com nsLDAPSecurityGlue.cpp: r=mcs@netscape.com; Mac S/MIME build changes: r=javi@netscape.com; Mac Project changes: r=rdayal; all other files: r=bhuvan@netscape.com; entire patch: sr=sspitzer@netscape.com 2002-04-10 04:21:13 +00:00
brade%netscape.com
62cb5d1aef bug 75898 Mac needs platform-specific keybinding for new message (r=akkana, sr=sspitzer, a=asa, adt=jaime) 2002-04-05 13:42:52 +00:00
pinkerton%netscape.com
a76c660801 turn on building of native scrollbars from xbl, on for mac classic skin. r=sdagley/sr=beard/a=valeski. bug# 121440 2002-03-31 18:36:55 +00:00
srilatha%netscape.com
5fe0b177f4 Fix for bug # 78585. Import local folders from 4.x.
r=racham@netscape.com,ccarlen@netscape.com,cavin@netscape.com, ducarroz@netscape.com
sr=sspitzer@netscape.com, a=asa@mozilla.org
2002-03-31 03:08:42 +00:00
ducarroz%netscape.com
7d9b6b995a Fix for bug 16241. Implementation of MDN. R=sspitzer, SR=bienvenu, A=asa 2002-03-28 21:30:02 +00:00
dmose%netscape.com
129659a00e Attempt to fix Mac clobber build bustage by getting rid of a bogus MANIFEST installation and changing the way a header is generated in the hope that it will keep the Mac build automation from getting confused (bug 133999). Patch from peterv (r=dmose), with tweaks by me (r=peterv); sr=sspitzer; a=jelwell (the sheriff) 2002-03-28 20:25:59 +00:00
sspitzer%netscape.com
1a77600266 attempting to fix the mac bustage. r=dmose, thanks to cls for the tip. 2002-03-27 22:37:04 +00:00
dmose%netscape.com
1cc4fac6b0 MacOS build system changes to switch to LDAP C SDK version 5.0 (bug 124244). Patches from peterv@netscape.com, r=dmose@netscape.com; sr=smfr@netscape.com; a=asa@mozilla.org 2002-03-27 06:31:49 +00:00
pinkerton%netscape.com
75c2a47ecf enable packaging of xul prefs into embed.jar and build changes to do it on mac. r=ccarlen/sr=scc/a=asa bug#128924. 2002-03-19 22:06:12 +00:00
blakeross%telocity.com
6d8d794edd Fixing mac bustage. 2002-03-18 03:43:14 +00:00
blakeross%telocity.com
93d044d117 102477 - turn on Download Manager (take 3). r=law sr=ben a=dbaron die=cvs 2002-03-17 21:41:01 +00:00
blakeross%telocity.com
69a2eecc19 Backing out...saving for a rainy day... 2002-03-17 07:39:08 +00:00
blakeross%telocity.com
563323de3b 102477 - Turning on download manager. r=law sr=ben a=dbaron 2002-03-17 04:52:34 +00:00
rbs%maths.uq.edu.au
8f6916c2d9 perf bug 124570 - configure mathml.css as a catalog stylesheet that is loaded on demand rather than at startup, r=harishd, sr=jst, a=asa 2002-03-15 09:45:31 +00:00
shliang%netscape.com
d255e04b6b fixing redness in mac - cut off part of a line by accident before in MozillaBuildList.pm 2002-03-15 00:16:08 +00:00
shliang%netscape.com
773649dc13 bug 128962 - mac build changes for mdn account manager extension - r=ducarroz,sr=sspitzer,a=asa 2002-03-14 23:35:16 +00:00
pinkerton%netscape.com
f76d67c93e create embed.jar on mac, refactoring gen_mn.pl so it can be called from macPerl directly. r=ccarlen/sr=sfraser/a=shaver. bug#129492 2002-03-14 14:53:55 +00:00
peterv%netscape.com
dd0cd87639 Fix for bug 103235 (Implement DOM Level 3 XPath WD). r=sicking, sr=jst, a=dbaron. 2002-03-14 12:18:04 +00:00
blizzard%redhat.com
1421f02d72 Fix ownership issues with new packages, always use the system zlib. 2002-03-13 15:32:42 +00:00
blizzard%redhat.com
4cb69322ab Add FONTCONFIG_PATH, not part of the build. 2002-03-12 16:45:16 +00:00
seawood%netscape.com
eb7d776733 Fix win32 gmake depend loop hang by always treating the dependency .pp files as binary. Avoid any cygwin unix/dos line-ending issues.
r=bryner sr=leaf a=drivers
2002-03-12 01:28:22 +00:00
harishd%netscape.com
342a2db398 Adding support to enable P3P upon request. r=heikki, sr=alecf,sfraser a=asa 2002-03-08 22:33:50 +00:00
blizzard%redhat.com
3661ccb94d Update mozilla.sh script to detect a wider variety of JVMs. Not part of the build. 2002-03-06 17:11:15 +00:00
law%netscape.com
51b59dbf5c Bug 122540; add new component to reset prefs from command line (last bit for mac build); r=dveditz, sr=hewitt, a=asa 2002-03-04 10:24:18 +00:00
blizzard%redhat.com
43ca41f8e5 Fix bug #128685. Always use the local nspr instead of the one on the system. Not part of the build. 2002-03-03 22:41:36 +00:00
peterv%netscape.com
e6910ed338 Fix for bug 127485 (Clean up soap in the mac buildscripts). sr=sfraser, a=dbaron. 2002-03-03 11:19:24 +00:00
peterv%netscape.com
f0ea3558c8 Fix for bug 5794 ([MAC]Aliasing NGLayoutConfigInclude.h to MacConfigInclude.h is evil). sr=sfraser, a=dbaron. 2002-03-03 10:57:06 +00:00
blizzard%redhat.com
b4fab346f1 Split nss and nspr out into their own packages. Doesn't affect the default build. 2002-03-01 17:34:50 +00:00
law%netscape.com
62bd06f43e Bug 126583; add webbrowserpersist properties file to jar on Mac so download error message text is available; r=bzbarsky, sr=jag, a=asa/drivers 2002-03-01 00:31:14 +00:00
seawood%netscape.com
08d41f0f6b Aligning ./configure --help output. 2002-02-28 07:17:21 +00:00
seawood%netscape.com
7ea17c423f Fix eternal loop caused by building on win32 & having dos-lineendings enabled.
r=bryner a=leaf
2002-02-28 00:24:25 +00:00
blizzard%redhat.com
d4643ddc6e Not part of the default build. Remerge patches. Disable freetype. 2002-02-27 07:34:33 +00:00
blizzard%redhat.com
63e3da7465 Part of bug #126919. Add configure glue to get Xft support building. r=cls, a=brendan 2002-02-26 17:28:48 +00:00
peterv%netscape.com
26c9d6edb3 This, completely closes bug 107795.
r=heikki, sr=vidur, sr=jband, a=shaver.

This eliminates the MOZ_SOAP defining and checking from the makefiles, from one .cpp file for conditional compiles, and from .html documentation and tests (.html is only significant to human readers).

This enables SOAP in the default build, and has been tested on all clean builds.
2002-02-21 23:16:49 +00:00
peterv%netscape.com
4a10bd5605 First part of fix for bug 107795 (Enable SOAP in default builds). SOAP is still off after this check-in. sr=sfraser, a=shaver. 2002-02-21 14:15:55 +00:00
law%netscape.com
18a0031354 Bug 27609; mac build system changes to build new progress dialog; r=sdagley, sr=jag 2002-02-20 07:31:09 +00:00
seawood%netscape.com
f7ae5fe5a3 Remove unneeded dirs from xpcom standalone build.
Go Alecf!
2002-02-20 06:56:15 +00:00
sgehani%netscape.com
bdc87e0fa7 Land update notifications.
b=120201; r=law,pavlov; sr=dveditz
2002-02-20 04:01:34 +00:00
blizzard%redhat.com
69e105837c Bug #125495. Get irc building again in the rpms. Get these patches working again. Doesn't affect the default build. 2002-02-19 12:16:50 +00:00
seawood%netscape.com
42fad90eb1 Explicitly use <STDIN> instead of <> as some newer ports of perl seem to have problems with <>.
Bug #122412
2002-02-17 21:08:44 +00:00
seawood%netscape.com
2803c78e79 cat $(MDDEPEND_FILES) since < only redirects the first file. Use <STDIN> instead of <> to clear up potential ambigiousness. r=bryner 2002-02-17 11:20:51 +00:00
bryner%netscape.com
721e75b97e Attempting to fix some depend build issues on win32 by passing the list of files via stdin instead of on the command line. r=cls 2002-02-16 11:21:57 +00:00
blakeross%telocity.com
734e1be2e2 Fixing bustage. 2002-02-09 04:32:08 +00:00
peterv%netscape.com
2fb9c0c061 Fix CLOBBER_IDL_PROJECTS (broken after the conversion to XML projects). r=smfr. 2002-02-08 11:34:27 +00:00
kaie%netscape.com
7792168b34 b=116334 NSS 3.4 landing
r=cls/wtc sr=kin/simon
2002-02-06 13:31:07 +00:00
peterv%netscape.com
27819aa97d Export svg.dtd and mathml.dtd to res/dtd. Bug 122710. r=rbs, sr=sfraser. 2002-02-06 13:02:21 +00:00
bbaetz%student.usyd.edu.au
e83b1a7570 Point to ftp.netscape.com/Welcome for ftp tests since ftp.mozilla.org
appears to be loaded
rs=jag
2002-02-05 07:16:24 +00:00
heikki%netscape.com
3a6fb922c1 Bug 122710, dtd folder in dist/bin should be moved into res. r=rbs@maths.uq.edu.au&harishd, sr=sfraser. 2002-02-01 22:28:55 +00:00
seawood%netscape.com
00b465bc48 Had the logic backwards 2002-02-01 08:40:31 +00:00
seawood%netscape.com
ca1f78f8b0 Add windbgdlg to standalone xpcom list 2002-02-01 05:31:30 +00:00
seawood%netscape.com
0b930dd465 Skip installing mozilla-config & run-mozilla.sh on os/2 & win32 2002-02-01 04:49:21 +00:00
pinkerton%netscape.com
e9360f8f96 add MANIFEST_IDL for content:html:document:public 2002-01-31 20:35:06 +00:00
jaggernaut%netscape.com
b465107ccc Bug 113519: cannot build with cookie extension disabled. Patch by Stephen P. Morse <morse@netscape.com>, r=/sr=darin,alecf,smfr.
Step 2: Modify existing files to stop pointing at old files and start pointing at new files.
2002-01-31 04:08:19 +00:00
heikki%netscape.com
633177c06d Bug 44458, enable XHTML entities when an XHTML doctype with public id is present in an XML document. r=rbs@maths.uq.edu.au, sr=jst. 2002-01-25 00:07:45 +00:00
seawood%netscape.com
02738a8a90 Add support for our multiple component subdirs as well as finding the proper
nspr includes & libs.  Split DEFINES used to build mozilla into separate option, --defines.
Bug #92029 r=bryner
2002-01-16 00:30:15 +00:00
blizzard%redhat.com
695668b70f Add exclusion lists to the packager. Not part of the default build. 2002-01-11 17:18:01 +00:00
bryner%netscape.com
0c1b36eec5 Bug 119032 - converting nsISelectElement to idl so it can be used from js. r=varga, sr=jst. 2002-01-09 23:03:21 +00:00
bstell%ix.netcom.com
44eae503ad bug 116148, *.m4 file to test for FreeType2. Slightly modified from
the FreeType2 src. r=cls
2002-01-09 14:32:28 +00:00
beard%netscape.com
1215960968 bug #105137, fixing mac bustage. 2002-01-09 03:27:17 +00:00
beard%netscape.com
9f6edc0269 bug #118649, r=peterl, sr=sfraser 2002-01-09 02:15:50 +00:00
harishd%netscape.com
7c522efd05 105137 - Eliminate nsTokens, nsParserNode usage for xml/xbl/xul/rdf documents. r=heikki, sr=jst 2002-01-09 01:37:50 +00:00
bryner%netscape.com
6cf1d33b09 Initial checkin of XBL select widget (listbox) code (bug 112713).
Summary of changes:
- Removed old XBL form control cruft.
- Made nsOutlinerContentView accessible from content scripts.
- Created a new interface, nsIDOMNSXBLFormControl which exists to allow a
select element to have an outliner box object.
- Factored out nsChildIterator into its own file.
- Added support to the outliner content view for having option elements
directly inserted in the outliner.
- Cleaned up pixel/twip conversions in outliner.
- Added support for intrinsic width for outliner.

r=jag, sr=hyatt.  Note that the new select widget is NOT turned on by
default.
2002-01-05 07:17:10 +00:00
peterv%netscape.com
b385bfa7d0 Make SOAP build again on Mac. Doesn't affect default build. 2002-01-04 08:50:30 +00:00
blizzard%redhat.com
81ac89da4e Checkpointing changes. Updated menu patch. New startup script that uses mozilla-xremote-client and changes to the spec that include nss shared libraries, etc. 2001-12-30 01:07:18 +00:00
timeless%mac.com
61a97fd94a Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
bnesse%netscape.com
bf6619e295 Fix for bug 89137. Remove autoconfig from preferences library. Patch by mitesh, r=bnesse/dmose. sr = alecf. 2001-12-21 22:29:31 +00:00
seawood%netscape.com
8a8df7b5de Add netwerk/build to standalone xpcom dirs list.
Bug #116039
2001-12-20 01:21:28 +00:00
hewitt%netscape.com
7b10439c40 XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt 2001-12-19 12:04:11 +00:00
tor%cs.brown.edu
073a7c9d91 Bug 66976 - turn on libpr0n MNG decoder. r=pavlov, sr=brendan.
Mac build patch by conrad, r=pinkerton, sr=sfraser
2001-12-17 22:07:03 +00:00
jgaunt%netscape.com
ae53a4b116 bug 102021, xul menulist accessibility support for aaronl r=jgaunt, sr=hyatt bug 109227, xul tabbox accessibility support r=aaronl, sr=hewitt 2001-12-17 01:21:45 +00:00
pavlov%netscape.com
15273ea50a bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan 2001-12-16 06:13:17 +00:00
jgaunt%netscape.com
eb11189c2a bug 103148, turn off xul accessibility when not needed r=aaronl,cls,sfraser sr=hyatt 2001-12-16 00:59:16 +00:00
jgaunt%netscape.com
6344e2b6a6 bug 103148, turn off xul accessibility when not needed r=aaronl,cls,sfraser sr=hyatt 2001-12-15 23:50:32 +00:00
bbaetz%cs.mcgill.ca
a6f482e97d Left this out of bug 80142 checkin 2001-12-12 08:24:16 +00:00
bbaetz%cs.mcgill.ca
5c8cc975a2 Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by
alex.fritze@crocodile-clips.com, james.turner@crocodile-clips.com, and
everyone else how helped on the branch. Thanks to peterv for last minute
build changes

r=cls for build changes
r=jst, rs=brendan for #ifdef'd parts touching existing files.

NOT ON BY DEFAULT
2001-12-12 07:59:31 +00:00
ccarlen%netscape.com
c343dad63a Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:58:15 +00:00
bbaetz%cs.mcgill.ca
34ab07acfd Part of bug 114275 - Mac build options for libart. Will have no effect
until the SVG branch is merged. r=cls
2001-12-10 06:29:08 +00:00
seawood%netscape.com
c68ff5bf8d Update standalone xpcom dirs list.
Bug #58981 r=bryner
2001-12-09 07:02:42 +00:00
sfraser%netscape.com
004e2a7a95 Fix bug 113295 by ensuring that mac locale for communicator/platform is registered after unix and win. r=bryner/pchen, sr=ben 2001-12-04 22:24:55 +00:00
peterv%netscape.com
6e3cff3838 Make SOAP build again on Mac. Doesn't affect default build. r=sfraser. 2001-12-04 11:41:03 +00:00
ben%netscape.com
13c08ff0bb fix for 113295 -'Exit' etc missing from menus. (smoketest blocker) 2001-12-03 21:35:55 +00:00
seawood%netscape.com
995026559f Revert to using standard config.sub & config.guess entries for OS/2.
Thanks to pedemont@us.ibm.com (Javier Pedemonte) for the patch.
Bug #112244 r=cls
2001-12-01 18:54:36 +00:00
jgaunt%netscape.com
fcfee9a0cc bug 112701 - seperate accessible/src dir into 3 mac specific changes r=aaronl r=leaf sr=hyatt 2001-11-30 22:49:02 +00:00
javi%netscape.com
e2d6d9754a b=75947 Landing security startup performance improvement related issues. r=javi sr=alecf b=109777 Mae sure certificate downloading works immediately r=javi sr=mscott (Checking in for kaie) 2001-11-29 23:43:10 +00:00
kaie%netscape.com
4f540afa38 b=75947 Landing security startup performance improvement and related issues.
r=javi sr=alecf
b=109777  Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:36:34 +00:00
hewitt%netscape.com
ecdcf7a9d1 102574 - enable DOM Inspector in the default builds, r=leaf, sr=shaver 2001-11-29 09:36:46 +00:00
mscott%netscape.com
1b481c88e7 Part of Bug #110543 for adding smime UI to message display. If we are building smime and building psm,
then export the MANIFEST_IDL file in extensions/smime/public.
2001-11-27 23:40:32 +00:00
dbaron%fas.harvard.edu
203e472d8f Set DYLD_LIBRARY_PATH for Mac OS X (Darwin). b=110918 r=seawood 2001-11-22 23:22:59 +00:00
seawood%netscape.com
55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
attinasi%netscape.com
c96d909cb7 Loading and broken image icons moving to /res b=110384 r=-adamlock,sfraser sr=sfraser,waterson 2001-11-20 22:23:34 +00:00
pchen%netscape.com
2f2def6297 bug 20943, r=rods, sr=ben, set NS_PRINT_PREVIEW for mac build 2001-11-18 08:00:08 +00:00
blizzard%redhat.com
d0faaa0653 Checkpointing changes. Not part of the build. 2001-11-15 07:27:22 +00:00
sfraser%netscape.com
f4da98e824 Change to convert Widget and Gfx into component DLLs on Mac, bug 94434. r=pchen, sr=beard/darin 2001-11-10 01:05:03 +00:00
javi%netscape.com
96b3fbef61 Fixing typo 2001-11-09 21:14:07 +00:00
javi%netscape.com
b8c3ead24e Bug 106507
Enable S/MIME for users that are already building PSM.
2001-11-09 20:45:47 +00:00
jdunn%netscape.com
9ad5c6d444 setting up AIX to only export NSGetModule from all components
These are if'd AIX only!
r=cls@seawood.org
a=blizzard@mozilla.org
# 108864
2001-11-08 12:15:48 +00:00
seawood%netscape.com
68cb29fa0d Silence! 2001-11-07 06:06:02 +00:00
ben%netscape.com
e22d4e2a9f 108462 - Remove Vixen. r=bryner, sr=jst 2001-11-06 22:59:55 +00:00
sfraser%netscape.com
d7dcb1ab04 Fix NullPlugin.mcp to build in a Carbon debug build; renaming it to DefaultPlugin.mcp and fixing prefix files. r=beard, sr=fm 2001-11-06 01:45:15 +00:00
hyatt%netscape.com
83c7ae6b1f Bug 18502 remainder of checkin. Turning it on on the Mac. r/sr=pav,jband 2001-11-04 02:17:11 +00:00
seawood%netscape.com
68e089b366 Update LD_LIBRARY_PATH_64 if LD_LIBRARY_PATH_64 is set.
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #91842
2001-11-03 08:26:37 +00:00
seawood%netscape.com
f230455df7 Only output startup script *_PATH info if debugging.
Thanks to Dawn Endico <endico@mozilla.org> for the patch.
Bug #79039 r=cls
2001-11-03 05:05:47 +00:00
javi%netscape.com
1b9076c2d6 Part of Bug 106507. add the ability to build S/MIME as part of the client. Leaving off as default for now. But can be turned on with the build preferences. 2001-11-03 00:37:07 +00:00
blizzard%redhat.com
56d5bda4a6 add the js-debugger package. not part of the build. 2001-11-02 18:47:04 +00:00
peterv%netscape.com
b5ef014320 Add build option for the JS profiler on Mac. r=sfraser. 2001-11-02 10:29:25 +00:00
blizzard%redhat.com
3eb643cc9d Update patches to keep up with the trunk. Add patch for Red Hat 7.2 that will get postscript printing working with CJK locales. Not part of the build. 2001-11-02 00:00:36 +00:00
seawood%netscape.com
d139b3f6bb Fixing internal MOZ_TWO_STRINGS_TEST macro so that it doesn't always use enableval to test option arguments
Bug #107055 r=jesup
2001-10-29 22:59:31 +00:00
seawood%netscape.com
da2578a055 split xpidl into seperate module 2001-10-29 06:32:18 +00:00
seawood%netscape.com
43754efed6 Do an exact match 2001-10-29 04:48:55 +00:00
peterv%netscape.com
879579fb93 Clean up. mozilla/modules/libimg/src got whacked a while back. rs=sfraser. 2001-10-28 00:47:23 +00:00
peterv%netscape.com
90b066495c Clean up. mozilla/rdf/tests/domds got whacked a while back. rs=sfraser. 2001-10-27 16:16:54 +00:00
sfraser%netscape.com
72ca9383ae Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf 2001-10-26 23:34:53 +00:00
sfraser%netscape.com
e7f7baee09 Fix for bug 83589 -- fix the mac build scripts so that a commercial tree doesn't clobber config files in the mozilla tree. r=peterv,sr=scc 2001-10-26 22:36:28 +00:00
seawood%netscape.com
0b8d38b7f6 Don't explicitly add $(srcdir) and let VPATH do its thing. Fixes packages built in objdirs. 2001-10-25 03:35:01 +00:00
seawood%netscape.com
9994a450c9 Fix xpcom standalone build 2001-10-24 00:12:06 +00:00
seawood%netscape.com
7900d1b16d Spit out error if given -d without argument.
Bug #74067
2001-10-23 06:25:59 +00:00
loadrunner%betak.net
96ebdc00c1 bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-19 22:41:59 +00:00
jj%netscape.com
03f31d9174 landing fix for bug 101608 on the trunk (keeping traceback option on for optimized Carbon build). r=sdagley, sr=sfraser 2001-10-19 02:46:02 +00:00
gordon%netscape.com
e68095ff40 Fix for bug 103167, removing obsolete MANIFEST file from Mac build script. r=sfraser, sr=darin. 2001-10-19 01:52:31 +00:00
blizzard%redhat.com
45d8560e3a Work with versions of bash older than version 2. Not part of the default build. Bug #104768. 2001-10-17 02:57:00 +00:00
alecf%netscape.com
97912541e2 bug 76339 - kill nsIAppShellComponent, finally. sr=sfraser, r=dveditz 2001-10-16 21:10:35 +00:00
dougt%netscape.com
4f3a44d63b API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147 2001-10-16 03:35:52 +00:00
nhotta%netscape.com
f1a7687afd Adding a new project "universalchardet", bug 91304, r=ftang, sr=sfraser. 2001-10-15 22:41:29 +00:00
blakeross%telocity.com
4f35ccddc4 Remove nsTimeBomb, stop doing unnecessary timebomb work (57306). r=mcafee sr=ben 2001-10-14 01:56:05 +00:00
seawood%netscape.com
51e788aaa4 Add support for mips*el 2001-10-13 05:59:55 +00:00
wtc%netscape.com
0cd96ac069 Bugzilla bug 104286: teach config.guess and config.sub about MKS Toolkit.
r=cls.
2001-10-12 20:46:34 +00:00
mcafee%netscape.com
712abc9e7b Removing reference to moved file, to match my last checkin 2001-10-11 22:52:46 +00:00
mcafee%netscape.com
4d655f666d Moving this file to mozilla/tools/performance/startup, so we can group all the startup test stuff together. r=jrgm,dp 2001-10-11 22:34:00 +00:00
alecf%netscape.com
e315082c97 part of bug 100214 - turn on unicharutil_s on all platforms. r=cls (build-only change, and unicharutil_s is #if 0'd out) 2001-10-10 23:38:36 +00:00
blizzard%redhat.com
5ea5153955 Bump serial for the next release. Not part of the build. 2001-10-10 14:34:04 +00:00
seawood%netscape.com
9812fbb51b Updating config.guess & config.sub with 2001-10-07 changes from the GNU master c
opy at :pserver:anoncvs@subversions.gnu.org:/cvs /config .
2001-10-07 23:08:11 +00:00
seawood%netscape.com
ccf594f1ae Update standalone xpcom build list 2001-10-07 04:03:57 +00:00
brade%netscape.com
3e527fb49c new Composer project and editor project split (build plaintext or html&plaintext); also commented out bmp project which may land some day 2001-10-05 01:16:50 +00:00
akkana%netscape.com
7ab75cf931 66345: Flipping the switch on the editor reorg.
libeditor is now just the base libraries; libcomposer covers
  the composer app.  Installing both in packages that used to
  install the composer app.  Mac checkin will follow separately.
  r=cmanske,jfrancis sr=sfraser,kin a=dbaron
2001-10-05 00:40:27 +00:00
blizzard%redhat.com
f4d448c8e5 Update patches, images and spec file to the current tip. Not part of the build. 2001-10-03 18:40:13 +00:00
ccarlen%netscape.com
cf1abf69eb Bug 92750 - Fizilla doesn't ask to save changes when quitting with Cmd-Q. r=brade/sr=sfraser 2001-10-02 14:50:29 +00:00
alecf%netscape.com
3cc5739157 add new xpfe intl stuff to mac build r=ftang, sr=shaver
bug 101004
2001-10-02 00:26:44 +00:00
locka%iol.ie
cedd6dec32 Allow run-mozilla.sh to be renamed (e.g. foo) and have it automatically launch foo-bin if such an executable exists. b=70760 r=valeski@netscape.com sr=blizzard@mozilla.org 2001-10-01 18:40:45 +00:00
sdagley%netscape.com
ba792b1887 Bug 97676 - Use LaunchServices APIs under OS X for helper app launching and fix Reveal to work with OS X Finder. r=ccarlen,sr=sfraser 2001-10-01 06:43:41 +00:00
jaggernaut%netscape.com
d714fdb34e Bild Venkman by default on Mac now that the project file is fixed. See bug 97944 for further details. 2001-09-30 12:41:37 +00:00
rginda%netscape.com
d490959bc8 turn of venkman until we can get the bustage sorted out
r=jag
2001-09-30 06:57:28 +00:00
rginda%netscape.com
501132eb35 bug 97944, sr=shaver, r=cls,peterv, build venkman by default
split jsdebugger option into jsd and venkman.  jsd builds the binary debugger support component, and venkman builds the front end.  build both by default.
2001-09-30 06:00:54 +00:00
dbaron%fas.harvard.edu
fe6e252375 Switch from ftp.netscape.com to ftp.mozilla.org since the former is down. 2001-09-29 22:20:41 +00:00
seawood%netscape.com
ebc656947f Export nsCOMPtr.h from xpcom:glue instead of xpcom:base .
Bug #99698 sr=alecf
2001-09-29 12:31:09 +00:00
beard%netscape.com
a9648d2f97 Fix for bug #92322, changes for Carbon/Mac OS X, r=peterl, sr=sfraser. 2001-09-27 00:29:39 +00:00
sfraser%netscape.com
d9eb6fadde Fix for bug 99497. Re-order processing of jar.mn files so that we register en-mac locales after those for other platforms, so that non-installed builds (like the Mac OS X build) get Mac overlays. r=tao, sr=alecf. 2001-09-26 19:23:31 +00:00
gerv%gerv.net
11248436dd License changes, take 2. Bug 98089. mozilla/config/, mozilla/caps/, mozilla/build/. 2001-09-25 01:03:58 +00:00
tao%netscape.com
4cc129fd94 97606: Default character coding setting is blank in pref
(r=dveditz,sr=alecf). add navigator.proeprties to en-{win,mac}.jar
2001-09-21 01:16:59 +00:00
dmose%netscape.com
f4c1719b7b Mac build system changes to jar up the LDAP chrome stuff when building with 'options ldap'. Part of fix for bug 79935; r=pavlov@netscape.com. 2001-09-20 07:47:07 +00:00
gerv%gerv.net
1856815ff1 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org
102170b2a0 bug #98089: ripped new license 2001-09-19 20:09:47 +00:00
scc%mozilla.org
703de85362 bug #98089: ripped new license 2001-09-19 18:55:32 +00:00
blizzard%redhat.com
4e3a4a71d2 Bump the epoch up to make room for 0.9.4.x versions. Not part of the build. 2001-09-14 04:44:27 +00:00
cls%seawood.org
6cd47c1920 Replace cat<<EOF with echos to avoid potential security risk with predictable /tmp files.
Thanks to Ashu Kulkarni <ashuk@eng.sun.com> for the patch.
Bug #98723 r=cls a=blizzard
2001-09-08 19:16:27 +00:00
tao%netscape.com
c28c8d47df 71517: Dynamically select platform jar in langxxxx.xpi. (r=jbetak,sr=mscott). Build en-{win,unix}.jar on Mac. 2001-09-07 22:45:31 +00:00
aaronl%netscape.com
57b084966d Bug 96473, added accessible.properties to Mac Build - r=tao, sr=waterson 2001-09-05 21:13:54 +00:00
blizzard%redhat.com
42865b0717 Rev the serial number, remove some old patches. Not part of the build. 2001-09-05 03:06:01 +00:00
blizzard%redhat.com
9069576736 drop in updated patches. not part of the build. 2001-09-01 17:12:21 +00:00
sdagley%netscape.com
0e89c2ad50 Doh! Fixing build bustage due to my landing of fix for #89019. We have to have different targets for Carbon and Classic due to linkage issues with the OT libs OpenTransportAppPPC.o and OpenTptInetPPC.o that are required for Classic. 2001-08-29 04:58:11 +00:00
thesteve%netscape.com
27e15b45d4 Bug#81373
build script changes to support mac static build.
r=jfrancis
sr=sfraser
a=asa on behalf of drivers
2001-08-28 00:11:50 +00:00
thesteve%netscape.com
03478ecb68 Bug#81373 (mac static build)
this new file adds XML-DOM support to munge the
exported codewarrior project files.
r=jfrancis
sr=sfraser
a=asa on behalf of drivers
2001-08-28 00:01:40 +00:00
thesteve%netscape.com
1e1fa66cc2 Bug#81373 (mac static build)
added static_build option
r=jfrancis
sr=sfraser
a=asa on behalf of drivers
2001-08-27 23:50:45 +00:00
kaie%netscape.com
ab97d227f0 b=76915 r=dveditz sr=sfraser a=asa
Giving GUI feedback instead of crashing
Part 2 of 3 - changes to make files only
2001-08-23 05:23:21 +00:00
ccarlen%netscape.com
51baf59c94 Bug 78498 - Carbonize PPEmbed. r=pinkerton/sr=sfraser 2001-08-18 15:10:38 +00:00
cls%seawood.org
374c6436fe Making sure that we export & build LDAP before mailnews like we do on every other platform. This might fix the current bustage possibly related to bug #89198 2001-08-18 04:15:19 +00:00
heikki%netscape.com
44fcf3f455 Bug 15089, make XML parser error messages localizable. r=harishd,ftang, sr=jst. 2001-08-17 23:27:20 +00:00
cls%seawood.org
7735dffe33 Pull using the NSPRPUB_PRE_4_2_CLIENT_BRANCH instead of the static tag.
r=leaf
2001-08-17 11:17:02 +00:00
jgaunt%netscape.com
9f2f88aa48 fix for bug 94768
r=smfr,leaf
sr=hyatt
2001-08-17 03:13:07 +00:00
cathleen%netscape.com
be72d98064 enable MOZ_TIMELINE tool, bug 78793, r=rogc, sr=waterson 2001-08-17 02:03:34 +00:00
sfraser%netscape.com
852e355fe9 Add support for a fast-update option on Mac, bug 79280. r=peterv, sr=scc 2001-08-17 01:50:06 +00:00
cls%seawood.org
b8987cb0d7 Remove references to PSM1 from the build so that we can cvs remove the PSM1 dirs.
Bug #78975 r=leaf sr=sfraser
2001-08-16 00:11:40 +00:00
wtc%netscape.com
97ab62e4c1 Bugzilla bug 78471: have Mozilla pull the latest version of NSPR (NSPR 4.2
Beta).  The tag we are using now is the static tag NSPRPUB_CLIENT_TAG.
We may change the tag to "HEAD" (the tip of NSPR) or some client-specific
branch tag soon.  This landing has been approved by drivers@mozilla.org
for mozilla0.9.4.
Modified files: mozilla/client.mk mozilla/client.mak
mozilla/build/mac/build_scripts/MozillaCheckoutList.txt
2001-08-14 18:09:04 +00:00
blizzard%redhat.com
025d51aed6 update patches that I use. not part of the build. 2001-08-13 14:30:01 +00:00
dbaron%fas.harvard.edu
7dcca50a27 www.mozilla.org is back up again 2001-08-12 03:28:16 +00:00
dbaron%fas.harvard.edu
f9292baa0a Use lxr.mozilla.org since www.mozilla.org is down. (to make the tinderbox orange go away) 2001-08-12 01:55:36 +00:00
pavlov%netscape.com
1e20984ef0 fixing bug 78690. removing old imagelib. r=jst sr=waterson 2001-08-09 20:22:39 +00:00
peterlubczynski%netscape.com
3452d67ff5 Changes for new location of Mac plugin module project files bug 76602 r=bnesse sr=sfraser 2001-08-09 01:32:10 +00:00
heikki%netscape.com
a337e54efa Fixing Mac bustage, no MANIFEST in htmlparser/src anymore. 2001-08-03 22:15:00 +00:00
timeless%mac.com
68c11fdec2 Bugzilla Bug 68570 RFE: Set XSUNTRANPORT/XSUNSMESIZE on Solaris to improve rendering speed...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=antitux sr=blizzard
2001-08-03 04:10:25 +00:00
beard%netscape.com
501794abed factor out SIOUX console, use true UNIX console on Mac OS X. b=86550, r=pinkerton, sr=scc 2001-08-02 03:32:14 +00:00
blizzard%redhat.com
7e5d62053b Add basic infastructure for gtk2 work. Bug #92034. r=cls 2001-07-24 23:30:00 +00:00
hewitt%netscape.com
da02b259d6 90738 - build DOM traversal idl, r=blake, sr=jst 2001-07-17 06:58:08 +00:00
dbaron%fas.harvard.edu
c5c2e09ee6 Adding ftp.netscape.com back to bloaturls again, in the hopes that the weird network problems have been fixed by now. 2001-07-14 18:35:32 +00:00
ben%netscape.com
fa59be983d forgot to check this in with original patch for bug 65251.
Make content pack extension build on Mac.
r=pchen, sr=hyatt
2001-07-14 08:45:08 +00:00
sfraser%netscape.com
4787fc9a45 Fix bug 84216: add option to Mac build scripts to pull by date (options pull_by_date). r=peterv,sr=scc 2001-07-13 20:08:50 +00:00
jgaunt%netscape.com
449476cffa bug 89473 - fixes mac build bustage from accessibility landing on 7/4
r=saari,peterv sr=scc
2001-07-10 23:55:20 +00:00
blizzard%redhat.com
fb0cc979e0 Don't leave any core files behind. Not part of the build. 2001-07-09 20:07:58 +00:00
blizzard%redhat.com
827bd8073c Generated files aren't verified. Not part of the build. 2001-07-09 15:02:49 +00:00
blizzard%redhat.com
07cca566fe Fix problems with mozilla.sh using readlink which is in the tetex package and is
n't on a lot of systems.  Replace with perl instead.  Also, use --shared for one
 of the packages that was missing it so we don't end up with files in /usr/lib/d
efaults/.  Not part of the build.
2001-07-08 20:40:14 +00:00
cls%seawood.org
9e7f1ccd8e Remove unneeded cache/MOZ_NEW_CACHE option.
Bug #89008 r=peterv
2001-07-07 17:16:44 +00:00
cls%seawood.org
d175d34a44 Removing references to unused gdk-pixbuf.m4 2001-07-06 11:27:52 +00:00
blizzard%redhat.com
e9913383cf Bug #88206. Mark umask explicitly so that files are generated with the proper permissions. Not part of the build. 2001-07-05 21:02:34 +00:00
cls%seawood.org
a00254162a Cleaning up mess caused by missed file from bug 53226
Thanks to Simon Fraser <sfraser@netscape.com> for the patch.
Bug #89134 r=peterv@netscape.com
2001-07-05 06:06:48 +00:00
dbaron%fas.harvard.edu
0d5522009b OK, ftp.netscape.com works for me but it's still not working for the tinderboxes, so out again. 2001-07-03 02:37:23 +00:00
dbaron%fas.harvard.edu
6ba464b3b6 ftp.netscape.com seems happy again. Add it back to bloaturls.txt 2001-07-03 01:27:37 +00:00
dbaron%fas.harvard.edu
3dd246bc70 Temporarily removing ftp.mozilla.org from bloat URLs since it seems to be having problems right now. 2001-07-02 22:26:35 +00:00
blizzard%redhat.com
89800c6c0f oops, left in an echo 2001-07-01 19:50:49 +00:00
blizzard%redhat.com
a68c48b948 properly handle relative and absolute path names in jvm paths 2001-07-01 19:38:53 +00:00
peterv%netscape.com
be9c7685a6 Fix for bug 83589 (Doing a commercial build clobbers DefinesOptions.h, forcing an entire rebuild). We now have separate headers for the optional defines for mozilla/commercial and debug/optimized. sr=sfraser. 2001-06-30 14:30:54 +00:00
jgaunt%netscape.com
07868cf706 bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
r= lots, see bug
2001-06-30 00:25:09 +00:00
scc%mozilla.org
618093b4d7 bug #74726: sr=waterson, r=beard. Make |nsXPIDLC?String| inherit from |nsSharableC?String|, the new implementation is now in the string hierarchy (and out of string/obsolete). This change to MozillaBuildFlags.txt makes it possible for Mac builds to selectively turn on string debugging and statistics machinery. 2001-06-29 12:45:05 +00:00
blizzard%redhat.com
3a57e3a446 check for specific versions of the JVM to see if we need to set LD_ASSUME_KERNEL. not part of the build. 2001-06-27 17:53:00 +00:00
peterv%netscape.com
7ae38114cc Fix for bug 85606 (Need -venkman command line handler). r=rginda, sr=sfraser. 2001-06-26 11:42:10 +00:00
blizzard%redhat.com
0bb8392515 disable xprint. not part of the build. 2001-06-23 15:42:03 +00:00
blizzard%redhat.com
7b1ea35be8 increment serial giving space for pre0.9.2, 0.9.2, pre0.9.2.1 and 0.9.2.1. not part of the build. 2001-06-23 15:15:06 +00:00
blizzard%redhat.com
b2789f5733 make mozilla-devel depend on mozilla. not part of the build. 2001-06-23 15:07:52 +00:00
ben%netscape.com
3e870952a2 turn on 65251 by default. Part of previous checkin. 2001-06-22 04:19:34 +00:00
rbs%maths.uq.edu.au
c760fc7a2f create a debug-developer.js to catch strict javascript errors & warnings during development, and to avoid receiving bugs from gemal for the fixup r=peterv, sr=sfraser,sspitzer a=dbaron (on behalf of drivers) -- I add that in the previous checkin 2001-06-20 07:51:12 +00:00
srilatha%netscape.com
7f252810a0 Fix for bug 79252. This fixes the migration from 4.x format to mozilla format. r=dmose, sr=sspitzer, a=dbaron 2001-06-20 06:51:37 +00:00
jj%netscape.com
6d808e5847 landing fix for #84325 on the tip. r=dougt, sr=granrose, a=scc 2001-06-15 03:22:50 +00:00
blizzard%redhat.com
e895718f48 Spec file before generation. 2001-06-12 19:14:26 +00:00
blizzard%redhat.com
8df716e837 Check in Red Hat's spec files and remove the old outdated spec files utilities and patches. Not part of the regular build. 2001-06-12 19:13:55 +00:00
peterv%netscape.com
d43e13bfc3 Fix for bug 56789 (Add more build logic for the LDAP component on Mac). sr=sfraser, a=dbaron. 2001-06-08 14:00:29 +00:00
peterv%netscape.com
4cfcfc4fba Add build options for all the extensions. This ensures that restarting a build after extensions builds the jar files for the extensions. r=sfraser. 2001-05-18 13:28:22 +00:00
peterv%netscape.com
0e1c3e656d Fix bug 79271 (Option-specific #defines should move from BuildFlags.pm into MozillaCheckoutList.txt). r=sfraser. 2001-05-17 10:22:42 +00:00
dbragg%netscape.com
8ec791e1e7 Added the exporting of InstallCleanupDefines.h from xpinstall/cleanup folder and the export of cmessage.txt to the res directory. 2001-05-17 05:31:00 +00:00
dveditz%netscape.com
8688792701 fix Mac build problem for bug 7022; thanks to sgehani@netscape.com for tracking down 2001-05-14 12:38:15 +00:00
peterv%netscape.com
d5a6b02631 72141 (Enable XSLT in default builds). r=nisheeth, sr=jst. 2001-05-11 08:43:45 +00:00
sdagley%netscape.com
96c16823b3 #79500 - Only put a 'carb' resource in the Viewer app when building for Carbon. r=attinasi, sr=sfraser 2001-05-10 14:50:35 +00:00
pinkerton%netscape.com
8bcd5a8be5 separating jsconsole into its own component. r=damn/sr=hyatt bug#73127. 2001-05-10 03:12:59 +00:00
ftang%netscape.com
378ad98963 fix 75982 r=ftang sr=erik
turn IBMBIDI on by default in car pool
2001-05-09 21:20:16 +00:00
jst%netscape.com
f7460d0269 Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 16:46:42 +00:00
peterv%netscape.com
2a21a3c0dd Correct typo. sr=sfraser. 2001-05-08 00:20:42 +00:00
sfraser%netscape.com
54c7bc2961 Fix MacCVS.pm to no longer require the AppleScript glue library, but instead to use AppleEvents::Simple just like we do for CodeWarrior. Bug 78800. r=peterv 2001-05-07 23:50:43 +00:00
sfraser%netscape.com
d15ecc02ad Just add a comment so that saps who come along later and try to figure this out get a head-start that was denied me. 2001-05-07 23:13:41 +00:00
sfraser%netscape.com
34ab8f77b0 Remove a comment about CARBON from the defaul comment that goes into new prefs files, because we now use 'options carbon' instead of main::CARBON. r=peterv 2001-05-07 23:13:05 +00:00
cls%seawood.org
6f256984a9 Let the use of PR_Log() be controlled by a toplevel build option. All places that set FORCE_PR_LOG to force logging on need to wrap that #define FORCE_PR_LOG in a MOZ_LOGGING ifdef.
It's on by default. Set
--disable-logging (unix)
NO_LOGGING=1 (win32)
moz_logging = 0  (mac)
to turn it off globally.

Bug #53226 r=sspitzer,leaf,sfraser
2001-05-05 10:18:53 +00:00
mscott%netscape.com
533d5bad5b Bug #74222 --> turn on moz-icon urls for t he mac r=pavlov sr=hyatt 2001-05-05 04:57:25 +00:00
dmose%netscape.com
26f81c3c15 Tweak Mac build system to make nsLDAPAutoCompleteSession.cpp and friends compile when "options ldap" is on (bug 70933). r=peterv@netscape.com, sr=smfr@netscape.com. 2001-05-05 00:26:14 +00:00
jgmyers%netscape.com
34d3a07da4 remove signstub: bug 75767 r=ducarroz sr=sspitzer 2001-05-04 23:58:59 +00:00
law%netscape.com
a8f272185f Bug 52454; build new helper app dialog component on Mac; r=pchen@netscape.com, sr=mscott@netscape.com 2001-05-04 08:01:21 +00:00
peterv%netscape.com
45a3979f6b Add options for p3p and jsdebugger (both turned off by default), remove obsolete lines and correct some others. r=sfraser. 2001-05-03 20:36:42 +00:00
mkaply%us.ibm.com
5417b175fa #58617
r=cls
Don't copy unix shell scripts into the dist on OS/2
2001-05-01 23:53:59 +00:00
sfraser%netscape.com
44cbfd57f8 Fix for 76758, 63241 and 68307. Make Find search through all frames, bring the Find dialog up from JS, and make a docShell enumerator. r=adamlock, sr=kin 2001-04-27 21:11:03 +00:00
sfraser%netscape.com
cf19a4fda7 Fix Mac classic skin by adding a jar.mn to the build, bug 77821. Wiping ben's arse again. r=me 2001-04-27 01:19:15 +00:00
cls%seawood.org
d2176f3508 Add mozilla dirs to LD_LIBRARYN32_PATH & LD_LIBRARYN64_PATH if those variables are already set.
Thanks to zeroJ@null.net (John Vandenberg) for the patch.
Bug #77425 r=cls
2001-04-27 00:58:19 +00:00
cls%seawood.org
af65d53a63 Add the plugins dir to LD_LIBRARY_PATH so that multiple-library components can find their secondary libs. Bug #58022 a=blizzard@mozilla.org 2001-04-20 13:53:20 +00:00
cls%seawood.org
6537de8f6d Remove mozilla/security from psm2 build list.
Make BUILD_MODULES=psm == BUILD_MODULES=psm2
Bug #75958 r=dbaron
2001-04-18 03:35:06 +00:00
dbaron%fas.harvard.edu
917a656fc5 Adding nsProxyAutoConfig.js to makefiles and installer manifests. b=53080 r=blizzard@mozilla.org 2001-04-17 14:33:19 +00:00
rbs%maths.uq.edu.au
67e1cb2bbb Improve the speed of viewsource - Patch of Boris Zbarsky <bzbarsky@mit.edu> b=74486 r=rbs r=attinasi 2001-04-17 07:23:04 +00:00
javi%netscape.com
28524c7c07 Backing out my change since leaf will provide a "better" fix. 2001-04-16 20:40:16 +00:00
javi%netscape.com
9b0101f776 Fix for Bug 76179 patch provided by leaf, r=javi, sr=cls
Don't build the Makefile in security as part of PSM 2 builds.  That
  build drives the PSM1 build process.
2001-04-16 20:37:57 +00:00
cls%seawood.org
a0985e37ff Add security to psm2 DIRS list so that BUILD_MODULES=psm2 works (how did this ever work before?) 2001-04-13 23:54:47 +00:00
ftang%netscape.com
97bb95a7b4 add bidi into the build flag and define IBMBID if bidi is set. fix bug 75463. r/sr=sfraser@netscape.com 2001-04-13 11:22:11 +00:00
ftang%netscape.com
c6afa8f328 add bidi into the build flag. fix bug 75463. r/sr=sfraser@netscape.com 2001-04-13 11:21:34 +00:00
oeschger%netscape.com
ca5bab9069 forgot this one from patch, r=samir, sr=alecf, b=74132 2001-04-12 01:45:55 +00:00
hewitt%netscape.com
a45fdbc40d 72717 - die Blue, die!, r=dveditz, sr=hyatt 2001-04-11 03:32:24 +00:00
mcafee%netscape.com
ef2f026096 minor change to test output format. 2001-04-10 05:24:28 +00:00
mcafee%netscape.com
a745ca6115 Adding startup-test.html for tinderbox startup test. r=jag, sr=waterson 2001-04-10 04:27:40 +00:00
cls%seawood.org
d9d4b014ec Add directories to make psm/psm-glue build standalone again 2001-04-09 00:37:44 +00:00
cls%seawood.org
de2432686f Mozilla copy of nspr's .m4 file bug 73919 2001-04-07 04:41:30 +00:00
sdagley%netscape.com
2f0ab0218a Fix Carbon tinderbox build by turning off build of xpt_link which currently can't build with Pro 6 MSL. r=beard 2001-04-07 04:11:00 +00:00
danm%netscape.com
ef006ede45 moving nsIPromptService to WindowWatcher lib. adding nsIPrompt creator. bug 72112 continued. r=ccarlen,hyatt,pinkerton 2001-04-07 03:29:53 +00:00
cls%seawood.org
96a3d835ba Removing obsolete USE_NSPR_AUTOCONF usage 2001-04-06 08:44:49 +00:00
danm%netscape.com
26f6c31274 new embedding promptservice component. bug 72112 r=hyatt,pinkerton 2001-04-05 23:09:35 +00:00
cls%seawood.org
19d364b964 Updating config.guess & config.sub with 2001-03-30 changes from the GNU master copy at :pserver:anoncvs@subversions.gnu.org:/cvs /config . 2001-04-05 04:46:56 +00:00
disttsc%bart.nl
5c9f7ba46c Provide default userChrome.css and userContent.css with sample (commented out) content for discoverability, bug=37642, author=Boris Zbarsky <bzbarsky@mit.edu>, r=timeless, sr=shaver 2001-04-05 03:20:46 +00:00
evaughan%netscape.com
fc206e4cca Adding accessibilty to mac build -r pinkerton -sr sfraser 2001-03-31 20:18:31 +00:00
pavlov%netscape.com
0ac5f40e02 turning on new imagelib on linux bugs 73161 and 70938 r=bryner,syd sr=waterson 2001-03-30 07:05:02 +00:00
joe.chou%eng.sun.com
47d5143773 Re-checkin fix of bug 64296 after updating the Mac file, build/mac/build_scripts
/MozillaBuildList.pm.

bug=64296
r=edburns
sr=waterson

This checkin idlifies some files in the plugin hierarchy.

The following files are in this checkin.

build/mac/build_scripts/MozillaBuildList.pm
modules/oji/public/MANIFEST
modules/oji/public/MANIFEST_IDL
modules/oji/macbuild/ojiIDL.mcp
modules/plugin/public/MANIFEST
modules/plugin/public/MANIFEST_IDL
modules/plugin/macbuild/pluginIDL.mcp
modules/oji/public/Makefile.in
modules/oji/public/makefile.win
modules/oji/public/nsIJVMPluginInstance.idl
modules/plugin/public/Makefile.in
modules/plugin/public/makefile.win
modules/plugin/public/nsIPluginManager.idl
2001-03-30 05:00:56 +00:00
dougt%netscape.com
82ed6bb627 Changing the ftp url to point to ftp.netscape.com. The reason for this is that there are some firewall problems that Netscape has. This should clear up the orangeness on tinderbox. I spoke to endico@netscape.com about this and there isn't any mozilla concern. a=peterl@netscape.com 2001-03-30 00:27:52 +00:00
morse%netscape.com
ad6445c7fb fix 2 smoketest blockers -- 73955 and 73956, r=pchen, sr=rods 2001-03-29 20:05:30 +00:00
pchen%netscape.com
f0faad3250 bug 46783, mac buddy for morse, don't build walletviewers.mcp, add cookieIDL.mcp, and run over mozilla/extensions/cookie/MANIFEST_IDL 2001-03-29 01:48:21 +00:00
pinkerton%netscape.com
c3982c4c90 allow macs with low memory to build optimized by setting the |lowmem| option. bug 72945. r=peterv/sr=shaver. 2001-03-27 23:08:32 +00:00
bryner%uiuc.edu
a57c876f7b Backing out joe.chou@eng.sun.com's changes, they broke the Mac. r=sdagley. 2001-03-27 03:49:31 +00:00
joe.chou%eng.sun.com
d65d8b3774 bug=64296
r=edburns
sr=waterson

This checkin idlifies some files in the plugin hierarchy.

The following files are in this checkin.

build/mac/build_scripts/MozillaBuildList.pm
modules/oji/public/MANIFEST
modules/oji/public/MANIFEST_IDL
modules/oji/macbuild/ojiIDL.mcp
modules/plugin/public/MANIFEST
modules/plugin/public/MANIFEST_IDL
modules/plugin/macbuild/pluginIDL.mcp
modules/oji/public/Makefile.in
modules/oji/public/makefile.win
modules/oji/public/nsIJVMPluginInstance.idl
modules/plugin/public/Makefile.in
modules/plugin/public/makefile.win
modules/plugin/public/nsIPluginManager.idl
2001-03-27 00:37:58 +00:00
sfraser%netscape.com
24a3ab52dc Fix the imglib2 build stuff to not break the build progress functionality, by keying off build{foo} rather than options{foo} 2001-03-24 08:06:38 +00:00
sfraser%netscape.com
1487e2eb6c Add libimg2 to the list of modules, which is what saari should have done. 2001-03-24 07:38:33 +00:00
saari%netscape.com
4ebf4cd079 fixing typo in mac build script to ensure that you can build with useimg2 set to off. 2001-03-24 07:08:21 +00:00
saari%netscape.com
8c748d3e81 oh fine, try this fix for mac 2001-03-24 04:05:07 +00:00
saari%netscape.com
c099894a34 pull libpr0n on mac 2001-03-24 03:31:16 +00:00
saari%netscape.com
81aecfde33 libpr0n 4 mac r=pinkerton,pavlov, sr=smfr 2001-03-24 02:44:26 +00:00
saari%netscape.com
b97dfa73f4 like MIR, libpr0n is landing for mac r=pinkerton, pavlov, sr=smfr 2001-03-24 02:44:07 +00:00
beard%netscape.com
932996c684 enabling new cache to build by default. a=chofmann, r=darinf 2001-03-22 01:33:46 +00:00
javi%netscape.com
c3be022678 Fix for bug 72843 r=dougt sr=sfraser Update Mac build scripts for PSM 2.0 Make necko export the default prefs for security on the Mac. 2001-03-22 01:28:52 +00:00
alecf%netscape.com
9664329021 other part of fix for 46488 - fix mac build scripts to use NS_LITERAL_STRING so we have a unicode build date. 2001-03-21 19:35:32 +00:00
dmose%netscape.com
4cfee0e5dc Turn on basic LDAP infrastructure in the default mac build. No user-visible changes yet. Code being turned on: moa=dmose@netscape.com, sr=shaver@mozilla.org. Mac system build changes: r=peterv@netscape.com, sr=sfraser@netscape.com 2001-03-21 01:45:24 +00:00
pinkerton%netscape.com
af55fd8718 fix up case differences, since sometimes OSX seems to care. 2001-03-19 21:31:14 +00:00
sdagley%netscape.com
baf08fce65 Fix #72048. Add Carbon target for apprunner project w/'carb' 0 resource so the built app is properly identified as a Carbon app. r=pinkerton, sr=sfraser. 2001-03-16 03:08:41 +00:00
sgehani%netscape.com
09b843b4e7 Fixing fizilla build bustage. r=dveditz 2001-03-14 09:49:22 +00:00
sgehani%netscape.com
249a4a6681 Port libxpnet to the mac. (Turning it on.) Also turning on XPICleanup. libxpnet: b = 67248 r = ssu sr = alecf XPICleanup: b = 65680 r = ssu sr = alecf 2001-03-14 06:51:22 +00:00
blakeross%telocity.com
bc09030812 Fix mac bustage. 2001-03-14 04:50:44 +00:00
blakeross%telocity.com
808aba4ffa Fix 49334: gopher support, minor restructuring of directory viewer. necko: r=darin,dougt sr=rpotts other: r=waterson,mstoltz,jag sr=alecf
Fix 70404: assertions for datetime and finger. r=dougt, sr=rpotts

Both patches by Bradley Baetz (bbaetz@cs.mcgill.ca)
2001-03-14 02:51:01 +00:00
ccarlen%netscape.com
cdc4bc27d8 Bug 68720. Checking in Mac files for chak@netscape.com. r=ccarlen@netscape.com, sr=alecf@netscape.com 2001-03-13 06:28:03 +00:00
Peter.VanderBeken%pandora.be
7018a8415f Add build support for Vixen and Document Inspector on Mac (turned off by default), keep Transformiix and CView building on Mac. Doesn't affect the default build. r/a=sfraser@netscape.com. 2001-03-09 02:21:08 +00:00
Peter.VanderBeken%pandora.be
3ca09ae2f3 Keep MathML support compiling on the Mac. Doesn't affect the default build. r/a=sfraser@netscape.com. 2001-03-09 02:10:38 +00:00
heikki%netscape.com
14c19fec6e Bug 69830 , cleanup after layout split by moving duplicated files to a library that is statically linked to content and layout, and backing out changes to inline some functions that now also live in the shared lib. r=heikki, sr=smfr. Check-in by peterv. 2001-03-08 02:42:13 +00:00
shaver%mozilla.org
d56fc8976f 71140: fix XPConnect-standalone build, r=cls 2001-03-08 02:40:37 +00:00
heikki%netscape.com
ffa6b9c670 No bug number. Build XMLExtras without SOAP by default on Mac, as it is on other platforms. r=peterv, sr=sfraser. 2001-03-08 02:32:56 +00:00
javi%netscape.com
c0a77e918e Allow developers to build PSM 2.0 on the Mac. Bug 70384 sr=sfraser 2001-03-04 23:13:49 +00:00
javi%netscape.com
64187b0406 Allow developers to build PSM 2.0 on Unix.
Fix for Bug 70343 sr=cls
2001-03-04 22:55:18 +00:00
beard%netscape.com
9845279d6d options cache 1 now implies #define MOZ_NEW_CACHE 1. r=sfraser 2001-03-02 00:19:29 +00:00
pchen%netscape.com
095df8e75f fix for blocker bug 70232, no one ever put mozilla/extensions/cookie/jar.mn into the mac build list 2001-02-28 20:50:16 +00:00
beard%netscape.com
f450fa004c build XPCShell.mcp when testing the new cache. r=gordon 2001-02-27 06:03:47 +00:00
beard%netscape.com
139065f68c remove dependence on $main::CARBON, add $main::options{cache} to conditionally build new cache projects. r=sfraser 2001-02-27 02:44:26 +00:00
beard%netscape.com
c6dba7aacb Be able to build with GC leak detector. r=gordon 2001-02-27 02:05:02 +00:00
tao%netscape.com
90bfcacfe5 62171: "Separate content from UI". Split langenus.xpi into regus.xpi.
browser: (r=pchen,sr=alecf), mailnews: (r=yamamoto,sr=sspitzer),
editor: (r=cmonske,sr=sfraser), xpinstall (r=ssu,sr=dveditz).
2001-02-23 08:34:10 +00:00
sfraser%netscape.com
bab8f2127d TESTING please ignore 2001-02-23 06:57:41 +00:00
akkana%netscape.com
8fb21e8b03 DougT suggests this change to fix the orange bloat test 2001-02-23 01:39:36 +00:00
cls%seawood.org
55ca642440 Fix standalone psm bustage. 2001-02-23 00:14:28 +00:00
dougt%netscape.com
4b318e6f94 Enabling FTP on tinderbox bloat tests. (66611) 2001-02-22 23:39:22 +00:00
dbaron%fas.harvard.edu
dfeb5551db Fix standalone PSM bustage from layout/content split by adding content/base/public. 2001-02-22 14:01:05 +00:00
dbaron%fas.harvard.edu
7563814353 Fix broken (from waterson's changes yesterday) BUILD_MODULES=psm build by removing rdf/content/public (which no longer has a Makefile) from the list for PSM. I can't tell which new directory, if any, is needed, since there's other bustage preventing a psm build without having already built mozilla. 2001-02-22 13:56:31 +00:00
cls%seawood.org
f8fbe70718 Let the standalone xpcom build know about the string library dependency. Bug 69718 2001-02-22 09:24:57 +00:00
sdagley%netscape.com
4a516ab736 This file was supposed to be part of the Carbon carpool last week but somehow didn't get comitted. Trying again. 2001-02-22 04:24:36 +00:00
waterson%netscape.com
9fe59f23f0 Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +00:00
scc%mozilla.org
83f22206a2 bug #59429: r=jst. Add the string module to the build. 2001-02-21 11:14:59 +00:00
ben%netscape.com
4cf4ddc5e0 Fix jst bustage 2001-02-19 23:53:33 +00:00
leaf%mozilla.org
8397bced11 changing where we put the gbdate file. 2001-02-19 22:30:35 +00:00
leaf%mozilla.org
40b7587f3c Part of jst@netscape.com's layout/content landing. 2001-02-19 21:40:39 +00:00
danm%netscape.com
1d955c96b6 hooking up EmbedIDL.mcp. bug 67368 r=hyatt,pinkerton 2001-02-17 02:33:03 +00:00
pinkerton%netscape.com
d465909997 carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
danm%netscape.com
ef7099f79e adding embedding/components 2001-02-07 04:00:41 +00:00
mscott%netscape.com
c1d77f34a4 Don't build this obsolete directory. 2001-02-06 05:17:18 +00:00