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

109503 Коммитов

Автор SHA1 Сообщение Дата
varada%netscape.com e0cc9bc226 fix for 167834-Cancelling from advanced smtp settings dialog should work;146488-Cant send any Smtp messages; 170228 -remove server Advanced Button when required by isp r/sr= sspitzer 2002-09-22 22:58:07 +00:00
kairo%kairo.at 17581d4fc0 bug 168923 - lang.version is still 1.1b: change lang.version and content.version to 1.2a, r=biesi, sr=bz 2002-09-22 22:14:25 +00:00
pschwartau%netscape.com 383f647573 Initial add. Regression test for bug 170193. 2002-09-22 22:11:40 +00:00
chanial%noos.fr 973b3bee46 fix for bug 170222: middle/modifier click should not load in the current tab 2002-09-22 22:02:27 +00:00
gerv%gerv.net e931ee5476 Bug 170075 - Mid-air collision pages should be titled as such. Patch by gerv; r=bbaetz. 2002-09-22 20:28:25 +00:00
brendan%mozilla.org 42b7fa026d Fix middle-delete-function-with-duplicate-formals (170193, r=shaver). 2002-09-22 19:34:07 +00:00
bugreport%peshkin.net 1c0ddbd1ae bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported
r=bbaetz, gerv
2002-09-22 17:15:13 +00:00
chanial%noos.fr 9c539a5271 fix bug 170157: bookmarks should be read regardless of the bookmark toolbar being visible or not. 2002-09-22 17:12:08 +00:00
naving%netscape.com 60a7ef7ed2 168553 r=cavin sr=bienvenu forked rules.dat to rules1.dat. All the filter rules will be stored in rules1.dat going forward. 2002-09-22 06:24:50 +00:00
dbaron%fas.harvard.edu 11d9ac099f Fix method-hiding warnings related to nsIRenderingContext::DrawImage variants. b=170107 r=tor sr=blizzard 2002-09-21 21:30:24 +00:00
sdagley%netscape.com 8c88fb6bee Part of #152231 - moving InternetConfigService to uriloader from appshell. These changes are for the CFM builds. r=ccarlen,sr=scc 2002-09-21 19:08:45 +00:00
yokoyama%netscape.com f08698fc61 Bug 104934 Convert Mozilla to Unicode app
Turning MOZ_UNICODE flag on by default.
(all the codes are in \\widget\module only)
Only impact on Windows platforms.

This makes mozilla as a true unicode application
under Windows.
/r=shanjian, /sr=kin
2002-09-21 18:59:30 +00:00
chanial%noos.fr d350932efc fixing default proxy icons 2002-09-21 18:09:13 +00:00
justdave%syndicomm.com f7bc78f595 Fix for bug 63601: Recommend filename when downloading attachments (except in IE4, which chokes on the Content-Disposition header)
Patch by Daniel Raichle <draichle@gmx.net> and Dave Miller <justdave@syndicomm.com>
r= bbaetz, gerv
2002-09-21 16:57:12 +00:00
gerv%gerv.net c6aa8133ac Bug 108987 - Linkify script to use quoteUrls on texts provided by user. Patch by gerv; r=kiko. 2002-09-21 15:17:09 +00:00
tor%cs.brown.edu 6e7840d638 Bug 78497 - make 1-bit alpha images respect clip region. r=pavlov, sr=roc 2002-09-21 08:52:34 +00:00
bryner%netscape.com 726d60d0e1 Fix a problem with the prefs file being deleted at shutdown on Windows, introduced by the checkin for bug 164190. Windows' implementation of nsLocalFile::CopyMove was assuming that a null parent directory meant we should always rename - not true. r=hewitt, sr=brendan. 2002-09-21 08:26:02 +00:00
depstein%netscape.com 3dbcb7fc66 Hooked up command data table to nsICmdParam tests. Table to be revised at later time. not part of the build. 2002-09-21 08:06:16 +00:00
pschwartau%netscape.com 08cfa906c6 Initial add. Regression test for bug 169534. 2002-09-21 03:17:25 +00:00
danm%netscape.com 6f294e0099 en/disable individual items in popup manager menu rather than hiding or disabling the entire menu. makes it work on the Mac. bug 166442 r=brendan,morse 2002-09-21 02:12:37 +00:00
depstein%netscape.com b63a06c11a Added 'data:' url to nsIRequest tests. Now invoking simple string compare for input/output URL matching. GetTheURI() now returns the string.
a=asa for QA checkins that are not part of the default builds
2002-09-21 01:51:36 +00:00
sfraser%netscape.com 75ccde66c1 Fix for 137295 (gaps in images on Mac), this time correctly intersecting the regions. r=pinkerton, sr=beard 2002-09-21 01:08:23 +00:00
hyatt%netscape.com e8710c1495 Fix for 169373, make HTML form controls fully support native look on Windows XP. r/sr=hewitt/blake 2002-09-21 01:03:38 +00:00
leaf%mozilla.org cb3b34050d removing file from bogus file copy. file shouldn't be in this location! 2002-09-20 23:18:04 +00:00
ccarlen%netscape.com c2eeeadc79 Bug 162845 - PPEmbed needs native implementation of download UI. r=pink/sr=sfraser 2002-09-20 22:58:56 +00:00
dbaron%fas.harvard.edu 56b82cf05d Fix leak of nsDOMEvent (and thus nsPresContext) caused by the presence of frames or iframes by avoiding early return so we don't skip necessary manual refcounting. b=160268 r=peterv sr=jst 2002-09-20 22:58:40 +00:00
ccarlen%netscape.com a79cbaa707 Adding new files for bug 162845 - PPEmbed needs native implementation of download UI. r=pink/sr=sfraser 2002-09-20 22:56:13 +00:00
dougt%netscape.com b7c5ec908e Sets the proper content type on the channel so not to confuse upstream clients r=darin, sr=rpotts, b=169617 2002-09-20 22:43:15 +00:00
dougt%netscape.com 12080d3654 Fixes non idle timers. This is fixes a regression caused by the last timer changes. r=rpotts@netscape.com, sr-darin@netscape.com, b=167841. 2002-09-20 22:32:32 +00:00
gerv%gerv.net 802d5d70a1 Bug 163114 - Templatise all calls to DisplayError. First patch - attachment.cgi. Patch by gerv; r=burnus. 2002-09-20 22:26:14 +00:00
dougt%netscape.com 77888f84c2 More on XPCOM Glue Is broken on linux. r=rpotts@netscape.com, sr=alecf@netscape.com, b=168584 2002-09-20 22:23:24 +00:00
blakeross%telocity.com 26d63aa80a Fixing UA. 2002-09-20 21:56:57 +00:00
blakeross%telocity.com 94bbb61e45 Fixing UA. 2002-09-20 21:56:24 +00:00
blakeross%telocity.com 16e6a1d146 Fixing UA 2002-09-20 21:50:48 +00:00
nicolson%netscape.com 667a8762e8 Fix 169578: PK11_ImportAndReturnPrivateKey sets wrong key type. 2002-09-20 21:48:32 +00:00
rogerl%netscape.com bc149a54fa Merged all latest. 2002-09-20 21:40:36 +00:00
dougt%netscape.com 50a188a67d Relanding radha's changes. 2002-09-20 21:37:38 +00:00
relyea%netscape.com 13eecfd21f Fix corrupt listing of nicknames on keys.
Bug 166995.
2002-09-20 20:36:44 +00:00
relyea%netscape.com 62fa6c9bf9 Fix memory leak mozbug 165655, r=wtc 2002-09-20 20:36:10 +00:00
bryner%netscape.com 54efcc329b Fix wrapper script name for Linux. 2002-09-20 20:15:35 +00:00
dougt%netscape.com b1a0c0cfee Backing out last checkins 2002-09-20 20:06:33 +00:00
radha%netscape.com f45a28828e Fix for bug # 159659. urlbar spoofing with wyciwyg://. r=adamlock, mstolz, sr=darin. Make sure normal loads of wyciwyg url don't go through nsDocShell::InternalLoad(). 2002-09-20 19:10:23 +00:00
dougt%netscape.com 3a9bccb010 adds return result 2002-09-20 19:06:10 +00:00
dougt%netscape.com d1f315a4ae Fixes File: URL's w/ an illegal drive name (4th field) do not show fnf error. b=128909, r=neeti@netscape.com, sr=darin@netscape.com 2002-09-20 19:04:46 +00:00
cavin%netscape.com 2ef107df7b Fix for bug 169219. Check if redirector type is null or an empty string. r=naving, sr=sspitzer. 2002-09-20 18:52:48 +00:00
bnesse%netscape.com 9792cb9e8d Fix for bug 164190. nsSafeSaveFile mistreats nsLocalFile, deleting files under one. Patch by sfraser, r=ccarlen, sr=alecf. 2002-09-20 18:49:40 +00:00
bnesse%netscape.com 3815d34fd1 Fix for bug 164925. Remove unused directory key and support code. r=ccarlen, sr=beard. 2002-09-20 18:47:49 +00:00
brendan%mozilla.org f623f23ac9 Fix Array.prototype.concat to special-case and flatten Array arguments (including |this|) only, not any object with array-like .length (169795, r=rogerl, who fixed my tired morning patch). 2002-09-20 18:45:05 +00:00
depstein%netscape.com 60f9802af2 Inadvertantly overwrote GRE changes in winEmbedFileLocProvider.cpp. Putting back GRE indicators.
a=asa for QA checkins that are not part of the default builds
2002-09-20 18:44:22 +00:00
wtc%netscape.com f43706f998 Removed the duplicate NSS_3.6 section in the previous checkin. 2002-09-20 18:02:13 +00:00