dbaron%dbaron.org
62b427535b
Add testcase for 215857. Not part of build.
2003-12-18 21:56:40 +00:00
wchang0222%aol.com
81fde151dc
Set NSS version to 3.9 Beta 4.
2003-12-18 21:45:34 +00:00
nboyd%atg.com
e6f3918cce
Contribution from earestea@scanpak.com.
2003-12-18 20:55:30 +00:00
darin%meer.net
f7a90632c4
fixes bug 227267 "Upload file doesn't work well. It just upload file with zero size. [ftp only?]" r=dougt sr=dveditz a=chofmann
2003-12-18 18:41:05 +00:00
wchang0222%aol.com
89e653ae9d
Bugzilla bug 228624: made PK11_ListCertsInSlot reach into the Stan layer
...
to obtain the correct nicknames of the cert instances (pk11cert.c). Fixed
the bug that if a cert we want to add the the cache is already in the
cache, we should merge the instances of the cert before destroying the
duplicate cert (tdcache.c). r=jpierre,relyea.
2003-12-18 18:23:17 +00:00
scott%scott-macgregor.org
ab52148d08
fix api bustage from bug #206252 for thunderbird
2003-12-18 17:25:34 +00:00
nboyd%atg.com
bf80b55723
Add Aviva info.
2003-12-18 16:53:32 +00:00
noririty%jcom.home.ne.jp
1ac5e294a4
Fix 228844 - Cannot search Japanese via Bookmark Sidebar
2003-12-18 15:06:39 +00:00
chanial%noos.fr
4c1429424d
Bug 225921: Can't copy/paste bookmarks from personal toolbar
...
Bug 210910: Right-clicking a file within a bookmarks folder in the bookmarks menu or toolbar makes that folder inaccessible
I added the bm command controller to the menubar bookmark menu, to deal with hidden bookmarks toolbar.
2003-12-18 10:38:17 +00:00
ben%bengoodger.com
5f772fb25a
Fix 227129 once and for all.
2003-12-18 08:49:33 +00:00
bryner%brianryner.com
0bd8aff319
Preprocess all.js and turn off autoscroll by default on unix.
2003-12-18 08:12:58 +00:00
ben%bengoodger.com
e4809cd1c5
Fix the show button in the download manager on macos x
2003-12-18 07:50:57 +00:00
ben%bengoodger.com
b0494355be
Fix - 227129 "Next" button is enabled when "Decline" is initially checked for license agreement page of installer wizard.
...
Fix - no security warning displayed when opening executable files from the download manager
Fix - Easy install path in install wizard defaults to Safe Upgrade which can result in unintentional file deletion in wacky cases. Hack this off for 0.8
2003-12-18 06:53:08 +00:00
scott%scott-macgregor.org
a1f42a2a32
Zoom locale package changes courtesy of Stephen Walker
2003-12-18 06:46:56 +00:00
scott%scott-macgregor.org
615c670a98
move setbusycursor to a shared file so I can use it elsewhere
2003-12-18 06:19:07 +00:00
dbaron%dbaron.org
f9a8c0c54a
Account for 1 twip width of BR when computing the size of textareas. b=228752 Patch by Mats Palmgren <mats.palmgren@bredband.net>. r+sr=dbaron a=brendan
2003-12-18 06:06:00 +00:00
dbaron%dbaron.org
bb1688db13
Be consistent about links on personal toolbar looking mainly like links and not buttons, and folders looking like buttons. b=181294 r=ben sr=bryner a=asa
2003-12-18 00:13:34 +00:00
mkaply%us.ibm.com
21a305b9d2
Syntax error in checkin for 223111
2003-12-17 23:24:33 +00:00
mkaply%us.ibm.com
11b0a80b47
#217875
...
r=timeless, sr=bryner, a=dveditz
Change parentage of "Download More" in spellchecker dialog so it doesn't hang the UI
2003-12-17 22:58:36 +00:00
wchang0222%aol.com
1752cbbaed
Bugzilla bug 219982: removed an unused local variable. (The function call
...
is needed for its side effect.) Thanks to timeless@bemail.org and
Serge GAUTHERIE <gautheri@noos.fr> for the patch. r=wtc.
2003-12-17 22:43:25 +00:00
mkaply%us.ibm.com
9fce304e1e
#222509
...
r=mkaply, sr=blizzard (platform specific), a=mkaply
Code from Lee Tartak - map DOM_VK values properly on OS/2 - still not perfect (should we match Windows or Linux)
2003-12-17 21:17:37 +00:00
dbaron%dbaron.org
a871136f56
Don't make clip view optimizations when the clip view contains Z placeholders. b=225811 Patch by Robert O'Callahan <roc@ocallahan.org>. r+sr=dbaron a=asa
2003-12-17 21:05:37 +00:00
mkaply%us.ibm.com
1a1dbd2e8c
#224929
...
r=pedemont, sr=blizzard (platform specific), a=mkaply
Send an extra focus changed message to be more like Windows (Java focus)
2003-12-17 21:02:26 +00:00
tor%cs.brown.edu
b35a29a754
Bug 219705 - crash when using IBM java plugin. r=blizzard, sr=shaver, a=leaf
2003-12-17 19:49:44 +00:00
chanial%noos.fr
1453bbe8f1
Bug 228660: on Windows, OK button on alert boxes should not be right-aligned
2003-12-17 14:52:48 +00:00
jst%mozilla.jstenback.com
9bcc7f2a01
Fixing bug 223111. Making the page-setup settings shrink-to-fit and scaling persist across Mozilla instances. Patch by jblanco@us.ibm.com, and modiefied by me. r=ben, sr=bienvenu, a=asa.
2003-12-17 07:52:49 +00:00
darin%meer.net
101e3f5046
fixes tinderbox orange (see bug 132517 for more info) sr=bryner
2003-12-17 06:02:57 +00:00
timeless%mozdev.org
4ffb5ed32a
Bug 228620 Add AskJeeves search to build
...
patch by durbacher@gmx.de r=timeless sr=dbaron a=asa
2003-12-17 05:42:33 +00:00
nelsonb%netscape.com
ab2738ede9
Allow NSS_CMSDigestContext objects to be created, even when there are
...
no valid digest algorithm OIDs. This allows "certs only" messages to
be decoded. Bugzilla bug 228707. r=jpierre, wtc.
2003-12-17 03:49:10 +00:00
dbaron%dbaron.org
80d514be81
Don't mess with overflow area during first pass reflow. b=222336 Patch from Bernd Mielke <bernd_mozilla@gmx.de>. r+sr=dbaron a=brendan
2003-12-17 01:33:57 +00:00
myk%mozilla.org
27fc8ca69e
Fix for bug 228712: make Bonsai's cvsview2.cgi check Attic before dying because it can't find a file.
...
r=timeless
2003-12-17 00:45:08 +00:00
brendan%mozilla.org
a0bba1f2ac
Fix mistake in last checkin (208121).
2003-12-17 00:33:50 +00:00
jshin%mailaps.org
638631e65d
bug 206252: make it possible to attach on-line html documents/images with non-Latin1 names (r=bienvenu, sr=mscott, a=asa)
2003-12-17 00:31:34 +00:00
chanial%noos.fr
ef35e0dc5d
Bug 228285: make the bookmarks tree more discoverable, by adding a tooltip to the expander.
2003-12-16 23:57:03 +00:00
cbiesinger%web.de
b2672e2659
bug 228321. content-encoding: gzip page gets saved gzipped when no extension
...
present in the url
r=bzbarsky sr=darin a=chofman
2003-12-16 23:17:58 +00:00
rginda%hacksrus.com
b568327bc9
bug 223578, "need to account for new regexp behavior", a=asa
...
account for the fact that optional matches now return undefined, instead of nothing at all (see bugs 123437 and 85721)
2003-12-16 23:17:29 +00:00
tor%cs.brown.edu
6c22b74d44
Bug 183185 - pageInfo.js "Error: this.data[row] has no properties". Patch by
...
Daniel Brooks, r=timeless, sr=bz, a=tor.
2003-12-16 21:45:34 +00:00
cbiesinger%web.de
72c0bcbdc4
94651 patch by durbacher@gmx.de (Andreas Kunz), inspired by timeless. r=timeless
...
sr=dbaron a=asa
Sherlock search plugins don't decode & in URLs
2003-12-16 21:27:24 +00:00
darin%meer.net
37341257a8
fixes bug 226615 "PAC: cannot specify SOCKS5 proxy" r=dougt sr=bz a=tor
2003-12-16 21:23:36 +00:00
silver%warwickcompsoc.co.uk
38578290d6
Bug 228567 Land usability fixes for 1.6
...
r=samuel a=asa
2003-12-16 21:03:56 +00:00
darin%meer.net
d784d3dea8
fixes bug 132517 "prefs.js frequently truncated on exit or crash" patch by ccarlen r=darin,alecf sr=brendan a=blizzard
2003-12-16 21:02:11 +00:00
scott%scott-macgregor.org
01b9688966
Bug #220708 --> email created with a template does not use template's bgcolor
...
r=sspitzer
sr=bienvenu
a=asa
2003-12-16 20:32:39 +00:00
scott%scott-macgregor.org
f1c542e0d6
forgot to check in part of the patch to get view zoom working per stephen walker
2003-12-16 19:49:16 +00:00
sicking%bigfoot.com
08b5dc0e2a
Bug 228124: Deal with documents without root-element in xml prettyprinter.
...
Patch by jst. r=me sr=bz
2003-12-16 19:33:09 +00:00
scott%scott-macgregor.org
d3656e6691
Port Bug #24954 to thunderbird. Need ability to specify with -installer the Users directory
2003-12-16 17:15:19 +00:00
mostafah%oeone.com
04c62db497
Upgraded jslib code to recent code on 16th Dec 2003 ( version 0.1.123 )
...
See bug 228626
2003-12-16 16:15:43 +00:00
neil%parkwaycc.co.uk
ece4902c49
Bug 24954 Need ability to specify the user's directory with -installer p=ian@arlen.demon.co.uk r=ccarlen sr=bienvenu a=asa
2003-12-16 13:58:02 +00:00
neil%parkwaycc.co.uk
e51222933e
Fix typo in checkin for bug 218825 patch is in bug 60782 r/sr=bienvenu a=asa
2003-12-16 12:27:26 +00:00
bryner%brianryner.com
83f2f0582a
Bug 221843 - bookmarks data loss on Mac OS 10.1. Check to see whether the temporary unique file is already in the target directory before calling FSMoveObject(), since moving a file into the directory it's currently in returns an error on 10.1. Fix dependencies to rebuild libxpcom when MoreFiles is updated. r=ccarlen, sr=darin, a=brendan.
2003-12-16 09:51:35 +00:00
wchang0222%aol.com
704e59f314
Bugzilla bug 228618: fixed an incorrect use of realloc. Fixed an unused
...
variable compiler warning. r=jpierre.
2003-12-16 04:24:57 +00:00