Commit Graph

24402 Commits

Author SHA1 Message Date
law%netscape.com
9dd8c22d0d Oops, missed this one 1999-04-22 01:07:23 +00:00
alecf%netscape.com
ba82b12357 add to unix build 1999-04-22 00:49:02 +00:00
briano%netscape.com
20fa83b61f Automated update 1999-04-22 00:44:37 +00:00
briano%netscape.com
00c137651f Fix for bug#5048. Can't use --enable-java and --enable-oji at the same time. 1999-04-22 00:43:06 +00:00
law%netscape.com
a475f79a89 Build components on win32 1999-04-22 00:34:17 +00:00
law%netscape.com
3c9922ab17 Setting up for win32 build of components directory 1999-04-22 00:32:34 +00:00
law%netscape.com
74a0e5a4ea Updates 1999-04-22 00:27:39 +00:00
mcafee%netscape.com
505152776a Test-removal of NEW_CLIPBOARD_SUPPORT ifdef. 1999-04-22 00:22:15 +00:00
pavlov%pavlov.net
2733bb0b80 beginning work on making mozilla fast... 1999-04-22 00:07:40 +00:00
rickg%netscape.com
e3b6b95c27 update to sync with nsString2 1999-04-22 00:07:20 +00:00
rickg%netscape.com
f37212bffa updates to sync with nsString2 api 1999-04-22 00:05:59 +00:00
davidmc%netscape.com
3895aebe28 set morkStore::mStore_CanAutoAssignAtomIdentity to true in places where MDB clients can access a store instance, so that this bool is enabled only at the last possible moment. 1999-04-21 23:57:03 +00:00
davidmc%netscape.com
a5c518cc46 fix morkAtomSpace::MakeBookAtomCopy() so it will use new boolean slot on morkStore, mStore_CanAutoAssignAtomIdentity, to decide whether new atoms with auto assigned identity is allowed. 1999-04-21 23:56:02 +00:00
rickg%netscape.com
5e42a35ab3 updates to sync with nsString2 api 1999-04-21 23:54:24 +00:00
davidmc%netscape.com
0ab7f37525 use new default atom space constant; init the new boolean controlling whether auto assignment of atom IDs is allowed 1999-04-21 23:54:22 +00:00
davidmc%netscape.com
e9aab5b668 add new constant kValueSpaceScope to replace old ambiguous ground atom space constant to fix problem with default atom spacing 'a' being used instead of the 'v' space expected by the parser (causing more than one atom space to be used ... bad). Also add a boolean controlling whether auto-assignment of atom IDs is permitted by atom spaces (so this can be disabled during parsing, so it can be detected when it's inappropriate). 1999-04-21 23:53:38 +00:00
evaughan%netscape.com
859c6199e5 Fixed make build by not using itoa 1999-04-21 23:51:40 +00:00
davidmc%netscape.com
b8fb0c0949 fix morkEnv::OidAsHex() to print a scope < 0x80 as a plain text byte instead of ^hex hex when the character is a name byte 1999-04-21 23:51:22 +00:00
davidmc%netscape.com
c78445c3eb change format to v1.4 to account for hex oids for single char spaces changing from, eg., 1CE:^6D to 1CE:m 1999-04-21 23:50:03 +00:00
rickg%netscape.com
1a3777a0b7 updates to sync with nsString2 api 1999-04-21 23:48:41 +00:00
ftang%netscape.com
1e652fb669 remove PRBool* oContinue from the Notify method 1999-04-21 23:44:27 +00:00
rickg%netscape.com
8e0367b04c updates to sync with nsString2 api 1999-04-21 23:43:11 +00:00
mcmullen%netscape.com
30cbfcea83 Added nsCommandLineServiceMac.cpp 1999-04-21 23:36:23 +00:00
mcmullen%netscape.com
c72b7426b6 Adding command-line support for Macintosh. 1999-04-21 23:36:02 +00:00
mcmullen%netscape.com
0bac551b79 First Checked In. 1999-04-21 23:35:31 +00:00
rickg%netscape.com
85e7dbb767 updates to sync with nsString2 api 1999-04-21 23:35:12 +00:00
amusil%netscape.com
9b3402e2e6 Fixed bug with flow of control - reflows after the first one no longer call
CantRenderDisplacedElement() when it's not supposed to.
1999-04-21 23:25:20 +00:00
pierre%netscape.com
99b0279010 SetCursor on mouseEnter / mouseExit 1999-04-21 23:15:05 +00:00
pierre%netscape.com
c4bf47aa19 removed a spurious SetCursor when creating a widget 1999-04-21 23:14:07 +00:00
rickg%netscape.com
837318b35a updates to sync with nsString2 api 1999-04-21 23:12:55 +00:00
kipp%netscape.com
cfc730e62c Fixed bug 3505 1999-04-21 23:08:49 +00:00
mcmullen%netscape.com
9a4af42537 Fix unix warning about sscanf 1999-04-21 22:55:37 +00:00
rickg%netscape.com
69afbec822 sync with new nsString2 API 1999-04-21 22:55:35 +00:00
evaughan%netscape.com
e74bf3fc69 added files: mozilla/layout/xul/base/src/nsTabFrame.cpp, mozilla/layout/xul/base/src/nsDeckFrame.cpp 1999-04-21 22:48:29 +00:00
evaughan%netscape.com
0bec328133 Added a tab control widget. 1999-04-21 22:46:15 +00:00
fur%netscape.com
8056f74029 Fixed a few typos so that the generated file actually compiles 1999-04-21 22:44:32 +00:00
bienvenu%netscape.com
3796e54a4f fix a few race conditions with fe events, add NOOP service 1999-04-21 22:35:12 +00:00
terry%netscape.com
c50da80f83 Ignore blanks when doing diff. In particular, this helps hide any
problems we may have with differing end-of-line characters.
1999-04-21 22:21:40 +00:00
mcmullen%netscape.com
e450421fd3 Fix PREF_Cleanup so that it can be called twice with impunity. 1999-04-21 22:17:30 +00:00
mcmullen%netscape.com
75a8504750 Call ShutDown automatically on destruction. 1999-04-21 22:17:28 +00:00
troy%netscape.com
20410053f1 Changed ConstructDocElementFrame() to make sure we call CreateViewForFrame()
for the document element's frame
1999-04-21 22:14:30 +00:00
jdunn%netscape.com
50b00d08f7 Change C++ comments to C comments and change flushall to flush of each of
the standard files (in,out,err)
1999-04-21 22:13:15 +00:00
sfraser%netscape.com
6c2a5197e6 File Removed. 1999-04-21 22:12:27 +00:00
troy%netscape.com
ef791ed27c Changed the handling for fixed backgrounds a little 1999-04-21 22:08:01 +00:00
mcmullen%netscape.com
c04173668d Backing out previous change, I didn't intend to check this file in. 1999-04-21 22:05:26 +00:00
mcmullen%netscape.com
e4661eacd6 Prefs API changed to use filespecs instead of string paths. Added Get/SetFilePref. Cleaned up the API so that StartUp() does not need to be called. 1999-04-21 22:04:35 +00:00
troy%netscape.com
7fb6d19406 Changed values for NS_STYLE_BG_ATTACHMENT_SCROLL and NS_STYLE_BG_ATTACHMENT_FIXED
so it was clear that they weren't bit fields
1999-04-21 22:01:18 +00:00
pinkerton%netscape.com
7b024c5f33 back out joki's click event fix because it doesn't totally work right. toolboxes now collapse (most of the time). 1999-04-21 21:49:44 +00:00
dmose%mozilla.org
40c9c56b74 updating to license version 1.1 in boilerplate comments 1999-04-21 21:40:44 +00:00
troy%netscape.com
8a4906a2ff Changed MapStyleInto() to also reset mBackgroundAttachment when resetting
the BODY's background properties
1999-04-21 21:39:47 +00:00