Commit Graph

101071 Commits

Author SHA1 Message Date
sspitzer%netscape.com
326177db72 fix for bug #128766. "Go Ahead" button should be "Finish" on the mac.
r=hwaara, sr=bienvenu, a=asa


git-svn-id: svn://10.0.0.236/trunk@116133 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 02:48:51 +00:00
bzbarsky%mit.edu
94daa7754c Take out fix of bug 40809, since it no longer seems necessary and hurts
performance.  Bug 129192, r=harishd, sr=jst, a=asa


git-svn-id: svn://10.0.0.236/trunk@116132 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 02:43:17 +00:00
cavin%netscape.com
ef4698694b Fix for 128535. Used case sensitive hashing on email address when locating the associated card. r=ducarroz, sr=sspitzer, a=asa.
git-svn-id: svn://10.0.0.236/trunk@116127 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 02:26:59 +00:00
dbaron%fas.harvard.edu
27328a7fcd Fix |#ifdef CSS_REPORT_PARSE_ERRORS| (not part of default build) bustage from darin's checkin for bug 124042.
git-svn-id: svn://10.0.0.236/trunk@116126 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 02:25:59 +00:00
rginda%netscape.com
f15bd8f764 Bug 129503, "IsCapabilityEnabled should return PR_TRUE if no script on stack"
sr=brendan, r=mstoltz, a=asa
If the js stack has no principals on it, return PR_TRUE from IsCapabilityEnabled
.  Currently, the only time we'd have a stack devoid of principals is when all f
unctions are native.  If this assumption changes, this may need to be revisited
(depending on what it would mean to be a compiled script without a principal.)


git-svn-id: svn://10.0.0.236/trunk@116124 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 02:20:55 +00:00
sspitzer%netscape.com
c852febb82 fix for #129164. regression "print address book" does nothing, r=ducarroz, sr=bievenu, a=asa,shaver
git-svn-id: svn://10.0.0.236/trunk@116121 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 01:51:41 +00:00
seawood%netscape.com
bf34327dff This patch replaces the bogus USE_AUTOCONF ifdef + platform ifdef tests with a
simple HAVE_LOCALTIME_R test.  -DHAVE_LOCALTIME_R has been added to the
js/src/config/<platform>.mks as necessary.
bug #128556 r=brendan sr=shaver a=asa


git-svn-id: svn://10.0.0.236/trunk@116119 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 01:42:32 +00:00
cmanske%netscape.com
26a6c1f504 Update to Composer Publishing UI, b=88208, r=brade, sr=kin, a=asa
git-svn-id: svn://10.0.0.236/trunk@116117 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 01:24:40 +00:00
ftang%netscape.com
35453033c2 fix bug 9519 r=ftang sr=brendan a=roc+moz
make uconv code port to 32 bits clean for arm arch
thansk  jeroen.dobbelaere@acunia.com


git-svn-id: svn://10.0.0.236/trunk@116115 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 01:12:33 +00:00
bryner%netscape.com
b59df2a97b Don't crash when the user changes OS themes (bug 129314). This avoids reconstructing the rule tree, which is unnecessary and currently buggy. r=pinkerton, sr=hyatt, a=asa.
git-svn-id: svn://10.0.0.236/trunk@116111 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 00:53:04 +00:00
cmanske%netscape.com
92f656d2d5 Update to Composer Publishing UI, b=88208, r=brade, sr=kin, a=asa
git-svn-id: svn://10.0.0.236/trunk@116110 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 00:37:47 +00:00
dougt%netscape.com
b259e606cb fixing a comment a=dbaron. bug 124002
git-svn-id: svn://10.0.0.236/trunk@116109 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 00:05:34 +00:00
wtc%netscape.com
6281ef2ac8 Bugzilla bug 129298: the assertion may be false. Remove it, and initialize
stanNick to NULL.  r=mcgreer.


git-svn-id: svn://10.0.0.236/trunk@116106 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 00:02:35 +00:00
bryner%netscape.com
86178b4a45 Adding some missing .cvsignore files. a=leaf.
git-svn-id: svn://10.0.0.236/trunk@116105 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 00:00:05 +00:00
timeless%mac.com
9c6a89ff44 Bug 128841 "Relative links" should really be "Related links"
patch by mikejk@ameritech.net r=choess@stwing.upenn.edu sr=jag a=asa


git-svn-id: svn://10.0.0.236/trunk@116104 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 23:50:16 +00:00
dbaron%fas.harvard.edu
564273d1d2 Fix top theme switching crash by clearing the outliner's style caches from DidSetStyleContext instead of FlushMiscWidgetInfo. b=116038 sr=hyatt r=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@116103 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 23:48:26 +00:00
dcone%netscape.com
b441e5fbc7 b=117376, b=128282 r=kmcclusk,sr=attinasi,a=asa. Fixed Alpha blend tiling and some speed issues
with PatBlt and windows NT.


git-svn-id: svn://10.0.0.236/trunk@116102 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 23:41:14 +00:00
relyea%netscape.com
156fb9e6dc Cache whether there are no CRL's and Trust objects on removable HW tokens
git-svn-id: svn://10.0.0.236/trunk@116101 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 23:21:39 +00:00
ian.mcgreer%sun.com
8f075ae6a7 additional change to last patch, suggested by wtc
r=wtc


git-svn-id: svn://10.0.0.236/trunk@116099 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 22:53:40 +00:00
attinasi%netscape.com
ef8e70811a Added NS_COM to fix linkage problems. Thanks Chris S~!
git-svn-id: svn://10.0.0.236/trunk@116097 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 22:38:41 +00:00
attinasi%netscape.com
9f7d11a019 Attempt to fix linkage bustage cruftage - added nsDoubleHashtableStringSupports to the NeverCalled block.
git-svn-id: svn://10.0.0.236/trunk@116096 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 22:23:24 +00:00
darin%netscape.com
1cb81baea7 fixing typo... NOT PART OF THE BUILD... b=124042
git-svn-id: svn://10.0.0.236/trunk@116094 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 22:14:09 +00:00
ian.mcgreer%sun.com
8e15d46893 bug 129298, handle different nicknames across tokens
r=relyea/a=wtc


git-svn-id: svn://10.0.0.236/trunk@116093 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 22:08:00 +00:00
nelsonb%netscape.com
648062ebf2 Build p7content p7env p7sign and p7verify using nss shared libs.
bug 129354.  r=wtc.


git-svn-id: svn://10.0.0.236/trunk@116092 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 22:07:21 +00:00
nelsonb%netscape.com
b03f9ba8a6 Add support for new -p option to pass password to PK11 token.
Patch by evanchu@aol.com (Evan Chu).  r=nelsonb a=wtc bug 129354.


git-svn-id: svn://10.0.0.236/trunk@116091 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 22:05:43 +00:00
wtc%netscape.com
f50c7bbbfa Bugzilla bug 129408: removed the "FOR PSM" comment. All of these NSS 3.4
exports are fine for general use.  r=relyea.


git-svn-id: svn://10.0.0.236/trunk@116087 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 21:31:05 +00:00
jgmyers%netscape.com
62371944c7 Don't detect HZ as UTF-8: bug 119079 r=nhotta sr=mscott a=asa
git-svn-id: svn://10.0.0.236/trunk@116085 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 21:25:13 +00:00
wtc%netscape.com
53ab332e0a Bugzilla bug 129408: final adjustments of the NSS 3.4 *.def files. List
the symbols in alphabetical order.  In softokn.def, changed "Sofoken 3.4
release" to "NSS 3.4 release, which is what we use in other *.def files.
Added seven new PKCS7 exports to smime.def.  r=relyea
Modified files: nss.def smime.def softokn.def ssl.def


git-svn-id: svn://10.0.0.236/trunk@116083 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 21:18:49 +00:00
alexsavulov%netscape.com
083153ec7a forgot some comments in the source... damn the tree will burs
git-svn-id: svn://10.0.0.236/trunk@116082 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 21:18:26 +00:00
nhotta%netscape.com
6e9c38599c Forward inline URI, changed to use GetUrlForUri instead of CreateStartupUrl,
contributed by adu@sparc.spb.su,
bug 66098, r=nhotta, sr=sspitzer, a=asa.


git-svn-id: svn://10.0.0.236/trunk@116081 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 21:13:58 +00:00
pinkerton%netscape.com
cdfcf7cfc1 remove redundant code for seamonkey, especially given that it doesn't work in embedding. allows embedding apps to use xul pref window. r=blake/sr=hyatt/a=asa. bug# 128924.
git-svn-id: svn://10.0.0.236/trunk@116080 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 21:10:47 +00:00
bzbarsky%mit.edu
811129713e Make it possible to save parts of multipart streams. Bug 117958, patch
by rpotts@netscape.com, r=bzbarsky, sr=darin, a=asa


git-svn-id: svn://10.0.0.236/trunk@116078 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 20:57:55 +00:00
jkeiser%netscape.com
da2627ead4 Move radio buttons to content (bug 108308). r=rods@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@116076 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 20:53:40 +00:00
alexsavulov%netscape.com
46ac9aab40 fix for bug 121368 - prevents the method nsCSSFrameConstructor::ReframeContainingBlock
to execute during a reflow and so destroy the frame tree that's in reflow
sr= attinasi, r= karnaze, a= asa


git-svn-id: svn://10.0.0.236/trunk@116074 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 20:51:05 +00:00
ian.mcgreer%sun.com
93335b6c5a bug 129370, temp cert trusts and S/MIME profiles may cause crashes
r/a=wtc


git-svn-id: svn://10.0.0.236/trunk@116072 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 20:42:40 +00:00
locka%iol.ie
58bbd1086d Prevent persist object giving out duplicated file names. b=115991 r=brade@netscape.com sr=kin@netscape.com a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@116071 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 20:34:57 +00:00
rchen%netscape.com
5918cc4413 Fix bug 120870. - Read reply header string from .property file in case the user doesn't specify in pref.r=nhotta, sr=sspitzer, a=asa
git-svn-id: svn://10.0.0.236/trunk@116070 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 20:18:31 +00:00
brade%netscape.com
742c126b71 don't clone node if flag is set to operate on original dom, add error checking (bug 125069); r=adamlock, sr=kin, a=asa
git-svn-id: svn://10.0.0.236/trunk@116069 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 20:14:19 +00:00
darin%netscape.com
e07e279baf fixes bug 114897 "My.Yahoo - Logs you out when using Back button"
r=dougt, sr=mscott, a=asa


git-svn-id: svn://10.0.0.236/trunk@116068 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 20:13:14 +00:00
rchen%netscape.com
5f00e975e6 Fix bug 120870. - Read reply header string from .property file in case the user doesn't specify in pref. r=nhotta, sr=sspitzer, a=asa
git-svn-id: svn://10.0.0.236/trunk@116067 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 20:11:34 +00:00
dougt%netscape.com
f3dc51d9cf Fail when Async Proxy methods are passed out or in-out params. bug 128560. r/sr=jband@netscape.com,rpotts@netscape.com, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@116065 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 20:02:38 +00:00
dp%netscape.com
507da7c4a5 backing out previous change to figure out whats going on
git-svn-id: svn://10.0.0.236/trunk@116063 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 16:45:25 +00:00
bienvenu%netscape.com
ae2715def5 fix problem leaking msg dbs and db's not getting closed when not in use r=naving, sr=sspitzer a=asa 129312
git-svn-id: svn://10.0.0.236/trunk@116062 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 15:43:17 +00:00
dp%netscape.com
ebea38ccd0 (again) bug 116023 Parser recycling buffers. Protects all cases of
usage of mCurrentPosition without checking mSlidingBuffer. r=harishd,
sr=sfraser, a=asa


git-svn-id: svn://10.0.0.236/trunk@116061 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 15:43:12 +00:00
karnaze%netscape.com
0536167ed4 bug 128876 - expanded border collapse damage area to include spanners. sr=roc, r=bernd, a=asa
git-svn-id: svn://10.0.0.236/trunk@116060 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 15:33:49 +00:00
ccarlen%netscape.com
a25eb59193 Bug 45699 - Load plugins from profiles directory. r=peterl/sr=roc+moz/a=asa
git-svn-id: svn://10.0.0.236/trunk@116058 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 15:24:40 +00:00
karnaze%netscape.com
a8c727d080 bug 127471 - construct the correct nsStyleBorder for border collapse cells, . sr=roc, r=alexsavulov, a=asa
git-svn-id: svn://10.0.0.236/trunk@116057 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 15:23:08 +00:00
peterlubczynski%netscape.com
45160766d4 Fix for % sizing of object frame, bug 106602 r=serge sr=attinasi a=roc+moz
git-svn-id: svn://10.0.0.236/trunk@116056 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 15:22:24 +00:00
ftang%netscape.com
3fc8df7cf5 fix bug 90583. r=mjudge/jfrancis sr=kin a=asa
fix chinese ime candidate window position problem.
 we need the nsAutoPlaceHolderBatch destroctor called before hitting
 GetCaretCoordinates so the states in Frame system sync with content
 therefore, we put the nsAutoPlaceHolderBatch into a inner block
  {


git-svn-id: svn://10.0.0.236/trunk@116055 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 14:34:35 +00:00
rods%netscape.com
3f19270582 1) Added a new method to nsIWebBrowserPrint iface that enables you to get the current PS being used to print or PP
2) Change the PP toolbar code to use the current PS instead of the global
Bug 127969 r=dcone sr=attinasi a=asa


git-svn-id: svn://10.0.0.236/trunk@116053 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-07 12:57:33 +00:00