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

43320 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com 50e11bca9d Bug #0000 (no bug number necessary). remove old STREAM_CONVERTER_HACK #ifdef code because we no longer need this.
This was the hack we used before we had a stream converter service to load rfc822 data into a webshell and get it
converted to html.
r=warren
1999-10-05 20:54:03 +00:00
neeti%netscape.com 8c88ad5d28 Not part of the build. Took some more dlls for conversion to use nsImodule 1999-10-05 20:49:20 +00:00
sspitzer%netscape.com 67ba1972ac fix for #15610, alert on failure to rename or delete a profile. r=mscott 1999-10-05 20:49:09 +00:00
hangas%netscape.com b9a962ed36 Fixing bug 13443 (crash scrolling results pane of address book), added <html:div> around the trees as per Hyatt's suggestion which Scottip reminded me of today. r=scottip 1999-10-05 20:49:08 +00:00
mscott%netscape.com 6cf765e850 Bug #14739 --> fix use of unitiailized variable.
r=sspitzer
1999-10-05 20:48:37 +00:00
sspitzer%netscape.com cadea59e30 remove work around for #15458. that bug has been fixed.
gayatrib and I both tested it.
1999-10-05 20:47:41 +00:00
varada%netscape.com 5daa1b787d Validation for .nci in the entry field during creation of NCI files 1999-10-05 20:30:20 +00:00
rogerl%netscape.com ce191ed5b1 Errors as exceptions working from generated code. 1999-10-05 19:44:24 +00:00
sspitzer%netscape.com 9e23107ed1 fix for #15578, r=mscott, a=granrose, fix crash on startup.
not sure why we don't have a webshell here...
1999-10-05 18:13:15 +00:00
sspitzer%netscape.com 22e48e8f44 fix for #15578, r=mscott, a=granrose
properly migrate the bookmarks file on windows.
1999-10-05 18:10:20 +00:00
kipp%netscape.com e9460db85d Added ctor/dtor counting to the parser tokens 1999-10-05 15:00:05 +00:00
kipp%netscape.com 3f773d307d r=jband; fixed a memory leak 1999-10-05 14:56:41 +00:00
kipp%netscape.com bea8edf606 Renamed the ctor/dtor counting macros to make more sense 1999-10-05 14:54:05 +00:00
kipp%netscape.com 0efe46b221 Added in ctor/dtor counting 1999-10-05 14:53:40 +00:00
kipp%netscape.com 4b1f6a17a6 r=dp; Added in ctor/dtor counting 1999-10-05 14:53:20 +00:00
kipp%netscape.com 24c5713f26 r=beard; Added in ctor/dtor counting 1999-10-05 14:52:53 +00:00
kipp%netscape.com 7446ec5ab8 r=peterl; Added in ctor/dtor counting 1999-10-05 14:52:20 +00:00
jefft%netscape.com 58b064c950 fixed bug 15556 - treat forward quoted as inline; default to forward as attachment if get pref failed; reviewed rhp 1999-10-05 14:52:19 +00:00
kipp%netscape.com dcd28dc59f Removed static ctors 1999-10-05 14:51:56 +00:00
kipp%netscape.com 3741d5254a r=troy; Added in ctor/dtor counting 1999-10-05 14:51:12 +00:00
kipp%netscape.com c044218606 r=troy; Added some atoms to help eliminate global ctors 1999-10-05 14:51:02 +00:00
kipp%netscape.com 5de29f64c3 r=troy; Removed some of my own debug noise 1999-10-05 14:50:30 +00:00
kipp%netscape.com f4be0923cf whitespace noise 1999-10-05 14:50:06 +00:00
kipp%netscape.com 1c7fabe90f Whitespace tweak 1999-10-05 14:48:58 +00:00
kipp%netscape.com ffdd102b9d Added in a way to shutdown the image manager 1999-10-05 14:48:44 +00:00
kipp%netscape.com a31a14c299 Remove some compiler warnings 1999-10-05 14:48:01 +00:00
jefft%netscape.com 84657ea792 fixed bug 9540, 10827, 11991 - copy news article failed on certain platforms; replacing CRLF to platform specific MSG_LINEBREAK; reviewed by mscott 1999-10-05 14:20:15 +00:00
jefft%netscape.com 97960bda5c fixed bug 9540, 10827, 11991 - copy news article failed on certain platforms; replacing CRLF to platform specific MSG_LINEBREAK; reviewed by mscott 1999-10-05 14:15:04 +00:00
rpotts%netscape.com 4d3471c1c9 Added a missing lock to nsSocketTransport::OnFull... reviewed by warren. 1999-10-05 08:41:37 +00:00
rpotts%netscape.com aaf32e0b62 bug #14181. Reviewed by pnunn. Fixed crash when loading large (or slow) animated GIF images on linux. 1999-10-05 08:36:43 +00:00
mscott%netscape.com c53981e8f0 fix vc5.0 build......include nsISupportsArray before using a com ptr on it. 1999-10-05 06:56:12 +00:00
dp%netscape.com a0fb38f551 Fixed build bustage caused by undefined min() 1999-10-05 06:28:17 +00:00
mscott%netscape.com 8b5e4a4019 Bug #0000 --> (no bug necessary)....add a #ifdef guard around this header file
so we don't try to include the contents multiple times!!
r=sspitzer
1999-10-05 05:53:31 +00:00
rickg%netscape.com 87482eb5ba no changes made; just forcing a recompile 1999-10-05 05:52:12 +00:00
mscott%netscape.com 4a1e6eecff Bug #11837 use NS_GENERIC_FACTORY_CONSTRUCTOR, remove NS_New**
r=sspitzer
1999-10-05 05:46:20 +00:00
mscott%netscape.com 6b4c99cb33 Bug #11837 use NS_GENERIC_FACTORY_CONSTRUCTOR for our components
the factory should cache nsIGenericFactory objects for each
component we know how to produce.
r=sspitzer
1999-10-05 05:45:07 +00:00
mscott%netscape.com d151ce7934 Bug #11837 --> in order to use NS_GENERIC_FACTORY_CONSTRUCTOR the
class declaration needs to be in the header file. Removing old NS_New*
method in favor of NS_GENERIC_FACTORY_CONSTRUCTOR.
r=sspitzer
1999-10-05 05:44:41 +00:00
sspitzer%netscape.com e60f550fd7 added files: mozilla/profile/src/nsProfileFactory.cpp 1999-10-05 05:20:58 +00:00
sspitzer%netscape.com d781457f64 fix for #15262, r=mscott
break apart the profile factory from nsProfile.cpp and put it into nsProfileFactory.cpp
also, apply dp's patch to use nsIModule.  r=sspitzer
1999-10-05 05:20:45 +00:00
pavlov%netscape.com 5002adc82f fix bugs in find dialog and make it use the dialog overlay. make it not resizeable, fixed style rules on the windows and buttons. r=sfraser 1999-10-05 05:20:29 +00:00
rjc%netscape.com c078562567 Fix bug # 15435: prevent long ( > 255) URL corruption. Also convert over to a nsIModule. Review: dp@netscape.com 1999-10-05 05:11:09 +00:00
rpotts%netscape.com d0f5978a61 Fixed up broken test case while investigating bug #14181... 1999-10-05 05:02:56 +00:00
rickg%netscape.com 76dce5610d fixed bug 15290; eliminated a leak; r=kmcclusk 1999-10-05 04:54:53 +00:00
radha%netscape.com 6b6a3fe8bf Fix for bug #13329 . Back and forward not consistent all the time.
Fix already checked in to the M10 branch. Merging changes to tip.
1999-10-05 04:49:58 +00:00
rickg%netscape.com 36cb1afdae bugs 13038 and 14920; also improved comments. r=kmcclusk 1999-10-05 04:47:19 +00:00
jband%netscape.com c6aa2b642c xpidl compiler was failing to complain that it is an error to use [shared] with 'inout' params. (no bug was filed) r=mccabe 1999-10-05 04:23:35 +00:00
karnaze%netscape.com 1b2a4f0d3c bug 14818 - made standard mode like NavQuirks when handling colspans exceeding the number of columns. 1999-10-05 04:21:00 +00:00
putterman%netscape.com c4463015bf Fix bug 15479 - crash when mousing over folder pane scrollbar. Also, fix 12645 - assertion
when using folder pane scrollbar.  Also, make 3pane menu and toolbar look normal.  various
parts reviewed by hyatt and hangas.
1999-10-05 04:14:26 +00:00
sspitzer%netscape.com 06c28b31e7 a bunch of changes, all reviewed by mscott.
fix some bugs with next, back, and cancel in the profile manager.
(#15223, #15271)
re-write all callers of nsProfile::GetCurrentProfileDir() to use the file locator.
(#15063)
more profile code clean up. (#15042)
rename the old 4.x history.dat file.  it's called history.dat in 5.0, but the file
formats are different.  (binary in 4.x, vs mork in 5.0)
1999-10-05 04:12:58 +00:00
norris%netscape.com 9c950a3a20 Fix 15458 "onLoadHandler does not work"
Reviewed by mstoltz.
1999-10-05 04:08:14 +00:00