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
brendan%mozilla.org
ed7dbec5c1
Fix from pthomas@suse.de (Philipp Thomas) for 64-bit conflict between ptrdiff_t and JS_BIT/JSUint32 (r=shaver, a=dbaron).
2003-02-20 22:23:03 +00:00
rogerl%netscape.com
e63fdde706
GC bug fixing.
2003-02-20 21:48:07 +00:00
cltbld%netscape.com
b7e2717012
fixing another warning - mcafee
2003-02-20 21:25:22 +00:00
cltbld%netscape.com
e3a3e57afd
Cleaning up warnings from non-existant ENV vars. -mcafee
2003-02-20 21:20:21 +00:00
rogerl%netscape.com
14c2a957f5
Fixed missing destructor.
2003-02-20 19:44:41 +00:00
rogerl%netscape.com
61018a618f
More gc fiddling.
2003-02-20 19:41:14 +00:00
rogerl%netscape.com
2faa1faa84
Experimental new gc scheme.
2003-02-20 19:16:39 +00:00
mkaply%us.ibm.com
6298759e60
OS/2 bustage - PR_CALLBACK
2003-02-20 19:09:43 +00:00
wtc%netscape.com
0cf4cab50e
Bug 194222: Removed SECMOD_CallOnce. It is replaced by the new NSPR 4.3
...
function PR_CallOnceWithArg.
Modified files: nss/nssinit.c pk11wrap/pk11cert.c pk11wrap/secmodi.h
2003-02-20 16:58:57 +00:00
rogerl%netscape.com
1f84533442
Fixed Array.length & proto functions.
2003-02-20 16:17:49 +00:00
mikep%oeone.com
441cd617c5
Fixing problem with sorting events not working if they happen at the same time, bug 189710
2003-02-20 16:10:15 +00:00
wtc%netscape.com
240de54477
Bug 118832: do not include NSS private header files. "genname.h" is simply
...
not needed. "crmfi.h" can be avoided by using the public function
CRMF_EncodeCertReqMessages. r=kaie. sr=bryner. a=asa for mozilla 1.3.
Modified Files: Makefile.in nsCrypto.cpp nsNSSIOLayer.cpp
2003-02-20 14:56:10 +00:00
locka%iol.ie
33e1be5824
Fix IPropertyBag::Read implementation to treat pVar as [in,out] and honour callers requested VARTYPE. b=193782 r=dbradley@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org
2003-02-20 14:35:48 +00:00
igor%mir2.org
a8e6f7c025
Parsing changes: for regular expression literals construct a tree node with regular expression number during parsing instead of generating a special subtree that is converted to such node during tree transformation.
2003-02-20 13:11:21 +00:00
igor%mir2.org
406437f686
Praising changes: remove direct access to VariableTable in ScriptOrFnNode and instead provide methods to access its functionality. In this way VariableTable can be changed without affecting the rest of code.
2003-02-20 09:18:12 +00:00
justdave%syndicomm.com
8abddf8b17
Bug 194172: move.pl was sending empty bugs because of failure to initialize the field list for the new "XML Summary" mode.
...
r= gerv, a= justdave
2003-02-20 08:14:57 +00:00