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

109699 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com 0f9dcdf87f Fixes File: URL's w/ an illegal drive name do not display fnf errors. r=neeti, sr=darin 2002-09-27 03:13:10 +00:00
blizzard%redhat.com 0bf3debf8d Bug #170919. Make sure to allocate the right amount of memory for the rects in the region. patch is from tor@acm.org. r=blizzard Not part of the default build. 2002-09-27 02:10:27 +00:00
blizzard%redhat.com ed3722ce4b Bug #121260. Fix build problems with gtk2 with the current tip and load libesd.so.0 before libesd.so. r=robin.lu@sun.com Not part of the default build. 2002-09-27 02:03:10 +00:00
scc%mozilla.org 593c4835df bug #167722, patch by Donnie Cranford, r=gisburn, sr=scc; ports bustage,
must include "nsReadableUtils.h"
2002-09-27 01:30:04 +00:00
scc%mozilla.org 7327907729 bug #167722, patch by Donny Cranford, r=gisburn, sr=scc, ports build bustage
need to include "nsReadableUtils.h"
2002-09-27 01:26:52 +00:00
nelsonb%netscape.com 8bdfd22acf Add targets for HPUX Itanium family processors. 2002-09-27 01:23:28 +00:00
mscott%netscape.com cbc1458e4c Bug #116514 --> add ability to search by label in the UI
sr=sspitzer
r=navin
2002-09-27 00:27:17 +00:00
mscott%netscape.com 26c9768a00 Bug #115614 --> Add ability to search by label in the UI.
r=navin
sr=sspitzer
2002-09-27 00:26:53 +00:00
nicolson%netscape.com 65af04c0b9 Fix error message when we find something unexpected in a SEQUENCE. 2002-09-27 00:07:11 +00:00
jkeiser%netscape.com f5eae8deb7 Align input type=text/radio/checkbox/button so that text is on baseline (bzbarsky's patch, bug 167236), r=jkeiser@netscape.com, sr=dbaron@fas.harvard.edu 2002-09-27 00:04:22 +00:00
nicolson%netscape.com 5fe2828356 Fix 169798: Failed to install ca signing certificate with NS3.6beta.
r=wtc
2002-09-27 00:01:53 +00:00
sspitzer%netscape.com 1c067f5deb fix for bug #103012. Servers can send us data like: "211 0 41 40 nz.netstatus"
we should graciously handle this, and not stop updating the unread counts in the folder pane.
r/sr=bienvenu.
2002-09-26 23:55:33 +00:00
jkeiser%netscape.com 6506a49550 Fix crash on fixed position selects (Rick.Ju@sun.com's patch, bug 166750), r=dbaron@fas.harvard.edu, sr=kin@netscape.com 2002-09-26 23:51:23 +00:00
sdagley%netscape.com 64420945dd Landing #169667 - Clean up InternetConfigService and use LaunchServices APIs where appropriate. r=ccarlen,sr=sfraser 2002-09-26 23:38:08 +00:00
rpotts%netscape.com 8ac0e7a3bd bug #171053 (r=jst, sr=darin) load network image requests LOAD_BACKGROUND to avoid generating unnecessary notifications... 2002-09-26 23:37:47 +00:00
gerv%gerv.net 6ac8f33874 Bug 170822 - Linkification process destroys whitespace. Patch by gerv; r=bbaetz. 2002-09-26 23:31:53 +00:00
nhotta%netscape.com 3a31c30b0d Adding empty IDN implementation to make actual implementation done easily,
bug 112979, r=shanjian, sr=darin.
2002-09-26 23:30:18 +00:00
nicolson%netscape.com 72d7f9c27c override INTEGER.getTemplate() with one that returns an ENUMERATED.Template. 2002-09-26 23:25:21 +00:00
gerv%gerv.net b618ed4bea Bug 170986 - General Summary reports don't work with taint checking. Also fixes Throw*Error's $extra_vars parameter. Patch by gerv; r=bbaetz. 2002-09-26 23:25:12 +00:00
danm%netscape.com 5c0ceff513 propagate state of event modifier keys to menu command handlers. bug 126189 r=bryner,jag 2002-09-26 23:21:59 +00:00
sspitzer%netscape.com 7689570968 curse these fat fingers. &&, not &. 2002-09-26 23:07:49 +00:00
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