troy%netscape.com
4e2ec77d3b
Added GetAveCharWidth() function
2000-03-29 01:26:08 +00:00
hyatt%netscape.com
8dc180f736
Checking in method and property support.
2000-03-29 01:24:35 +00:00
shaver%mozilla.org
c18c1e8464
fix leak of nsAppShellService ( #29907 , r=warren)
2000-03-29 01:21:23 +00:00
hyatt%netscape.com
ca3c35c57d
Enhancements to nsIScriptcontext. r=brendan@mozilla.org
2000-03-29 01:18:21 +00:00
hyatt%netscape.com
14a3084ba3
Fixing radio element crasher. Duh.
2000-03-29 01:17:24 +00:00
alecf%netscape.com
a58777b62d
fix my stupid redness
2000-03-29 01:09:56 +00:00
sdv%sparc.spb.su
f783e6228f
removed java files which were placed
...
to classes dir
2000-03-29 01:07:03 +00:00
sfraser%netscape.com
01e6e297a4
Fix for 26924 -- don't needlessly load the editor dll on shutdown. r=buster.
2000-03-29 01:02:34 +00:00
bienvenu%netscape.com
3444cfa790
get downloading of imap attachments working, r=alecf 32767
2000-03-29 00:58:21 +00:00
beard%netscape.com
3f7112917f
bug #33219 : blendRect was incorrect, damageRect is sufficient. r=pavlov
2000-03-29 00:58:11 +00:00
scc%netscape.com
6c955bebcd
rename |string_copy| and |string_copy_backward| to |copy_string| and |copy_string_backward|
2000-03-29 00:54:12 +00:00
sdv%sparc.spb.su
8c2aa12cf4
put module sources to a single dir
...
updated makefiles
2000-03-29 00:43:54 +00:00
sdv%sparc.spb.su
43a0aedd4e
put classes to a single dir
...
updated makefiles
2000-03-29 00:41:22 +00:00
alecf%netscape.com
3b3ee468e0
fix regression #33625 - back out removal of Exists() for now (eventually there will be a better fix here)
2000-03-29 00:39:47 +00:00
dmose%mozilla.org
dec52fb3d2
adding a 'can confirm' radiobutton to 'reassign by component'
2000-03-29 00:34:56 +00:00
jst%netscape.com
6d041e211b
Fix for bug #32853 , we now support setting the 'for' attribute with the name 'htmlFor'.
2000-03-29 00:19:00 +00:00
wtc%netscape.com
58bfc5b2fe
Bugsplat bug #67751 : Renamed _PR_UnblockWaiters to _PR_UnblockLockWaiter
...
and changed the return type to void. Fixed a bug in the code that skips
over a suspended thread.
Modified files: primpl.h, prulock.c, pruthr.c
2000-03-29 00:17:59 +00:00
waterson%netscape.com
d98332652c
Fix access restrictions that were causing VC++'s brain to fizzle when compiled with NEW_STRING_APIS. r=scc
2000-03-29 00:13:46 +00:00
scc%netscape.com
5b54400caf
finer grain control of which current string assignments are still available after |NEW_STRING_APIS|. Added |AssignWithConversion| signatures. Made appropriate current |Assign|s be synonyms.
2000-03-29 00:06:31 +00:00
ruslan%netscape.com
345a257009
Misc code cleanup. Also apply another keep-alive proxy patch from
...
Tomi.Leppikangas@oulu.fi
2000-03-29 00:04:27 +00:00
jst%netscape.com
78e56ebbd1
Replace internal HTML Doctype API with the DOM DocumentType API, HTML documents now get a DOM DocumentType if the file contains one and the DOM DocumentType is ouput if/when the document is saved. This fixes bug #25020 .
2000-03-28 23:25:26 +00:00
varada%netscape.com
2bfda6be69
fix for bug #32124 making the default application open the file depending on the extension
2000-03-28 23:19:12 +00:00
dmose%mozilla.org
6880acd6ea
fix another warning
2000-03-28 23:18:45 +00:00
morse%netscape.com
6d21c3707c
fix bug 33545, button too wide + typo on button
2000-03-28 22:54:11 +00:00
varada%netscape.com
a6364b1182
changing the look of progress bar bug #32115
2000-03-28 22:47:59 +00:00
ruslan%netscape.com
51e62f74cf
Fix 33259. Make a maximum number of http connections configurable - network.http.max-connections=8 (current default)
2000-03-28 22:47:57 +00:00
ruslan%netscape.com
8b111cbfe2
Adding a new preference for maximum number of http connections: network.http.max-connections=8 (current default)
2000-03-28 22:42:24 +00:00
scc%netscape.com
53eaa359c9
Adding some macros that allow me to start using literal strings
2000-03-28 22:37:51 +00:00
sspitzer%netscape.com
df67dbe077
fix crasher in #33615 . uninitialized variables. clicking on a news url
...
would crash. r=alecf
2000-03-28 22:32:06 +00:00
rbs%maths.uq.edu.au
3435aa5f2f
[NOT PART OF THE DEFAULT BUILD] Disable some radars that were there for debug purposes
2000-03-28 22:31:43 +00:00
varada%netscape.com
a26bf4af0f
fix for bug#32111 - getting the file size for a bitmap and comparing with 302 kb
2000-03-28 22:27:48 +00:00
ruslan%netscape.com
b2670e1173
Turning http 1.1 support by default. This may cause leaks to go up slightly
...
(due to the fact that the idle transports are not always released correctly;
that was always the case, but now it might get exagerrated. Comment out
network.http.version=1.1 and network.http.accept-encoding in case of problems
(it'll return everything back).
2000-03-28 22:14:43 +00:00
rbs%maths.uq.edu.au
b2b25da1ad
[NOT PART OF THE DEFAULT BUILD] Change some declarations to please other compilers
2000-03-28 22:00:28 +00:00
ashuk%eng.sun.com
2c6c864e3c
a=ashuk
...
Made changes to the solaris makefile to include jni_util_export - for webclient-uno stuff
_Ashu
2000-03-28 21:36:04 +00:00
dmose%mozilla.org
9d154e320a
get rid of perl warning
2000-03-28 21:33:54 +00:00
dmose%mozilla.org
ffaaebea3c
allow users to watch the bugs of other users
2000-03-28 21:31:24 +00:00
varada%netscape.com
c4c9adfc1d
tidying up cck.che and help in imgdlg.cpp
2000-03-28 21:25:40 +00:00
sspitzer%netscape.com
b2ad643429
fix for bug #33596 . assertion when a message has no subject. r=alecf
2000-03-28 21:20:48 +00:00
sspitzer%netscape.com
6d18d7e78a
only I should see my debugging printf.
2000-03-28 21:17:57 +00:00
varada%netscape.com
f7c8c0b6c3
fix for bug #22948 -making changes in the default and myisp cck.che files
2000-03-28 21:01:18 +00:00
varada%netscape.com
8965a8cb8c
Fix for bug#22948- the line has been moved from the comp desc to the comp file path
2000-03-28 20:59:19 +00:00
varada%netscape.com
c21d0ef060
fixing the check for disk space
2000-03-28 19:58:24 +00:00
varada%netscape.com
8b1e4db9f4
fix for bug #22256 - installer will catch the empty caption for the rshell and populate it with Netscape client customization kit
2000-03-28 19:57:57 +00:00
varada%netscape.com
45e7621967
fix for bug #22284 -creating a new GlobalText type to handle static text that can be obtained from global variables
2000-03-28 19:48:46 +00:00
varada%netscape.com
dfb53a6f5f
changing the icon
2000-03-28 19:47:51 +00:00
ruslan%netscape.com
a407c24ee5
Fix 23263 - mem cache assert on shutdown.
2000-03-28 19:41:59 +00:00
brade%netscape.com
675af16f89
File Removed.
2000-03-28 15:35:12 +00:00
rods%netscape.com
6b8160b567
Few warning cleanups
...
Return NS_OK when MouswDown on Combobox (not dropdown), this enables
it to get focus.
b=32144
2000-03-28 15:11:16 +00:00
brade%netscape.com
00f4b049c4
made some progress reorganizing code when setting defaults for new documents; should now add charset if pref is set
2000-03-28 14:59:13 +00:00
dcone%netscape.com
1817600339
Fixed the masks for the Images.. cleaned up some routines.
...
r=mmclusky
2000-03-28 14:41:21 +00:00