Commit Graph

67100 Commits

Author SHA1 Message Date
nhotta%netscape.com
6cda25b372 Changed GetCharacterSet to return a default if no folder charset is stored, bug 46542, r=bienvenu. 2000-08-02 22:07:47 +00:00
rods%netscape.com
24c1a2552e *** empty log message *** 2000-08-02 22:07:46 +00:00
mjudge%netscape.com
4a9a2cb416 15665 beta3+ Javascript selecting a link when dragging. 2000-08-02 22:07:00 +00:00
rods%netscape.com
92c1ebc132 The script notification happens before the radiobox gets a chance to change its value
so they must return the opposite value for themselves. They don't want to actually set their
values because the script could cancel. So the idea here is to let them know before the script
call that they should return their "future" value (the opposite of their current value)
b=42972 r=kmcclusk
2000-08-02 22:06:37 +00:00
rods%netscape.com
ba38e3d7d4 The script notification happens before the radiobox gets a chance to change its value
so they must return the opposite value for themselves. They don't want to actually set their
values because the script could cancel. So the idea here is to let them know before the script
call that they should return their "future" value (the opposite of their current value)

plus I made a minor change that allows the radio button to use the PaintBackground code to draw the "dot"
but it creates a tmp color struct so the color is correct.
b=42972,37517 r=kmcclusk
2000-08-02 22:06:33 +00:00
nhotta%netscape.com
e441eb4cd2 Put a special case before alert the user for charset conversion failure, bug 42871, r=ftang. 2000-08-02 22:03:26 +00:00
nhotta%netscape.com
b49e762c42 A change for phone/fax field. Write out attribute and value separatly since value needs charset conversion but not for attribute, bug 38901, r=rhp. 2000-08-02 22:00:04 +00:00
cata%netscape.com
8455fb918d Fix for bug #28112 cache not persistent in charset menu, r=nhotta, a=ftang. 2000-08-02 21:54:18 +00:00
rods%netscape.com
65a5a88ddb Since the way (and when) options were added then number of options is now different
so it must check against zero instead of 1
b=44266,r=kmcclusk
2000-08-02 21:53:23 +00:00
dimator%netscape.com
95cc6f51bf Bug 34434. Updating secure mail and secure news icons. r=putterman 2000-08-02 21:52:37 +00:00
radha%netscape.com
2b21ff747d fixes related to bug # 18321. Checking in branch fixes to the trunk. r=nisheeth 2000-08-02 21:49:26 +00:00
radha%netscape.com
df34e668fb Hook up JS history.go() to session History bug # 18321. r=nisheeth. Checking in branch
fix to the tip
2000-08-02 21:48:32 +00:00
varada%netscape.com
6115cc88b1 including the CD autorun screen defaults in default config 2000-08-02 21:44:30 +00:00
av%netscape.com
299bf1f85a Fixing 46573, r=serge 2000-08-02 21:35:45 +00:00
varada%netscape.com
f0cab10955 changing the location of navigator.dtd to reflect seamonkey AGAIN! 2000-08-02 21:11:20 +00:00
nelsonb%netscape.com
a8b9681335 mpl_rsh now calls s_mp_div_2d instead of duplicating its logic.
mpl_lsh now calls s_mp_mul_2d instead of duplicating its logic.
2000-08-02 20:52:17 +00:00
nelsonb%netscape.com
26a0e342f4 - Implement s_mp_mul_2d, which complements s_mp_div_2d.
- Rewrite and speed up mp_sqr, most-frequently used in mp_exptmod().
- Speed up mp_sqrt by starting with a much better initial estimate.
2000-08-02 20:50:57 +00:00
nelsonb%netscape.com
da54a36647 Accept input args in hex, not decimal. Line up output into columns. 2000-08-02 20:48:28 +00:00
nelsonb%netscape.com
9620ef0ca4 Declare s_mp_mul_2d(), which is complementary to s_mp_div_2d(). 2000-08-02 20:47:05 +00:00
relyea%netscape.com
4bd8d5f202 Put modutil back into the daily builds 2000-08-02 18:42:32 +00:00
relyea%netscape.com
0ae2a22271 Remove old communicator stuff from libjar so modutil will build now. 2000-08-02 18:41:31 +00:00
ashuk%eng.sun.com
4b8579149a bug 44774, 44775
author=ashuk
r=ovk@sparc.spb.su

Minor fix for failed QA Test. Patch supplied by
Oleg.

_Ashu
2000-08-02 17:02:43 +00:00
cotter%netscape.com
6af181aba5 Added latest PSM license. 2000-08-02 16:46:16 +00:00
locka%iol.ie
2efdaffe94 NOT PART OF BUILD.
New nsICommandHandler interface and C++ implementation for embedders who want their XUL to be able to call their webbrowser container with the minimum of effort.
2000-08-02 11:14:57 +00:00
rjc%netscape.com
6465ad9905 Specify query encoding string for this search engine. r=me a=johng 2000-08-02 10:47:52 +00:00
rjc%netscape.com
8b7f8e6614 Various small fixes for nsbeta3+ bug # 41357: enable column resigning for various trees. r=me 2000-08-02 10:31:37 +00:00
dprice%netscape.com
bb05c4171c Adding chrome manifests for classic skin NOT IN THE BUILD 2000-08-02 10:11:17 +00:00
cls%seawood.org
d752d7dfe8 Oops alecf missed one. 2000-08-02 09:05:12 +00:00
alecf%netscape.com
916d7102bb fix some stupid typos (implementation was good, typing it failed :)) from yesterdays checkin 2000-08-02 07:59:17 +00:00
warren%netscape.com
da15eda254 Getting jar files in shape. Mostly works on unix, status bar missing (not in build yet). 2000-08-02 06:48:45 +00:00
alecf%netscape.com
517a90558c fix AIX bustage with explicit casting 2000-08-02 06:02:35 +00:00
rjc%netscape.com
ece494211a Putting fix for nsbeta2+ bug # 47126 into tip: fix simple mode searching. r=ben 2000-08-02 05:30:08 +00:00
ftang%netscape.com
511e6b5315 fix 45430. patch proposed by beard@netscape.com r=ftang a=ftang
fix memory leak
2000-08-02 05:08:15 +00:00
waterson%netscape.com
0800dcc896 Bug 46013, redux. Was leaking RDFContentSinkImpl::NameSpaceEntry objects all over the floor. Thanks to dbaron and beard for wiping my chin. r=beard. 2000-08-02 04:35:52 +00:00
ftang%netscape.com
74c92d6343 fix 44551. Turn nb and nn to true from false so they will be
shown on the language ui.
r=momoi a=ftang
2000-08-02 04:22:41 +00:00
ftang%netscape.com
6f9249c1f4 fix bug 44551 Correct the spelling for Norwegian Bokmal
thanks for huftis@bigfoot.com (Karl Ove Hufthammer)
r=ftang@netscape.com a=ftang
2000-08-02 04:21:15 +00:00
jband%netscape.com
d957e12a12 interim fix for bug 25180. Build double wrappers around JS components used by JS code. Includes secured scheme for getting at underlying JSObject for those who really need to do this. a=warren r=rginda 2000-08-02 03:57:59 +00:00
beard%netscape.com
e2d1e94396 fixing warnings, removing need for JStrings to be copied for mClass 2000-08-02 03:53:04 +00:00
cls%seawood.org
aee50b580f Fix --enable-logrefcnt so that it will actually force refcnt logging on or off per http://lxr.mozilla.org/seamonkey/source/xpcom/doc/MemoryTools.html. 2000-08-02 03:17:49 +00:00
cls%seawood.org
5092f96f12 On second thought, nevermind 2000-08-02 02:44:56 +00:00
cls%seawood.org
cdda1b98d1 Add checks for FORCE_BUILD_REFCNT_LOGGING & NO_BUILD_REFCNT_LOGGING per http://lxr.mozilla.org/seamonkey/source/xpcom/doc/MemoryTools.html . 2000-08-02 02:42:54 +00:00
mjudge%netscape.com
b9689a5d76 *** empty log message *** 2000-08-02 02:39:10 +00:00
valeski%netscape.com
31bf4c2872 47235. r=mstoltz. mlk fix. 2000-08-02 02:05:42 +00:00
cmanske%netscape.com
ca24e6aca4 Fixed crashing bug 42195: Added method to nsIFrameSelection so frame can get limiting content node for parent node searches in text edit fields. r=mjudge 2000-08-02 01:47:55 +00:00
nelsonb%netscape.com
886543402f Reduced the number of temporary variables allocated and freed during a
modular exponentiation by over 99%.  Modified mp_mul and mp_sqr to only
allocate temporary variables when absolutely needed.  Changed mp_copy
and mp_init_copy to allocate space according to the amount allocated
in the source, reducing the need to grow the variable later.
2000-08-02 01:03:14 +00:00
nelsonb%netscape.com
147b7451ec Investigating allocation of temporary variables. 2000-08-02 01:01:01 +00:00
danm%netscape.com
ef90ff45c3 adding missing initialization of nsBrowserInstance object. bug 46979 2000-08-02 00:55:49 +00:00
bryner%uiuc.edu
7dc740de07 Removing the makefile for the directory I just removed. r=alecf. 2000-08-02 00:47:35 +00:00
bryner%uiuc.edu
ff43d1cb77 Removing unused directory/files. No effect on build. r=alecf. 2000-08-02 00:46:14 +00:00
larryh%netscape.com
e1020697b7 BugZilla: 4090. cross platform breakage 2000-08-02 00:45:18 +00:00