Commit Graph

77773 Commits

Author SHA1 Message Date
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
maolson%earthlink.net
dacd87afb0 Fix bug 64591 - javascript strict warnings in bm-props.js.
Also fixes a problem with simultaneously changing the bookmark URL and other properties.
r=jag, a=ben
2001-03-04 20:50:16 +00:00
dbaron%fas.harvard.edu
0ead20e79d Improve GTK system colors for menus and buttons by creating menu and button widgets and asking for their colors so that theme rules specifically for menus and buttons are reflected in the system colors. Undo some changes I made before that were probably incorrect. r=bryner@netscape.com sr=blizzard@mozilla.org b=67448 2001-03-04 20:15:45 +00:00
dbaron%fas.harvard.edu
c7db18ff07 Fix reversal of inner and outer highlighted border colors on buttons. b=67448 r=hewitt@netscape.com sr=ben@netscape.com 2001-03-04 19:55:04 +00:00
dbaron%fas.harvard.edu
fc2e7e21f9 Fix leak on sending message caused by circular ownership between nsMsgCompose and nsMsgComposeSendListener. b=66887 r=ducarroz@netscape.com sr=sspitzer@netscape.com 2001-03-04 19:51:05 +00:00
dbaron%fas.harvard.edu
d8d2e77f91 Fix bad vi modeline that caused text to wrap at 2 characters. r=gagan (Comment changes only.) 2001-03-04 19:43:55 +00:00
beard%netscape.com
d272ef683d [not part of build] fix bustage (LL_ZERO is not compatible with PRUint32 type). 2001-03-04 19:27:39 +00:00
beard%netscape.com
bb7384e98f [not part of build] fix memory leak of full_classpath. 2001-03-04 19:23:51 +00:00
evaughan%netscape.com
bc48c561a9 Updated accesibility code. NOT IN BUILD PROCCESS 2001-03-04 02:31:28 +00:00
cmanske%netscape.com
8b4f4514f0 Better error message, b=69560, r=robinf, sr=kin 2001-03-04 00:25:30 +00:00
gordon%netscape.com
14f776650c [not part of build] Changed nsCacheEntry data members from PRTime to PRUint32. Changed //** comments to // XXX to make it easier to search for 'to do' items. Added dooming of expired entries. 2001-03-04 00:11:30 +00:00
bryner%uiuc.edu
49b1062eb3 Bug 62185 - Make the filepicker select the first filter automatically. r=ben, sr=hyatt. 2001-03-03 23:27:30 +00:00
syd%netscape.com
9d3e2c1261 Deprecate nsStr->GetBuffer(). r=jag, sr=scc 2001-03-03 22:07:45 +00:00
hyatt%netscape.com
31849092e2 Fix for 67351. sr=waterson, r=danm 2001-03-03 22:01:01 +00:00
hyatt%netscape.com
9e4f2b23f8 Fix for 70704, r=brendan, sr=attinasi 2001-03-03 21:57:56 +00:00