Граф коммитов

1054 Коммитов

Автор SHA1 Сообщение Дата
seawood%netscape.com be10c3b1a8 Backing out fix for remote mach-o builds as it left mach-o builds fragile.
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
seawood%netscape.com 8a2a775382 Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
seawood%netscape.com 9b5ae05e33 Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
sfraser%netscape.com 5ba85bc864 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 2001-10-26 22:36:56 +00:00
sdagley%netscape.com 3886f15fe0 New project for OS X specific interfaces. Part of fix for 97676. r=ccarlen,sr=sfraser 2001-10-01 06:31:37 +00:00
gerv%gerv.net 4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
sfraser%netscape.com b60c83d7ce Fix for bugscape bug 8740 (nsISound does not work on Mac OS X). Have to call EnterMovies() on Mac OS X, so just moving it out of the TARGET_CARBON #ifdef. r=beard, pinkerton. sr=jst 2001-09-21 04:27:04 +00:00
gerv%gerv.net 1856815ff1 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org bc444f528a bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
sfraser%netscape.com a68a0b2809 Add an explicit search path to 'Carbon Support' first to ensure that we pick up CarbonLib 1.4, rather than the older version in Univeral Headers. 2001-09-06 00:46:38 +00:00
ccarlen%netscape.com 51baf59c94 Bug 78498 - Carbonize PPEmbed. r=pinkerton/sr=sfraser 2001-08-18 15:10:38 +00:00
ccarlen%netscape.com 139f20b5c0 Bug 78498 - Carbonize PPEmbed - adding new files. r=pinkerton/sr=sfraser 2001-08-18 01:57:33 +00:00
sfraser%netscape.com 130f60b82c Project cleanup, rs=scc. Ensure we use a debug prefix file for the debug target in MoreFiles. 2001-08-17 01:05:51 +00:00
pinkerton%netscape.com e988e7d3af Adding makefile for mach-o build. r=pavlov/rs=sfraser. bug#75653. 2001-08-03 07:44:22 +00:00
beard%netscape.com 8c8a234a28 removed ContextualMenuLib to fix build bustage, r=peterv 2001-08-02 22:44:22 +00:00
beard%netscape.com 656ced4555 added ContextualMenuLib to fix build bustage. r=peterv 2001-08-02 22:43:37 +00:00
peterv%netscape.com f73c539117 Trying to fix mac bustage by beard. Adding back ContextualMenu library. 2001-08-02 09:35:26 +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
beard%netscape.com 6a9bfb26c0 [Not part of build] Added __read_console()/__write_console(), which are the default I/O vectors for the stdin/stdout/stderr. This lets selective I/O redirection work on Mac OS X. 2001-06-27 23:46:15 +00:00
beard%netscape.com 9606436033 [Not part of build] Added SIOUXIsAppWindow(). 2001-06-25 21:07:22 +00:00
beard%netscape.com 828575c3f1 [Not part of build.] Added SIOUXIsAppWindow export. 2001-06-25 21:05:18 +00:00
beard%netscape.com 95ed00f714 [Not part of build] Test for correct version of Mac OS. 2001-06-22 09:51:50 +00:00
beard%netscape.com 905a413f01 [Not part of build] Dynamically load "NSConsole" library when running on Mac OS 9 and earlier, otherwise send console output to Mac OS X system console / terminal. 2001-06-22 07:10:22 +00:00
beard%netscape.com 6adf2fb71f [Not part of build.] Split out SIOUX console into its own shared library, to be loaded dynamically by the Mac Carbon build when running on Mac OS 9 and earlier. 2001-06-22 07:04:25 +00:00
beard%netscape.com 60c9b20b35 [Not part of build] When running under terminal, map all carriage returns ('\r') to line feeds ('\n'). 2001-06-21 17:04:49 +00:00
beard%netscape.com 5c0aa97a36 [Not part of build] Support for sending all console output to the Mac OS X Console application / or command line terminal. Replaces all of the standard SIOUX routines. 2001-06-18 22:29:30 +00:00
sfraser%netscape.com 2944a4ec42 Fix for bug 82474; ignore the console window on Mac when sending off events. r=conrad, sr=scc, a=blizzard 2001-06-11 23:44:46 +00:00
jfrancis%netscape.com 2874ad6931 exports for instrumentation stub library. *not part of build* Can be added to NSStdLib project, along with stub IntrumentationLib, to make intrumentation api's available to any projects that link with NSStdLib. 2001-06-02 00:04:07 +00:00
pinkerton%netscape.com dcdc112003 differences in the linker between MW and gcc cause us to use ifdefs to prune instead of dead-stripping. r=saari/sr=hyatt. bug# 75653. 2001-04-15 06:44:58 +00:00
pinkerton%netscape.com 48b1eadd1d another routine that isn't supported under Carbon. r=saari/sr=hyatt. bug# 75653 2001-04-15 01:19:51 +00:00
pinkerton%netscape.com b9f3bb8fc4 Errors.h->MacErrors.h, Types.h->MacTypes.h, r=saari/sr=hyatt. bug# 75653 2001-04-15 00:50:48 +00:00
pinkerton%netscape.com d465909997 carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
sfraser%netscape.com 2245b5c05c Just correct a comment in this file, which is not part of the default build. 2001-01-22 23:18:50 +00:00
beard%netscape.com 16bf9e5dd7 [not part of build] bug #42100, getting ready to land more Carbon build changes. 2001-01-06 06:14:06 +00:00
sfraser%netscape.com 176bf62c00 Remove bogus paths to dist:client_stubs etc 2000-12-14 22:07:55 +00:00
sfraser%netscape.com 24c2721346 Fix bug 62791 - realloc now does in-place realloc when it can. r=pinkerton, sr=beard 2000-12-14 22:07:36 +00:00
beard%netscape.com 01669a5497 added UTCUtils for use by JavaScript engine. bug #61577, r=mccabe 2000-12-05 04:36:32 +00:00
pinkerton%netscape.com 2e5bc79403 changes for Carbon r=pchen/a=sfraser. bug# 42100 2000-10-27 20:40:47 +00:00
beard%netscape.com b41255c8aa added SIOUXSettings. 2000-09-18 19:36:25 +00:00
sfraser%netscape.com 27de4a29ea Remove QuickTimeLib from linkage, because it comes in already from InterfaceStubs. This fixes 1400 link warnings. 2000-09-10 20:09:09 +00:00
beard%netscape.com 81b46d6b4d GC_mark_object. 2000-09-02 04:08:24 +00:00
beard%netscape.com 70a16a04dc Added stub for GC_mark_object, added verbose paramter to GC_trace_object. 2000-09-02 04:00:30 +00:00
sfraser%netscape.com f8f3eb198a More memory allocator optimizations. r=pinkerton 2000-09-02 02:13:15 +00:00
beard%netscape.com eb87f6d7c5 GC_trace_object. 2000-08-31 14:33:29 +00:00
beard%netscape.com bf3db6b987 Stub GC_trace_object. 2000-08-31 14:32:57 +00:00
sfraser%netscape.com 2e21555177 Turn off profiling, duh 2000-08-30 06:03:00 +00:00
sfraser%netscape.com d3caf79bae Fix a bug in the Mac memory allocators which caused large heap allocations to be slow (r=beard), and tweaked the allocator sizes so that the fixed heap allocators catch some peak sizes (r=pinkerton). Also made minor tweaks to fix stats collection, and building of various testing tools. 2000-08-30 05:36:17 +00:00
beard%netscape.com 41d8ee0c30 fix for bug #49240. 2000-08-26 02:58:29 +00:00
sfraser%netscape.com fc94a26930 New files for profiling on Mac 2000-07-28 23:45:55 +00:00
beard%netscape.com 1c926d81a2 bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00