buster%netscape.com
16446efc84
most of the fix for bug 11804, type-in state wasn't properly removing
...
inline attributes from the next character entered (you're in a bold word
and user clicks bold button, should make next character not bold.)
all done except for font properties.
1999-09-20 04:20:18 +00:00
buster%netscape.com
ebe26ab6d3
turned off a debug flag
1999-09-20 04:17:05 +00:00
buster%netscape.com
3c3fee1121
fixed recent bustage on windows that '.' key wouldn't work, making it
...
tough to type URL's in browser. still needs work, but it's usable again.
1999-09-20 04:16:34 +00:00
buster%netscape.com
700374e720
turned off a noisy debug flag
1999-09-20 04:15:36 +00:00
sspitzer%netscape.com
c98284b318
fix for #14316 . only one identity was showing up in compose!
1999-09-20 04:05:37 +00:00
buster%netscape.com
392a88dbcd
just added a comment
1999-09-20 04:01:39 +00:00
buster%netscape.com
0ba9afafa2
small performance improvement. weeded out some obsolete code that was
...
causing round trips through the editor unnecessarily.
thanks for pointing out the problem, akkana and bruce m.
1999-09-20 03:59:43 +00:00
kipp%netscape.com
300b84d008
Fixed UMR bug that purify found (14171)
1999-09-20 03:46:09 +00:00
waterson%netscape.com
cde33ac847
Use tabs instead of spaces separate frames in stack dump: new demangling code introduces spaces.
1999-09-20 03:45:21 +00:00
waterson%netscape.com
049da82413
Bug 14291. Fix some more of the same kind of leaks.
1999-09-20 03:42:02 +00:00
waterson%netscape.com
cdf20bb2e3
Bug 14291. Fix leak of XUL document.
1999-09-20 03:30:33 +00:00
jband%netscape.com
c04dfdac8f
- Changed the interface for getting the interface_is argnum.
...
- Merged the typelib types for array and array_with_length.
- Added typelib types for string_with_size and wstring_with_size
- Fixed array param conversion and cleanup - using two passes over the params where necessary.
- Added array conversions when calling wrapped JS objects.
- Added expanded array tests.
- Avoid repeated atomization of 'value' property name.
1999-09-20 02:51:16 +00:00
jband%netscape.com
f3272a9547
- Changed the interface for getting the interface_is argnum.
...
- Merged the typelib types for array and array_with_length.
- Added typelib types for string_with_size and wstring_with_size
1999-09-20 02:50:28 +00:00
sspitzer%netscape.com
c245a83fdb
check in work around for #10235
...
check in start of work for #14312
fix a couple warnings
comment out some dump() calls
1999-09-20 02:12:28 +00:00
alecf%netscape.com
2f49e16ccf
make the account wizard use the new SMTP stuff
1999-09-20 02:11:19 +00:00
srinivas%netscape.com
cfb07c7bfe
Limit the number of events processed by PL_ProcessPendingEvents; check in
...
troy@netscape.com . Bugzilla 13660.
1999-09-20 02:11:10 +00:00
davidm%netscape.com
bf4484348a
Add check marks to view menu. Make collapse state persistent. Add slider to the list of chrome that should be hidden when the side bar is hidden
1999-09-20 01:55:16 +00:00
alecf%netscape.com
b448e9d6ef
oops, I checked in the wrong line! Should be setting the source, not dumping
1999-09-20 01:55:13 +00:00
davidm%netscape.com
e24f23f6d8
update to call quit rather than shutdown.
1999-09-20 01:52:21 +00:00
jfrancis%netscape.com
2569f4a0cb
fixing a heap-o-undo problems and some mBogusNode problems
1999-09-20 01:31:44 +00:00
dveditz%netscape.com
07d85b9989
backing out bufio changes until corruption fixed
1999-09-20 00:53:07 +00:00
ducarroz%netscape.com
be2fd0658f
Autocomplete add default domain if needed
1999-09-20 00:49:53 +00:00
beard%netscape.com
fb5390876e
Fixed a memory corrupting bug in PREF_copyTree. strtok would continue scanning off the end of the current string, modifying subsequent non-string blocks, if they contained a ';' before a '\0' byte.
1999-09-20 00:08:48 +00:00
alecf%netscape.com
8cee2d5bc9
fix up more layout problems. layout is way too screwy for me.
1999-09-20 00:04:55 +00:00
alecf%netscape.com
d538a094a7
turn off vard for PR1
1999-09-20 00:04:15 +00:00
alecf%netscape.com
fb0297a15f
get rid of advanced pane for now
1999-09-20 00:03:47 +00:00
alecf%netscape.com
a2daf07566
update SMTP server pane to reflect latest specs
1999-09-20 00:03:15 +00:00
waterson%netscape.com
16e9a195c1
Bug 14291. Stop leaking entire XUL document when anonymous frames are
...
constructed.
1999-09-20 00:02:59 +00:00
alecf%netscape.com
34c2cc1f8b
add support for the default SMTP server as a source and destination, and don't freak out when there's no account (default to "global")
1999-09-20 00:02:07 +00:00
alecf%netscape.com
034b04aac5
rename default server attribute, and change default smtp prefix to "smtp" instead of "server"
1999-09-19 23:58:57 +00:00
alecf%netscape.com
899769757d
fix problem where we forgot to append "." to the server key
1999-09-19 23:57:53 +00:00
buster%netscape.com
ad6f14fd32
fixed an error where the out param was not being initialized to null.
...
This could cause an error in the caller if the caller fails to check the return
code as well as the pointer!=null before dereferencing the result.
1999-09-19 23:47:04 +00:00
mccabe%netscape.com
39e5fe6519
Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
...
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage. Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes. (This could mean blackwood; sorry, guys!)
Many thanks to Alec Flett (alecf@netscape.com ) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu ) and Mike Shaver (shaver@mozilla.org ) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.
Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
leaf%mozilla.org
a0386fa310
fixing commented out component demarcations
1999-09-19 23:45:34 +00:00
alecf%netscape.com
ca3ffbcdb7
allow char properties to return null instead of throwing an exception
1999-09-19 23:35:53 +00:00
alecf%netscape.com
9ff562269d
be a little smarter about SMTP servers - create the default one on demand
1999-09-19 23:33:49 +00:00
alecf%netscape.com
d8704c1525
I need real ProgIDs, not these fakes.
1999-09-19 23:19:53 +00:00
waterson%netscape.com
04ab0fb6a4
Increase utility of 'cannot load datasource' message; special-case skip 'rdf:null'.
1999-09-19 22:51:15 +00:00
waterson%netscape.com
3a0a7fb408
Comment out 'element already in map' warning for now.
1999-09-19 22:42:55 +00:00
sspitzer%netscape.com
fd8fbffb12
fix for #14268 . change all PR_ASSERT() to NS_ASSERTION(). PR_ASSERT() calls abort and that ain't cool.
1999-09-19 22:19:27 +00:00
putterman%netscape.com
04094278e4
Fix 13475. You can now close and reopen mail 3 pane.
1999-09-19 22:02:12 +00:00
alecf%netscape.com
41d1055eda
remove stupid debugging
1999-09-19 22:01:24 +00:00
alecf%netscape.com
d41ee8d126
more spacer cleanup
1999-09-19 22:00:55 +00:00
alecf%netscape.com
872375f139
hrm. html spacer seem to do wierd things inside boxes
1999-09-19 22:00:29 +00:00
leaf%mozilla.org
d17fc16c07
changing splitsym to work when OFFICIAL is set
1999-09-19 21:26:19 +00:00
sspitzer%netscape.com
6db3879f7b
don't do work for determining the default sidebar, if the users passes us one. sidebarOverlayInit() takes one parameter, not two. comment out reloadSidebar() because it is not working.
1999-09-19 21:02:29 +00:00
alecf%netscape.com
067ed20fab
fix support for when someone enters a blank entry in a filespec textbox
1999-09-19 20:49:30 +00:00
alecf%netscape.com
062824df8d
Server panel update:
...
- make pop deck appear even after visiting a non-POP deck!
- add local mail directory
1999-09-19 20:48:30 +00:00
alecf%netscape.com
c8135d4dbd
remove my idiocy
1999-09-19 20:29:53 +00:00
waterson%netscape.com
84b3af503f
Fix GetContentSink() to addref pointer on the way out thru XPCOM boundary. Hyatt: that's 20 XPCOM Hail Mary's for you.
1999-09-19 19:58:04 +00:00