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

45093 Коммитов

Автор SHA1 Сообщение Дата
rpotts%netscape.com 0e486bc4f0 Cleanup - changed setter/getter methods to an attribute. 1999-10-26 04:49:56 +00:00
rpotts%netscape.com 11bf283893 Added CancelPendingChannel(...) which allows a nsHTTPChannel to remove itself from the list of pending requests if it is cancelled... This was causing a leak :-( 1999-10-26 04:49:23 +00:00
rpotts%netscape.com 8280739483 Cleanup - Moved the PostData stream from the nsHTTPChannel to the nsHTTPRequest... The PostStream is now released once the request has been sent to the server since it is no longer useful. Fixed up Cancel to remove the channel from the list of pending requests if necessary. 1999-10-26 04:48:26 +00:00
rpotts%netscape.com 1e545afa6c Cleanup - Removed NSPIPE2 ifdefs. Fixed up the nsHTTPResponse constructor which no longer takes a nsIInputStream. 1999-10-26 04:45:03 +00:00
troy%netscape.com a47e8db44b Changed SetView/GetView to take an additional argument which is the
pres context
1999-10-26 04:44:41 +00:00
rpotts%netscape.com c98faaa66d Cleanup - Removed unused methods and members. Changed char* member to nsCString 1999-10-26 04:43:19 +00:00
rods%netscape.com 93d5a4e391 minor changes to previous checkin to handle css sizing like NavQuirks
b=6695,r=none
1999-10-26 04:29:20 +00:00
mcafee%netscape.com 555fcfdd4b Moved process killing stuff into killproc(), added alarm timeout for bloattest. code=alecf, r=mcafee 1999-10-26 04:07:03 +00:00
rods%netscape.com 41986a9373 Completely rewrote the the Reflow for gfx text controls, factored out separate
reflow paths for NavQuirks and Standard mode. Also, Standard mode reflow now obeys
cols rows etc. Although there may be a little code bloat, this will make maintaining
the input text and textarea much much easier.
r=kmcclusk, b=6695,7461
1999-10-26 03:46:18 +00:00
pollmann%netscape.com f538382bcf Bug 17079: URL encoding of form element values should convert + to %2B and / as needed: r=nisheeth 1999-10-26 03:08:17 +00:00
morse%netscape.com 496478f479 code cleanup, r=rickg 1999-10-26 02:46:34 +00:00
nisheeth%netscape.com d86938aa1f Follow-up to fix for bug 10456. I made the earlier changes to the non-Necko part of the code! Making the same changes to the ifdef NECKO part. 1999-10-26 02:42:23 +00:00
tbogard%aol.net e8701d26fd Changed nsIProgress::addListener and nsIWebBrowser::addListener to be addProgressListener and addWebBrowserListener respectively. This is to avoid confusing name conflicts. Implemented nsIWebBrowser::GetDocument() and nsIWebBrowser::GetDocShell(). 1999-10-26 02:37:14 +00:00
tbogard%aol.net 8300d3d1ac Removed nsIWebBrowserListener in favor of the new more generic nsIInterfaceRequestor. Added some interface boundary parameter validation. Added implementation for add and remove listener. 1999-10-26 02:26:57 +00:00
tbogard%aol.net 191477ab6e Added some documentation. 1999-10-26 02:23:38 +00:00
sgehani%netscape.com 766617c63d Fixes bug 11209: we now detect free space larger than 2^32 bytes in the Install Wizard. [r=cathleen] 1999-10-26 02:12:00 +00:00
sgehani%netscape.com 0afafa0cfd Fixes bug 17190: extract only core_*/* files to obtain the XPInstall engine run by the Install Wizard. [r=cathleen] 1999-10-26 02:08:56 +00:00
wtc%netscape.com ebf2cebab8 Added missing function declarations to eliminate compiler warnings.
Checked in on behalf of Colin Blakes <colin@theblakes.com>.
1999-10-26 02:01:38 +00:00
nisheeth%netscape.com 59b08f11f0 Bugs 10456, 15027, 11948. r=harishd. We no longer try to load up external DTD files unless those DTD files are referred to via a chrome url. 1999-10-26 01:58:41 +00:00
wtc%netscape.com 1b75612ce4 Bugzilla bug #17184: PR_Bind should not set the SO_REUSEADDR socket
option.  The HAVE_SOCKET_REUSEADDR macro is now obsolete.  Tests
that depended on the old PR_Bind behavior needs to call PR_SetSocketOption
before PR_Bind.
Modified files: _beos.h, _os2.h, _unixos.h, _win16.h, _win95.h, _winnt.h,
prsocket.c, ptio.c, accept.c, acceptread.c, sel_spd.c, servr_kk.c,
servr_ku.c, servr_uk.c, and servr_uu.c.
1999-10-26 01:58:10 +00:00
pavlov%netscape.com 3af3cece8d merge some changes that got dropped somehow during the landing r=hyatt 1999-10-26 01:54:39 +00:00
tbogard%aol.net 6dc5f4e4c6 Updated to use new nsDocShellBase class. Removed a bunch of code from this level so it instead can be pulled from the base class. 1999-10-26 01:46:22 +00:00
tbogard%aol.net 68a4a8f1cd Added basedocshell library to the list of bound libraries. 1999-10-26 01:45:11 +00:00
tbogard%aol.net 34a6d664d7 Created a base class library that will provide the shared docShell implmentation. 1999-10-26 01:44:00 +00:00
slamm%netscape.com f83a8fee9f Fix typo. 1999-10-26 01:40:23 +00:00
tbogard%aol.net 6843d6728e added files: mozilla/xpcom/base/nsIInterfaceRequestor.idl 1999-10-26 01:37:45 +00:00
tbogard%aol.net e93c451dd6 Adding nsIInterfaceRequestor.idl to the list of built IDL files. 1999-10-26 01:37:29 +00:00
waqar%netscape.com e9ff1627d1 # 15904
r vidur
d fixes a problem where first character of the comment was being destroyed.
1999-10-26 01:30:55 +00:00
edburns%acm.org cb86e2278a r=edburns@acm.org
author=idk@eng.sun.com
#16149
approver=edburns@acm.org
1999-10-26 01:29:09 +00:00
mccabe%netscape.com 8d32ad4bc2 Initial checkin of mozbot code-reviewing functionality. 1999-10-26 01:22:00 +00:00
Jerry.Kirk%Nexwarecorp.com 457559aa6d Trying to fix complex clipping to reduce redraws in apprunner.
Also fixed key handling for CTRL-keys.
r=kedl
1999-10-26 01:13:20 +00:00
scc%netscape.com 4125213bc3 Don't |delete| interface pointers. Use |AddRef()| and |Release()| instead. Bug #16762, r=pinkerton. 1999-10-26 00:49:33 +00:00
Jerry.Kirk%Nexwarecorp.com 544a7f8feb Fixing problem with &nbsp; being put into empty text fields
This is relly more of a hack, not a fix.
Bug 16886	r=kedl
1999-10-26 00:45:24 +00:00
Jerry.Kirk%Nexwarecorp.com b90b28b319 Pulling out changes that made nsAppShell inherit from nsIObserver
that danm thought I should make cause he changed his mind.
r=kedl
1999-10-26 00:42:08 +00:00
hangas%netscape.com 2819886968 new ui. r=pavlov,german,hyatt 1999-10-26 00:39:19 +00:00
sgehani%netscape.com 2b27cce4c7 First Checked In. 1999-10-26 00:35:41 +00:00
sgehani%netscape.com 2aebc441ed *** NOT PART OF BUILD *** Added ASEncoder tool -- AppleSingle encoder and decoder -- with two interfaces: 1> Menu and file selector based GUI 2> AppleScript interface (or callable from any OSA compliant scriptable component) Fixes bug: 16947. 1999-10-26 00:34:40 +00:00
pinkerton%netscape.com dd98b3aad0 fix leak of grippy structs when toolbox went away. (r=bienvenu). 1999-10-26 00:22:48 +00:00
ducarroz%netscape.com 6de8bdb25a Checking it again as for reason, the file I've checked in last time is corrupted. 1999-10-26 00:16:33 +00:00
jefft%netscape.com df1e881814 fixed bug 17176 -- [DOGFOOD] [Reqression] Can't save attachment; we are not generating message uri correctly; r=mscott 1999-10-26 00:07:27 +00:00
bienvenu%netscape.com 82e8c15274 turn off meteors and spinning barber pole for now r=mscott 1999-10-25 23:45:19 +00:00
ssu%netscape.com 3e270a6545 updated/added/removed install error values to accomodate the fileop
routines checked in over the weekend. r=sgehani.
1999-10-25 23:44:09 +00:00
ducarroz%netscape.com 80b135be51 Fix build bustage for nhotta 1999-10-25 23:29:24 +00:00
nhotta%netscape.com 84c2c3099a Changed unicode conversion for mail send.
Added a fallback for unmapped characters, moved entity conversion after the unicode conversion as the fallback, avoided to convert twice for text/html case, part of bug fix 15475, r=rhp.
1999-10-25 23:21:30 +00:00
ssu%netscape.com 37d3898229 fixed parameter problem during compilation for sgehani. r=sgehani 1999-10-25 23:16:46 +00:00
kipp%netscape.com 9ffd358aad Added missing resources 1999-10-25 23:06:05 +00:00
sgehani%netscape.com cd391a1444 Fix for bug 17137: added complete and abort routines for mac alias creation XPInstall API. [r=ssu] 1999-10-25 23:05:44 +00:00
kipp%netscape.com 599e66084e Reduce the number of cases that trigger noisy debug noise 1999-10-25 23:05:31 +00:00
kipp%netscape.com 19d24d7c81 Turned off some more debug noise 1999-10-25 23:05:15 +00:00
kipp%netscape.com 20cde21ca2 r=ftang,brade, bug=16886,9101 - the text transformer was letting some nbsp's through in a few special cases; the text transformer also squelches shy characters now (9101) 1999-10-25 23:04:51 +00:00