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

119565 Коммитов

Автор SHA1 Сообщение Дата
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
scott%scott-macgregor.org e6e47be9bc Add the ability to drop toolbar icons into the menubar since a lot of people want to be able to do this (I had intentionally removed this functionality).
Fix a JS error after customizing toolbars that was disabling menu items.
2003-06-03 04:40:09 +00:00
brendan%mozilla.org 06f549bd5f Remove useless and redundant code from a few places in the *SWITCH generator (r=self). 2003-06-03 04:29:30 +00:00
scott%scott-macgregor.org 380ff13568 Bug #201891 --> lazily instantiate CSSFrameConstructor::gXBLService in order to break a weird cycle
with the component manager that can cause two instances of the xbl service to be created.
r/sr=dbaron
2003-06-03 04:23:56 +00:00
scott%scott-macgregor.org 7e5941b52f Package all of the files listed in res\entityTables. This will hopefully fix some I18N issues
with thunderbird. Thanks to Stephen Walker for the patch.
2003-06-03 04:09:12 +00:00
scott%scott-macgregor.org d91e4219c8 remove some unnecessary branding files from the packaging lists. 2003-06-03 04:06:53 +00:00
jkeiser%netscape.com ea020d3190 Remove the no-forward-declared-nsCOMPtr hack (bug 107291), r=bugmail@sicking.cc, sr=dbaron@dbaron.org 2003-06-03 03:56:14 +00:00
bienvenu%netscape.com 641d1393ce fix disk thrashing downloading for offline, remove unused code, 208043, r/sr=sspitzer 2003-06-03 02:22:34 +00:00
robinf%netscape.com 7d2a73dee2 updating to reflect latest UI; r=oeschger and per bug 161765 2003-06-03 00:59:20 +00:00
ftang%netscape.com f1d2341d13 fix 188429, p=nhotta,r=ftang,sr=sfraser 2003-06-03 00:52:54 +00:00
wtc%netscape.com 9ad0b80e3a Bug 207379: added instructions for removing a builtin root CA cert from
NSS.
2003-06-02 23:16:51 +00:00
jfrancis%netscape.com f3491fa767 bug 140357: (html editor) deletion should preserve style state. r=brade; sr=kin 2003-06-02 22:21:06 +00:00
nelsonb%netscape.com ba44a2b994 Back out rev 1.27, which turned verbose mode on by default for debugging
QA test script failures that only occurred on tinderbox machines.
bug 207313 is now fixed.
2003-06-02 20:39:48 +00:00
mkaply%us.ibm.com fa9fa62a8d #208007
r=mkaply, sr=blizzard (OS/2 specific), a=mkaply
OS/2 only - bad handling of presentation spaces
2003-06-02 20:37:00 +00:00
mkaply%us.ibm.com be78b9cae7 #206909
r=mkaply, sr=blizzard (OS/2 specific)
OS/2 only - make zoomin/zoomout work
2003-06-02 20:24:07 +00:00
mkaply%us.ibm.com 49b5b5dd59 #192629
r=mkaply, sr=blizzard (OS/2 specific)
OS/2 only - fix for printing transparent bitmaps
2003-06-02 20:11:52 +00:00
kysmith%netscape.com d24f0bc1bd updating win32 trunk mozilla builds to 1.5a 2003-06-02 20:02:17 +00:00