96440 Commits

Author SHA1 Message Date
jst%netscape.com
755aed19ba Fixing bug 120901. Eliminating unnecessary QI call in XPCWrappedNative::GetNative(). r=dbradley@netscape.com, sr=jband@netscape.com 2002-01-24 06:03:25 +00:00
jst%netscape.com
cc17fd30b7 Fixing bug 120718. Making XPCReadableJSStringWrapper not allocate non-shared buffer handles, this caused a malloc to happen for every XPCReadableJSStringWrapper that was accessed in mozilla, ~400 allocations at startup. r=dbaron@fas.harvard.edu sr=jaggernaut@netscape.com. 2002-01-24 05:59:41 +00:00
bzbarsky%mit.edu
327737567e Human-readable tooltips for nodetype in inspector. Bug 113793, patch by
Christopher Aillon <caillon@returnzero.com>, r=bzbarsky, sr=hewitt
2002-01-24 05:33:46 +00:00
bzbarsky%mit.edu
fd68f4f1a9 Update the "get new themes" link to point to XULPlanet, which actually
has themes.  Bug 120985, patch by Christopher Aillon
<caillon@returnzero.com>, r=hixie, sr=hyatt
2002-01-24 05:27:55 +00:00
bratell%lysator.liu.se
af5d807ca1 Bug 120990 - make conversion from integer to string faster by not using sprintf. r=khanson, sr=brendan 2002-01-24 05:24:39 +00:00
aaronl%netscape.com
77f935857b Bug 119301. Implement nsIDOMXULMenuListElement on autocomplete widget. r=jag, sr=hewitt 2002-01-24 05:16:31 +00:00
bzbarsky%mit.edu
0cd96a8d92 Make content-disposition parsing more forgiving. Fixes bug 121509 and a
few existing evang bugs.  r=law, sr=mscott
2002-01-24 05:14:49 +00:00
aaronl%netscape.com
ab9bb75d9a Bug 120813. Active Accessibility: fix bounds of root frame. The root frame's x,y position shouldn't have the current scroll position added to it, unlike it's child elements. r=jgaunt, rs=waterson 2002-01-24 05:12:29 +00:00
bzbarsky%mit.edu
ecf2837085 Fix scrolling to element in inspector to scroll only when really
needed.  Bug 120947, r=doron, sr=hewitt
2002-01-24 05:11:20 +00:00
lordpixel%mac.com
af7c17236d Fix bustage. bug # is 119118 2002-01-24 04:33:01 +00:00
hewitt%netscape.com
019f6cf4a6 120848 - listbox box object component missing, r=jgaunt, sr=bryner 2002-01-24 04:26:28 +00:00
hewitt%netscape.com
ff0dc54933 120609 - Autocomplete drop down list has white vertical borders on left and right side, r=blake, sr=hyatt 2002-01-24 04:24:15 +00:00
bzbarsky%mit.edu
149f8f7ffc computed list-style-image should be "none" if there is no image. Bug
120719, r=hixie, sr=attinasi
2002-01-24 04:22:59 +00:00
hewitt%netscape.com
6af6c38289 121278 - Okay &amp; Cancel buttons missing from various dialogs, r=pinkerton, sr=smfr 2002-01-24 04:21:56 +00:00
sspitzer%netscape.com
363df339f5 fix for #118744. r=racham, sr=sspitzer. outlook express addresses
not displayed correctly in non US-ASCII locales.
thanks to john.marmion@ireland.sun.com for the patch.
2002-01-24 04:17:47 +00:00
sspitzer%netscape.com
f7aff5090a fix for #119331. prefer html problems with LDAP servers.
r=dmose, sr=sspitzer.  thanks for john.marmion@ireland.sun.com for the patch
and to Roland Felnhofer for the feedback in the bug.
2002-01-24 04:16:03 +00:00
ben%netscape.com
1be72aadcb bug 121054 - adding history to go menu.
r=jag, sr=hewitt
2002-01-24 04:02:35 +00:00
danm%netscape.com
10aefd0792 removing unused ShowModally method. code=mbosch@lorentz.leidenuniv.nl r=me 2002-01-24 03:54:49 +00:00
lordpixel%mac.com
199198044b Fix for bug 119118 Issue with calculating rowBytes. r=sdagley, sr=smfr 2002-01-24 03:48:54 +00:00
danm%netscape.com
bb256723c2 set docshell current URI after creating a synchronous about:blank Frankendocument. bug 104361 r=brendan,jst 2002-01-24 03:38:53 +00:00
sspitzer%netscape.com
0a2d08e5a7 suplimental fix for #120755. instead of using .rootFolder and QI to nsIMsgFolder,
we should use what bienvenu added:  .rootMsgFolder.
2002-01-24 03:38:18 +00:00
mscott%netscape.com
11fe60ad99 Bug #106018 --> when auto completing put matches which share
the default domain FIRST when there are multiple matches of the
same type.

r=ducarroz
sr=sspitzer
2002-01-24 03:09:27 +00:00
mscott%netscape.com
14cafa22ea Bug #111140 --> disable open and save in the attachment context menu
if we don't have any attachments selected.
r=ssu
sr=sspitzer
2002-01-24 03:06:38 +00:00
gordon%netscape.com
7cf5c26933 fix bug 120833 "default value of nsICacheEntryInfo::expirationTime should be PRUint32(-1)". r=gagan, sr=darin. 2002-01-24 03:06:28 +00:00
mscott%netscape.com
a37be1e44f Bug #115772 --> remove borders and shading to the headers
because this is messing up printing of messages.
r=ssu
sr=sspitzer
2002-01-24 03:04:06 +00:00
sspitzer%netscape.com
2f1a28f5f9 fix for #57661. fix some icon / twisty alignment issues.
r=shliang, sr=sspitzer.  patch by andreas.premstaller@uibk.ac.at (Andreas Premstaller)
2002-01-24 03:02:05 +00:00
mscott%netscape.com
41be656db8 Bug #117962--> add a null ptr check on aURI and fall out if we don't
have one to avoid a crash.
r/sr=sspitzer
2002-01-24 03:01:01 +00:00
rayw%netscape.com
212bb6a3e2 Handle decoding of simple unknown types as strings, otherwise as variants
within arrays.

SOAP is not part of default build.
2002-01-24 02:57:31 +00:00
nicolson%netscape.com
7c49f258fd New build script for Java classes. 2002-01-24 02:57:12 +00:00
bzbarsky%mit.edu
e3f71a6d6d Ignore anchors without href attrs in contentAreaClick. Bug 120973,
r=caillon, sr=blake
2002-01-24 02:54:18 +00:00
bzbarsky%mit.edu
ee080fcf2f Bug 117228 -- error alert for XP filepicker when the file user wants
opened is not readable.
Bug 121035 -- "Save" button gets disabled when scrolling dir view.  Both
r=bryner, sr=jag
2002-01-24 02:46:11 +00:00
relyea%netscape.com
ebaa5bbf31 Fix NT crash on startup. (load builtins after trust domain gets initialized). 2002-01-24 02:46:07 +00:00
cavin%netscape.com
9385f7b29d Fix for bug 114060. Added two new error msgs for smtp and nntp send/post errors. r=ducarroz, sr=mscott. 2002-01-24 02:41:52 +00:00
bzbarsky%mit.edu
0123183cd5 Make new tabs _not_ open for just enter if the "open new tab for
ctrl-enter" pref is set.  Bug 105537, r=timeless, sr=hyatt
2002-01-24 02:39:26 +00:00
rayw%netscape.com
88bd0eb13e Added more array support for nested types in arrays.
SOAP is not part of default build.
2002-01-24 02:39:08 +00:00
bzbarsky%mit.edu
3f1e512564 Make "Open in new Window" and "Open in new Tab" set referrer correctly.
Bug 48902, r=doron, sr=hyatt
2002-01-24 02:35:16 +00:00
pschwartau%netscape.com
47f756e940 Correcting typo. 2002-01-24 02:31:51 +00:00
pschwartau%netscape.com
643394a31d Initial add. Regression test for bug 96526. 2002-01-24 02:25:05 +00:00
rjc%netscape.com
d459d5fae9 Fix build bustage. (Missing #ifdef) 2002-01-24 02:08:30 +00:00
naving%netscape.com
b42859515c 84988 r=cavin sr=mscott. fix imap copy folder to local folders
for folders(children) not selected.
2002-01-24 02:03:57 +00:00
bzbarsky%mit.edu
ca547b257b Change users of Length() to IsEmpty() where the code really cares about
the latter in content/.  Bug 100649, r=jag, sr=jst
2002-01-24 02:03:19 +00:00
morse%netscape.com
beb324aa99 bug 109593, remove full-screen mode, rsgehani, sr=ben 2002-01-24 01:57:51 +00:00
andreww%netscape.com
3e9296ff13 bug 44892 - mnemonics for tasks menu window items. r=alecf sr=hewitt 2002-01-24 01:52:18 +00:00
dougt%netscape.com
0d29a55b5a Adding nsIComponentRegistrar interface to the build. See 115853. r=dp@netscape.com, sr=jband@netscape.com 2002-01-24 01:50:35 +00:00
morse%netscape.com
af90e6e1e5 113158, reduce wallet footprint, r=alecf,jag,bryner 2002-01-24 01:49:43 +00:00
andreww%netscape.com
b36df3167b bugzilla bug 91753 - r=hwaara sr=sspitzer Search Button in search messages window relocation + other changes to match spec. 2002-01-24 01:47:14 +00:00
jaggernaut%netscape.com
2fc2b09bed Bug 66034: Undo work-around put in for this bug, the underlying bug was fixed a while ago. r=alecf, sr=ben. 2002-01-24 01:44:35 +00:00
stephend%netscape.com
e16ec57476 Cleaning up function/method/variable names in the Account Manager to reflect their labels in the .dtds. r=bhuvan@netscape.com, sr=sspitzer@netscape.com. Bug 81043. 2002-01-24 01:38:23 +00:00
jaggernaut%netscape.com
bce2abf502 Bug 120993: URL bar is cleared when a page is loaded in a new tab. r=bzbarsky, sr=ben 2002-01-24 01:36:01 +00:00
alexsavulov%netscape.com
cf5fed63ad fix for bug 70972 (object element does not respect CSS width and height
for non-plugins) r= peter lubczynski sr= attinasi
2002-01-24 01:30:50 +00:00