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

26292 Коммитов

Автор SHA1 Сообщение Дата
rogerl%netscape.com 8cf3d6ffe7 Latest changes 1999-05-07 22:07:22 +00:00
terry%mozilla.org e554277ef1 Oops. Accounts created via the "createaccount.cgi" page were not
getting their password emailed to them.
1999-05-07 22:07:21 +00:00
amusil%netscape.com 34ea64b404 Added support for Start/Stop Applet/Plugin lifetimes. 1999-05-07 22:06:47 +00:00
mcmullen%netscape.com 137bc375dd First Checked In. 1999-05-07 22:03:31 +00:00
rogerl%netscape.com b8ee8e6ec0 Forced conversion of result for I64 tests to int in call to printf. I
couldn't find a OS-independent format string for handling the I64.
1999-05-07 21:57:23 +00:00
mcmullen%netscape.com 88f69b0f67 Add the intl project group. 1999-05-07 21:56:42 +00:00
mcmullen%netscape.com f913322ac6 Added the intl group to these scripts (why there are two identical scripts, is anybody's guess) 1999-05-07 21:51:35 +00:00
terry%mozilla.org 3f40ffa575 Provide an option to tell mysql "set option SQL_BIG_TABLES=1". This
is necessary for very big queries, but it will slow things up some
otherwise.
1999-05-07 21:49:24 +00:00
rogerl%netscape.com d23c738373 Fixed quad-word alignment issues, vTable layout problems. 1999-05-07 21:42:28 +00:00
dougt%netscape.com 4bfb7582c3 First Checked In. 1999-05-07 21:35:49 +00:00
mscott%netscape.com ecf5b1c49b Fix unitialized memory read when we were parsing an imap url which didn't have anything after the host name. 1999-05-07 21:30:39 +00:00
mscott%netscape.com 6f3001853b Register the event queue to fix the crash on start up. 1999-05-07 21:28:43 +00:00
mscott%netscape.com 4d1cabbe34 Build imap/build directory for linux. 1999-05-07 21:24:50 +00:00
rjc%netscape.com 32b84dcc23 Don't compare nsCOMPtrs against nsnull. 1999-05-07 21:24:09 +00:00
mscott%netscape.com e4e64397f7 Build all the imap directories on linux. 1999-05-07 21:23:27 +00:00
sfraser%netscape.com 079a1e9d21 Added the cfmAlias resource files, and set the Library Folder ID in the PEF settings accordingly (alias ID 128 for debug, 129 for opt). 1999-05-07 21:23:08 +00:00
mscott%netscape.com 8a9b6ddfdb Build the imap library. 1999-05-07 21:23:07 +00:00
mscott%netscape.com 63fd63437a Build imap on Linux. 1999-05-07 21:22:24 +00:00
sfraser%netscape.com 7aa5aff60a Put libraries in the "Essential Files" folder. Also moved the horrible MacConfig.h hack closer to the config MANIFEST, so that cancelling the dist is less likely to screw you over. 1999-05-07 21:22:12 +00:00
mscott%netscape.com d75187c1bc Build imap on linux. 1999-05-07 21:22:02 +00:00
mscott%netscape.com 1eb7af8204 Changes to build test app on Linux. 1999-05-07 21:20:41 +00:00
rjc%netscape.com 4c3a89fd0b First cut at adding template and rule support for XUL builders. 1999-05-07 21:20:33 +00:00
sfraser%netscape.com 48595c3d5e First Checked In. 1999-05-07 21:20:23 +00:00
mscott%netscape.com 6a6a24bf9b Changes to get the test app to build on linux. 1999-05-07 21:20:21 +00:00
mscott%netscape.com 7c38cd15f3 Quiet compiler warnings. 1999-05-07 21:19:39 +00:00
mscott%netscape.com a53b53e74e Quiet compiler warnings in preparation of turning imap on for Linux. 1999-05-07 21:19:11 +00:00
mjudge%netscape.com 47ffef477b 2 more checkins to follow previous ones 1999-05-07 21:19:04 +00:00
mscott%netscape.com 13fcb76227 Quiet compiler warnings on Linux. 1999-05-07 21:18:45 +00:00
mscott%netscape.com 96914d5c55 Correct signatures for several functions on the imap folder. They weren't matching up with the base class signatures (GetSize, GetPrettyName and RememberPassword). Quiet some compiler warnings. 1999-05-07 21:18:06 +00:00
mjudge%netscape.com 3ed73a5cad forgot checkin 1999-05-07 21:17:59 +00:00
mscott%netscape.com e757e9276b Fix signed/unsigned mismatches to quiet compiler warnings. 1999-05-07 21:16:48 +00:00
mscott%netscape.com 68cf8e0fc1 Quiet compiler warnings in preparation of turning on imap for linux. 1999-05-07 21:16:01 +00:00
mscott%netscape.com 06b67141bf Quiet compiler warnings in prepration of turning on imap for Linux. 1999-05-07 21:15:01 +00:00
mjudge%netscape.com 884bb4bb82 massive checkin for selection modifications and removing static state variables for selection in nsFrame.h. 1999-05-07 21:12:59 +00:00
jband%netscape.com 650d063dc9 updating status - added Digital Unix and notes on PPC code 1999-05-07 21:01:29 +00:00
jband%netscape.com d8d1df5c50 changing wchar_t to PRUnichar because wchar_t is 32bits on some machines (Solaris) and PRUnichar is what we really mean anyway 1999-05-07 21:00:29 +00:00
rods%netscape.com bb0b2a9687 Fixed strict cast on HDROP 1999-05-07 20:38:11 +00:00
kmcclusk%netscape.com e18026d96e bug #3547- Modified nsFileControlFrame.cpp to call nsFormFrame::AddFormControlFrame.
bug #5589. Selection area is now calculated using the inherited Reflow rather
than using the calculations used for the native listbox control.
Fixed varous other rendering bugs related to frame-based listboxes.
bug #2797. GetSize is no longer needed in nsListControlFrame and it has been removed.
Fixed frame-based combobox nsComboboxFrame so that will set it's label to the
first option in the drop-down list if a default value has not been specified.
Added optgroup style rules to ua.css. Opt groups now render, but there are remaining
problems with selection.
Modified nsButtonControlFrame::Reflow to call nsFormFrame::AddFormControlFrame.
This fixes a bug where Gfx-rendered submit button's were not working.
Refactored code in nsListControlFrame in preparation for supporting option groups.
Refactored selection code into SingleSelect and MultiSelect paths.
Removed unused code in nsListControlFrame.
Removed mSelectedFrame member variable. It is no longer needed.
Fixed nsListControlFrame::SetProperty so that it will toggle the selection in a
single select listbox.
1999-05-07 20:30:16 +00:00
dougt%netscape.com e180982c8d enabling all (of two) tests cases. 1999-05-07 20:27:02 +00:00
putterman%netscape.com b8c14eaf81 use GetParent(). 1999-05-07 20:22:14 +00:00
putterman%netscape.com c2c6859279 use SetParent() 1999-05-07 20:22:01 +00:00
putterman%netscape.com ac37b51b3b Write folder parent functions. 1999-05-07 20:21:47 +00:00
putterman%netscape.com cbec5edf49 use GetParent() 1999-05-07 20:21:25 +00:00
putterman%netscape.com cbddfe221f Added folder parent functions. 1999-05-07 20:21:09 +00:00
dougt%netscape.com 54fec57559 moving build to install stage. 1999-05-07 20:21:04 +00:00
mcmullen%netscape.com 75730564fa Add another helpful log message. 1999-05-07 20:18:26 +00:00
mscott%netscape.com 34b2624afb part of mailnews audit --> use nsCOMPtr. 1999-05-07 20:15:18 +00:00
kmcclusk%netscape.com d7d854cab3 Fix for Bug #2115 Modified nsStringUtil.h as suggested in Bugzilla.
Fix for Bug #4219 Fix for scribble. Removed NET_PollSockets()
call from AfterDispatch. Scribble works now under WIN32.
1999-05-07 20:14:16 +00:00
rods%netscape.com 87af89f0e4 Added nsISupportArray include 1999-05-07 20:11:46 +00:00
dougt%netscape.com cec1984150 removing unused class and reference to unused header. 1999-05-07 20:09:31 +00:00