Граф коммитов

101635 Коммитов

Автор SHA1 Сообщение Дата
bnesse%netscape.com 1200d1493b Fixing syntax in filter check. Thanks to timeless. 2002-04-16 19:59:50 +00:00
sfraser%netscape.com e5868c3545 Fix for bug 127362 -- incremental scrolling gets slower and slower. Make sure that we shift window->visRgn to the correct coordinates before doing region math, and ensure that HandleUpdateEvent() leaves the port in the way that it found it. r=pinkerton, sr=beard. 2002-04-16 19:53:30 +00:00
bnesse%netscape.com 0386b521d4 macprefs.js not macpref.js stupid.... 2002-04-16 19:44:46 +00:00
mozilla.BenB%bucksch.org 9516998efa Fixing win32 bustage, hopefully. 2002-04-16 19:28:51 +00:00
bzbarsky%mit.edu 6905605194 Fix crash on copy of text with embedded nulls. Bug 136278, r=brade, sr=kin. 2002-04-16 19:16:33 +00:00
pinkerton%netscape.com 050d8221e6 package xul security dialogs in embedding. also add appcomps to embed to get session history. r=ccarlen/sr=alecf. bug# 135211 2002-04-16 19:09:57 +00:00
pinkerton%netscape.com d1c8e26cd6 get tabs looking better and fix some enabling/active issues with the drawing logic. r=pink/sr=hyatt. patch from ajfeldman@brown.edu. bug# 134447 2002-04-16 19:02:15 +00:00
mscott%netscape.com fcd9280cc6 remove an obsolete #ifdef DEBUG_mscott 2002-04-16 18:54:04 +00:00
bnesse%netscape.com 2f06404321 Removing files eliminated by bug 132140. r=dveditz, sr=alecf. 2002-04-16 18:51:11 +00:00
bzbarsky%mit.edu 0e969c4155 Bug 113015 -- page info sometimes says "not cached" for cached
content. r=db48x, sr=darin
2002-04-16 18:48:36 +00:00
bnesse%netscape.com 76e2f653aa Fix for bug 132140. Clean up prefs backend. r=dveditz, sr=alecf. 2002-04-16 18:48:19 +00:00
bnesse%netscape.com 179f0c06c3 Adding new files for bug 132140. r=dveditz, sr=alecf. 2002-04-16 18:43:00 +00:00
mozilla.BenB%bucksch.org 8f033a8d2f 108153, 30888, 69529, 126082:
New HTML message body options for Mailnews
Provide a work around / fix for some of the security and usability problems that HTML mails currently impose, by not rendering everything the sender throws at the user.

We achieve that by either
- removing offending HTML tags/attributes
- using the plaintext alternative (if existing) or converting HTML to plaintext and back to HTML (if there's only HTML) or
- rendering the HTML source.

r=ducarroz, sr=bienvenu

This is the libmime backend. It adds 2 new libmime classes for the HTML conversion, code to select the right libmime classes and some other helperstuff/tweaks.
2002-04-16 18:41:45 +00:00
mozilla.BenB%bucksch.org 9bcd5918e8 108153, 30888, 69529, 126082:
New HTML message body options for Mailnews
Provide a work around / fix for some of the security and usability problems that HTML mails currently impose, by not rendering everything the sender throws at the user.

We achieve that by either
- removing offending HTML tags/attributes
- using the plaintext alternative (if existing) or converting HTML to plaintext and back to HTML (if there's only HTML) or
- rendering the HTML source.

r=ducarroz, sr=bienvenu

This is the libmime backend. It adds 2 new libmime classes for the HTML conversion and some other switching code.

Adding new files
2002-04-16 18:36:34 +00:00
mozilla.BenB%bucksch.org 9600171a31 108153, 30888, 69529, 126082:
New HTML message body options for Mailnews
Provide a work around / fix for some of the security and usability problems that HTML mails currently impose, by not rendering everything the sender throws at the user.

We achieve that by either
- removing offending HTML tags/attributes
- converting HTML to plaintext and back to HTML or
- rendering the HTML source.

This is the pref UI, a View submenu
2002-04-16 18:32:41 +00:00
bnesse%netscape.com 70c80e8617 Fix for bug 123787. Insure gRoot is allocated before attempting to free it. r=sfraser, sr=alecf. 2002-04-16 18:32:31 +00:00
mozilla.BenB%bucksch.org a06f46963a 108153, 30888, 69529, 126082:
New HTML message body options for Mailnews
Provide a work around / fix for some of the security and usability problems that HTML mails currently impose, by not rendering everything the sender throws at the user.

We achieve that by either
- removing offending HTML tags/attributes
- converting HTML to plaintext and back to HTML or
- rendering the HTML source.
2002-04-16 18:31:21 +00:00
bernd.mielke%snafu.de a6e3230b68 fix viewer for windows gmake builds bug 136942 r=cls sr=attinasi,
probably the last viewer fix for the viewer-Goliath, as David is
already around the corner ...
2002-04-16 18:31:16 +00:00
mozilla.BenB%bucksch.org 74644e5304 108153, 30888, 69529, 126082:
New HTML message body options for Mailnews
Provide a work around / fix for some of the security and usability problems that HTML mails currently impose, by not rendering everything the sender throws at the user.

This class removes every HTML tag/attribute that is not explicitly allowed from the source.
Adding new class to build
r=akk, sr=jst
2002-04-16 18:24:14 +00:00
mozilla.BenB%bucksch.org 6093083a18 108153, 30888, 69529, 126082:
New HTML message body options for Mailnews
Provide a work around / fix for some of the security and usability problems that HTML mails currently impose, by not rendering everything the sender throws at the user.

This class removes every HTML tag/attribute that is not explicitly allowed from the source.
Adding new files
r=akk, sr=jst
2002-04-16 18:19:09 +00:00
hwaara%chello.se 3874ae1bd8 #137382, cleanup handling of SVG namespace, and remove old bogus namespace.
r=afri (not part of default build)
2002-04-16 18:13:13 +00:00
mcafee%netscape.com 6bdcf596e4 Minor comment changes, not part of main mozilla build. 2002-04-16 18:11:37 +00:00
timeless%mac.com 908799277d Bug 137780 lots of warnings about unhandled enum and a complaint about
using an unscoped nsCOMPtr in a switch
r=dbradley sr=jst
2002-04-16 18:09:53 +00:00
ftang%netscape.com 2ea22be18e fix bug 131837 r=nhotta sr=kin. fix simp chinese to unicode mapping table for several sites 2002-04-16 14:55:59 +00:00
timeless%mac.com c3545aa853 disable-bidi bustage, bug 82151
r=biesi
2002-04-16 14:49:29 +00:00
cbiesinger%web.de eda3883d33 bug 104825 r=caillon sr=attinasi
ABBR and ACRONYM should not have arrow/question cursor
2002-04-16 14:34:23 +00:00
bienvenu%netscape.com d4dd4d5491 fix copying imap/news msgs while offline without msg body and make copying multiple messages while offline work r=naving, sr=sspitzer 131047 also land fix for handling failure in local move copy that's been in my tree, r=naving, sr=sspitzer and closing local db's after copying messages into them r=naving, sr=sspitzer 114211 2002-04-16 14:20:35 +00:00
brade%netscape.com 3bda8bc687 bug 136413, submitted by rcassin@supernova.org (r=brade, sr=kin) use "host (scheme)" for default site name 2002-04-16 14:14:25 +00:00
ducarroz%netscape.com ff79fa36ef Fix for bug 136008. Do not cache the compose window if it's the last window else that will prevent the application to shutdown. Patch submitted by antonio.xu@sun.com. R=ducarroz, SR=bienvenu 2002-04-16 13:51:32 +00:00
timeless%mac.com 868c20ffc7 gmake bustage, bug 129347
r=peterv
2002-04-16 13:44:49 +00:00
brade%netscape.com 7b78cc7f76 bug 134503; put click handler on body rather than editor so scrollbar is not affected (r=akkana, sr=kin) 2002-04-16 13:30:40 +00:00
kin%netscape.com 7899e0ec27 Fix for bug 68331 (Moving caret in TEXTAREA to start of line can cause page to scroll horizontally)
- Modified GetSelectionRegionRectAndScrollableView() to clip
  aRect so that it is completely within the bounds of the
  scrolledView. This insures that other scrolled views in
  the parent hierarchy will not scroll more than they have to.

r=brade@netscape.com  sr=sfraser@netscape.com
2002-04-16 13:30:28 +00:00
rdayal%netscape.com 17f29aa602 fix for bug # 129347, trunk checking
resolves hang in MAPI Client in certain cases when doing MAPI Send
fixes an attachment leak here
r=ducarroz, sr=mscott
2002-04-16 12:43:30 +00:00
rdayal%netscape.com 8ec7b83fc1 fix for bug # 129347, trunk checkin
resolves hang in MAPI Client in certain cases when doing MAPI Send
r=ducarroz, sr=mscott
2002-04-16 12:36:21 +00:00
rdayal%netscape.com 13226aae94 fix for bug # 129347, trunk checking
resolves hang in MAPI Client in certain cases when doing MAPI Send
r=ducarroz, sr=mscott
2002-04-16 12:35:05 +00:00
timeless%mac.com 68271807eb Bug 137495 TestDeque tries to delete a static class
r=caillon rs=darin
2002-04-16 12:05:43 +00:00
peterv%netscape.com 02e9bfd150 Fix for bug 132300 (Need a better way to bootstrap an XPathEvaluator). r=pike, sr=jst. 2002-04-16 11:57:17 +00:00
peterv%netscape.com 96a7a0d5ce Fix for bug 56087 (XSLTProcessor::TransformDocument can't work on existing document). r=harishd, sr=heikki. 2002-04-16 09:26:04 +00:00
bbaetz%student.usyd.edu.au 446a4fbe2e bug 117718 - Mass Change removes a bugs groupset if the bug was in the
wrong product group
r=justdave x2
2002-04-16 08:29:01 +00:00
bbaetz%student.usyd.edu.au 305270ed82 Bug 125427 - Taint error in duplicates.cgi with perl < 5.6
r=gerv, myk
2002-04-16 08:25:52 +00:00
bbaetz%student.usyd.edu.au 42d6373632 Bug 129420 - mailto: urls not working with PAC
r=dougt, sr=darin
2002-04-16 07:41:47 +00:00
igor%mir2.org 5427ff0d5c Fixing bug 137181 so after delete arguments[i], arguments[i] and corresponding function parameter in activation are not shared:
The patch uses the special NOT_FOUND value to flag deleted indexes. It also
make sure that original array object passed to Function.call is not modified,
as all changes goes to cloned copy. It is not necessary for the fix, but it is
the only place in the current Rhino that can alter Object[] array passed to
Function.call and I think it is better to remove this exceptional case.
2002-04-16 07:28:40 +00:00
igor%mir2.org 4aafc80db4 In setAttributes(int,...) mask out unused attributes bits in the same as setAttributes(String,...) does 2002-04-16 07:24:50 +00:00
sspitzer%netscape.com c8c8028335 until we've got a proper fix for the focus / cursor issue
(bug #130581) we need to turn of the cached compose window
(by default) on linux.  r/sr=bienvenu
2002-04-16 07:23:38 +00:00
sspitzer%netscape.com 1d46de0834 fix for #137697. about:config generates xpconnect errors
because getImageSrc is not defined.  r/sr=bienvenu
2002-04-16 07:18:00 +00:00
sspitzer%netscape.com 9b34303e68 explictly call .get(). no bug. r/sr=bienvenu 2002-04-16 06:59:14 +00:00
jaggernaut%netscape.com c781276086 Bug 121841: <!ENTITY> hangs 0.9.8 and trunk using 100% CPU. r=bryner, sr=scc. With thanks to Jeff Qiu <jeff.qiu@sun.com>. 2002-04-16 06:27:16 +00:00
sspitzer%netscape.com a33e751757 fix build bustage, forgot to check in this file for #134897 2002-04-16 06:26:59 +00:00
edburns%acm.org b9c2280a76 Webclient compiles and runs with MOZILLA_0_9_9_BRANCH. 2002-04-16 06:12:28 +00:00
sspitzer%netscape.com 07f6b5f7b5 landing cavin's fix for #134897. turbo related bug:
Mail account info and message display not working for new profile created in Quick Launch mode
r=bienvenu, sr=sspitzer
2002-04-16 05:22:35 +00:00