sfraser%netscape.com
d342f3f5fe
Memory leak fixes for bug 5870. r mjudge, a chofmann.
1999-05-03 22:26:07 +00:00
jfrancis%netscape.com
9a540c8daf
fix for bug 5832; bad constant for nbsp value. rvd - floppy moose; appv - chofmann
1999-05-03 22:16:02 +00:00
mjudge%netscape.com
adc7387702
ok done Simon reviewed 5870. choffman approved for M5
1999-05-03 21:52:19 +00:00
ducarroz%netscape.com
185b1c375e
fix for #5855 , A=chofmann.
delay Creation of mPath to avoid avoid to create a nsFileSpec without knowing the path. Propagate error returned by nsGetMailboxRoot() in nsLocalURI2Path().
1999-05-03 21:40:44 +00:00
ramiro%netscape.com
d308fd2b2a
Comment out unused code that was breaking aix, dec and some others.
1999-05-03 21:36:18 +00:00
ramiro%netscape.com
3bc92ddcbf
Part of fix for bugs 4445, 4768. Let the default rendering mode on unix
...
be "native" as it is on mac and win.
1999-05-03 21:32:15 +00:00
ramiro%netscape.com
d9b4f2b379
Fix bugs 4445, 4768. Make form widgets work a little better. This includes:
...
1) Radio/Toggle button initial state properly set.
2) Radio/Toggle button toggling works as expected.
3) Form Buttons work/submit on the first click as expected.
The problem was that enter/leave events expected by the form controlling
frames were not properly emitted. They were being emitted for the parent
widget and not the buttons.
I also had to add a pathetically lame hack to work around artificial
intelligence in the GtkToggleButton widget. Because the gtk toggle widget
changes its state on button press, we are out of whack by one.
Finally, some minor cleanup to event debug code in nsWidget.
1999-05-03 21:29:28 +00:00
jj%netscape.com
60c3c60382
turned mailnews ON for Tinderbox
1999-05-03 21:15:59 +00:00
kipp%netscape.com
91be450e4f
Fixed bug 5255 and removed some compiler warnings
1999-05-03 20:55:12 +00:00
kipp%netscape.com
2d4f3322e2
Implement List method
1999-05-03 20:54:24 +00:00
kipp%netscape.com
fa151ce5d6
Tweaked to handle updated line-height calculation code that will now return -1 sometimes
1999-05-03 20:54:11 +00:00
kipp%netscape.com
84849fa55f
Renamed a method
1999-05-03 20:53:46 +00:00
kipp%netscape.com
d09a32fa41
Fix bug 2058 and improve nav4 compatability by not making line-height normal == 1.0
1999-05-03 20:53:27 +00:00
kipp%netscape.com
6797e11f82
Removed a compiler warning
1999-05-03 20:51:30 +00:00
kipp%netscape.com
c7a81db773
Updated a comment
1999-05-03 20:51:16 +00:00
kipp%netscape.com
aa1e51a75f
Fixed bug 5375 - the conditions for avoiding combined area computations were wrong
1999-05-03 20:51:02 +00:00
kipp%netscape.com
fcbc8770ac
Fix menubar bug to avoid dup menubars
1999-05-03 20:50:01 +00:00
kipp%netscape.com
8d37bcea26
Added more null pointer checks to avoid crashes
1999-05-03 20:49:45 +00:00
kipp%netscape.com
84086ce9f4
Make hidden form elements invisible
1999-05-03 20:49:06 +00:00
kipp%netscape.com
0cda769d64
Fix small bug in DrawRect and added a comment to help
1999-05-03 20:48:35 +00:00
mcmullen%netscape.com
36d20039a0
Check for a null path before calling stat() and friends (bug #5576 ). a=chofmann.
1999-05-03 20:29:01 +00:00
mcmullen%netscape.com
abd7b26983
Bullet-proofing for bug #5576 (make sure profile directory is always initialized)
1999-05-03 20:27:44 +00:00
kostello%netscape.com
be34900dd6
Small update to fix for bug #5525 . Approval for checkin: chofmann.
1999-05-03 20:16:14 +00:00
evaughan%netscape.com
62b2977ed2
Fixed bug #5619 . With Chris Hofmann's ok.
1999-05-03 19:04:16 +00:00
kostello%netscape.com
46183c00e3
Removed debug save code -- no longer relevant
1999-05-03 18:50:48 +00:00
jband%netscape.com
1b9abd7edd
***NOT PART OF SEAMONKEY BUILD***. Updated status tracking doc.
1999-05-03 18:50:40 +00:00
kostello%netscape.com
bb6e458742
Changed to match new API for the nsHTMLContentSinkStream
1999-05-03 18:49:59 +00:00
kostello%netscape.com
f21989d181
Changed:
...
nsI*Editor::OutputText(nsString& aOutputString);
nsI*Editor::OutputHTML(nsString& aOutputString);
These methods always returns back a Unicode version of whatever is in the content model. It is the
responsibility of the caller then to call whatever converter is required to convert to the appropriate
charset.
Added:
nsI*Editor::OutputText(nsIOutputStream* aOutputStream, nsString* aCharsetOverride = nsnull)
nsI*Editor::OutputHTML(nsIOutputStream* aOutputStream, nsString* aCharsetOverride = nsnull)
These methods output the the current content model to aOutputStream. The document is encoded using the
document defined charset or if the user passes in a non-null value for aCharsetOverride then this
encoding overrides the encoding used by the document.
1999-05-03 18:48:39 +00:00
kostello%netscape.com
6fd6c82744
Added OutputText and OutputHTML that take in an nsIOutputStream.
1999-05-03 18:47:04 +00:00
kostello%netscape.com
0793fabded
Added GetContentsAsText and GetContentsAsHTML that take in a nsIOutputStream
...
as a parameter.
1999-05-03 18:44:54 +00:00
kostello%netscape.com
e1c62f1396
Moidifed to match the API change in nsHTMLContentSinkStream.
1999-05-03 18:42:53 +00:00
kostello%netscape.com
98af52ae10
Added support to encode the document as either a nsString or an nsIOutputStream.
...
In the case of the stream, the document is encoded using the document defined charset
or the user may override the charset.
Added constructors for creating a sink using a nsIOutputStream or an nsString.
Removed all HTML and TEXT encoding which relied on references to ostream. Using John McMullen's
platform independent streaming code in its place. :)
1999-05-03 18:41:23 +00:00
hshaw%netscape.com
cb3afcd3bd
Add some comments
1999-05-03 18:11:50 +00:00
norris%netscape.com
7d8669fc9e
Fix spelling, don't claim uniqueness.
1999-05-03 17:56:07 +00:00
norris%netscape.com
3d522b3a69
Make it purdy.
1999-05-03 17:55:21 +00:00
norris%netscape.com
e43d1ea1e1
Add README with support for LXR.
1999-05-03 17:53:10 +00:00
hshaw%netscape.com
fc5e6c9c92
List of makefiles for the netwerk directory
1999-05-03 16:37:03 +00:00
hshaw%netscape.com
9c1cf81c66
Temporary script to generate netwerk unix Makefiles. Once we land, we'll integrate into allmakefiles.sh
1999-05-03 16:36:29 +00:00
kipp%netscape.com
fa1763922e
Fixed bug #4309 - propogated handling of floating image frames to floating object frame code during CantRenderReplacedElemen to avoid assertion check in block code
1999-05-03 16:07:47 +00:00
warren%netscape.com
9004942e9d
Changed include for nsStandardUrl.h
1999-05-02 08:46:08 +00:00
rickg%netscape.com
54a4c5e1ef
fixed ABW in nsTagStack and updated to string2 API
1999-05-02 00:37:25 +00:00
grail%cafebabe.org
ca8f47b07d
Fixed breakage of the preference beans.
1999-05-02 00:15:05 +00:00
jfrancis%netscape.com
7fb20b8fe5
fix for bug 5782 - check for null return when getting prev/next node is deletion rules; rvd floppy moose, appr chofmann
1999-05-01 19:37:50 +00:00
waterson%netscape.com
61ec76503b
Bug 4725. Use PRUnichar for bookmark titles. r=rjc,a=chofmann
1999-05-01 19:32:57 +00:00
bryce-mozilla%nextbus.com
47c4834c5b
Fix HTML syntax errors, validate with http://validator.w3.org . Show
...
on the the login name that will be used as the "reporter" (to more
completely represent the bug report, and to prevent people from forgetting
to switch logins when using another person's browser).
1999-05-01 18:43:58 +00:00
sspitzer%netscape.com
e4201ae79d
fix for #5839 . problems on startup on windows nt, because
...
tree body in threadPane.xul is rooted at mailbox://Inbox, which
doesn't make sense in the new multiple account world.
1999-05-01 16:28:25 +00:00
sspitzer%netscape.com
08ec113616
rest of fix for pointing news demo to article on news.mozilla.org
1999-05-01 16:10:36 +00:00
sspitzer%netscape.com
0d60fa1f13
fix for #5753 . allow white space in the "mail.accountmanager.accounts" pref.
1999-05-01 15:47:21 +00:00
sspitzer%netscape.com
4e8bbcc9b5
point the demo news article to an article on news.mozilla.org. This way,
...
those on the outside can use it. (also, remove some of the "."'s for
mailnewsqa.
1999-05-01 14:39:36 +00:00
jband%netscape.com
847d3fbe34
***NOT PART OF SEAMONKEY BUILD*** Updating status page to help track and coordinate platform specific code contributors to xptcall (needed for xpconnect)
1999-05-01 09:03:39 +00:00