80749 Commits

Author SHA1 Message Date
alecf%netscape.com
baac39f6bb add nsTimingService.cpp to the windows/unix builds, sr=ben
bug 72002
2001-04-18 03:04:55 +00:00
beard%netscape.com
3c6d3c3908 Fix for Mac bustage. r=gagan 2001-04-18 03:04:44 +00:00
alecf%netscape.com
2c6f491109 add nsITimingService.idl to windows/mac builds
sr=ben
bug 72002
2001-04-18 03:03:57 +00:00
timeless%mac.com
074967ec72 fix Bugzilla Bug 75632 [FIX]Bad HTML <button> CSS causes jiggling when clicked
patch by bzbarsky@mit.edu r=rods, sr=attinasi
2001-04-18 02:56:12 +00:00
timeless%mac.com
0c2ccb5c7f fix Bugzilla Bug 62678 View source uses background from prefs and hardcoded text color
fix by bzbarsky@mit.edu r=timeless, sr=attinasi
2001-04-18 02:54:41 +00:00
ccarlen%netscape.com
06104dd2c5 Bug 44071 - Change name of profile root dir from "Users50" to "Profiles". Checking in patch by gemal@gemal.dk. r=ccarlen@netscape.com, sr=brendan@mozilla.org 2001-04-18 02:51:24 +00:00
mscott%netscape.com
87777aed43 (NOT PART OF THE BUILD)
Changes to get the icon loader working on win2k with 16bit icons.
2001-04-18 02:48:04 +00:00
beard%netscape.com
5de19d97ce Added UTCUtil library. [not part of build] 2001-04-18 02:44:01 +00:00
beard%netscape.com
6ea19da1fa Fix for bug #26516, load Java lazily. sr=brendan, r=edburns 2001-04-18 02:22:13 +00:00
edburns%acm.org
1caafa50ec I've checked the diffs, they are as expected.
r=dbaron
a=edburns
sr=waterson
bug=71644

Files in this fix:
lcglue.cpp
nsCSecurityContext.cpp

-                nsCOMPtr<nsIScriptGlobalObject> global = scriptContext->GetGlobalObject();
+                nsCOMPtr<nsIScriptGlobalObject> global(dont_AddRef(scriptContext->GetGlobalObject()));

All the changes are like this.
2001-04-18 02:20:32 +00:00
anatoliya%netscape.com
b8327b19c5 bug-75464 r=andreww sr=hewitt 2001-04-18 02:12:48 +00:00
hyatt%netscape.com
889b41d696 See previous checkin comments. Focus issues, same bugs, etc. r=saari, sr=brendan 2001-04-18 01:42:27 +00:00
hyatt%netscape.com
174428fb65 Fix for my 0.9 focus issues. r=saari, sr=brendan 2001-04-18 01:41:20 +00:00
sspitzer%netscape.com
f578c74b05 fix for #76088 views not persisting. fix started by putterman. sr=bienvenu@netscape.com
fix for #76307 special views default to sort order and type instead of the current sort order and type.
thanks to putterman for the bug and the fix.  r=sspitzer, sr=bienvenu
2001-04-18 01:20:29 +00:00
ben%netscape.com
255fc92a75 fix mac bustage by backing out change. 2001-04-18 01:15:23 +00:00
evaughan%netscape.com
692761f08b Added a return to the end of this file to prevent HPUX bustage. 2001-04-18 00:48:24 +00:00
ddrinan%netscape.com
c256ed06c8 Fix for bug #75277, enable tls. r=javi@netscape.com, sr=darin@netscape.com 2001-04-18 00:46:04 +00:00
mjudge%netscape.com
5b3dcdb1f8 needed PR_MIN and MAX bustage 2001-04-18 00:33:23 +00:00
shanjian%netscape.com
b739eb1ec6 #63965 crashed under Simplified Chinese Win2000 OS when scroll bar is dragged
r = nhotta,  sr=blizzard

"LoadGlobalFont" function is added to both "nsFontMetricsWin"
and "nsFontMetricsWinA" class to replace existing "LoadFont" call.
This function will use the "LOGFONT" stored in global font list to
create new font, that include charset parameter. CMAP is created
again for "mLoadedFont", but copied from global font item.

When enumerating the font, true type font is put in priority order
so that it will be searched first. This is done inside "enumProc"
function.
2001-04-18 00:30:46 +00:00
dbaron%fas.harvard.edu
3cb9428b20 Fix build bustage by removing unneeded #include of file that was just removed. 2001-04-18 00:30:43 +00:00
sonmi%netscape.com
7251dc781b tinderbox platformlist - which platforems are required to run which tests 2001-04-18 00:28:22 +00:00
scc%mozilla.org
fae661aa09 [documentation], _never_ part of a build. fixing bad ``it's''s, and referencing the tracking bug 2001-04-18 00:22:01 +00:00
dbaron%fas.harvard.edu
68d7ca3932 Fix MOZ_TRACK_MODULE_DEPS bustage by adding htmlparser to REQUIRES. 2001-04-18 00:17:21 +00:00
heikki%netscape.com
1f6e826dca Bug 51339, XHTML map elements did not work, r=harishd, sr=vidur. 2001-04-18 00:14:34 +00:00
av%netscape.com
e9fe7004bd Fixing bug 76384 -- crash in the default plugin, r=serge, sr=attinasi 2001-04-18 00:05:20 +00:00
dcone%netscape.com
dacbd25e21 b=57928 r=mcclusky sr=attinas. 2001-04-18 00:03:10 +00:00
law%netscape.com
e4ee0baa54 Bug 52454 2001-04-17 23:59:58 +00:00
law%netscape.com
2cf8322fac Bug 52454; new Makefile.in for Linux build; not built yet 2001-04-17 23:59:02 +00:00
serge%netscape.com
a9d6f87537 #67879 fix the crash, getting rid of xpm.h to show up a puzzle pixmap; sr=blizzard, r=av 2001-04-17 23:57:26 +00:00
pschwartau%netscape.com
093eb06477 Getter/setter tests are non-ECMA. Moving them from ecma_3 directory to js1_5 directory. 2001-04-17 23:56:57 +00:00
pschwartau%netscape.com
b4f95d7a38 Getter/setter tests are non-ECMA. Moving them to js1_5 directory 2001-04-17 23:54:17 +00:00
pierre%netscape.com
c827cfce65 Removed nsHTMLContentStream.cpp. Checked in for harishd. 2001-04-17 23:49:10 +00:00
av%netscape.com
b4bfce2250 Fixing 76356 -- plugin streams don't ask for byte range support, r=gagan, sr=darin 2001-04-17 23:47:01 +00:00
blizzard%redhat.com
808a2ce42a Fix bug #66347. Bogus return values for screenX and screenY. Don't cache values after a ::Move. r=dbaron, sr=alecf. 2001-04-17 23:41:32 +00:00
ducarroz%netscape.com
b90a68a568 Fix for bug 75650. Fix some memories leak which result on not remowing temp files. R=varada, SR=sspitzer 2001-04-17 23:41:29 +00:00
ducarroz%netscape.com
d52a020758 Fix for bug 76215. Need to start progressmeters even when we don't show the progress dialog. R=varada, SR=sspitzer 2001-04-17 23:38:44 +00:00
ben%netscape.com
dc5c742ecc 68547, dragging bookmarks to top of folder sometimes deletes folder.
patch from matthew wilson, r=fabian, sr=ben
2001-04-17 23:36:44 +00:00
bienvenu%netscape.com
6854b90991 fix problem reading unread imap msg from mem cache not marking msg read r=naving,sr=sspitzer 24787 2001-04-17 23:32:09 +00:00
mjudge%netscape.com
bf9ef32d15 removing optimization unneeded for table selection to fix 60846sr= kin r= manske after making changes they requested 2001-04-17 23:31:34 +00:00
av%netscape.com
8dd38b5042 Fixing 75826 -- PostURL not working from files, r=peterl, sr=waterson 2001-04-17 23:30:25 +00:00
javi%netscape.com
f8400b8b63 Backing out prior patch for 76141 which caused all
platforms to display incorrectly.
2001-04-17 23:29:58 +00:00
joki%netscape.com
e4184fbcc1 Fix for 63742, fire DOM resize events from a resetting timer to make them more useful and avoid infinite recursion. r:pollmann,sr:jst 2001-04-17 23:25:21 +00:00
ben%netscape.com
6244bf9699 er, part of previous checkin (71685) r=pchen, sr=sfraser 2001-04-17 23:25:18 +00:00
harishd%netscape.com
fa9d1080cf 68790 - Remove nsHTMLContentSinkStream dependency. Not in use anymore
r=heikki
sr=jst
2001-04-17 23:23:33 +00:00
pierre%netscape.com
ebd847e390 #59933. When a |smaller| font size results in something smaller than the |xx-small| of the base font, we use the parent's font size. Same thing for |larger| and |xx-large|. r=attinasi 2001-04-17 23:23:09 +00:00
ben%netscape.com
ab3483b62b 71685 - bookmarks sidebar panel doesn't load. Rename file back to the original name.
r=pchen, sr=sfraser
2001-04-17 23:21:51 +00:00
gordon%netscape.com
3d9a817e4b Fix bug 75448 "Clear disk cache from prefs not working properly". Patch by
beard, r=gordon, sr=darin.
2001-04-17 23:20:06 +00:00
ddrinan%netscape.com
eaff211a1e Fix for cert selection. 2001-04-17 23:16:14 +00:00
ben%netscape.com
989f6c5af5 75470, add bookmark dialog should be resizable. patch from sfraser, r=pchen, sr=ben. Also, changed some boxes to hbox/vbox. 2001-04-17 23:15:13 +00:00
cmanske%netscape.com
252a6200b6 Fixed selection of named anchor icon, b=68714, r=mjudge, sr=kin 2001-04-17 23:13:45 +00:00