buster%netscape.com
e959bc93cd
fixing linux bustage. got caught by a platform difference in handling
...
of nsCOMPtr and the equality operator
2000-02-02 08:28:37 +00:00
buster%netscape.com
d2e420cfb4
fixed bug 24186 (well, fixed it enough for beta at least. see bug for details)
...
r=troy
2000-02-02 07:38:23 +00:00
buster%netscape.com
c8545be1dd
fixing very minor compile-time error that only shows up if you have certain
...
debug flags set. r=none
2000-02-02 07:37:18 +00:00
alecf%netscape.com
5e9de002d8
remove deprecated GetCurrent[Server|Identity] calls, and fix all callers
2000-02-02 07:28:23 +00:00
hangas%netscape.com
3a0d03e79f
Cleanup Select Addressing dialog, bug 10865. r=mscott
2000-02-02 07:04:37 +00:00
alecf%netscape.com
81e240d924
cleanup access to the account manager and remove crufty code
...
r=sspitzer
2000-02-02 07:04:12 +00:00
hangas%netscape.com
a5981f2db2
Partial fix for 15109. Removed radio buttons from Addressing panel of prefs. r=mscott
2000-02-02 07:03:28 +00:00
alecf%netscape.com
0038c4cb06
cleanup to use default account rather than depricated GetCurrentIdentity
...
r=sspitzer
2000-02-02 07:03:08 +00:00
alecf%netscape.com
2e43ee3f42
stop using currentIdentity, use the default account instead
...
r=sspitzer
2000-02-02 06:56:16 +00:00
sfraser%netscape.com
40a87a3632
Changed to use NS_DECL_ISUPPORTS_INHERITED. r=beard
2000-02-02 06:43:51 +00:00
sfraser%netscape.com
c0f553f7f1
Turn off the sync image icon loading, which has bad side-effects. bug 6553. r=beard, valeski
2000-02-02 06:43:18 +00:00
alecf%netscape.com
581d74e950
remove obsolete method so I can remove GetCurrentServer()
...
(test program only, not part of product)
2000-02-02 06:42:59 +00:00
tbogard%aol.net
f90e57340f
added files: mozilla/docshell/base/nsIWebNavigation.idl
2000-02-02 05:53:53 +00:00
tbogard%aol.net
7fefdfbd17
Defining new navigation interface that can be used by both docshell and browser embedding. r=pavlov
2000-02-02 05:51:30 +00:00
mscott%netscape.com
efc9dae27c
Fix a webshell leak where someone wasn't using a nsCOMPtr!! shame on you...this caused us to leak
...
a webshell whenever we called nsMessenger::SetWindow. this fixes a slew of mailnews leaks causing
us to leak all our mail folders, mail messages, etc.!
r=scottip
2000-02-02 05:48:48 +00:00
mscott%netscape.com
b3309467eb
Bug #25570 --> imap unable to show msg bodies containing 8-bit data.
...
this was a dumb problem where we were setting m_connectionStatus
to be the value of the character returned in the create new line
buffer...if the character happened to be an 8-bit character,
we would actually set the connection status as a negative number...
r=bienvenu
2000-02-02 05:47:09 +00:00
erik%netscape.com
f95d2fcd03
Moved cgiview.html to index.html, so that user doesn't have to type that
...
file name.
2000-02-02 05:24:02 +00:00
mcafee%netscape.com
4786c12413
Adding RunFileBasedTest, and the first client of this test, EditorTest. Set EditorTest=1; in tinder-config.pl to turn on. Added ReportFinalStatus for finer control over mail behavior for commercial builds.
2000-02-02 05:20:44 +00:00
tbogard%aol.net
a4a1232ca0
Fixed titles of windows so they correctly show up when set from XUL files. r=hyatt
2000-02-02 04:58:18 +00:00
erik%netscape.com
77a6e3920a
Moving cgiview.html to index.html so that user doesn't need to type that
...
file name.
2000-02-02 04:57:40 +00:00
cata%netscape.com
23ae890e4b
Bug #24027 , #24029 r=ftang
2000-02-02 04:24:21 +00:00
cata%netscape.com
08b721d62e
Adding new API. r=ftang
2000-02-02 04:23:47 +00:00
cata%netscape.com
15ae8dfd34
added files: mozilla/intl/uconv/src/nsObjectArray.cpp
2000-02-02 04:23:16 +00:00
cata%netscape.com
52ceb1cabf
Factoring out some internal data management code. r=ftang
2000-02-02 04:13:08 +00:00
pavlov%netscape.com
2843f2a553
fix build bustage r=travis
2000-02-02 04:12:22 +00:00
cata%netscape.com
60bddd1ce1
Change RDF datasource ProgID for the Charset Menu. r=ftang
2000-02-02 04:12:14 +00:00
cata%netscape.com
b8da73984d
Adding 2 i18n prefs. r=ftang. bug #24027
2000-02-02 04:09:05 +00:00
amusil%netscape.com
55c55c8ad2
Moved AddExtraAddressProcessing() call to after the creation of the currentAddressData object. r=mscott
2000-02-02 03:14:29 +00:00
tbogard%aol.net
a8240803e3
Removed SetTitle from the interface as that function is on the nsIBaseWindow interface that chrome objects are expected to implement. r=hyatt
2000-02-02 03:12:41 +00:00
tbogard%aol.net
83d634b3a6
Hooked up nsWebBrowserChrome into nsBrowserWindow. These changes enable viewer to properly set itself up as the docShell tree owner. r=buster.
2000-02-02 02:51:36 +00:00
tbogard%aol.net
1df044cf0c
added files: mozilla/webshell/tests/viewer/nsWebBrowserChrome.cpp
2000-02-02 02:39:12 +00:00
mscott%netscape.com
48fb8d982b
rhp: More AppleDouble work - NOT PART OF THE BUILD!!!
2000-02-02 02:36:36 +00:00
tbogard%aol.net
7c95486fe7
Adding nsWebBrowserChrome.cpp to the build. Not actually called by anyone yet. Pending review of nsBrowserWindow to get it hooked up.
2000-02-02 02:33:03 +00:00
tbogard%aol.net
50e78c511e
New class to allow viewer to support implementing nsIDocShellTreeOwner and nsIWebBrowserChrome. Not actually used by anyone yet. nsBrowserWindow changes pending review.
2000-02-02 02:32:12 +00:00
alecf%netscape.com
91ba75e5e2
fix up the messages pref pane so stuff wraps a little nicer
...
r=sspitzer
2000-02-02 02:31:50 +00:00
tbogard%aol.net
bd784e422a
Added implementation for GetPrimaryContentShell now that it was added to nsIDocShellTreeOwner. r=hyatt
2000-02-02 02:28:32 +00:00
tbogard%aol.net
2758e8ca23
Added an attribute to get the primaryContentShell. r=hyatt
2000-02-02 02:27:35 +00:00
rhp%netscape.com
cdf1f2534f
More work on AppleDouble - NOT PART OF THE BUILD!!!
2000-02-02 02:24:03 +00:00
valeski%netscape.com
1909d65642
r-jevering. now we try and resolve non-qualified hosts on windows first, before sending them to the keyword server
2000-02-02 02:22:36 +00:00
alecf%netscape.com
2c0b870f87
minor aesthetic updates to account wizard
...
r=sspitzer
2000-02-02 02:02:12 +00:00
alecf%netscape.com
a15d27bfc3
update some strings to remove Mozilla/Netscape specific wording
...
(just text change, no reviewer)
2000-02-02 02:01:23 +00:00
mstoltz%netscape.com
522dcf664a
Fixed crashing bug in nsJAR.cpp - was dereferencing unallocated pointer. r=norris
2000-02-02 01:58:37 +00:00
karnaze%netscape.com
077215e7b4
bug 25148, AppendCell grows its rows before figuring the starting col index, r=attinasi
2000-02-02 01:56:46 +00:00
alecf%netscape.com
49dee0901a
fix autocomplete so that it completes against the currently selected identity, rather than the 'current' identity (which was bogus anyway)
...
r=ducarroz
2000-02-02 01:54:32 +00:00
putterman%netscape.com
b8355c48b1
Fix for 25473. Make biff work when checking every 0 minutes. r=alecf.
2000-02-02 01:47:13 +00:00
putterman%netscape.com
e3af0aa031
Fix for 8405. Japanese shows up in thread pane sender column. r=nhotta, waterson.
2000-02-02 01:46:24 +00:00
rhp%netscape.com
8f99495254
More work on AppleDouble - NOT PART OF THE BUILD!!!
2000-02-02 01:43:25 +00:00
morse%netscape.com
0dddebadf2
cancelling out of change-password was resulting in being asked for database key twice, r=pnunn
2000-02-02 01:34:54 +00:00
mstoltz%netscape.com
9f00c29250
Added call to nsJAR::ParseManifest, needed for signed scripts. bug=7270 r=norris.
2000-02-02 01:30:12 +00:00
valeski%netscape.com
fb0ec52f63
r=none, I spoke w/ dagley about this, the diffs are cleanup, no code path changes.
2000-02-02 01:19:06 +00:00