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

53859 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com 887eabb12d Bug 28473. Make style resolution cheaper when 'width' and 'height' attributes are changed on a <window>. r=hyatt, a=jevering. 2000-02-22 06:09:41 +00:00
waterson%netscape.com 6d0ebbccfd Bug 27855. Use an event instead of a timer to flush the event queue when the app is shutting down. r=syd, a=jevering. 2000-02-22 06:01:57 +00:00
pinkerton%netscape.com ac21e5ccd0 Fix for bug 26150, implementing radio behavior in mac native menus. also some minor cleanup and dead code removal. r=saari, a=jar. 2000-02-22 04:47:12 +00:00
pinkerton%netscape.com dde273df34 cleanup tabs r=saari, a=jar. 2000-02-22 04:45:53 +00:00
danm%netscape.com 698eb199f8 stop up small but profuse leak on NT; probably a runtime lib bug. r=waterson a=jevering 2000-02-22 04:13:24 +00:00
dbaron%fas.harvard.edu 1e222cfa0f Fix bug 28544: stop leaking webshells when user enters URL in the URL bar. r=karnaze@netscape.com a=rickg@netscape.com 2000-02-22 04:06:16 +00:00
jdunn%netscape.com c63a7c3d44 r=cls@seawood.org
a=leaf@netscape.com
# 28114
Adding MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS because there is now a TIMER
dependency in this sharedobject (see nsBrowserInstance.cpp)
2000-02-22 03:55:32 +00:00
bienvenu%netscape.com 768775fb2a null terminate cookie coming back from logon redirection, a=phil,r=mscott 18920 2000-02-22 03:01:04 +00:00
varada%netscape.com 25feeddca5 checking in changes to enable setting up of homepage thru the all-ns.js file 2000-02-22 02:26:56 +00:00
mcafee%netscape.com bde3cc5cdd Better BloatTest output. 2000-02-22 02:14:47 +00:00
pinkerton%netscape.com 73ff5d2c82 Fix for bug 25073. groupName for radio button items was not being set
initially if the item was checked in the content model when the frame
was created. Now always make sure we set that member. r=hyatt a=rickg
2000-02-22 01:50:48 +00:00
morse%netscape.com 54c942a13a fix bug 28685, repeatedly rereading the same files, r=alecf, a=jar 2000-02-22 01:46:41 +00:00
ruslan%netscape.com 39972a5e0c Add initial implementation of http/1.1 chunk-encoding converters. Not
included into the build for the time being.
2000-02-22 01:46:23 +00:00
dougt%netscape.com ec5ba812cc Fix to make this makefile produce a simple program which is named different
from the shared lib. Also fixes VMS bustage  Submitted by colin@theblakes.com, r=me, a=jevering.
2000-02-22 01:02:09 +00:00
rhp%netscape.com 838d62721d Problem saving email in original charset - Bug #: 23418 - r: nhotta - a: phil 2000-02-22 01:02:08 +00:00
racham%netscape.com 5a7090acef Fixing bugs 28243, 27402 and 27850. MozRegistry is updated whenever the profile information is changed. This allows profile selector reflect the registry values directly. r=sspitzer,norris. a=jar,phil 2000-02-22 00:01:39 +00:00
karnaze%netscape.com 00ea02e6b9 fix cvs merge error in regression data, not affecting the build 2000-02-21 23:46:48 +00:00
cata%netscape.com 5393357075 Fixing bustage: add .get() to a comptr to make it compile on linux. 2000-02-21 23:29:49 +00:00
cata%netscape.com 37db4e95e7 Changing default pref value. r=naoki, a=bobj, bug #24027 2000-02-21 23:12:22 +00:00
cata%netscape.com 60cf00b132 Adding IDL interface implementation to expose charset data to Java Script. r=ftang/naoki, a=bobj, bug #24027 2000-02-21 23:10:54 +00:00
cata%netscape.com 466602a79f added files: mozilla/intl/uconv/idl/nsICharsetConverterManager2.idl 2000-02-21 23:05:43 +00:00
colin%theblakes.com 73b0be9642 Add a debug break for OpenVMS. All changes are ifdef VMS. a=leaf 2000-02-21 22:56:55 +00:00
cata%netscape.com 564b14f38a Adding IDL interface to expose charset data to Java Script. r=ftang/naoki, a=bobj, bug #24027 2000-02-21 22:55:35 +00:00
beard%netscape.com 1b076ba222 building into dist/liveconnect. *NOT PART OF MOZILLA BUILD* 2000-02-21 22:51:29 +00:00
beard%netscape.com 9573ec7c12 Fixed access paths to use local MRJSDK libraries and includes, which are supposed to be installed in mozilla/plugin/MRJSDK, per the build instructions. Fixed 4.X MRJPlugin target to build correctly. 2000-02-21 22:37:21 +00:00
karnaze%netscape.com 3189a5b549 new regression tests not affecting the build. 2000-02-21 22:37:01 +00:00
slamm%netscape.com a34518bbc4 Include js file strres.js to fix JS error. Bug 27430. r=mcafee a=leaf 2000-02-21 22:30:14 +00:00
dougt%netscape.com 6e4324a177 Added a .get() to a comptr to make it compile on linux. 2000-02-21 22:09:24 +00:00
bruce%cybersight.com 6f83a7fc25 Fixes a free memory read due to premature destruction of the timer object. Thanks Pavlov. a=waterson. r=bruce,pavlov 2000-02-21 21:56:49 +00:00
dougt%netscape.com 3c681f228e missed this file. 2000-02-21 21:52:18 +00:00
dougt%netscape.com 8c83662e4d Fixes for 28257, 21628, 27076, 18186, 25584
1) Implement nsDirectoryService.  This makes the service extensible so that
components can do delayed registration.

2) Fixes windows Append meathod which did not work with . prepended files.

3) Fixes memory leaks in nsDirectoryService

4) Fixes SetPermissions() on Win32.  This was in my tree for a while.  It basically
calls through to chmod just like on unix.

5) Fixes GetModificationDate. Win32 now return PRTime for dates.

r = scc, valeski, warren, wtc (suggestions)
a = jevering
2000-02-21 21:51:47 +00:00
colin%theblakes.com 5fcca36033 Fixing OpenVMS only build problem, r,a=leaf 2000-02-21 21:49:45 +00:00
bienvenu%netscape.com 8e74df3de9 fix problem after stopping folder reparse, r=putterman, a=phil 28324 2000-02-21 21:08:53 +00:00
sgehani%netscape.com 567819cbf0 Restore file mode for Win32/Unix when installing.
b = 9148
r = dveditz
a = jar
2000-02-21 20:19:16 +00:00
wtc%netscape.com 3d73b89625 Bugzilla bug #27457: pull NSPR using the static tag
NSPRPUB_RELEASE_4_0_20000218.  Change NSPR_VERSION to 4.
r=leaf@mozilla.org. a=jar@netscape.com.
Modified files: client.mak, client.mk, configure, configure.in,
build/mac/NGLayoutBuildList.pm, config/config.mak
2000-02-21 20:19:14 +00:00
waldemar%netscape.com db41e85aa9 Backed out extraneous change 2000-02-21 19:52:47 +00:00
waldemar%netscape.com ffbd92eb71 Added x86 gcc support 2000-02-21 19:49:21 +00:00
waldemar%netscape.com 2b2ab50498 Added debug flags 2000-02-21 19:48:45 +00:00
alecf%netscape.com 2f75cbc832 fix for #26413 and #28675:
- clear out the currently selected page so a deleted account doesn't whack new account
- prompt the user before deleting an account
2000-02-21 19:39:14 +00:00
rpotts%netscape.com 9929b50e15 bug #22428. Added a per-instance intermediate buffer in the SocketTransport to accomadate calling AsyncWrite(...) with an nsIInputStream that does not support nsIBufferedInputStream. 2000-02-21 06:51:36 +00:00
pollmann%netscape.com 4b87697a5e Bug 16999: Fix solaris nsCOMPtr complaints. 2000-02-21 06:26:55 +00:00
pollmann%netscape.com 1a014f1120 Bug 16999: Get default button labels from .properties file instead of html.css (GfxButtonControlFrame -> anonymous content creator). r=rods a=rickg 2000-02-21 05:55:25 +00:00
bruce%cybersight.com 072dd20796 Fix a FMM error. r,a=waterson 2000-02-21 05:22:43 +00:00
pollmann%netscape.com 9d5a249b4c Bug 16999: Add properties file to Mac build. r=rods a=rickg 2000-02-21 03:43:59 +00:00
pollmann%netscape.com 17abb23f3a Bug 14827: Removing dead code. r=harishd a=rickg 2000-02-21 02:21:38 +00:00
dbaron%fas.harvard.edu 8438b1f02d Bug 28555: fix large leak of StyleContextImpl's. r=karnaze@netscape.com a=jar@netscape.com 2000-02-20 15:18:04 +00:00
dveditz%netscape.com 3c1d11233c fixing typo 2000-02-20 08:22:45 +00:00
dveditz%netscape.com a63ee75907 Bug 23941 speed up install on Mac, r=cathleen, a=jar;
Bug 12817 no Autoreg (in optimized builds) unless xpinstall detects flag indicating install has happened or build number changed, r=dp, a=jar;
Bug 23859 add wstring API to nsIRegistry for profile manager/i18n, r=gayatrib, a=jar;
2000-02-20 03:12:59 +00:00
alecf%netscape.com e6d9bf2658 fix xlib build (does not affect default seamonkey build!) 2000-02-20 02:49:34 +00:00
hyatt%netscape.com acc2425157 Fix for PDT+ bug #27963. r=saari 2000-02-19 23:55:24 +00:00