bienvenu%netscape.com
d85c96e3c9
more work on search and filters, not part of build yet
1999-05-10 01:59:23 +00:00
bienvenu%netscape.com
425bde781c
add error for filter parsing
1999-05-10 01:57:14 +00:00
beard%netscape.com
03288f3f00
First Checked In.
1999-05-10 01:48:27 +00:00
evaughan%netscape.com
21b2c69004
Fixed mac compile bug.
1999-05-09 22:18:09 +00:00
blizzard%redhat.com
747c487c5e
port of gtk's font code to xlib
1999-05-09 21:56:46 +00:00
evaughan%netscape.com
eefc2545c2
Fixed xul boxes to implement nsIBox interface.
1999-05-09 21:46:24 +00:00
blizzard%redhat.com
82484e5aed
make sure to return NS_OK from Init()
1999-05-09 19:52:11 +00:00
valeski%netscape.com
0a950992ad
shifted ftp error codes into their proper range
1999-05-09 19:25:59 +00:00
valeski%netscape.com
8b921d1d99
defined implicit ranges for error codes.
1999-05-09 19:25:20 +00:00
valeski%netscape.com
92dd0930f2
Added correct error codes and misc touch up.
1999-05-09 19:24:37 +00:00
valeski%netscape.com
c325d0f196
Added Andreas' test program diffs for linux building. Also added an OpenOutputStream test to TestSocketIO.cpp.
1999-05-09 19:18:25 +00:00
ducarroz%netscape.com
5daad84830
removed rescued items that was breaking the build verification
1999-05-09 17:20:42 +00:00
beard%netscape.com
36eeaa8a64
now correctly returns target file info, reads files from project Data directory, writes files to output directory, uses setjmp/longjmp to trap calls to exit().
1999-05-09 15:03:13 +00:00
beard%netscape.com
23150082a3
using setjmp/longjmp to trap calls to exit(), compiling .xpt files into project Data folder.
1999-05-09 15:00:31 +00:00
beard%netscape.com
75c1643ee3
using longjmp instead of throw
1999-05-09 14:59:15 +00:00
beard%netscape.com
c7e13fad81
added version.rsrc to all targets
1999-05-09 14:58:54 +00:00
beard%netscape.com
cf844e31e5
moved version to version.rsrc
1999-05-09 14:58:30 +00:00
beard%netscape.com
d6610f1b65
First Checked In.
1999-05-09 14:58:00 +00:00
mccabe%netscape.com
09676c676b
Back out building xpidl with -static, because it breaks on some platforms. What's the XP way to do it?
1999-05-09 10:40:16 +00:00
mccabe%netscape.com
c1b3ca8999
Line-editing support for the standalone javascript interpreter on unixes. Propagating from the SpiderMonkeyDev_BRANCH.
...
None of this code is built as part of the Mozilla build.
1999-05-09 10:22:40 +00:00
mccabe%netscape.com
0d15a0a50f
Fix to 6156.
...
Added $(EXTRA_DEPS) dependency to $(PROGRAM) in rules.mk, so xpidl can ask to be recompiled when libxpt changes.
1999-05-09 09:21:35 +00:00
mccabe%netscape.com
15eecef0e9
Give xpidl a Makefile.in that uses the rules.mk rules for $(PROGRAM) to build, toallow use of purify target. Be warned, it won't be pretty.
...
Build xpidl statically by adding -static (I hope it's XP; is there an alternative?) to LDFLAGS. So that we can use it in the build without setting the shared library path.
1999-05-09 08:34:37 +00:00
mccabe%netscape.com
b512bcf3a7
Whenever XPIDLSRCS is defined, add _xpidlgen to $(GARBAGE) so it gets zorched by clobber.
1999-05-09 08:16:07 +00:00
briano%netscape.com
b2f371eb75
Automated update
1999-05-09 06:29:40 +00:00
mccabe%netscape.com
832feb1f76
A slightly better test for overriding .h files with .idl files.
...
If foo.h is in the $(EXPORTS) list (rather than just in the same dir) warn that the .h we're generating from the .idl overrides the old .idl.
1999-05-09 06:26:05 +00:00
mcafee%netscape.com
7602195bc7
Checking for setvbuf(). Thanks to bert_driehuis@nl.compuware.com for helping with apprunner output.
1999-05-09 06:21:29 +00:00
beard%netscape.com
87962db8fe
turned off modification date caching, so files will be regenerated if missing or out of date.
1999-05-09 03:32:22 +00:00
beard%netscape.com
52fee2c586
NPL, using CWGetStoredObjectFileSpec() to get the location of each output file, instead of constructing from input file's name.
1999-05-09 03:27:07 +00:00
beard%netscape.com
0b0ea1fa93
NPL, removed Disassembly code (moved to linker), now using CWStoreObjectData() to associate output file with compilation. This lets CodeWarrior delete the file when objects are removed, and regenerate when file is deleted externally.
1999-05-09 03:27:05 +00:00
beard%netscape.com
72cb71e30c
bumped version, changed Flags to latest CWPro4 format to use newer APIs.
1999-05-09 03:27:03 +00:00
beard%netscape.com
861f0f2505
bumped version
1999-05-09 03:27:01 +00:00
beard%netscape.com
b11acf99b6
cleaned up, removed non-essential code, NPL
1999-05-09 03:19:47 +00:00
beard%netscape.com
694e5a851c
NPL
1999-05-09 03:19:07 +00:00
beard%netscape.com
53004acee4
added a "build all" target
1999-05-08 23:18:39 +00:00
beard%netscape.com
bd19f7a0cc
added version resources
1999-05-08 23:18:12 +00:00
syd%netscape.com
e17ed3730e
Remove SetModal interface.
1999-05-08 23:14:35 +00:00
syd%netscape.com
f0273ef530
Cleaned up Create function. Make sure that variables are not NULL before use.
...
Also, don't free the "home" variable -- this will cause memory corruption the
second time Create is called and will result in weirdo behavior in Gtk+/Glib.
Implemented nsAppShell::GetNativeEvent, nsAppShell::DispatchNativeEvent,
and nsAppShell::EventIsForModalWindow.
1999-05-08 23:13:45 +00:00
syd%netscape.com
c03600049f
Remove SetModal() native implementation for Gtk+.
1999-05-08 23:09:44 +00:00
syd%netscape.com
a8f54ca7be
Remove SetModal() native implementation.
1999-05-08 23:09:05 +00:00
syd%netscape.com
4ed101a866
Remove nsBaseWidget::SetModal.
1999-05-08 23:08:23 +00:00
syd%netscape.com
986f171109
Remove native SetModal() call.
1999-05-08 23:07:10 +00:00
beard%netscape.com
7026a42960
First Checked In.
1999-05-08 23:05:34 +00:00
beard%netscape.com
2c7785dfb7
changed raw calls to stat() to get_file_length(), and redefined get_file_length to mac_get_file_length when building as CodeWarrior plugin.
1999-05-08 23:01:09 +00:00
beard%netscape.com
5125d49f3e
renamed get_args() to mac_get_args(), get_file_length redefined as mac_get_file_length when built as CodeWarrior plugin.
1999-05-08 23:00:07 +00:00
beard%netscape.com
6e8fffb7f4
removed xpt_dump.c from compiler target, moved exclusively to linker target.
1999-05-08 22:58:42 +00:00
beard%netscape.com
5f1cb61927
added custom fopen, the only opens files in the output directory, added mac_get_file_length(), which is used in lieu of stat, turned on Disassembly function in linker.
1999-05-08 22:58:07 +00:00
beard%netscape.com
3daab4f8f8
put in sanity checking of pref data, if its size is incorrect it reverts to factory settings.
1999-05-08 22:56:39 +00:00
beard%netscape.com
889a8e48d7
added mac_get_file_length(), turned off disassembly (moved to linker)
1999-05-08 22:55:42 +00:00
beard%netscape.com
9fb2c6a7a6
turned off the "cantDisassemble" bit, moving disassembly to the linker.
1999-05-08 22:54:23 +00:00
blizzard%redhat.com
3b8b97854b
more debugging output, start of some renderingcontext functions
1999-05-08 22:54:03 +00:00