Commit Graph

52081 Commits

Author SHA1 Message Date
waterson%netscape.com
8dd7b2ed23 Revert changes that cause mail sort to crash. 2000-02-02 19:46:03 +00:00
tomk%mitre.org
5eeb6cafd2 The implementation of the Mozilla DOM wrapper classes. testMozDOM.cpp is an
example of how to use/test the classes and makedom is a sample make file for
building the test app and all classes.
2000-02-02 18:44:48 +00:00
tomk%mitre.org
47a8eab4e9 Removed these files so they can be replaced with the actual Mozilla DOM wrapper
classes following the Mozilla* naming convention.
2000-02-02 18:32:45 +00:00
tomk%mitre.org
968ad90110 Changes and additions to support DOM wrapper classes. 2000-02-02 18:17:30 +00:00
terry%mozilla.org
0e87750ee7 Simplify dependency wording. 2000-02-02 17:43:34 +00:00
rods%netscape.com
98b27da727 added back in the label and checkbutton classes to support the viewer's testing dialogs
b=26195 r=dcone
2000-02-02 15:43:54 +00:00
troy%netscape.com
67f68abf0e b=25617, r=buster@netscape.com r=karnaze@netscape.com Removed rules that specify
margin-left for right floated table/image and margin-right for left floated
table/image. This doesn't work when percentage based widths are involved
2000-02-02 15:38:01 +00:00
brade%netscape.com
f5f5217038 reorder open items in menu (bug #25505) 2000-02-02 15:33:17 +00:00
brade%netscape.com
49568eb54e fix paths for move to CW5 (bug #25779) 2000-02-02 15:27:53 +00:00
brade%netscape.com
0afd7a0705 fix paths (bug #25779) 2000-02-02 15:22:38 +00:00
rods%netscape.com
cd2e9f17fe <ctrl>= no generates the correct key code on up and down and is not filtered out
as double byte on press.
r=brade b=5716
2000-02-02 15:00:59 +00:00
terry%mozilla.org
2739f5a184 Whoops, searches of "Comment changed (before|after)" were not working
correctly.
2000-02-02 14:42:11 +00:00
kin%netscape.com
276c400561 Fix for bug #26100 (Spellchecker goes into infinite loop.)
- Modified DeleteNode() to increment nodeIndex to prevent
    an infinite while loop.
  - nsIContentIterator::Next() and Prev() now return NS_OK
    if you iterate past the end of the list. Modified all
    calls to Next() and Prev() so we can catch any errors.

r=jfrancis@netscape.com
2000-02-02 14:14:32 +00:00
kin%netscape.com
d33444cfb6 Fix for bug #20387 (scrollbars appearing in single line text control)
mozilla/layout/forms/src/nsGfxTextControlFrame.cpp
    mozilla/layout/forms/src/nsGfxTextControlFrame.h
      - Added GetFirstFrameWithIID() utility method.
      - Modified InitializeTextControl() so that it sets the
        single line text control's viewport overflow value
        to NS_STYLE_OVERFLOW_SCROLLBARS_NONE.

r=buster@netscape.com
2000-02-02 14:12:01 +00:00
morse%netscape.com
60291cd8c1 minor textual changes 2000-02-02 13:34:04 +00:00
mcafee%netscape.com
23dde0a032 Adding ViewerTest, turn on with ViewerTest=1; in tinder-config.pl. 2000-02-02 09:29:56 +00:00
waldemar%netscape.com
445e9926e4 Turned off optimizations and inlining in debug build 2000-02-02 08:51:16 +00:00
waldemar%netscape.com
b82ff40e5d Changed to match parser.h 2000-02-02 08:50:54 +00:00
waldemar%netscape.com
0639e1baad Added ArrayAutoPtr and reworked cstring -> String conversions 2000-02-02 08:50:26 +00:00
waldemar%netscape.com
94a4726044 Added parsing of numerals and token printing 2000-02-02 08:48:40 +00:00
waldemar%netscape.com
3f3536ec17 Cleaned up and added String routines 2000-02-02 08:47:54 +00:00
waldemar%netscape.com
60f5d2006b Added lexer call 2000-02-02 08:47:03 +00:00
waldemar%netscape.com
bb68568cfc Fixed bug 2000-02-02 08:46:36 +00:00
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