Commit Graph

96760 Commits

Author SHA1 Message Date
radha%netscape.com
ef868565b3 *** empty log message *** 2002-01-31 19:33:05 +00:00
mikep%oeone.com
de12e7b04c Removing alert. 2002-01-31 19:31:01 +00:00
mikep%oeone.com
18b961f97f Fixing bug 122676, no indication of events in left hand unifinder. 2002-01-31 19:29:02 +00:00
ian.mcgreer%sun.com
8939b19afe have certutil shutdown cleanly so purify is easier to deal with 2002-01-31 19:27:07 +00:00
relyea%netscape.com
82e1be6d15 Fix thread local storage leak. 2002-01-31 19:18:55 +00:00
javi%netscape.com
2bfd470c5f Make the projects depend on a .exp file that doesn't start with '_' so that we know the .exp file wasn't generated by CodeWarrior. 2002-01-31 19:10:46 +00:00
javi%netscape.com
f67c98ba51 Use LoadableRoots.mcp.exp instead of _*.exp so that we know
the .exp wasn't generated by CodeWarrior.
2002-01-31 19:05:27 +00:00
mikep%oeone.com
617b0d204e Fixing js warnings, and a fix for bug 109262. 2002-01-31 19:00:00 +00:00
ian%hixie.ch
7b34209a7b Removed an erroneous comment, which should be the last traces of the old problem of the lack of a configuration file being a fatal error. 2002-01-31 18:30:21 +00:00
ian%hixie.ch
ed5ab39edd Theoretical nit: call inherited constructor just in case at some point in the future it does something useful... 2002-01-31 17:35:52 +00:00
ian.mcgreer%sun.com
9a03239427 couple of fixes 2002-01-31 17:28:49 +00:00
ian.mcgreer%sun.com
7f14d4e1fb bug 90518, implement methods for dumping the state of the cache and temp cert store in NSS 3.4 2002-01-31 17:08:32 +00:00
jake%acutex.net
7737ac0eb5 Some additional files we should be ignoring 2002-01-31 16:28:35 +00:00
locka%iol.ie
abd4f7f73f Remove dead webshell xlib stuff. b=113970 2002-01-31 15:48:23 +00:00
locka%iol.ie
322bc226e0 Remove dead RaptorShell. b=113970 2002-01-31 15:46:33 +00:00
locka%iol.ie
26d0114779 Remove dead makefiles. b=113970 2002-01-31 15:45:34 +00:00
locka%iol.ie
0554b172ad Remove dead ngprefs. b=113970 2002-01-31 15:43:26 +00:00
locka%iol.ie
dc925bb44b Remove reference to dead embed subdir. b=113970 2002-01-31 15:39:26 +00:00
locka%iol.ie
fd4ecd8fd8 Remove dead test code - ComFactory. b=113970 2002-01-31 15:34:42 +00:00
locka%iol.ie
65f5f23841 Remove reference to dead test ComFactory. b=113970 2002-01-31 15:33:32 +00:00
rods%netscape.com
f2eb9bb383 Enables builds to compile in special faetures only available in the current SDK
Bug 122530 r=dcone sr=hyatt
2002-01-31 14:40:33 +00:00
rods%netscape.com
f2c2102329 This does the following:
1) Removes the EnumeratePrinterExtended from nsIPrintOptions and all impls of it
2) Sets the Windows platform to once again use the native print dialog
3) The nsDeviceContextSpecWin will detect at runtime whether to use the standard PRINTDLG or the new PRINTDLGEX (supported by XP and WIN2k), this new code is only compiled in when the ifdef MOZ_REQUIRE_CURRENT_SDK is defined.
4) It adds an extra Property Sheet to the new dialog for Frameset Printing options
5) Now creates a DEVMODE before the diaog is created, this is used for setting different options in the print dialog before it comes up.
122530 r=dcone sr=hyatt
2002-01-31 14:30:22 +00:00
jake%acutex.net
df7eee0ab3 Bug 122589 -- Update gnats conversion script to newer schema of 2.14.
Patch by Andrea Dell'Amico <adellam@link.it>
2002-01-31 14:29:21 +00:00
rods%netscape.com
c7e2e2869a Clipping wasn't being set correctly in the PageContentFrame when the reflow was smaller than a page
Bug 122434  r=dcone sr=hyatt
2002-01-31 14:24:06 +00:00
igor%mir2.org
febdace285 Use heapsort instead of qsort for Array.sort to follow JS for reasons described in http://bugzilla.mozilla.org/show_bug.cgi?id=99120 2002-01-31 10:08:17 +00:00
bbaetz%student.usyd.edu.au
d2fe340a26 Bug 122548 - ftp was adding bogus (empty) entries for files. We shouldn't
be caching these at all
r=dougt, sr=darin
2002-01-31 08:43:52 +00:00
seawood%netscape.com
25dd75c93a Remove check against fd->secret->md.connectionReturnValue as it always returns 0. Fixing page not loading due to nonblocking connection problem.
Bug #121327 r=arougthopher@lizardland.net
2002-01-31 07:43:22 +00:00
mscott%netscape.com
eeaa850c41 Bug #122351 --> if the shell doesn't support wide string
friendly versions of Shell_NotifyW, then gracefully fall back and
use the older ASCII versions (Shell_Notify).
r=bhuvan
sr=sspitzer
2002-01-31 07:31:07 +00:00
brendan%mozilla.org
fdf6f6bfee Fix for(i in null) and for(i in undefined) to error per ECMA, rather than iterating zero times (121744, r=khanson, sr=shaver). 2002-01-31 07:30:05 +00:00
cotter%netscape.com
1099de413c ongoing privacy & security updates; forms, privacy & security prefs changes; r=oeschger 2002-01-31 06:40:35 +00:00
seawood%netscape.com
f489fa77a2 Call 'alldep' instead of 'depend build' to avoid the extra export stage.
r=bryner
2002-01-31 06:15:19 +00:00
mcafee%netscape.com
f4a1b2b4be adding mocha to dns 2002-01-31 05:25:08 +00:00
jaggernaut%netscape.com
907546c353 Bug 113519: cannot build with cookie extension disabled. Patch by Stephen P. Morse <morse@netscape.com>, r=/sr=darin,alecf,smfr.
Step 3: remove old files
2002-01-31 05:22:41 +00:00
racham%netscape.com
c89f4a0df7 Fixing bug 4198. This fix allows ISPs to add a customized signature file to their user mail accounts. r=ducarroz, sr=sspitzer 2002-01-31 05:22:24 +00:00
sfraser%netscape.com
0f6a4f07da Back out a change that I commited by mistake, which turned double-buffering off. Thanks to jrgm for catching this. 2002-01-31 05:15:56 +00:00
racham%netscape.com
f85bc319ed Fixing bug 4198. This fix allows ISPs to add a customized signature file to their user mail accounts. r=ducarroz, sr=sspitzer 2002-01-31 05:15:27 +00:00
bernd.mielke%snafu.de
c44d41db48 fieldset reflow cleanup:
bug 120958 report correct maxElementSize under table reflow conditions
bug 48318 implement correct default alignement under bidi conditions, make legend alignment
          indepedent of fieldset content if fieldset size is not content driven.
bug 80422 route trough events for floats inside a fieldset
bug 42302 honour padding-top
bug 60375 large maxElementsize overwrite computedWidth
r=karnaze sr=waterson
2002-01-31 05:09:13 +00:00
stephend%netscape.com
ddf161923e Bug 120255. Label text in download for offline dialog is confusing. r=jglick@netscape.com/sr=bienvenu@netscape.com 2002-01-31 04:33:30 +00:00
varga%utcru.sk
4e0d2195d1 Fix for bug 120579. Dragging a bookmark draws frame of entire window.
r=pinkerton, sr=blake
2002-01-31 04:31:22 +00:00
timeless%mac.com
10e66de5e7 Bug 122518 Speed up the showbuilds.cgi redirect on http://tinderbox.mozilla.org
patch by netdemonz@yahoo.com r=mcafee
2002-01-31 04:22:39 +00:00
bienvenu%netscape.com
c1fc188c1a fix for failure downloading multiple newsgroups for offline use rs=mscott 102872 2002-01-31 04:20:55 +00:00
jaggernaut%netscape.com
b465107ccc Bug 113519: cannot build with cookie extension disabled. Patch by Stephen P. Morse <morse@netscape.com>, r=/sr=darin,alecf,smfr.
Step 2: Modify existing files to stop pointing at old files and start pointing at new files.
2002-01-31 04:08:19 +00:00
ddrinan%netscape.com
92c85311ed Checkin for relyea. Call CERT_DestoryCertificateList instead of CERT_DestroyCertList 2002-01-31 04:00:12 +00:00
samuel%sieb.net
257dd45db1 Bug 119294 - fix JS strict warning
r=walk84
not in the build
2002-01-31 03:40:12 +00:00
samuel%sieb.net
541c71e055 Bug 116544 - fix 005 and 004 messages handlers
r=rginda
not in the build
2002-01-31 03:33:17 +00:00
samuel%sieb.net
3fa56dc173 Bug 117292 - add entities for the new copy messages menu item
r=rginda
not in the build
2002-01-31 03:31:06 +00:00
samuel%sieb.net
d7239d866c Bug 117292 - add menu item for copying messages
r=rginda
not in the build
2002-01-31 03:29:11 +00:00
samuel%sieb.net
4f09962dea Bug 117292 - add pref for copying messages
r=rginda
not in the build
2002-01-31 03:28:31 +00:00
samuel%sieb.net
7579f471a9 Bug 117292 - copy notification messages to the network tab and fix strict warnings
r=rginda
not in the build
2002-01-31 03:27:38 +00:00
samuel%sieb.net
ae942631fa Bug 117292 - copy important messages to the network tab
r=rginda
not in the build
2002-01-31 03:25:41 +00:00