naving%netscape.com
ed6be0bba6
#70817 r/sr = bienvenu, alecf. Pass the strm as reference instead of a copy.
2001-03-06 00:31:06 +00:00
Peter.VanderBeken%pandora.be
d781ef48cd
Fix for bug #68605 (correct the XSLT document() function). Patch by Jonas Sicking <sicking@bigfoot.com>, r=me. Not part of the default build.
2001-03-06 00:14:56 +00:00
Peter.VanderBeken%pandora.be
da72dc2d60
Fix for bug #68605 (correct the XSLT document() function). Patch by Jonas Sicking <sicking@bigfoot.com>, r=me. Not part of the default build.
2001-03-06 00:12:43 +00:00
darin%netscape.com
74a90e7466
[not part of the bulid] Fixes GCC 2.95 bustage.
2001-03-05 23:50:26 +00:00
maolson%earthlink.net
9ab10787d7
Fix bug 68522 - "Message Filters" dialog should have context enabled/disabled features
...
r=jag, r=gayatrib, sr=sspitzer
2001-03-05 23:40:25 +00:00
blakeross%telocity.com
53215b7c51
Search cleanup (70102). r=timeless sr=alecf
2001-03-05 23:30:07 +00:00
hyatt%netscape.com
3e1490c559
Fix for 68478. r=blake, sr=alecf
2001-03-05 23:28:07 +00:00
tao%netscape.com
c1167d97f0
70920: Remove unused references of binaryStream in nsStringBundle.cpp.
...
(r=be,sr=erik)
2001-03-05 23:01:55 +00:00
oeschger%netscape.com
8829d8d31f
small fixes to help chrome, NOT PART OF BUILD
2001-03-05 22:53:40 +00:00
hyatt%netscape.com
76b276358c
Fix for 68138. r=danm, sr=waterson
2001-03-05 22:29:52 +00:00
karnaze%netscape.com
504f0a2838
Added new regression test, fixed an old one. Not affecting the build.
2001-03-05 22:26:07 +00:00
blakeross%telocity.com
e821bffdf9
Table crash in webmail page (70072). r=karnaze sr=attinasi
2001-03-05 22:09:14 +00:00
rogerl%netscape.com
c3ec6e411e
Fixed increment bug. Added mPrivate member and supported native getter &
...
setter functions for NAME opcodes.
2001-03-05 21:49:23 +00:00
hyatt%netscape.com
7a319c9908
Disable attachto capability in XBL. Fix for bug#55265. r=danm, sr=alecf
2001-03-05 21:45:13 +00:00
varada%netscape.com
f1852f8c8b
fix for bug#49378;UI:feedback after saving draft;r=ducarroz;sr=mscott
2001-03-05 21:45:05 +00:00
hyatt%netscape.com
c13c634b99
Fix for 57112. r=danm, sr=jst
2001-03-05 21:39:27 +00:00
dbragg%netscape.com
53046cc8ad
Now stripping off trailing slashes and setting mFileSpec equal to nsnull when a bogus path
...
with double slashes is passed in. Fixes bug 62861. r=dveditz, sr=mscott
2001-03-05 21:05:55 +00:00
yokoyama%netscape.com
492e401e64
Bug fix for 29358; /r= rbs@maths.uq.edu.au, /sr=brendan@netscape.com
2001-03-05 20:55:10 +00:00
evaughan%netscape.com
08aebcc348
Forgot some makefile. NOT IN BUILD
2001-03-05 20:26:03 +00:00
evaughan%netscape.com
117969cafd
Added to accessibility not in build.
2001-03-05 20:21:39 +00:00
ducarroz%netscape.com
1c02c664ff
Bug 22486. Add TimeStamp function to track new message and reply performance. R=sspitzer, SR=bienvenu
2001-03-05 20:00:26 +00:00
thayes%netscape.com
6a52ca019c
Add pageInfo overlay to for displaying security information
2001-03-05 19:40:39 +00:00
cmanske%netscape.com
86d61ea927
Checkin to fix bug 69851 for pedimont@us.ibm.com, r=cmanske, sr=kin
2001-03-05 15:41:39 +00:00
beard%netscape.com
78cb105183
Bug #70883 , leaks in LiveConnect. sr/r=brendan
2001-03-05 15:41:12 +00:00
axel%pike.org
d5844e66ac
not part of build; adding color and scrollbars, thanx to peterv. Adding late population of grid, respecting the search entry
2001-03-05 15:39:28 +00:00
dcone%netscape.com
aa8c76796c
Changed the int size from 8 to16. r=mcclusky sr=attinasi
2001-03-05 15:25:23 +00:00
beard%netscape.com
014a82adb3
[not part of build] Initial cache performance test.
2001-03-05 15:23:59 +00:00
colin%theblakes.com
4fa9b12426
Removal of unused build defines. r=cls. b=70724
2001-03-05 12:15:43 +00:00
gordon%netscape.com
bcb5168522
[not part of build]
...
Added conditional deletion of mLock and mCondVar to nsCacheRequest destructor.
Added nsCacheServide::NotifyListener() to called cache clients' OnDescriptorAvailable() method for AsyncOpenCacheEntry().
Added ProcessPendingRequests() to process requests on CloseDescriptor, ValidateEntry, and DoomEntry.
Rough cut of AsyncOpenCacheEntry is in place, but needs testing.
2001-03-05 10:45:33 +00:00
timeless%mac.com
c06cf59ce4
fix Bug 42406 autostretch="never" needs to be added for checkboxes
...
fix by walk84@usa.net r=timeless, a=ben
2001-03-05 10:01:38 +00:00
matthias%sorted.org
8d348ad77e
* made shell.Global a subclass of ImporterTopLevel
...
* fixed ImporterTopLevel constructor - it now calls
cx.initStandardObjects before defining any functions. The old
constructor is still around for backwards compatibility.
2001-03-05 08:46:10 +00:00
cls%seawood.org
59d9f2fa0e
Make sure that the gopher gifs are part of the package.
...
Bug #46309 r=sgehani sr=blizzard
2001-03-05 07:43:51 +00:00
gordon%netscape.com
ade5e1533b
[not part of build]
...
Restructured open cache entry code in preparation for async implementation, to better share code with synchronous version.
Changed nsCacheRequest, nsCacheEntry, nsCacheEntryDescriptor to inherit from PRCList rather than include mListLink member, and removed extraneous GetListNode/GetInstance methods.
Consolidated mAccessRequested, mStreamBased, and mStoragePolicy into a single PRUint32 in nsCacheRequest. Added PRLock, PRCondVar, and a 'wait for validation' flag, used for synchronously opening cache entries. Added accessor functions for these "attributes".
Record current event queue for asychronous requests to be used with GetProxyForObject(). Removed mRequestThread.
2001-03-05 07:17:58 +00:00
bryner%uiuc.edu
5609390d4a
Set SUBMAKEFILES so that the Makefile auto-update rule is used; otherwise a clean build fails because the Makefiles don't get generated.
2001-03-05 03:51:58 +00:00
beard%netscape.com
853f3c4945
Release mCacheEntry in nsFtpState::StopProcessing() rather than when reallocated in nsFtpState::Connect(). This causes the cache entry to closed sooner only when MOZ_NEW_CACHE is defined. r=dougt, sr=gagan
2001-03-05 03:50:14 +00:00
beard%netscape.com
c6a0b479f4
Since file streams can't be non-blocking, return that fact from nsFileOutputStream::GetNonBlocking(). r=dougt, sr=gagan
2001-03-05 03:43:33 +00:00
beard%netscape.com
1d2a7021a0
Fix bug where overridden Close() doesn't get called in base class destructor. r=dougt, sr=gagan
2001-03-05 03:42:24 +00:00
beard%netscape.com
79bcc81294
Delegate GetNonBlocking/SetNonBlocking to wrapped output stream. r=dougt, sr=gagan
2001-03-05 03:40:41 +00:00
blakeross%telocity.com
0561bc821a
Middle-click to paste broken (70773). r=timeless sr=jst
2001-03-05 01:54:19 +00:00
maolson%earthlink.net
948627b644
Embedding part of bug 56680 - use a xul <stringbundle/> instead of including the strres.js code
...
r=blake, sr=blizzard via irc
2001-03-05 01:53:33 +00:00
timeless%mac.com
4e787bcc41
fix bug 63114 Text box too small in address book preference
...
fix by walk84@usa.net r=timeless, a=ben
2001-03-05 00:51:49 +00:00
javi%netscape.com
dc3872b3b2
Fix win32 build bustage.
2001-03-05 00:26:21 +00:00
javi%netscape.com
c0a77e918e
Allow developers to build PSM 2.0 on the Mac.
Bug 70384 sr=sfraser
2001-03-04 23:13:49 +00:00
javi%netscape.com
a70a5f3aac
Enable developers to build PSM 2.0 in win32 platforms.
...
Bug 70368 patch provided by leaf, r=javi, sr=cls
2001-03-04 23:05:45 +00:00
javi%netscape.com
64187b0406
Allow developers to build PSM 2.0 on Unix.
...
Fix for Bug 70343 sr=cls
2001-03-04 22:55:18 +00:00
beard%netscape.com
88aa0bfd2c
fix for bug #69210 , r/sr=brendan
2001-03-04 21:26:19 +00:00
beard%netscape.com
5f32ec9e35
bug #70240 , sr=beard, r=brendan
2001-03-04 21:20:31 +00:00
axel%pike.org
bfb96d3958
not part of build, the string wrapper misses the last char in ::toCharArray()
2001-03-04 21:17:33 +00:00
pavlov%netscape.com
14f46fb876
[NOT PART OF BUILD!@#!@#] changing line ending of makefile so it works on windows r=gordon
2001-03-04 20:57:33 +00:00
maolson%earthlink.net
97f388c084
Fix bug 66087 - Status Bar; Document: Done (0.78secs) should be changed to Document: Done (0.78 secs)
...
r=jag, sr=sspitzer
2001-03-04 20:57:19 +00:00