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

115410 Коммитов

Автор SHA1 Сообщение Дата
locka%iol.ie cacbe124a2 Fix 1 character typo breaking old-style safe for scripting controls. b=194281 r=dbradley@netscape.com sr=alecf@netscape.com a=asa@mozilla.org 2003-02-22 10:03:01 +00:00
leaf%mozilla.org 1e7700621e Automated update 2003-02-22 09:17:01 +00:00
bryner%netscape.com 571011dbfd fixing more nebiros bustage, use .get() on nsRefPtr<nsStyleContext> when calling ::GetStyleData 2003-02-22 09:16:41 +00:00
varga%netscape.com f31e17521a Fix for bug 192175. in trees, in a treecol with persist="sortActive" doesn't work in appropiate manner
r=varga, sr=jag, patch by afatecha@idea.com.py
2003-02-22 09:16:04 +00:00
seawood%netscape.com 6ab2365eaf Enforce make version requirements: 3.79 for win32; 3.78 for everything else.
Bug #187594 r=bryner
2003-02-22 09:12:30 +00:00
ssu%netscape.com 207478defe attempting to fix bug 140995 - Freeze after setting as default browser [Win 2000 and XP]. Not sure if this is the real fix since I can't reproduce the problem exactly. sr=jag a=asa 2003-02-22 09:10:00 +00:00
bbaetz%acm.org 9d56f76447 Bug 189661 - fix configure.in tests for gcc-3.4 (cvs)
r=cls, sr=dbaron
2003-02-22 09:02:02 +00:00
seawood%netscape.com f26c439c22 Make CFM build aware of buildconfig.html
Fixing tinderbox bustage (hopefully)
2003-02-22 08:49:46 +00:00
jkeiser%netscape.com 295267a863 Make double-click on text in composer select word again (bug 193689), r=bryner@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org 2003-02-22 08:12:11 +00:00
jkeiser%netscape.com bd4cc85eeb Make text drag work again (bug 193568), r=bryner@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org 2003-02-22 08:10:46 +00:00
seawood%netscape.com 1d262a4ced Remove qt toolkit support from the tree.
Use the QT_LAST_RITES tag to pull the last known "good" tree to continue work on the port.
Bug #178987 r=bryner
2003-02-22 07:57:03 +00:00
seawood%netscape.com c3afa26feb Skip the merge of .xpts into single module.xpt if there's only one .xpt and it has the same basename as the module.
Thanks to Nathan Kurz <nate@verse.com> for the patch.
Bug #190583 r=dbradley
2003-02-22 07:40:51 +00:00
leaf%mozilla.org 70e0ce302b Automated update 2003-02-22 07:16:57 +00:00
seawood%netscape.com b44c065b1d Remove qt toolkit support from the tree.
Use the QT_LAST_RITES tag to pull the last known "good" tree to continue work on the port.
Bug #178987 r=bryner
2003-02-22 07:14:37 +00:00
bryner%netscape.com 28243cf27e fix OS/2 bustage - don't have nsAutoArrayPtr's |operator= ( nsAutoArrayPtr<T>& )| take a const argument, because it needs to call .forget() on the new pointer to transfer ownership, and forget isn't const. r=bbaetz. 2003-02-22 06:33:00 +00:00
johnkeis 7a5967a752 Don't overindent lines ending with <--- 2003-02-22 06:31:29 +00:00
johnkeis f6cd941886 Allow fast-update to be turned off; turn throttle time up to 5 minutes. 2003-02-22 06:30:34 +00:00
leaf%mozilla.org e815508560 Automated update 2003-02-22 05:31:58 +00:00
seawood%netscape.com c01ffacdd7 Add about:buildconfig
Bug #140034 r=bbaetz sr=darin
2003-02-22 05:27:42 +00:00
bryner%netscape.com a933850866 Use .get() when calling GetStyleData with a nsRefPtr<nsStyleContext> parameter, fixing nebiros bustage. 2003-02-22 04:27:23 +00:00
bryner%netscape.com f5ac1d8202 mac cfm bustage 2003-02-22 04:17:16 +00:00
bryner%netscape.com a2faedffba Make nsStyleContext also return nsrefcnt from AddRef and Release, fixing gcc 2.95 bustage. 2003-02-22 04:05:05 +00:00
dbaron%dbaron.org e2da493d4e Some compilers insist that AddRef and Release return |nsrefcnt| in order to get along with nsDerivedSafe. Hopefully fixing gcc 2.95 bustage. 2003-02-22 03:57:32 +00:00
justdave%syndicomm.com c65dcaabc4 Bug 194426: "usequips" was renamed improperly in the backward-compatibility Param code.
Patch by Steve Lamm <slamm@yahoo-inc.com>
r= bbaetz, a= justdave
2003-02-22 03:09:49 +00:00
bryner%netscape.com 01767033ad fixing crash caused by uninitialized variable 2003-02-22 02:50:16 +00:00
dbaron%dbaron.org 05f4441e0d Remove tests with const template parameters. Should fix bustage on various ports. 2003-02-22 02:39:40 +00:00
mscott%netscape.com 2324ded1fd ACK this wasn't meant for the trunk. File wasn't tagged properly. Sorry. backing out. 2003-02-22 02:35:31 +00:00
mscott%netscape.com 2f97466dc8 hide ftp channel when building minotaur 2003-02-22 02:22:51 +00:00
dbaron%dbaron.org 352f67066d Fix SVG bustage. DeCOMify nsStyleContext. b=114713 2003-02-22 01:43:58 +00:00
bryner%netscape.com e43f5a49fd Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron. 2003-02-22 00:32:13 +00:00
rogerl%netscape.com 7a22b89b09 Add function name to debug output. 2003-02-21 23:47:46 +00:00
kaie%netscape.com 5bac97e2e0 b=191505 crash in mime_get_main_object when forwarding as attachment
r=ducarroz sr=sspitzer a=asa
2003-02-21 23:17:16 +00:00
nelsonb%netscape.com 15064057ce Fix bug 160207. Make TLS implementation resistant to timing attacks on
CBC block mode cipher suites in TLS.  See bug for details.
2003-02-21 23:00:16 +00:00
pschwartau%netscape.com 75d9c50f73 Initial add. Regression test for bug 194364. 2003-02-21 22:07:21 +00:00
mikep%oeone.com b2b1e81997 New build. 2003-02-21 18:31:57 +00:00
mikep%oeone.com 859b5cc793 Fixing bug 194183, problem with jar.mn file being out of date. 2003-02-21 18:31:37 +00:00
rogerl%netscape.com 5a6fa81b33 Minor fix to something 2003-02-21 16:25:15 +00:00
rogerl%netscape.com c604a03543 Added escape & parseInt. Cleaned up tabs in js2date 2003-02-21 15:04:08 +00:00
mkaply%us.ibm.com e6feaaaa72 #194225
r=dougt, sr=blizzard, a=asa
OS/2 only - crash in helpers - destroy window, don't send a close message
2003-02-21 14:52:06 +00:00
jaggernaut%netscape.com c1edf0c44c Bug 191826: tab context menu: "close tab" should be at top. Also adding back "Close Other Tabs". r=shliang, sr=bryner, a=asa 2003-02-21 12:12:38 +00:00
darin%netscape.com 01533c82cd fixes bug 190106 "IMAP connections hanging" r/sr=sspitzer,bienvenu a=asa 2003-02-21 09:48:41 +00:00
chanial%noos.fr 29faf8d2f6 *** empty log message *** 2003-02-21 05:32:53 +00:00
chanial%noos.fr a0a2e2db8e fixing tab browsing bustage by adding our own widget properties and dtd files to the toolkit. 2003-02-21 05:28:39 +00:00
nisheeth%netscape.com 8180f7e5ba Fix bug 193347. r/sr=alecf. a=dbaron. Remove autocomplete learning and data collection code from nsGlobalHistory.cpp now that it is no longer needed. 2003-02-21 05:08:12 +00:00
sspitzer%netscape.com 7d03818c4d fix for #193142.
filename lost when saving / opening attachments.
caused by my fix for #191817.  I accidentally removed a call to escape().
thanks to jshin@mailaps.org for the fix.
r/sr=sspitzer, a=asa
2003-02-21 04:24:21 +00:00
wtc%netscape.com 08b98e2fe3 Bug 194309: cvs removed libpath.c because the freebl_GetLibraryFilePathname
function has been replaced by the new NSPR 4.3 function
PR_GetLibraryFilePathname.
2003-02-21 02:40:52 +00:00
dveditz%netscape.com 632e09f527 bug 144331 install correctly even if MOZILLA_FIVE_HOME is set. thanks to ajschult@eos.ncsu.edu for the patch, r/sr=dveditz,a=dbaron 2003-02-21 02:29:28 +00:00
jaggernaut%netscape.com 35b7d13c1b Bug 126826: back/forward buttons stop working because of invalid value for sessionhistory.max_entries in prefs.js. r=jrgm, sr=bryner, a=asa 2003-02-21 01:50:14 +00:00
sspitzer%netscape.com 6351eb56de fix for 1.3 blocker bug #179856
crash when you undo a move (or copy).

this regression was caused by two checkins (#59694 and #166411)

the fix is to move the code that sets the src and dest keys on the
undo transaction back to where it was and to bullet proof
the undo transaction code so that if we don't have any src keys.

r=cavin, sr=bienvenu, a=asa
2003-02-21 01:20:44 +00:00
robin.lu%sun.com 69f94daa4e fix bug 194180 [gtk2] OnContainerFocusOut may find wrong nswindow to
dispatch deactive event. r=blizzard. Not part of default build.
2003-02-21 01:09:17 +00:00