Commit Graph

52095 Commits

Author SHA1 Message Date
akkana%netscape.com
a06aa3ece0 24635: Don't convert entities in title differently from the rest of the document. Fix suggested by rickg, r=me 2000-02-02 22:47:24 +00:00
brade%netscape.com
27ca515c4c fix access paths for move to CW5 (bug #25949) 2000-02-02 22:45:39 +00:00
hangas%netscape.com
aef44fba1e Fix bug 25139, disable menu items that are not fuctional. r=mscott 2000-02-02 22:42:45 +00:00
ssu%netscape.com
dd952b1e5d fix for bug #23225. it now detects instance of mozilla.exe running and requests the user to quit it before runnning setup again.
fix for bug #23224. only one instance of setup can be run now.

affects only windows.  r=sgehani
2000-02-02 22:41:21 +00:00
brade%netscape.com
cf2942660c reorder processor directives so this file will compile on Mac 2000-02-02 22:39:43 +00:00
brade%netscape.com
33f3444ca1 export file for rdf.mcp 2000-02-02 22:37:51 +00:00
brade%netscape.com
72c0897cd0 fix typo 2000-02-02 22:37:00 +00:00
ssu%netscape.com
c470a57fde fix for bug #23225. it now detects instance of mozilla.exe running and requests the user to quit it before runnning setup again. affects only windows. r=sgehani 2000-02-02 22:36:49 +00:00
rhp%netscape.com
ef692b824a More AppleDouble work - NOT PART OF THE BUILD 2000-02-02 22:31:28 +00:00
jdunn%netscape.com
9125b6100b adding newline 2000-02-02 22:28:37 +00:00
rhp%netscape.com
c5ee4ce16c Fix for attachment name - Bug #: 25009 - r: jefft 2000-02-02 22:27:10 +00:00
pp%ludusdesign.com
58065dda04 Converting ::GetIID() into NS_GET_IID(). Bug #20232. r=scc, r=mozbot 2000-02-02 22:24:56 +00:00
ben%netscape.com
548f4bbdfa fixing profile create js error, r=valeski 2000-02-02 20:37:35 +00:00
rginda%netscape.com
4671326346 Renamed JavaObjectToLong-005.js to JavaObjectToLong-005-n.js 2000-02-02 20:21:34 +00:00
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