Commit Graph

77808 Commits

Author SHA1 Message Date
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
blakeross%telocity.com
ef92136240 The rest of 70755. 2001-03-03 20:54:26 +00:00
blakeross%telocity.com
d525ffd66d Removing some tabs that snuck in with the reversion... 2001-03-03 20:52:50 +00:00
blakeross%telocity.com
3fa0be0aa7 Shift/ctrl-click don't work in trees (smoketest blocker, 70755). sr=hyatt 2001-03-03 20:47:15 +00:00
beard%netscape.com
99009db752 [not part of build] use correct calling conventions when OJI is #defined. 2001-03-03 19:30:17 +00:00
jst%netscape.com
4162a5ee8e Adding ElementCSSInlineStyle interface, not part of the build yet. 2001-03-03 11:43:56 +00:00
jst%netscape.com
c547412990 Renaming nsIDOMHTMLIEElement to nsIDOMNSHTMLElement. Not part of the build. 2001-03-03 09:39:08 +00:00
roc+%cs.cmu.edu
3862db1677 Don't paint floating views unless the root view for the repaint is floating. This ensures that if we paint a window under a transient, the actual window contents are painted and not the transient's contents. Fix for new view manager bug 69346. r=kmcclusk, sr=attinasi 2001-03-03 06:18:11 +00:00
shanjian%netscape.com
98cbd5b83a #68376 remove event handlers from within <template> in charsetDetectorsOverlay.xul
r = nhotta sr=alecf
2001-03-03 04:46:51 +00:00
gordon%netscape.com
c281374138 [not part of build] Make MarkDoomed(), MarkActive(), MarkInactive() private, and check for entry before calling MarkInitialized() in nsCacheService::ActivateEntry(). 2001-03-03 04:42:21 +00:00
beard%netscape.com
e438047854 Added nsInputStreamTee.cpp. r=gordon, sr=scc 2001-03-03 04:05:17 +00:00
beard%netscape.com
56209dedee Added nsIInputStreamTee.idl. r=gordon 2001-03-03 04:01:48 +00:00
beard%netscape.com
fdf5adb8eb [not part of build] removed memory transport files. 2001-03-03 03:42:57 +00:00
beard%netscape.com
3cc7487ec6 [not part of build] Added debug harness, explicit doom. 2001-03-03 03:42:10 +00:00
beard%netscape.com
6388744e26 [not part of build] dooming works during forced write, and explicitly, see TestDiskCache.js for example. 2001-03-03 03:41:38 +00:00
jst%netscape.com
88c4e1d520 Adding window interface for JS specific methods. Not part of the build. 2001-03-03 03:10:02 +00:00