myk%mozilla.org
|
b03bc2c095
|
Fixing Mac build bustage (bug 189642).
Patch by Chris Seawood <seawood@netscape.com>.
r=pink
|
2003-01-22 19:10:33 +00:00 |
bryner%netscape.com
|
025fb3a058
|
Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls.
|
2002-08-19 03:50:27 +00:00 |
seawood%netscape.com
|
301b1a4ca8
|
Remove unused defines:
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG
Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner
_IMPL_NS_VIEW
Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
|
2002-08-07 06:08:00 +00:00 |
seawood%netscape.com
|
a4d057a5b8
|
Use empty exception handler for mac builds.
|
2002-07-03 17:19:04 +00:00 |
seawood%netscape.com
|
03ace271f0
|
Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
Bug 149032 r=timeless sr=scc
|
2002-07-02 20:25:30 +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 |
sfraser%netscape.com
|
fea8c2b1e0
|
Fix include order so that we get traceback tables in Mac OS X milestone builds. r=leaf
|
2002-02-05 23:09:32 +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 |
peterv%netscape.com
|
ff7dad091c
|
Adding back file that I removed by accident. rev 1.4 with patch for bug 83589 applied.
|
2001-10-27 16:58:43 +00:00 |
peterv%netscape.com
|
70e919ce2d
|
ix for bug 83589 -- fix the mac build scripts so that a commercial tree doesn't clobber config files in the mozilla tree. Make a MoreFilesDebug.lib. r=peterv,sr=scc -- Removing files that sfraser forgot to remove.
|
2001-10-27 16:05:50 +00:00 |
peterv%netscape.com
|
61198d2388
|
Fix for bug 83589 -- fix the mac build scripts so that a commercial tree doesn't clobber config files in the mozilla tree. Make a MoreFilesDebug.lib. r=peterv,sr=scc -- Part of patch that sfraser forgot to check in.
|
2001-10-27 15:54:47 +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 |
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 |
cls%seawood.org
|
74182ad95a
|
Remove -DMOZ_MAIL_NEWS from build system.
Bug #66543 r=pavlov
|
2001-09-08 07:44:13 +00:00 |
peterv%netscape.com
|
e65f08b9fe
|
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 17:10:55 +00:00 |
pinkerton%netscape.com
|
331c8110bf
|
turn on rod's reflow counts in debug and clean up a lot of unused cruft. r=sfraser.
|
2001-03-19 21:27:14 +00:00 |
pinkerton%netscape.com
|
d465909997
|
carbon changes. r=pink/sdagley/beard. a=sfraser.
|
2001-02-13 21:48:26 +00:00 |
bryner%uiuc.edu
|
bc187fdea4
|
Removing all traces of the old LAYERS #define. r=jst, sr=cls.
|
2000-12-26 22:19:17 +00:00 |
valeski%netscape.com
|
0a8271f14c
|
50188. removing webshell leak detection special macros. now we'll spew data in debug builds only
|
2000-09-11 22:06:52 +00:00 |
cltbld%netscape.com
|
1c28f50b24
|
added DefinesOptions.h to Mac build. part of fix for #39959
|
2000-06-24 00:02:31 +00:00 |
beard%netscape.com
|
1c926d81a2
|
bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser
|
2000-06-20 23:10:06 +00:00 |
dmose%mozilla.org
|
5312eacf8c
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
pierre%netscape.com
|
a966f87a22
|
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
|
1999-10-21 05:41:45 +00:00 |
beard%netscape.com
|
82aca01363
|
bug #: 10847, enabling webshell leak detection.
|
1999-09-22 01:40:41 +00:00 |
cyeh%netscape.com
|
2fcbf91285
|
Finish cleanup of STANDALONE_IMAGE_LIB. Sorry for forcing you to rebuild
the world.
|
1999-09-02 18:07:28 +00:00 |
sfraser%netscape.com
|
4432c09ce7
|
Adding included guards to make compilation a tad faster
|
1999-08-02 21:42:57 +00:00 |
sspitzer%netscape.com
|
def65703b9
|
one more thing to turn on necko for the mac. thanks to pinkerton.
|
1999-07-29 00:38:45 +00:00 |
gordon%netscape.com
|
9a42293743
|
Added comment to identify where NECKO needs to be defined for Necko builds.
|
1999-07-14 21:14:20 +00:00 |
nisheeth%netscape.com
|
298ee4dab6
|
Including external DTD support for XML documents on Mac build.
|
1999-07-02 21:18:36 +00:00 |
pinkerton%netscape.com
|
17546f846a
|
remove NEW_DRAG_AND_DROP define since it's obsolete now. reviewed mcafee, appr chofmann.
|
1999-06-17 01:48:29 +00:00 |
pinkerton%netscape.com
|
6d91d63140
|
add defines for Carbon, but turned off.
|
1999-05-12 06:44:34 +00:00 |
pinkerton%netscape.com
|
ed1aee87ba
|
add NEW_DRAG_AND_DROP define for Ender.
|
1999-05-12 04:49:45 +00:00 |
dcone%netscape.com
|
b03936c49a
|
added USE_STRING2 define. It is commented out at the moment for use in string compilation.
|
1999-05-05 03:51:18 +00:00 |
beard%netscape.com
|
17e9e6c0b9
|
took out #undefs of CookieManagement, SingleSignon and PRIVACY_POLICIES
|
1999-04-25 06:43:23 +00:00 |
beard%netscape.com
|
31f9e2ec33
|
Turned on ClientWallet.
|
1999-04-24 04:09:39 +00:00 |
pinkerton%netscape.com
|
14ee777ce1
|
finally remove something from this growing list of forgotten defines: NEW_CLIPBOARD_SUPPORT because the feature has landed.
|
1999-04-23 17:35:59 +00:00 |
pinkerton%netscape.com
|
8cae449ea4
|
turning on new clipboard stuff for rods.
|
1999-04-07 01:43:05 +00:00 |
gagan%netscape.com
|
4e6f62a933
|
N2 landing... everybody run! duck! hide...! It really should be ok.
|
1999-03-25 00:22:56 +00:00 |
mcmullen%netscape.com
|
45c3f2df6e
|
Reversing the previous change. This was checked in in error.
|
1999-03-05 23:08:56 +00:00 |
mcmullen%netscape.com
|
9798175c73
|
Removed the offset parameter from the base stream interfaces. Implemented string streams.
|
1999-03-05 22:53:56 +00:00 |
mcmullen%netscape.com
|
ad100ee7aa
|
REALLY add nsRegistry and libreg to the Mac build.
|
1999-02-28 00:24:53 +00:00 |
law%netscape.com
|
81292d20d4
|
Turn off USE_NSREG till later - Thanks, John!
|
1999-02-23 20:31:23 +00:00 |
law%netscape.com
|
de504a3c3c
|
Landing LIBREG990212_BRANCH to get libreg building on Mac
|
1999-02-23 19:56:57 +00:00 |
petitta%netscape.com
|
8e33512cba
|
Temporarly took out #define MOZ_FULLCIRCLE
|
1999-01-13 01:11:54 +00:00 |
petitta%netscape.com
|
bc78c32c61
|
Added MOZ_FULLCIRCLE for the TalkBack Client.
|
1999-01-12 20:57:30 +00:00 |
beard%netscape.com
|
3cd6a644b6
|
backed out SingleSign/CookieManagement changes
|
1998-12-30 02:26:02 +00:00 |
beard%netscape.com
|
76fb5e5af7
|
Turning on CookieManagement/SingleSignon on Mac.
|
1998-12-30 01:47:23 +00:00 |
jfrancis%netscape.com
|
5d4924ef27
|
Shared lib conversion, phase 1
|
1998-11-18 02:33:58 +00:00 |
jfrancis%netscape.com
|
e93556a306
|
First Checked In.
|
1998-11-18 02:33:41 +00:00 |