Commit Graph

1066 Commits

Author SHA1 Message Date
ccarlen%netscape.com
a0cfdeea80 Bug 132106 - Put code into PPEmbed to support XUL preferences dialog. r=pink/sr=beard/a=asa 2002-03-22 15:52:22 +00:00
timeless%mac.com
dec943eb10 Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
bryner%netscape.com
8b898b481f Adding some missing .cvsignore files. a=leaf. 2002-03-08 00:00:05 +00:00
sfraser%netscape.com
3333249a1c Fix malformed XML; no other changes. One more instance. 2002-02-22 03:13:42 +00:00
sfraser%netscape.com
e10f7a2da0 Fix malformed XML; no other changes. 2002-02-22 03:12:35 +00:00
ccarlen%netscape.com
0d871a1552 Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +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
ccarlen%netscape.com
95ce5e2693 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:25:50 +00:00
ccarlen%netscape.com
f810f656cc Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:10:45 +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
ccarlen%netscape.com
afffbda535 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:02:40 +00:00
ccarlen%netscape.com
baca6ece31 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 20:42:22 +00:00
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