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

46114 Коммитов

Автор SHA1 Сообщение Дата
jband%netscape.com 4c95be4d6a r=mccabe use NS_NewTimer stuff only on Win32 in this test code. This avoids Unix build order problems that were keeping the xpconnect test components from working at all. 1999-11-02 23:35:54 +00:00
cls%seawood.org bee74e223b Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
jband%netscape.com 57657db2fc r=mccabe make output from xpcshell's new 'dump' method go to the same place as output of 'print': stdout rather than stderr 1999-11-02 23:31:09 +00:00
alecf%netscape.com 4033a6f681 fix for #12703 - don't hold onto XULElements after they have been removed from the tree - don't bother checking mDocument because it will be null when the content has been removed from the document
r=hyatt
1999-11-02 23:30:33 +00:00
ducarroz%netscape.com 2e20cb2819 Fix for bug 17768. Set ProgID to soemething else than an empty string. R=rhp 1999-11-02 23:29:51 +00:00
nisheeth%netscape.com 2c9d4de6e6 Fix bug 15304. Added a flag to bscmake.exe. Only executed when the browse_info target is used. 1999-11-02 23:29:48 +00:00
sspitzer%netscape.com dea1c4efdb fix #16457, r=mscott. if an error occurs in the SMTP protocol state machine, we may need to pop up the alert right then, and not when we get back to the url listener, because we'd loose the error text from the SMTP server. these changes
pop up the alert and set the error code so that the url listener doesn't try to
pop up another alert.  define a bunch of new error codes, and remove nsMsgTransition.h, which was defining all the MK_ error codes that were in there.
are no longer needed.
1999-11-02 23:27:46 +00:00
cls%seawood.org 8160ac8c7c No need to generate obsolete network Makefiles 1999-11-02 23:27:45 +00:00
selmer%netscape.com 6dd45f7c31 New Makefile system for builds 1999-11-02 23:25:41 +00:00
nhotta%netscape.com 9fd8c5a424 Added a call to encoder finish, this allows encoder to write out remaining data such as escape sequences of ISO-2022-JP, bug 17805, r=ftang. 1999-11-02 23:24:10 +00:00
valeski%netscape.com 9f26a5bfba r=cyeh, forcing PR_LOGGING for ftp in release builds 1999-11-02 23:24:06 +00:00
bienvenu%netscape.com 67dc096258 remove the imap channel from the load group when finished running r=mscott 1999-11-02 23:22:29 +00:00
akhil.arora%sun.com fae6e4dc39 17802 r=drapeau@eng.sun.com Workshop C++ 5.0 needs a cast 1999-11-02 22:57:58 +00:00
rogerl%netscape.com 20d55df771 Added Kurt Westerfeld's fix for 'undefined is not a function' message. 1999-11-02 22:52:10 +00:00
dmose%mozilla.org e840235a7e updated license boilerplate to xPL v1.1 1999-11-02 22:43:10 +00:00
cls%seawood.org a2f7e7231c Use #elif not #elseif 1999-11-02 22:36:59 +00:00
dmose%mozilla.org 82caef06fd updated license boilerplate to xPL v1.1 1999-11-02 22:23:59 +00:00
petitta%netscape.com 223375338f initailizes the dist directory 1999-11-02 22:21:05 +00:00
petitta%netscape.com ae36b22187 add include file InitDist.win 1999-11-02 22:15:36 +00:00
terry%mozilla.org 1fc0f060c6 Due to popular request, "bug changed" mail will only report changes in
state on dependent bugs if they move from an 'open' to a 'closed'
state, or visa-versa.  Also, if there are more than 5 bugs on the
list, then we won't even try to generate the details (doing so only
generates lots of extra mail that is too hard to parse anyway.)
1999-11-02 22:14:11 +00:00
pavlov%netscape.com 903f9af6c0 add scriptable region to unix factory fixes bug 12465 r=slamm 1999-11-02 21:57:14 +00:00
ssu%netscape.com 69202f5e38 fixing redness on mac tinderbox. #else if doesn't work. Changed it to #elseif 1999-11-02 21:50:07 +00:00
pinkerton%netscape.com 7bb51a30d4 turn off very verbose debug output. r=saari 1999-11-02 21:39:47 +00:00
bienvenu%netscape.com fbbac1c0dc more work to hook up stop button, r=mscott 17743 1999-11-02 21:36:59 +00:00
jfrancis%netscape.com b92307002b changed bogus node type to br to get rid of annoying space in empty editors; r=kin 1999-11-02 21:35:21 +00:00
rhp%netscape.com 99b084c732 Changes to remove ToCString() calls - Bug #'s: 17580 17581 - r: nhotta 1999-11-02 21:31:32 +00:00
pinkerton%netscape.com dab0e1f45e add text/plain flavor acceptance to dragOver on personal toolbar and set canDrop on drag session so win32 uses the correct cursor feedback. (r=saari). 1999-11-02 21:28:14 +00:00
cata%netscape.com d51644d159 Fixing typo in dtd file. Checkin for momoi, r=cata, bug=17018. 1999-11-02 21:27:02 +00:00
jefft%netscape.com a0f68d698e fixed bug 16540 - 4.x Pop3 prefs not being heeded; ported over as server specific prefs, also added logging facility, less query interface, more cached capability on server; r=bienvenu 1999-11-02 21:20:47 +00:00
waldemar%netscape.com e2eca1f9c0 Added more no-line-break constraints, simplified visibility treatment, and added named function arguments 1999-11-02 21:12:04 +00:00
nhotta%netscape.com ca1048f7b0 First Checked In. 1999-11-02 21:09:05 +00:00
nhotta%netscape.com 4033b4a6c1 Removing a file (not part of the build), this project file was checked in as a text instead of binary. 1999-11-02 21:08:38 +00:00
pinkerton%netscape.com 5a870d01c1 set event struct type for drag events. previously uninitialized and caused random things to occur during drags (r=saari). 1999-11-02 21:04:40 +00:00
waterson%netscape.com 230c1759f0 Don't enable drag & drop on scrollbars. r=pink,hyatt 1999-11-02 21:03:46 +00:00
msw%gimp.org 499ae85862 applied patch in 14263 to build xpconnect as a component on
Linux/alpha.  Should also fix 13601, 11847.
r=jband@netscape.com
1999-11-02 21:03:13 +00:00
ftang%netscape.com 7a8f83577a fix one typo. add new locale name for Chinese. r=nhotta 1999-11-02 20:58:47 +00:00
tonyr%fbdesigns.com d1cd6d4843 Fixed discovery of mail folders to import when multiple MAPI message stores are in use 1999-11-02 20:58:37 +00:00
harishd%netscape.com 3bfbd06af1 No bug number.
Improvement to table performance by reducing
the number of context switch calls.

r=vidur
1999-11-02 20:58:12 +00:00
matt%netscape.com 9b5d185805 fix for bug 14634 r-hangas 1999-11-02 20:57:22 +00:00
tonyr%fbdesigns.com 04bca86492 Fix to escape From lines in Outlook Express 5.0 message bodies 1999-11-02 20:57:21 +00:00
morse%netscape.com 93f207e316 fix bug 17645, high-order bit on cookie character getting garbled, r=dp 1999-11-02 20:56:13 +00:00
waldemar%netscape.com b8cc67ab4e Fixed constraint positioning bug 1999-11-02 20:54:44 +00:00
matt%netscape.com 5e31d1b0ac fix for bug 14634 r-bill 1999-11-02 20:51:29 +00:00
matt%netscape.com 19f6272790 fix for bug 6830 and 14634 r-bill 1999-11-02 20:49:49 +00:00
sgehani%netscape.com 96dca78493 Fixed bugs 10540, 9148. Libjar now reads teh central directory headers as opposed to the local file headers. This enables us to glean permissions informationand restore file mode upon extraction. A side-effect is the bug 10540 fix where the Install.Execute() API now works on Linux since we restore the execute bits in temporarily extracted files. [r=ssu] 1999-11-02 20:37:28 +00:00
slamm%netscape.com 8c2b9af30f Bloat: Change coloring algorithm. Set the baseline every time there is a jump up or down. 1999-11-02 20:09:20 +00:00
rogerl%netscape.com 6e901af5e4 More RegExp back reference specification mucking about. 1999-11-02 20:04:57 +00:00
rogerl%netscape.com 7a7398396f Fixed up for Java vs. ECMA definitions in edge cases 1999-11-02 20:04:16 +00:00
tbogard%aol.net f9e320efbe Changed URIDispatcher to URILoader throughout. 1999-11-02 19:36:43 +00:00
mscott%netscape.com 7463fbd7a6 Add cvsignore file for uriloader\build 1999-11-02 19:21:49 +00:00