Commit Graph

1047 Commits

Author SHA1 Message Date
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
sfraser%netscape.com
39a8b22797 Extra check to make sure contextual menu manager is installed before initting it. 2000-05-02 00:37:12 +00:00
pinkerton%netscape.com
417d5756cf These files are now obsolete. See mozilla/embedding/browser/powerplant 2000-04-25 04:21:31 +00:00
pinkerton%netscape.com
afa523d479 oops, forgot to weak link in the optimized target! 2000-04-20 23:00:07 +00:00
pinkerton%netscape.com
54f91d91d7 don't init context menu stuff if it's not present. 2000-04-20 02:01:12 +00:00
beard%netscape.com
3f1ed5ff9c Compatibility with Universal Headers 3.3 or later. a=leaf 2000-04-19 22:13:51 +00:00
beard%netscape.com
c34d153a42 Added target for Universal Interfaces 3.3. 2000-04-19 22:07:47 +00:00
pinkerton%netscape.com
a476fcb238 add contextmenu and quicktime as weak links. 2000-04-18 02:58:58 +00:00