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

79036 Коммитов

Автор SHA1 Сообщение Дата
pavlov%netscape.com f02dca33e5 fix for hugeass memory leak. bug 73351. r=jag sr=mozbot 2001-03-25 11:57:25 +00:00
maolson%earthlink.net 08806b30ef no bug. removing an old line that crept into blake's xul syntax change
r=jag, sr=shaver
2001-03-25 09:08:28 +00:00
endico%mozilla.org 21c05b642c Lets be consistant. Switch back to #!/usr/bonsaitools/bin/perl -w 2001-03-25 08:59:55 +00:00
talisman%anamorphic.com 170d9d92ed MOVED these files to sources/grendel/widgets/toolbar/mozilla. 2001-03-25 08:07:56 +00:00
talisman%anamorphic.com dbe9de679f REORG of source tree. Hierarchy is much cleaner now. Makefiles will likely be broken until next checkin. You've been warned. 2001-03-25 07:51:47 +00:00
cls%seawood.org 3503f69696 Whitespace change for tinderbox test 2001-03-25 07:04:14 +00:00
cls%seawood.org 566793ccd2 Add prelim support for tracking multiple branches on tinderbox 2001-03-25 06:21:35 +00:00
cls%seawood.org 3a4defb509 Add -lc to OS_LIBS for Linux.
Bug #72766
2001-03-25 04:44:02 +00:00
cls%seawood.org 478ef1ded0 Add the jar files to the package list. (How did the installer ever work without them?)
Bug #73335 r=bryner
2001-03-25 04:40:52 +00:00
cls%seawood.org bbdf6ce953 Add -lc to LIBS/OS_LIBS for Linux.
Bug #72766 r=bryner
2001-03-25 04:32:01 +00:00
pavlov%netscape.com 5cd961ea1f fix for bug 73345. r=hixie,bryner sr=cls 2001-03-25 02:56:38 +00:00
disttsc%bart.nl 5ddb230f18 Fix Win32 bustage by adding NS_COM to declaration of StringAllocator_[char|wchar_t](), r/sr=scc 2001-03-25 02:26:33 +00:00
scc%mozilla.org ebf83bca0f bug #73297, r=shaver, sr=darin. Give string buffers an allocator hook to tie into js et al 2001-03-25 01:14:26 +00:00
av%netscape.com b0836bae77 To fix bug 58128. For old style plugins: added nsIPlugin::Shutdown as well as dll unload upon destroying the last plugin instance. r=peterl, sr=waterson 2001-03-25 00:28:53 +00:00
mscott%netscape.com 30a94136ca Bug #73250, 67997 --> be sure to pass out just the part or attachment by automatically
invoking a mime converter. This fixes an infinite loop with libpr0n and saving attachments
from the browser window.
sr=bienvenu
2001-03-25 00:26:40 +00:00
mscott%netscape.com 3d6c4c8365 Bug #73250, 67997 --> fix infinite loop when displaying images with the new image lib.
When fetching a part or an attachment to an imap message, automatically invoke a mime converter
to extract just the part. this fixes saving mail attachments from the browser window.
sr=bienvenu
2001-03-25 00:24:41 +00:00
karnaze%netscape.com 01959e2045 bug 72396 - fix CalcBorderBoxWidth to not use unconstrained width. Fix column balancing to be skipped when there is an unconstrained width. sr=attinasi 2001-03-24 23:15:49 +00:00
disttsc%bart.nl 5c4c414172 Bug 60952: nsMimeTypes.h has wrong type for APPLICATION_HTTP_INDEX, author=Bradley Baetz <bbaetz@cs.mcgill.ca>, r=blake, sr=darin
Bug 68651, nsFtpConnectionThread should use NS_LITERAL_STRING, author=Bradley Baetz <bbaetz@cs.mcgill.ca>, r=jag, sr=dougt
2001-03-24 22:57:35 +00:00
bryner%uiuc.edu 69ecb15f36 Removing xp_regexp.h, now that it's unused. Bug 73297. r=blake, sr=shaver. 2001-03-24 20:13:06 +00:00
shaver%mozilla.org d587655565 72495 redux: last references to xp_regexp.h, r=bryner, sr=blizzard 2001-03-24 18:54:13 +00:00
bienvenu%netscape.com c786946db2 get status msgs working again for imap 73241, couple small fixes for offline imap 15865 r=naving, sr=sspitzer 2001-03-24 14:53:54 +00:00
cls%seawood.org 0002c24fde If doing jar only builds, unzip all known jar files and add select chrome files to embed.jar. Bug #72390 2001-03-24 14:36:25 +00:00
cls%seawood.org 150b03282c Add a space to make verbose output less confusing 2001-03-24 13:44:41 +00:00
cls%seawood.org b15f7d7fd1 Extract chrome files from moz .jars to create embed.jar if building with jar chrome only. Bug #72390. Shoudl fix tinderbox bustage too. 2001-03-24 13:38:53 +00:00
disttsc%bart.nl 31d938bae8 Fix senna bustage (MOZ_TRACK_MODULE_DEPS) 2001-03-24 12:02:07 +00:00
cls%seawood.org 0758824807 Only build chrome jar files by default. Use either --enable-chrome-format (autoconf) or MOZ_CHROME_FILE_FORMAT (win32) to override.
Bug #72390 r=jag
2001-03-24 11:07:15 +00:00
gayatrib%netscape.com a61462049b Implementing deleting/filing messages on single and multiple folders in search. Fixed regression introduced after merging performance branch that search does not display number of search hits. r=bhuvan,bienvenu. sr=bienvenu. 2001-03-24 09:08:26 +00:00
sfraser%netscape.com f859389a26 Fix the imglib2 build stuff to not break the build progress functionality, by keying off build{foo} rather than options{foo} 2001-03-24 08:06:38 +00:00
sfraser%netscape.com e71c8b0a1e Add libimg2 to the list of modules, which is what saari should have done. 2001-03-24 07:38:33 +00:00
bryner%uiuc.edu 6dbe9eeec5 If we get the URI from the channel, return the result of that call, not NS_ERROR_FAILURE. r=saari, sr=tor. 2001-03-24 07:12:41 +00:00
dmose%netscape.com 3ff909bbd5 Initial interface and implementation of a class that represents the unique characteristics of an nsILDAPConnection (bug 70421). Patch from Leif Hedstrom <leif@netscape.com>. r=<dmose@netscape.com>, sr=<shaver@mozilla.org>. 2001-03-24 07:09:55 +00:00
saari%netscape.com 4e353b1e1c fixing typo in mac build script to ensure that you can build with useimg2 set to off. 2001-03-24 07:08:21 +00:00
attinasi%netscape.com f314563699 CSS-only fix - Fixes invalid values for content property. b=72315 r=dbaron, hwaara 2001-03-24 06:25:33 +00:00
dmose%netscape.com 892509f523 Fix MOZ_TRACK_MODULE_DEPS bustage with --enable-xpctools (bug 72120). Only touches unix build-system. r=cls@seawood.org 2001-03-24 06:14:28 +00:00
saari%netscape.com 775baa99bd fix opt build 2001-03-24 04:55:47 +00:00
saari%netscape.com 395d4f2945 oh fine, try this fix for mac 2001-03-24 04:05:07 +00:00
saari%netscape.com 0470aee4cd pull libpr0n on mac 2001-03-24 03:31:16 +00:00
saari%netscape.com 57eebbce00 libpr0n 4 mac r=pinkerton,pavlov, sr=smfr 2001-03-24 02:44:26 +00:00
saari%netscape.com fde0a19635 like MIR, libpr0n is landing for mac r=pinkerton, pavlov, sr=smfr 2001-03-24 02:44:07 +00:00
saari%netscape.com 975022bff0 jpeg decoder for mac libpr0n 2001-03-24 02:30:15 +00:00
hyatt%netscape.com 738598a55f Forgot xul atoms. 2001-03-24 02:22:32 +00:00
andreww%netscape.com 7a2f2e81a2 bugzilla 45034 r=timeless, sr=hewitt, mail filter dialog cleanup. 2001-03-24 02:09:33 +00:00
andreww%netscape.com 696a5492be bugzilla 45034 r=timeless, sr=hewitt :mail filter ui cleanup 2001-03-24 02:08:49 +00:00
hyatt%netscape.com f29c0407d3 Fix misalignment problem in the outlienr for image cols. 2001-03-24 02:04:57 +00:00
hyatt%netscape.com 0d467fd2b8 Turning on images in outliner. r=pav, sr=brendan 2001-03-24 01:50:33 +00:00
hewitt%netscape.com 7d00472ada 73199 - scrollbar image missing (for atontti@cc.hut.fi), r=bzbarsky, sr=hewitt 2001-03-24 01:40:56 +00:00
hewitt%netscape.com b0dfc732ac 72231 - splitter images missing, r=hwaara, sr=shaver 2001-03-24 01:40:42 +00:00
radha%netscape.com 36e002d883 Fix for bug # 69457 r=valeski, rpotts 2001-03-24 01:23:42 +00:00
cmanske%netscape.com 1f9eeeb83a Fixed Image dialog. b=73043, r=kin, sr=sfraser 2001-03-24 01:17:27 +00:00
sspitzer%netscape.com 140940d7ea fix it so we show the right sort indicator when viewing a folder (or newsgroup) for the first time.
add "View | Sort By | Thread" back to the menus.

add an accelerator for "Select Thread" (ctrl shift a). #21094

make it so when we delete the last message in the folder, we clear  out the message pane.
make it so when we compact folders, we blank out the thread pane. #72674

fix some crashers when clicking on the thread pane and there is no db or there are no rows.  #72282

kill thread should not be "ctrl w", it should be "w".  #73260

sr=bienvenu
2001-03-24 01:12:33 +00:00