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

95288 Коммитов

Автор SHA1 Сообщение Дата
dbaron%fas.harvard.edu ab1ac5cb06 Don't use C++ comments in C files. 2002-01-08 02:29:11 +00:00
pschwartau%netscape.com cde8c3d21b Modified test to take account of the change in SpiderMonkey date format (bug 118266) 2002-01-08 02:23:26 +00:00
dougt%netscape.com 09f3d1beef Fixes 116299 Reduce size of nsLocalFileWin by 2 ptrs by factoring out shortcut resolver. Also fixes crash 117258 caused by trying to create a file or directory to a nonexistant drive. sr=rpotts, dveditz for the first bug, and sr=darin, r=gagan for the second bug 2002-01-08 02:20:13 +00:00
rbs%maths.uq.edu.au c8eb6bbb35 MathML bug 118475 - Allow stretchy MathML fonts to be customized via the pref system 2002-01-08 02:15:23 +00:00
naving%netscape.com 0b71edda50 116972 r=dmose sr=sspitzer. fix leaks upon autocompletion in compose window and when sending mail. may
fix other leaks in address book because now we made it sure that it frees up when we do a copy
in CharPtrGuardArray... and don't do a copy when not needed.
2002-01-08 02:09:03 +00:00
mscott%netscape.com 241b8c024c fix the builds when the mail smoketest variable is defined. we were clobbering the DIRS
variable in that case causing us to not build smime anymore. this caused the redness on lhasa & boxset
2002-01-08 02:08:39 +00:00
alecf%netscape.com c8d86d668f enough with my own debugging messages - change DEBUG_alecf to DEBUG_alecf_ 2002-01-08 02:05:59 +00:00
darin%netscape.com 2af4268cbd fixes bug 118143 "GetPath() is off by one char after calling SetQuery()"
r=dougt, sr=sspitzer
2002-01-08 02:05:43 +00:00
alecf%netscape.com c080e581e2 oops, additional file missed from previous checkin
bug 100212, r=dougt, sr=darin
2002-01-08 02:01:23 +00:00
markh%activestate.com 4be715a526 * Changes to observers and service manager APIs.
* Use nsIComponentManagerObsolete.
* Fix weak reference leaks
* Cache interface infos better for significant perf increase.
* Better tests for leaks

Not part of the build.
2002-01-08 01:58:58 +00:00
beard%netscape.com 8f5275bbe6 [not part of build] CW Pro 7 format project for building classic plugin support. 2002-01-08 01:47:52 +00:00
sspitzer%netscape.com 173369560b fix for performance bug #117864. implement SetQuery() on these derived classes and make it
so SetQuery() will reparse the url.  we need this because we call SetQuery()
after calling SetSpec() when quoting.  reparsing the url will set some internal state
that we use for the optimization of only quoting the body part of message,
instead of the whole message (attachments and all!)
r/sr=bienvenu
2002-01-08 01:40:01 +00:00
glen.beasley%sun.com bcef419da7 bug 115879 makefile for windows XP 2002-01-08 01:37:10 +00:00
sspitzer%netscape.com 0a13a515e8 add some bulletproofing to the subscribe search view so that we
check the row.  fixes crasher bug #117065
r/sr=bienvenu
2002-01-08 01:32:27 +00:00
alecf%netscape.com 72507557e8 C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin 2002-01-08 01:31:25 +00:00
sspitzer%netscape.com d2157918a5 landing fix for #118180 for rajiv. r=srilata, sr=sspitzer
fix problems with mapi code.
2002-01-08 01:30:30 +00:00
racham%netscape.com 2cefb87efa Fixing bug 112737. Making sure the From field of the compose of window reflects the selected account rather than a default account in cases of forward inline, draft/template, edit message. Identity object is released at appropriate time. r=ducarroz, sr=bienvenu 2002-01-08 01:28:18 +00:00
bryner%netscape.com fa25c97fbf work-in-progress for select size=1. not turned on yet. 2002-01-08 01:21:18 +00:00
rods%netscape.com 639bc21611 IMproved printing error codes
Bug 86378 r=dcone sr=attinasi
2002-01-08 01:21:08 +00:00
rods%netscape.com 7af6b26def Improved printing error detection and notification
Now gets Doc Title and URL from PrintSettings and uses it instead of
the actual values.
Bugs 86378 & 118637 r=dcone sr=attinasi
2002-01-08 01:17:40 +00:00
rods%netscape.com 00844c5ebf Improves error codes for printing and fixes selection printing by making sure the margins are initialized when no prefs are there
Bugs 86378 & 118637 r=dcone sr=attinasi
2002-01-08 01:15:25 +00:00
ftang%netscape.com 6ba2fc077e fix bug 116976 for big endian machine. change the ill GetBidiProperty implementation to make it work under big endian machinese. Should fix the API later. r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org 2002-01-08 00:51:39 +00:00
ftang%netscape.com 7b32780d00 fix bug 117098. fix it for all big endian machine. change the bad casting address code . r=smontagu sr=sfraser. also change oen variable name to make mac debugging easier. 2002-01-08 00:48:37 +00:00
ftang%netscape.com ebade7db91 fix bug 117098. sr=sfraser add arabic isolated fallback . in ATSUI fallback, fallback bold/italic form to non bold/italic for arabic font. do not go through QD fallback for Arabic/Hebrew by turn off the converter. remove fake bidi code. 2002-01-08 00:47:02 +00:00
ftang%netscape.com 3a8df3643c fix bug 117098. Now we treat Mac as non bidi platform sr=sfraser 2002-01-08 00:45:23 +00:00
ftang%netscape.com aa470e2cbd fix bug 117098. sr=sfraser let mac os 9 code also compiled on non Carbon 2002-01-08 00:44:47 +00:00
hyatt%netscape.com 976fbdfaa5 Fix for 115767, dropdown list support for WinXP, r=hixie, sr=blake 2002-01-08 00:43:20 +00:00
blizzard%redhat.com 0871fe1878 Bug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=bryner 2002-01-08 00:35:08 +00:00
bhart00%yahoo.com f5d485f13d fix bug 110530, JavaScript strict warning in mail3PaneWindowCommands. Checkin for Stephen Walker <walk84@yahoo.com> r=stephend/racham, sr=alecf. 2002-01-08 00:11:33 +00:00
waldemar%netscape.com 36c65e999d Updated grammar: blocks and groups are now separate statements. A group is a block with attributes that does not form a scope. A group can hold directives only if it is itself in a location that can hold directives. 2002-01-08 00:09:03 +00:00
dbaron%fas.harvard.edu 0880036a9b Add nsTraceRefcnt debugging hooks for a few MS-COM objects, some of which are leaking. r=rods sr=jag b=114171 2002-01-07 23:55:11 +00:00
heikki%netscape.com e05afe63df Bug 105319, reset title when going to XML page without XHTML title element. r=harishd, sr=jst. 2002-01-07 23:51:36 +00:00
dbaron%fas.harvard.edu 1db5b984db Replace the BodyFixupRule with code in nsCSSRendering to fix all the problems with dynamic style changes and backgrounds on the root element and the BODY element. Change the way the HTMLDocumentColorRule (for the table color quirk) is initialized since it used to depend on the BodyFixupRule. b=116161 (also fixes other bugs) r=attinasi sr=hyatt 2002-01-07 23:46:07 +00:00
brendan%mozilla.org fbd58db1f2 Checking in patch written by balleysson@bigfoot.com based on tenthumbs@cybernex.net's sketch, to avoid mallocs in js_strtod (115627, r=khanson, sr=me). 2002-01-07 23:42:25 +00:00
mcafee%netscape.com 08300d44a4 re-ordering multiquery machines 2002-01-07 22:33:03 +00:00
sfraser%netscape.com 4d76f8ec3c Fix blocker bug 105548 (the mac installer crash). The xpistub code was creating nsLocalFileMac objects, but never refcounting them, so they got deleted before the GetPath() method was called (how did this ever work???). Fixed using COMPtrs. r=ccarlen, a=jj 2002-01-07 22:22:12 +00:00
peterlubczynski%netscape.com 0a59a6a336 Fixing plugin SDK build (not part of main build), adding nsComponentManagerObsolete.h 2002-01-07 21:32:55 +00:00
bernd.mielke%snafu.de 7bc61b6883 fix torino 2002-01-07 21:29:52 +00:00
bzbarsky%mit.edu b2f480e01c Checkin in for John Keiser <jkeiser@iname.com>. Make checkboxes and
radio buttons not fire onChange on pageload if they are checked by
default.  Bug 112218, r=rods, sr=jst
2002-01-07 20:37:22 +00:00
hyatt%netscape.com ecae0713ba Fix for 118550, I screwed up minwidth and minheight on boxes. Somewhere evaughan is rolling over in his grave. r=jag, sr=ben 2002-01-07 20:02:19 +00:00
bernd.mielke%snafu.de c7343d789e add form frames to debug reflow bug 115096 r=karnaze sr=attinasi 2002-01-07 19:55:56 +00:00
ian.mcgreer%sun.com 7428ae1215 fix pkcs12 bug where nicknames were disappearing 2002-01-07 19:53:47 +00:00
bernd.mielke%snafu.de 01cbbc719f add form frames to debug reflow bug 115096 r=karnaze sr=attinasi 2002-01-07 19:44:21 +00:00
ian.mcgreer%sun.com 1167719990 once again, solaris x86 does not like PR_LOG 2002-01-07 19:14:40 +00:00
mostafah%oeone.com adc111cc0e Fixed portability issues with PRTime & PRInt64 values 2002-01-07 18:23:31 +00:00
ian.mcgreer%sun.com 7c74d99884 PSM fixes
* implement CERT_AddTempCertToPerm in 3.4
* update object instance lists when needed
* correctly check and allocate trust when changing it
2002-01-07 16:45:26 +00:00
brade%netscape.com a04c48c85d init mModCount in constructor (bug 117399; sr=kin; r=glazou) 2002-01-07 15:52:54 +00:00
pinkerton%netscape.com 2c61b48f4b Change unsigned char* param to ConstStr255Param to make mach-o happier
r=sdagley/sr=blake. bug 118197.
2002-01-07 15:44:08 +00:00
pinkerton%netscape.com 38ed6718d3 stop using PR_PutEnv and use PR_SetEnv instead. r=sdagley/sr=blake. bug 118187 2002-01-07 15:42:08 +00:00
bienvenu%netscape.com 79a74439f1 implement nsMorkRowCellCursor::NextCell r/sr =sspitzer 114117 2002-01-07 15:10:16 +00:00