myk%mozilla.org
|
c82cad1bc9
|
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
|
d96798d50e
|
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
|
fdafe18afe
|
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
|
adf6b8ec30
|
Use empty exception handler for mac builds.
|
2002-07-03 17:19:04 +00:00 |
seawood%netscape.com
|
8f6f1756ce
|
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
|
3f385c6c02
|
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
|
b7dc70bce7
|
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
|
0766c35c7f
|
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
|
a6a6fade86
|
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
|
e7977f34e1
|
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
|
61888315b5
|
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
|
2cab766559
|
License changes, take 2. Bug 98089. mozilla/config/, mozilla/caps/, mozilla/build/.
|
2001-09-25 01:03:58 +00:00 |
gerv%gerv.net
|
2a80f3fea9
|
Oops.
|
2001-09-20 00:02:59 +00:00 |
scc%mozilla.org
|
63e86dc84f
|
bug #98089: ripped new license
|
2001-09-19 20:09:47 +00:00 |
cls%seawood.org
|
5d954946a7
|
Remove -DMOZ_MAIL_NEWS from build system.
Bug #66543 r=pavlov
|
2001-09-08 07:44:13 +00:00 |
peterv%netscape.com
|
b5bb1d1bad
|
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
|
6fb55c42b1
|
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
|
105d3c555e
|
carbon changes. r=pink/sdagley/beard. a=sfraser.
|
2001-02-13 21:48:26 +00:00 |
bryner%uiuc.edu
|
7bf99af947
|
Removing all traces of the old LAYERS #define. r=jst, sr=cls.
|
2000-12-26 22:19:17 +00:00 |
valeski%netscape.com
|
5158f9f336
|
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
|
bc4cdc5f90
|
added DefinesOptions.h to Mac build. part of fix for #39959
|
2000-06-24 00:02:31 +00:00 |
beard%netscape.com
|
5cca8adbe7
|
bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser
|
2000-06-20 23:10:06 +00:00 |
dmose%mozilla.org
|
42fc94a6ec
|
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
|
fc6e72a505
|
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
|
080e488d9b
|
bug #: 10847, enabling webshell leak detection.
|
1999-09-22 01:40:41 +00:00 |
cyeh%netscape.com
|
3bb307bc55
|
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
|
df0680bfe1
|
Adding included guards to make compilation a tad faster
|
1999-08-02 21:42:57 +00:00 |
sspitzer%netscape.com
|
880f0a5cfa
|
one more thing to turn on necko for the mac. thanks to pinkerton.
|
1999-07-29 00:38:45 +00:00 |
gordon%netscape.com
|
95bb19cc38
|
Added comment to identify where NECKO needs to be defined for Necko builds.
|
1999-07-14 21:14:20 +00:00 |
nisheeth%netscape.com
|
e65e8e9d07
|
Including external DTD support for XML documents on Mac build.
|
1999-07-02 21:18:36 +00:00 |
pinkerton%netscape.com
|
012b2f83a3
|
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
|
1fd9c8de15
|
add defines for Carbon, but turned off.
|
1999-05-12 06:44:34 +00:00 |
pinkerton%netscape.com
|
7b0a5ff5cf
|
add NEW_DRAG_AND_DROP define for Ender.
|
1999-05-12 04:49:45 +00:00 |
dcone%netscape.com
|
5fa98cc663
|
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
|
5cb40018e9
|
took out #undefs of CookieManagement, SingleSignon and PRIVACY_POLICIES
|
1999-04-25 06:43:23 +00:00 |
beard%netscape.com
|
58ef746b87
|
Turned on ClientWallet.
|
1999-04-24 04:09:39 +00:00 |
pinkerton%netscape.com
|
54b7562fe8
|
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
|
24579e0b54
|
turning on new clipboard stuff for rods.
|
1999-04-07 01:43:05 +00:00 |
gagan%netscape.com
|
dc83d61414
|
N2 landing... everybody run! duck! hide...! It really should be ok.
|
1999-03-25 00:22:56 +00:00 |
mcmullen%netscape.com
|
faa41be683
|
Reversing the previous change. This was checked in in error.
|
1999-03-05 23:08:56 +00:00 |
mcmullen%netscape.com
|
0b721e55f8
|
Removed the offset parameter from the base stream interfaces. Implemented string streams.
|
1999-03-05 22:53:56 +00:00 |
mcmullen%netscape.com
|
fe54d94b06
|
REALLY add nsRegistry and libreg to the Mac build.
|
1999-02-28 00:24:53 +00:00 |
law%netscape.com
|
9d95b42e5a
|
Turn off USE_NSREG till later - Thanks, John!
|
1999-02-23 20:31:23 +00:00 |
law%netscape.com
|
2954ca2ec0
|
Landing LIBREG990212_BRANCH to get libreg building on Mac
|
1999-02-23 19:56:57 +00:00 |
petitta%netscape.com
|
e024243df8
|
Temporarly took out #define MOZ_FULLCIRCLE
|
1999-01-13 01:11:54 +00:00 |
petitta%netscape.com
|
588e336deb
|
Added MOZ_FULLCIRCLE for the TalkBack Client.
|
1999-01-12 20:57:30 +00:00 |
beard%netscape.com
|
91b6e3d66c
|
backed out SingleSign/CookieManagement changes
|
1998-12-30 02:26:02 +00:00 |
beard%netscape.com
|
883cdd1221
|
Turning on CookieManagement/SingleSignon on Mac.
|
1998-12-30 01:47:23 +00:00 |
jfrancis%netscape.com
|
1729c6fa9d
|
Shared lib conversion, phase 1
|
1998-11-18 02:33:58 +00:00 |
jfrancis%netscape.com
|
21f48c855d
|
First Checked In.
|
1998-11-18 02:33:41 +00:00 |