Commit Graph

53979 Commits

Author SHA1 Message Date
ftang%netscape.com
84f83cb658 temp turn off AIMM to fix bustage due to conflict define
git-svn-id: svn://10.0.0.236/trunk@57055 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 01:48:27 +00:00
srinivas%netscape.com
0c754e7fb7 Add new API declaration, NSPR_API. Bugzilla #12913.
git-svn-id: svn://10.0.0.236/trunk@57054 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 01:28:13 +00:00
alecf%netscape.com
09fc683f04 fix crash viewing Ben Goodger's vCard :)
just a null pointer check, no reviewer


git-svn-id: svn://10.0.0.236/trunk@57053 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 01:00:29 +00:00
ducarroz%netscape.com
0469aefbaa Fix for bug 22055. We need to extract the message ID and the reference of the original message in order to build the new reference. R=bienvenu
git-svn-id: svn://10.0.0.236/trunk@57052 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:51:00 +00:00
edburns%acm.org
14721ab401 More simple name change changes.
git-svn-id: svn://10.0.0.236/trunk@57051 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:44:24 +00:00
putterman%netscape.com
e0896028aa When navigating through the thread pane, scroll to the newly selected message. r=alecf
git-svn-id: svn://10.0.0.236/trunk@57050 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:42:28 +00:00
alecf%netscape.com
89c771041d one more time! this time don't look inside templates, instead look inside <treechildren> of trees
r=scottip


git-svn-id: svn://10.0.0.236/trunk@57049 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:38:24 +00:00
ftang%netscape.com
f9641bb369 fix bug 22331. contributed by m_kato@ga2.so-net.ne.jp r=ftang
git-svn-id: svn://10.0.0.236/trunk@57048 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:34:34 +00:00
ftang%netscape.com
1bb6ac83c6 Add ActiveIME interface file so we won't break build environment which do not have
Platform SDK installed
need to fix bug 22311


git-svn-id: svn://10.0.0.236/trunk@57047 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:29:23 +00:00
radha%netscape.com
a281a001bc Obsolete files. remove from repository.
git-svn-id: svn://10.0.0.236/trunk@57046 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:26:07 +00:00
radha%netscape.com
2129c8acf1 remove from repository. obsolete files
git-svn-id: svn://10.0.0.236/trunk@57045 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:25:21 +00:00
bienvenu%netscape.com
dde6bbc137 fix new flag handling, r=putterman
git-svn-id: svn://10.0.0.236/trunk@57044 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:24:35 +00:00
vidur%netscape.com
64f5d889e2 Fix for bug 23206. The property getter/setter for char and charoff attributes were not mapping to the correct attribute values. r=pollmann
git-svn-id: svn://10.0.0.236/trunk@57043 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:19:41 +00:00
rogerl%netscape.com
b1166ecf84 Fixed accidental trailing semi at end of if statement. Many thanks to
everyone who participated in this test of the warning detection system.


git-svn-id: svn://10.0.0.236/trunk@57042 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:15:11 +00:00
cata%netscape.com
1f56518222 Fix for bug #17878 - nsLWBreakerFImp::GetBreaker() oddities; r= naoki
git-svn-id: svn://10.0.0.236/trunk@57041 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:05:28 +00:00
law%netscape.com
358d3ec109 Fix for 21956 (and workaround for 23189); r=slamm@netscape.com,danm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@57039 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:00:41 +00:00
alecf%netscape.com
76e6ca9c80 followup fix for #12895 - actually find the content correctly
r=scottip


git-svn-id: svn://10.0.0.236/trunk@57038 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:00:27 +00:00
mscott%netscape.com
ad05170362 Bug #17065 --> remove our hack in CreateNewLineFromSocket on Unix. This hack was in place
as a work around for the fact that events were getting processed on the wrong threads. dougt
fixed this problem for us. So we don't need this work around which was forcing us to spike the cpu.
r=bienvenu


git-svn-id: svn://10.0.0.236/trunk@57037 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 23:44:41 +00:00
vidur%netscape.com
c28ff08497 Fix for bug 23074. Implemented image.complete. r=pollmann
git-svn-id: svn://10.0.0.236/trunk@57036 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 23:41:14 +00:00
vidur%netscape.com
4a4cce66b8 Fix for bug 21682. BASE tag was ignored in the fragment content sink. Added HTML element creation method that takes an ID. r=pollmann
git-svn-id: svn://10.0.0.236/trunk@57035 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 23:36:45 +00:00
jefft%netscape.com
a8f7812c11 fixed bug 23133, 23136 - Send Link & Page not escaping page url and not generating href tag; r=ducarroz
git-svn-id: svn://10.0.0.236/trunk@57034 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 23:35:57 +00:00
alecf%netscape.com
46c35e2abc slightly better e-mail validation for #3744
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@57033 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 23:34:26 +00:00
cata%netscape.com
3da10597cc Bug #15773 - compilation error with some gcc versions. Check in for drepper@cygnus.com, r=cata.
git-svn-id: svn://10.0.0.236/trunk@57032 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 23:30:04 +00:00
cata%netscape.com
cadaf926a7 Fixing registry premature closing bug. r=dp
git-svn-id: svn://10.0.0.236/trunk@57031 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 23:20:12 +00:00
cata%netscape.com
32ca72f757 Fixing registry premature closing bug. r=dp
git-svn-id: svn://10.0.0.236/trunk@57030 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 23:18:53 +00:00
jj%netscape.com
92e8375045 Fixed installer creator type in all 4 targets ('MzIn', 'NSIn')
git-svn-id: svn://10.0.0.236/trunk@57029 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 23:17:34 +00:00
warren%netscape.com
576a6158bc Fixed Has method as per Doug's request.
git-svn-id: svn://10.0.0.236/trunk@57028 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 23:02:32 +00:00
terry%mozilla.org
d9acb22352 Stop generating the %::keywordsbyid hashtable that nothing was using.
git-svn-id: svn://10.0.0.236/trunk@57027 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:55:00 +00:00
norris%netscape.com
e910eaed02 Test didn't work with the Rhino feature of reflecting bean properties as JavaScript propertes: getClass() becomes
a "class" property, and eval'ing a property name of "class" causes a syntax error.


git-svn-id: svn://10.0.0.236/trunk@57026 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:54:15 +00:00
edburns%acm.org
381c6da070 Changed MozillaEventThread.h to NativeEventThread.h
git-svn-id: svn://10.0.0.236/trunk@57025 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:52:03 +00:00
edburns%acm.org
4c728af02b Change to new NS_InitXPCOM argument.
r=dp
b=23157
a=edburns


git-svn-id: svn://10.0.0.236/trunk@57023 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:45:48 +00:00
amusil%netscape.com
c79174770a Added id to the tree children node for future overlay support.
git-svn-id: svn://10.0.0.236/trunk@57022 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:44:48 +00:00
slamm%netscape.com
2663da9e92 Use code similar to sidebar customize dialog and bookmarks window to make history window non-modal (bug #20830). Also make history window resizable (bug #20828).
git-svn-id: svn://10.0.0.236/trunk@57021 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:43:47 +00:00
radha%netscape.com
ea65af1fd0 Fix for bug # 21767. Form values not reset upon reload. r=pollmann.
git-svn-id: svn://10.0.0.236/trunk@57020 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:42:16 +00:00
slamm%netscape.com
508615926d Name window type to support making History window non-modal. Fix #20830.
git-svn-id: svn://10.0.0.236/trunk@57019 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:41:21 +00:00
akkana%netscape.com
740c96ed62 23169: Fix uninitialized variables, including one which was disallowing splitting lines by hitting return. r=jfrancis
git-svn-id: svn://10.0.0.236/trunk@57018 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:35:04 +00:00
slamm%netscape.com
0c8f4def98 Clean-up and parameterize more.
git-svn-id: svn://10.0.0.236/trunk@57017 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:27:22 +00:00
sspitzer%netscape.com
8752b5aa4f fix for javascript assertion in bug #23282
git-svn-id: svn://10.0.0.236/trunk@57016 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:24:27 +00:00
slamm%netscape.com
c71f0ff888 Fix slashdot url
git-svn-id: svn://10.0.0.236/trunk@57015 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:22:04 +00:00
dbragg%netscape.com
36d55b82b4 SaveError added to fix bugs #21715 and #21671 r=dougt
git-svn-id: svn://10.0.0.236/trunk@57014 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:16:38 +00:00
slamm%netscape.com
6e659aa58a Only use left clicks to manipulate items.
git-svn-id: svn://10.0.0.236/trunk@57013 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:16:06 +00:00
cata%netscape.com
ac92a26eea Need to specify RDF xmlns in overlay. Fix for bug #15347. Suggested by waterson.
git-svn-id: svn://10.0.0.236/trunk@57012 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:12:12 +00:00
slamm%netscape.com
8c23b8266c Fix bookmark properties. bug #22010.
git-svn-id: svn://10.0.0.236/trunk@57011 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:11:58 +00:00
kmcclusk%netscape.com
edf6a2057a No longer print the contents of forms when they were submitted. bug 13061; r=karnaze@netscape.com
git-svn-id: svn://10.0.0.236/trunk@57010 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:07:21 +00:00
norris%netscape.com
beca515cbb Fix assertion failure at startup caused by failure to run genPropNames.pl.
r=mstoltz@netscape.com


git-svn-id: svn://10.0.0.236/trunk@57009 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:04:18 +00:00
norris%netscape.com
fd9db446f2 Fix 10194 and 14979.
r=mstoltz@netscape.com


git-svn-id: svn://10.0.0.236/trunk@57008 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:03:30 +00:00
dveditz%netscape.com
866230df01 fixes bug 23277
git-svn-id: svn://10.0.0.236/trunk@57006 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:55:00 +00:00
cata%netscape.com
3cee83f2b3 Adding nsExtensibleStringBundle support. r=ftang
git-svn-id: svn://10.0.0.236/trunk@57005 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:54:52 +00:00
cata%netscape.com
87ef499dcc Adding nsExtensibleStringBundle support.
git-svn-id: svn://10.0.0.236/trunk@57004 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:54:27 +00:00
mkaply%us.ibm.com
d7cc7a394f Support from IBM for 850, 852, 855, 857, 862, 864 codepage
git-svn-id: svn://10.0.0.236/trunk@57003 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:35:12 +00:00