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

109578 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 15415a2a5a fix for bug #170993. MOZ_UNICODE got defined on me, so my fix for multiple
open mode needs to be ported for the unicode case.  r=yokoyama, sr=bienvenu.
2002-09-26 23:04:06 +00:00
dougt%netscape.com 3ce9edcc40 moves nsIHttpHeaderVisitor into a separate IDL file. b=157133. r=neeti@netscape.com, sr=darin@netscape.com 2002-09-26 23:04:01 +00:00
sspitzer%netscape.com d1d6c0ffbf more work for #169638. junk settings UI. we are going to all for junk mail controls
when reading news.  instead of using canGetMessages (poorly named, really means, "do I have an inbox on this account type?") I've added canGetIncomingMessages, which means ("do messages come in for this account type?")  true for all but none type (think local folders).
r/sr=bienvenu
2002-09-26 23:03:22 +00:00
darin%netscape.com 1cdf411d3b fixes bug 149586 "can't open files fith a name ending with dot" r=dougt sr=jag 2002-09-26 23:03:13 +00:00
darin%netscape.com c2b320b328 adding initial version of neckoutil library (b=170983) NOT PART OF THE BUILD 2002-09-26 22:59:38 +00:00
sspitzer%netscape.com c18f49bed6 work for #169638. adding junk settings for both news and mail.
r/sr=bienvenu.  UI change a=jglick.
2002-09-26 22:58:37 +00:00
sspitzer%netscape.com 0c4bb3bda8 for #169638. whoops, this is a long, not a bool. thanks to navin for catching my mistake. r=naving. 2002-09-26 22:58:01 +00:00
sspitzer%netscape.com 0cef078337 work for #169638. make it so when you mark a message as spam from the stand alone msg
window, the other views (like the thread pane) get notified.  also, some code cleanup
to use nsCOMPtr.  r/sr=bienvenu
2002-09-26 22:56:00 +00:00
cavin%netscape.com 8f45431159 Fix for 155491. Don't write out the delimiter if the field is to be ignored (for export). Also, cellular number type should not be exported. R=ducarroz, sr=sspitzer. 2002-09-26 22:53:30 +00:00
timeless%mac.com 74af235b58 Bug 167174 builds system should generate .autoreg
r=cls,dveditz sr=alecf
2002-09-26 22:47:37 +00:00
dmose%netscape.com d1acb02c94 Tweaks to match interface; not part of build 2002-09-26 22:34:18 +00:00
ian.mcgreer%sun.com 0f153605e9 bug 158078, unitialized variable due to a lot of unneccessary code 2002-09-26 20:30:11 +00:00
igor%mir2.org 5c85c4f1ae Add isGeneratedScript to DebuggableScript and its implementations to allow debuger to distinguish between scripts and functions coming from external files or ones defined vvia exec or new Function() 2002-09-26 20:19:39 +00:00
glen.beasley%sun.com f24613dd00 163762 configureOCSPNative 2002-09-26 19:52:06 +00:00
blakeross%telocity.com 9c84942dc9 Fixing blank toolbar. 2002-09-26 19:02:34 +00:00
wtc%netscape.com 10bb630725 Get NSS headers from the new location (dist/public/nss) only.
Modified files: boot/src/Makefile.in pki/src/Makefile.in ssl/src/Makefile.in
2002-09-26 17:56:09 +00:00
wtc%netscape.com cc59e07bc8 Bug 165602: checked in Brian Ryner's changes to allow Mac OS X 10.2 builds
to run on 10.1. r=wtc.
Modified files: configure configure.in pr/src/misc/prdtoa.c
2002-09-26 12:51:34 +00:00
rods%netscape.com 3ddcbf65a2 Convert printer name WideCharToMultiByte
Bug 167128 r=roy sr=blizzard
2002-09-26 11:38:03 +00:00
rods%netscape.com 7b4aca7912 This partially backs out the previous patch. We no longer need to set/get anything in the nsIPrintOptions.
What this does is:
1) Reflows the first time constrained and remembers mOverflowArea.XMost() of
the HTML frame and then later uses that for the calculation of the ratio.
2) Renames some variables
3) This also changes the the maximum STF ratio from 0.5 to 0.3 to match the
dropdown in PP
Bug 168961 r=dcone sr=kin
2002-09-26 11:25:04 +00:00
timeless%mac.com e158e4b617 cvs server: re-adding file typeaheadfind.js (in place of dead revision 1.13)
build bustage
2002-09-26 10:07:08 +00:00
aaronl%netscape.com 8104dc33d5 Fixing mistake from last checkin, these files shouldn't be removed yet. 2002-09-26 09:08:46 +00:00
jkeiser%netscape.com b9ab55938e Make option elements strip whitespace even when empty (bug 164909), r=rods@netscape.com, sr=jst@netscape.com 2002-09-26 08:21:26 +00:00
jkeiser%netscape.com 94d067c4e9 Make align=left on input type=text do text-align instead of float (bzbarsky@mit.edu's patch, bug 165547), r=jkeiser@netscape.com, sr=dbaron@fas.harvard.edu 2002-09-26 08:18:42 +00:00
seawood%netscape.com 17c6a3fcf5 BeOS uses the default `NS_CreateNativeAppSupport()
Fixing tinderbox bustage
2002-09-26 07:59:05 +00:00
aaronl%netscape.com 08a843423c Fixing mistake from last checkin, these files shouldn't be removed yet. 2002-09-26 07:55:50 +00:00
aaronl%netscape.com c94ebf612b Bug 168634. Type Ahead Find should prefer visible match. r=kyle, sr=bzbarsky 2002-09-26 07:49:46 +00:00
sspitzer%netscape.com 5713d4df02 fix js warning. 2002-09-26 07:42:17 +00:00
jkeiser%netscape.com f88cebcd5f Make nsHTMLValue store embedded nulls (r=sicking@netscape.com, sr=bzbarsky@mit.edu, sr=jaggernaut@netscape.com 2002-09-26 07:41:53 +00:00
sspitzer%netscape.com 3f4582a9c1 hide the spam settings until the feature is turned on. 2002-09-26 07:40:34 +00:00
sspitzer%netscape.com eee8449c1d add account central UI for spam settings. part of #169638. r/sr=bienvenu 2002-09-26 07:39:46 +00:00
sspitzer%netscape.com 37fbb7e4a8 add rule for junk mail controls in account central.
until we have icons, use the pref icon.  r/sr=bienvenu.  part of #169199
2002-09-26 07:38:21 +00:00
sspitzer%netscape.com e47ae45dd6 close the spam log stream and release the ref to the spam settings instance
one shutdown, like we do for mFilterList.  part of #169638.  r/sr=bienvenu
2002-09-26 07:22:49 +00:00
sspitzer%netscape.com 92491d466e conditionally enable the UI elements. part of #169638. r/sr=bienvenu 2002-09-26 07:12:48 +00:00
sspitzer%netscape.com 007f259c0d fix score sorting so that unscored messages are before scored messages.
part of #169638.  r/sr=bienvenu
2002-09-26 07:11:59 +00:00
dean_tessman%hotmail.com 58c7108012 bug 162073 - strings are truncated on left end when UI aligned to the right
r=smontagu@netscape.com
sr=blizzard@mozilla.org
2002-09-26 06:42:55 +00:00
bolian.yin%sun.com 9e55d744db Bug121257, gtk2 needs to get hooked up to i18n text input methods
patch by john.sun@sun.com, r=katakai, sr=blizzard.
This is NOT for the default build.
2002-09-26 06:20:01 +00:00
gerv%gerv.net 174ed34902 Bug 170843 - cvs remove obsolete file, changepassword.cgi. "Patch" by gerv; a=justdave. 2002-09-26 06:16:58 +00:00
sspitzer%netscape.com 064edaef53 fix for #129011. movemail can support filters. r/sr=sspitzer. thanks to pretzalz@techhouse.org for the fix. 2002-09-26 05:47:28 +00:00
caillon%returnzero.com 9061952afd Bug 117500. Adding support for the CSS2Properties interface to computed style declarations.
r=dbaron sr=jst
2002-09-26 03:46:50 +00:00
lordpixel%mac.com 914e34794d Fix for bug 90823 Relaunching or clicking Dock icon should display last minimized window or create new window r=sdagley, sr=smfr 2002-09-26 03:45:59 +00:00
lordpixel%mac.com b37394ce40 Fix for bug 90823 Relaunching or clicking Dock icon should display last minimized window or create new window r=timeless, sr=darin 2002-09-26 03:39:19 +00:00
lordpixel%mac.com c746ea5e36 Fix for bug 90823 Relaunching or clicking Dock icon should display last minimized window or create new window r=sdagley, sr=smfr 2002-09-26 03:38:06 +00:00
lordpixel%mac.com 01b36da72a Fix for buf 90823 - Relaunching or clicking Dock icon should display last minimized window or create new window r=sdagely, sr=smfr 2002-09-26 03:32:53 +00:00
lordpixel%mac.com e038422916 Fix for bug 90823 - Relaunching or clicking Dock icon should display last minimized window or create new window r=sdagley, sr=smfr 2002-09-26 03:31:23 +00:00
darin%netscape.com ab0adab6b7 minor tweak to my checkin for bug 105340 2002-09-26 03:06:11 +00:00
depstein%netscape.com 51c5a6d8fc Added test cases for NSNewChannel & AsyncOpen, and nsIIOService->NewURI(). These are accessed from the "Tests" menu. Added a couple of bug verifications, accessed from the "Verify Bugs" menu. not part of the build. 2002-09-26 02:57:09 +00:00
av%netscape.com 45b3052010 Fixing 132759 -- 100% CPU with Flash, r=peterl, sr=jst 2002-09-26 02:53:27 +00:00
caillon%returnzero.com ddd0a89dfb Typo fix. r=peterv sr=bzbarsky (bug 170782) 2002-09-26 02:45:43 +00:00
darin%netscape.com 96fc87ff4c fixes bug 169653 "passing null as host in xmlHttpRequest.open crashes
Mozilla [@ net_ExtractURLScheme ]" r=dougt sr=bzbarsky
2002-09-26 02:24:49 +00:00
sspitzer%netscape.com 5e6e412f50 junk mail work. store the current changes on accept, as they might not have been stored yet. 2002-09-26 02:06:44 +00:00