Commit Graph

115399 Commits

Author SHA1 Message Date
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
sgehani%netscape.com
5158bf9a04 Make holding the option key at launch time open the profile manager on mac.
b=194149; r=sgehani; sr=jaggernaut; a=asa; author=sfraser
2003-02-21 00:54:00 +00:00
sfraser%netscape.com
b9251480f2 Fix XPCOM tests linkage error on Darwin (only visible on clobber builds that build tests). r/sr=bryner. 2003-02-21 00:48:21 +00:00
wtc%netscape.com
c049211d54 Bug 194309: replaced freebl_GetLibraryFilePathname by the new NSPR 4.3
function PR_GetLibraryFilePathname.
Modified files: config.mk manifest.mn shvfy.c
2003-02-21 00:41:24 +00:00
jaggernaut%netscape.com
85174f51b9 Bug 191749: bad define inside nsAFlatString.h. r=/sr=bzbarsky, a=dbaron 2003-02-21 00:34:17 +00:00
shliang%netscape.com
c0634dbc73 192768 change default sound pref for popup blocking, r=danm sr=jag a=dbaron 2003-02-21 00:05:01 +00:00
rogerl%netscape.com
0c6f332b7a Fixed execStack overflow, added 'unescape' etc. 2003-02-20 23:55:53 +00:00
mkaply%us.ibm.com
718374691b #149079
r=pedemont, sr=blizzard (platform specific), a=asa
OS/2 only - make mouse chord actions do copy and paste
2003-02-20 23:14:27 +00:00
bryner%netscape.com
fe0c978747 Freeze nsIWebBrowserFocus and nsIWebBrowserChromeFocus (bug 191236). r=saari, sr=alecf, a=asa. 2003-02-20 23:11:07 +00:00
mkaply%us.ibm.com
c6cba766b7 #174366
r=pedemont, sr=blizzard (platform specific), a=asa
OS/2 only - make Mozilla the default browser after install
2003-02-20 23:10:28 +00:00
rginda%netscape.com
9390a60290 venkman only, bug 194234, changes from 0.9.46 to 48, a=asa@mozilla.org
fixes ASSERTs about chrome calling window.alert, etc in debug builds
fixes problems setting breakpoints in files loaded by hand
"add watch expression..." added to context menu of Watch view
fixes file:/ urls loaded form the Open Windows view
2003-02-20 23:06:12 +00:00
locka%iol.ie
d29c498403 Fix order of event parameters. r=dbradley@netscape.com sr=brendan@mozilla.org a=asa@mozilla.org 2003-02-20 22:56:40 +00:00