aaronl%netscape.com
2a2c2b833e
Bug 207487. No accessible name using label for xul <textbox> element. r=kyle, sr=alecf
2003-06-04 20:57:39 +00:00
alecf%flett.org
39b6e7826f
ugh, take two - remove PR_ASSERT, tabs, and extra ^M's
2003-06-04 20:53:57 +00:00
aaronl%netscape.com
4ff9c6861e
Bug 207950. Add capabilities to ISimpleDOMNode. r=jgaunt, sr=alecf
2003-06-04 20:50:34 +00:00
mostafah%oeone.com
efab7689e1
Added ability to inform observers about errors
2003-06-04 20:42:44 +00:00
alecf%flett.org
b20e0b65f2
spacetrace updates (not part of build)
...
- use arenas for hashtable allocation - reduces spacetrace's mem usage tremendously for large files
- code cleanup & wrapping
- UI cleanup - headers & such
- fix nsTraceMalloc to at least support long stacks, so that we don't barf if we have trouble reading the stacks
2003-06-04 20:15:10 +00:00
bryner%netscape.com
e0a457989e
Fix static build bustage by removing reference to libmng. Also remove .mng from document types list.
2003-06-04 18:56:35 +00:00
wtc%netscape.com
9223dbd69d
Temporarily disabled the fix for bug 208177 so that we can debug bug
...
167825.
2003-06-04 14:49:13 +00:00
mkaply%us.ibm.com
ff0ac05a9a
#158610
...
r=pavlov, sr=jst
Add support for setting and querying lowsrc attribute so frontpage pic galleries work.
This does NOT make lowsrc work as it used to, it only adds it to the DOM
2003-06-04 13:15:37 +00:00
bsmedberg%covad.net
978e0a964c
Bug 208111 - Remove nsIDocument::GetArena which is unused. r=sicking sr=peterv
2003-06-04 13:10:02 +00:00
kairo%kairo.at
0b93c73eee
bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard
2003-06-04 11:11:19 +00:00
bryner%netscape.com
5b1b36371c
Change Loading.mng to a GIF.
2003-06-04 07:37:56 +00:00
scott%scott-macgregor.org
71cd3f6938
spruce up the account central bar by making the title rows have a color gradient background
...
color.
2003-06-04 06:41:48 +00:00
jshin%mailaps.org
5c17cefb54
Not a bug. Removing 4 spurrious lines (no effect on the binary generated)
...
sneaked in the previous commit (for bug 206811) by mistake.
2003-06-04 06:34:38 +00:00
jshin%mailaps.org
705c95a9ff
bug 133615 : remove ISO-2022-KR/Visual Hebrew from 'Save As Charset' menu
...
in Composer. (r=neil, sr=jag)
2003-06-04 06:19:35 +00:00
bryner%netscape.com
82a0a41d0d
Change MNG version of throbber to GIF version.
2003-06-04 06:08:50 +00:00
brendan%mozilla.org
32fe82e60e
Fold premature entry decl initialized by gratuitous ?: expr into dependent if/else in nsFastLoadFileReader::ReadObject.
2003-06-04 06:08:15 +00:00
scott%scott-macgregor.org
088235deed
Collapse overlays for a bunch of address book dialogs. Thanks to Stephen Walker for the patch.
2003-06-04 06:04:42 +00:00
scott%scott-macgregor.org
cb0f0012de
Thanks to Stephen Walker for this patch. Leverage the XUL pre-processor to strip out all of the
...
license and copyright information from chrome files. This should help reduce some of the footprint of the
JAR files in thunderbird.
2003-06-04 05:38:23 +00:00
scott%scott-macgregor.org
ab8238ab72
remove an extraneous hbox. Patch courtesty of Stephen Walker.
2003-06-04 05:20:20 +00:00
scott%scott-macgregor.org
4ca22a9a28
Remove the MNG image decoder from the build, replace the MNG throbbers with animated gifs.
2003-06-04 04:31:43 +00:00
bienvenu%netscape.com
f474095b43
turn off secure auth for incoming mail servers by default
2003-06-04 04:09:26 +00:00
mstoltz%netscape.com
231ca72494
Bug 204902 - add URL loading security check to link click handler function for mailnews. r=sspitzer, sr=heikki
2003-06-04 02:48:17 +00:00
brendan%mozilla.org
83d0fc9e6f
One more self-reviewed speedup nitpick.
2003-06-04 02:29:02 +00:00
brendan%mozilla.org
682fda84a7
Unify double/{hi,lo} union to fix bad ifdef'ing for ARM in jsnum.c (208048, r=rogerl).
2003-06-04 00:12:18 +00:00
sspitzer%netscape.com
97ce16dc05
fix for bug #177280
...
Notification sound doesn't work
thanks to mloiselle@yahoo.com (Marc Loiselle) for the fix
r/sr=dmose,darin,sspitzer
2003-06-03 23:45:04 +00:00
nelsonb%netscape.com
9eb66804cf
PORT_Alloc and PORT_ZAlloc always allocate at least one byte, even if
...
the caller requests zero bytes. This patch makes PORT_ArenaAlloc
and PORT_ArenaZAlloc do the same.
2003-06-03 23:24:31 +00:00
pavlov%pavlov.net
121c0e79b2
Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard.
2003-06-03 23:19:42 +00:00
pavlov%pavlov.net
89b728063a
Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard.
2003-06-03 23:16:42 +00:00
wtc%netscape.com
196f5f2abe
Bug 208177: Our HP-UX build machine has a strange problem. If a 64-bit
...
PA-RISC executable calls getcwd() in a network-mounted directory, it fails
with ENOENT. Since nsinstall calls getcwd(), this breaks our 64-bit HP-UX
nightly builds. We worked around this problem by building nsinstall as a
32-bit PA-RISC executable for 64-bit PA-RISC builds. This checkin added a
new make variable INTERNAL_TOOLS which can be set in makefiles whose target
is a tool used only during the build. Such a tool can be built differently
from NSS proper as long as the tool runs on the build machine.
Modified Files: HP-UXB.11.mk nsinstall/Makefile
2003-06-03 23:14:03 +00:00
rogerl%netscape.com
f8a9a87970
Pandora code; begin
2003-06-03 23:02:28 +00:00
rogerl%netscape.com
8c525aed44
Split arguments[] values on delete.
2003-06-03 23:00:51 +00:00
jaggernaut%netscape.com
680e91bb70
Bug 104352: Status bar ticker fails to update when tabs switched. patch by Neil, jag, r=Neil, sr=jag
2003-06-03 21:59:06 +00:00
dougt%meer.net
6601094085
Treat any 0.9 style response of a put as a failure. b=193921, r=brade, sr=alecf, a=rjesup
2003-06-03 21:21:53 +00:00
ccarlen%netscape.com
3425656a04
Bug 196487 - Mac build doesn't run if home directory is on NFS server because of profile locking. Locking now falls back to symlink method if fcntl fails. r=bryner/sr=brendan
2003-06-03 21:14:16 +00:00
ian.mcgreer%sun.com
115ea01683
bug 156256, removed unused Stan files with long names
2003-06-03 20:59:15 +00:00
ssu%netscape.com
5d5333d58e
fixing bug 207713 - Mozilla needs support for moz specific file extension icons. r=sgehani, sr=jag, a=asa
2003-06-03 20:54:21 +00:00
pinkerton%netscape.com
82bca795a9
always reset the cursor when leaving a view, don't go through the
...
drag-scroll logic since it won't help in this case when we leave gecko
entirely. r=pink/sr=bryner (bug 187050, 159478, 204024) patch from
nhamblen@mac.com .
2003-06-03 20:40:34 +00:00
ftang%netscape.com
2230051dbc
fix bug 195460 crash. r=nhotta sr=alecf . check the length before assign
2003-06-03 20:25:20 +00:00
amardare%qnx.com
cb0fd1a8b4
Fixed a compile error introduced by the previous commiter.
2003-06-03 19:43:42 +00:00
bienvenu%netscape.com
25ec09641d
switch secure auth default to true, r=bienvenu, sr=sspitzer, 205771 this patch by ch.ey@gmx.net, as were previous checkins
2003-06-03 19:25:48 +00:00
bienvenu%netscape.com
017cacb2d3
error msg for pop3 secure auth failing 205571 r/sr=sspitzer
2003-06-03 19:24:02 +00:00
bienvenu%netscape.com
a43d7153ca
add pref for disabling secure auth on incoming mail servers 205571 r/sr=sspitzer
2003-06-03 19:20:48 +00:00
heikki%netscape.com
5d9dd23bf0
Bug 207904, doctype with name only got destroyed by our doctype handling, r=harishd, sr=jst.
2003-06-03 17:47:10 +00:00
bienvenu%netscape.com
611a344c54
make imap pay attention to secure auth pref to fix problem logging onto misconfigured imap servers that claim to support auth-md5, but don't
2003-06-03 17:01:40 +00:00
bienvenu%netscape.com
407ab05df8
remove tab from last checkin
2003-06-03 14:49:52 +00:00
neil%parkwaycc.co.uk
dfe143f8b6
Bug 208094 Form/Image doesn't convert <img> r=brade sr=peterv
2003-06-03 14:44:05 +00:00
bienvenu%netscape.com
df3c4ae2bd
fix 208108 read messages in acct central selects imap inbox twice, r/sr=sspitzer
2003-06-03 14:26:38 +00:00
jshin%mailaps.org
d99c80bf83
bug 206811. use UTF-16 instead of UCS-2 for nsNativeCharsetutils on Unix.
...
Also use iconv(3) on Linux (r=smontagu, sr=alecf)
2003-06-03 12:37:44 +00:00
bsmedberg%covad.net
9ab392b2fb
Bug 207399 - minor cleanup to help building on the Intel compiler. r=dougt
2003-06-03 10:52:26 +00:00
bbaetz%acm.org
c1e4afb682
Bug 180635 - Enhance Bugzilla::User to store additional information
...
r=myk,jake
2003-06-03 09:48:15 +00:00