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

45030 Коммитов

Автор SHA1 Сообщение Дата
rpotts%netscape.com d86d3a6c06 Cleanup - Removed unused methods and members. Changed char* member to nsCString 1999-10-26 04:43:19 +00:00
rods%netscape.com 4754f30990 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 6ae1b70cc9 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 43a23b2871 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 de4b3acaeb 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 b7895e5386 code cleanup, r=rickg 1999-10-26 02:46:34 +00:00
nisheeth%netscape.com 6615ece773 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 d12a104ab3 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 8475fb1b78 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 db971c81e4 Added some documentation. 1999-10-26 02:23:38 +00:00
sgehani%netscape.com 8daf739dae 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 6dcf3ee43a 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 794d3f7c15 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 34470138f8 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 3c5064327b 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 e0ea98f730 merge some changes that got dropped somehow during the landing r=hyatt 1999-10-26 01:54:39 +00:00
tbogard%aol.net e8d5c19b42 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 6500b4006c Added basedocshell library to the list of bound libraries. 1999-10-26 01:45:11 +00:00
tbogard%aol.net 86ac1ef210 Created a base class library that will provide the shared docShell implmentation. 1999-10-26 01:44:00 +00:00
slamm%netscape.com ea33c764a5 Fix typo. 1999-10-26 01:40:23 +00:00
tbogard%aol.net cc8a1a912d added files: mozilla/xpcom/base/nsIInterfaceRequestor.idl 1999-10-26 01:37:45 +00:00
tbogard%aol.net 8db65edf30 Adding nsIInterfaceRequestor.idl to the list of built IDL files. 1999-10-26 01:37:29 +00:00
waqar%netscape.com 27e98297ea # 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 20c9689bd6 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 d4dfe69b45 Initial checkin of mozbot code-reviewing functionality. 1999-10-26 01:22:00 +00:00
Jerry.Kirk%Nexwarecorp.com f09a8af084 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 c84b487139 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 88adb975b9 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 a0da8522a0 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 e6c96e93d4 new ui. r=pavlov,german,hyatt 1999-10-26 00:39:19 +00:00
sgehani%netscape.com 58f51c78b3 First Checked In. 1999-10-26 00:35:41 +00:00
sgehani%netscape.com ca05b7e548 *** 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 b2a6f201d3 fix leak of grippy structs when toolbox went away. (r=bienvenu). 1999-10-26 00:22:48 +00:00
ducarroz%netscape.com 7ebfa97da7 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 d7e36bdecd 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 d506cab3ce turn off meteors and spinning barber pole for now r=mscott 1999-10-25 23:45:19 +00:00
ssu%netscape.com 2457e09fd2 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 a053f26923 Fix build bustage for nhotta 1999-10-25 23:29:24 +00:00
nhotta%netscape.com 7063b0ce6c 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 177a1382c5 fixed parameter problem during compilation for sgehani. r=sgehani 1999-10-25 23:16:46 +00:00
kipp%netscape.com 7e8c54090e Added missing resources 1999-10-25 23:06:05 +00:00
sgehani%netscape.com a227d8b15a 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 dc8f6cd4c4 Reduce the number of cases that trigger noisy debug noise 1999-10-25 23:05:31 +00:00
kipp%netscape.com e04f117392 Turned off some more debug noise 1999-10-25 23:05:15 +00:00
kipp%netscape.com 193727f73e 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
kipp%netscape.com a91fd5fcec r=troy, bug=10497; we now support min/max width/height for image elements 1999-10-25 23:03:50 +00:00
kipp%netscape.com eab55ba562 Quieted down some debug noise and added a missing newline to a printf 1999-10-25 23:02:43 +00:00
law%netscape.com fa237364ed Bug #14999; last holdout that was using toolkit app core - changed to use OpenDialog; r=davidm@netscape.com 1999-10-25 23:02:05 +00:00
dougt%netscape.com 370ccb6aa0 ack! what was I thinking.
#ifdef'ing not including!!
1999-10-25 22:57:40 +00:00
morse%netscape.com 877e955a90 fix bug 17172 -- wrong cookie is displayed, r=goodsger 1999-10-25 22:56:24 +00:00