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

24411 Коммитов

Автор SHA1 Сообщение Дата
law%netscape.com 37974c7c72 Updated to match nsFindComponent.cpp 1999-04-22 01:59:14 +00:00
law%netscape.com 4bcbfb9104 Fix bug in argument fetching code 1999-04-22 01:58:35 +00:00
mscott%netscape.com b4933a51c8 constructor for nsMsgLineBufferStream takes a new argument specifying if new lines should be allocated for ReadNextLine. 1999-04-22 01:54:32 +00:00
mscott%netscape.com 907c03e019 Fix fence post case in nsMsgLineBufferStream::ReadNextLine when we read n bytes and n == the size of the buffer...we were over-writing the n+1th byte with a null terminator.
Add (unimplemented) feature to nsMsgLineBufferStream to give caller the choice of allocating new memory for new lines or not.
1999-04-22 01:53:19 +00:00
pierre%netscape.com 5748361124 replaced mOriginalSurface with mSavePort on delete, restore the grafPort origin fixed a regression leak of the offscreen buffer 1999-04-22 01:27:12 +00:00
jj%netscape.com ed7d19fc38 File Removed. 1999-04-22 01:25:18 +00:00
jj%netscape.com d459e849aa updated for MSL 4.1.05 1999-04-22 01:25:04 +00:00
briano%netscape.com e0b2aa1ba4 Automated update 1999-04-22 01:08:18 +00:00
briano%netscape.com fb50a324a0 Final fix for bug#5157. Moved the NSPR checks closer to the beginning. 1999-04-22 01:07:55 +00:00
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