dbaron%fas.harvard.edu
|
7ecde6730c
|
Fix user-agent for Windows NT versions above 5.0. b=62663 r=valeski@netscape.com sr=mscott@netscape.com
|
2001-03-10 03:16:32 +00:00 |
dbaron%fas.harvard.edu
|
baa55535f0
|
Fix disappearance of right scrollbar caused by lack of min-width on toolbar, statusbar, or menubar. r=andreww@netscape.com sr=hewitt@netscape.com b=55368
|
2001-03-10 03:16:10 +00:00 |
javi%netscape.com
|
f6e9cc67dc
|
Create our param block that allows us to pass nsISupport references to
dialogs and clean up a little bit of the UI.
|
2001-03-10 03:09:20 +00:00 |
brendan%mozilla.org
|
30c4158e22
|
Spanked TraceMalloc docs using Mozilla composer (sorry for the cvsblame).
|
2001-03-10 03:08:55 +00:00 |
blakeross%telocity.com
|
89e820d0ae
|
My name is Blake and I'm an idiot.
|
2001-03-10 03:04:40 +00:00 |
javi%netscape.com
|
4b20d6b2a7
|
Add mozilla/security/manager/pki/public/Makefiles to the list of
Makefiles generated for PSM 2.0
r=cls
|
2001-03-10 02:53:29 +00:00 |
javi%netscape.com
|
0372162f0b
|
Add our own param block that allows us to pass references to
XPCOM objects to dialogs.
|
2001-03-10 02:45:24 +00:00 |
maolson%earthlink.net
|
d98372f71c
|
vixen portion of bug 71023 - |getFormattedString| instead of |replace| for stringbundles
r=timeless, a=ben
|
2001-03-10 02:15:20 +00:00 |
waterson%netscape.com
|
d486cf0cd2
|
Bah! No fancy C++ casts for you.
|
2001-03-10 02:06:59 +00:00 |
javi%netscape.com
|
f52bffdcc6
|
No longer need to special the DIST variable when MOZILLA_CLIENT is
defined.
|
2001-03-10 01:59:59 +00:00 |
nicolson%netscape.com
|
92346678ce
|
It needs to extend ServerSocket.
|
2001-03-10 01:56:57 +00:00 |
gerv%gerv.net
|
eec7acc5fe
|
Whitespace changes only; removing tabs and reformatting my changes to match the rest of the file. Long overdue.
|
2001-03-10 01:47:30 +00:00 |
hyatt%netscape.com
|
d741df52e2
|
Fix for 71262 and 71485, r=jag, srs=shaver on 71262 and hewitt on 71485
|
2001-03-10 01:43:09 +00:00 |
relyea%netscape.com
|
37306c1267
|
CK_ULONG != unsigned int on 64 bit platforms. Fix the cast which was obviously
put in to remove a warning.
bug 70713
|
2001-03-10 01:35:17 +00:00 |
relyea%netscape.com
|
9d9fb5174d
|
Fix AIX 64 bit tools failure. For some reason the 64 bit compilier didn't like
the massive switch statement. The new code is easier to read anyway now.
bug 70713
|
2001-03-10 01:34:08 +00:00 |
javi%netscape.com
|
cd16b81ceb
|
Commiting a patch provided by Markus Holmberg for FreeBSD
|
2001-03-10 01:33:39 +00:00 |
blakeross%telocity.com
|
5a9e458b7b
|
Option click to save links on mac (55686). r=timeless sr=alecf
|
2001-03-10 01:29:46 +00:00 |
nicolson%netscape.com
|
fb41b8c8d6
|
Leave in MSVCRTD, because it breaks the build on Sonja's machine.
|
2001-03-10 01:21:39 +00:00 |
pavlov%netscape.com
|
a23093979b
|
removing windows stuff too
|
2001-03-10 01:16:51 +00:00 |
pavlov%netscape.com
|
99105ce326
|
moving the container stuff here.
|
2001-03-10 01:11:54 +00:00 |
pavlov%netscape.com
|
1240857af8
|
removing lots of stuff (like all the platform specific code) moving gfxIImageContainer* into new image library
|
2001-03-10 01:10:05 +00:00 |
waterson%netscape.com
|
09aba8783d
|
Fix build bustage. #include jsapi.h because Mac wants decls.
|
2001-03-10 01:05:53 +00:00 |
darin%netscape.com
|
b8b5c77620
|
Added some comments.
|
2001-03-10 01:03:05 +00:00 |
darin%netscape.com
|
5b97f2a839
|
Fixes bug 71391. Leaking sockets with CLOSE_WAIT status during page loads.
r=dougt sr=mscott
|
2001-03-10 00:58:54 +00:00 |
cls%seawood.org
|
d9028dfffa
|
Standalone zlib is always built for the installer
|
2001-03-10 00:54:38 +00:00 |
mkaply%us.ibm.com
|
06a62886d8
|
#70961
r=jst, sr=erik
DOM changes to implement the dir attribute (document.dir) needed for Bidi
|
2001-03-10 00:50:54 +00:00 |
jgmyers%netscape.com
|
cd7c184727
|
cleanup error handling: bug 64777 sr=mscott r=sspitzer
|
2001-03-10 00:49:05 +00:00 |
beard%netscape.com
|
644891e9a1
|
[not part of build] Added simple enumeration mechanism to nsCacheEntryHashtable.
|
2001-03-10 00:43:20 +00:00 |
mkaply%us.ibm.com
|
cea152bf84
|
WIN95 build breakage vis hwaara
Since Win95 can't recursively invoke NMAKE, need fdlibm in DIRS statement
|
2001-03-10 00:43:00 +00:00 |
beard%netscape.com
|
2a7451c0d3
|
[not part of build] renamed DoomEntry_Internal to DoomEntry_Locked, made public for use by cache devices.
|
2001-03-10 00:42:19 +00:00 |
waterson%netscape.com
|
a42cf40db4
|
Bug 71141. Handle re-entrant script object creation by allowing 'inner' object to win and discarding 'outer' object. r=jst,jband; sr=brendan
|
2001-03-10 00:22:20 +00:00 |
rogerl%netscape.com
|
05b771613b
|
Fix #58031. sr=brendan. Crash in Array.prototype.toLocaleString()
|
2001-03-10 00:20:42 +00:00 |
waterson%netscape.com
|
7b309322c7
|
Fix compiler warnings caused by backslash character in '//' comment. Tip o' the hat to timeless.
|
2001-03-10 00:19:38 +00:00 |
rogerl%netscape.com
|
e0a0360d95
|
Fix #57187. sr=brendan,r=shaver. Reorder lines to avoid warning.
|
2001-03-10 00:17:37 +00:00 |
rogerl%netscape.com
|
b63c641dab
|
Fix bug #56868. sr=brendan,r=mccabe. Error object [[Class]] property.
|
2001-03-10 00:16:32 +00:00 |
erik%netscape.com
|
d0685b0863
|
bug 71370; sr=erik; dbaron caught an error in yesterday's check-in; the
bidi bit was set in the reserved area; it is now in the right area
|
2001-03-10 00:15:16 +00:00 |
nhotta%netscape.com
|
bf1141c8ce
|
Enabled TSM for Carbon, bug 70720, r=ftang,pinkerton, sr=sfraser.
|
2001-03-10 00:10:31 +00:00 |
cmanske%netscape.com
|
d0220a2106
|
Added param to caller of editor saveDocument for save mime type as part of fix for bug 51798. r=brade, sr=sfraser
|
2001-03-10 00:02:31 +00:00 |
cyeh%bluemartini.com
|
53a27cfa44
|
back out change
|
2001-03-09 23:59:40 +00:00 |
cls%seawood.org
|
dcacae1ebf
|
Rename img libraries that have have common external equivalents as our internal versions may be slightly incompatible.
Bug #57247 sr=tor
|
2001-03-09 23:53:17 +00:00 |
cyeh%bluemartini.com
|
558f46a9ba
|
fix for 70039: Mid-air collision page confusing, users think comments will be lost
|
2001-03-09 23:41:37 +00:00 |
rpotts%netscape.com
|
abe013ddbe
|
bug #70736 (r=darin@netscpe.com). Fix to nsInputStreamChannel to get the notification callbacks working...
|
2001-03-09 23:27:47 +00:00 |
dave%intrec.com
|
b7399b8a39
|
Fix for bug 71510: permissions not set correctly on graphs directory
|
2001-03-09 23:19:51 +00:00 |
alecf%netscape.com
|
9edc4a4e2a
|
remove these files (never part of build, moving over to mozilla/content)
|
2001-03-09 22:50:35 +00:00 |
cyeh%bluemartini.com
|
a97d3a1b10
|
add notation about securing web installation
|
2001-03-09 22:37:22 +00:00 |
nicolson%netscape.com
|
2093ef5077
|
We need to set -DNSS_USE_STATIC_LIBS on NT because of some code in ssl.h.
|
2001-03-09 22:24:42 +00:00 |
nicolson%netscape.com
|
6e36a732d9
|
Fix compiler warning on NT by setting /NODEFAULTLIB:MSVCRTD.
|
2001-03-09 22:23:45 +00:00 |
cyeh%bluemartini.com
|
4d3e4473b0
|
refix for 40603: Assumes user is coming from different page
reduce wording
|
2001-03-09 21:41:27 +00:00 |
nicolson%netscape.com
|
1b2b4cd997
|
SSL changed its callback signatures to return SECStatus.
|
2001-03-09 21:35:51 +00:00 |
nicolson%netscape.com
|
2747bd30a0
|
Remove libsectool.
|
2001-03-09 21:35:02 +00:00 |