Commit Graph

76116 Commits

Author SHA1 Message Date
scc%mozilla.org
89f6b7263b bug #53071: r=danm, sr=alecf. Eliminate redundant implemenations, resolve resulting ambiguities. 2001-02-06 23:07:24 +00:00
dbragg%netscape.com
7d29116ef0 Name change for in-use files to .new or .old. Fixes bug 67703. r=dveditz, sr=mscott 2001-02-06 23:06:32 +00:00
thayes%netscape.com
bde03842a3 Add public directory 2001-02-06 23:05:19 +00:00
mscott%netscape.com
522f34503c Bug #67489 --> use a separator without a class=thin before the checkbox. 2001-02-06 23:03:48 +00:00
blakeross%telocity.com
ca4618e50f JS warnings in messengerdnd.js (for mao, 58561). r=blake,jag sr=alecf 2001-02-06 23:03:38 +00:00
rods%netscape.com
baed08e917 Printing of selected frameset frames and Iframes
Bug 66783 r=dcone sr=buster,attinasi
2001-02-06 23:03:17 +00:00
thayes%netscape.com
b5e8127f4b Add nsPK11TokenDB. Modify SDR to throw set-password dialog. 2001-02-06 23:01:33 +00:00
scc%mozilla.org
2345444093 bug #66278: r=danm, sr=alecf. Fix signed vs. unsigned warngins in |nsFragmentedString::SetLength| 2001-02-06 23:00:39 +00:00
thayes%netscape.com
97e399fbe6 Remove SecureDevicePrompt idl 2001-02-06 23:00:18 +00:00
thayes%netscape.com
232e1017a1 Add INSSDialogs IDL 2001-02-06 22:58:57 +00:00
thayes%netscape.com
98d97de274 Add PK11TokenDB IDL 2001-02-06 22:52:10 +00:00
javi%netscape.com
8661fd9797 Make the Bundle methods non-static. This is the first of 2 parts.
The next part fix will create a private interface for looking up
the nsNSSComponent from the callbacks instead of type-casting
nsISecurityManagerComponent pointer.
2001-02-06 20:09:27 +00:00
mcgreer%netscape.com
532933e0be bug 67132. certutil crashes on -C -x combination, deny it for now.
certutil -C was not recognizing the -a (ascii) option, implement it.
r=wtc
2001-02-06 18:26:30 +00:00
sspitzer%netscape.com
5649214e67 fix #67398. sr=bienvenu 2001-02-06 15:59:45 +00:00
sspitzer%netscape.com
0058620b00 fix for #67388. r=gayatrib, sr=bienvenu 2001-02-06 15:49:33 +00:00
ccarlen%netscape.com
21a4335522 Bug 65907 - remove dependency on chrome from XPCOM. r=racham@netscape.com,tao@netscape.com, cls@seawood.org, sr=hyatt@netscape.com 2001-02-06 15:41:37 +00:00
colin%theblakes.com
32c1a5ba47 VMS specific fix; tagFile name needs a case blind compare. b=55950 r=rpotts 2001-02-06 15:28:11 +00:00
ftang%netscape.com
1fdce11a46 add HaveFontFor method for nsIFontEnumerator sr=erik 2001-02-06 13:44:11 +00:00
ftang%netscape.com
1b1f000302 add HaveFontFor method for nsIFontEnumerator . sr=erik 2001-02-06 12:48:59 +00:00
ftang%netscape.com
70e85b97eb add HaveFontFor method to nsIFontEnumerator sr=erik 2001-02-06 12:48:45 +00:00
ftang%netscape.com
a2a345d205 add nsFontPackage for font downloading trigger code. sr=erik 2001-02-06 12:40:23 +00:00
ftang%netscape.com
379776ed20 add nsFontPackage.cpp to implement interface for font downloading sr=erik 2001-02-06 12:38:09 +00:00
ftang%netscape.com
5bec4d45f3 add font download interfaces . sr=erik 2001-02-06 12:37:10 +00:00
ftang%netscape.com
246c0982ee add font download interface sr=erik 2001-02-06 12:35:41 +00:00
pschwartau%netscape.com
4cd5b867fb Made this testcase acknowledge that indirect eval is LEGAL; see bug 38512. 2001-02-06 07:57:17 +00:00
ssu%netscape.com
6763be0a44 fixing bug 67728 - update installer build process to support urls. r=dveditz,leaf sr=mscott. not part of tinderbox builds. affects only windows 2001-02-06 07:43:25 +00:00
pschwartau%netscape.com
8e1d1ab4d9 Made this testcase acknowledge that indirect eval is LEGAL; see bug 38512. 2001-02-06 07:33:28 +00:00
pinkerton%netscape.com
41357cce17 Removing HTML->text sink from the parser. r=akkana/sr=vidur. bug 62432. 2001-02-06 07:15:32 +00:00
ssu%netscape.com
8b4b8a8669 fixing bug 49456 - installer memory usage too high. r=dveditz, sr=mscott. windows platform only. 2001-02-06 07:15:13 +00:00
pschwartau%netscape.com
8ab3095a6c Made this testase acknowledge that indirect eval is LEGAL; see bug 38512. 2001-02-06 06:52:59 +00:00
pchen%netscape.com
c289ad5745 bug 61079, r=blake, a/sr=ben, fix editing of helper app mappings, by creating a full new mapping (which will actually show up in the list) and deleting the old one (makes old one go away, duh) 2001-02-06 06:50:02 +00:00
pchen%netscape.com
ad2ae55415 bug 56226, r=blake, sr=mscott, remove about attributes from NC:fileExtensions tags which causes barf (exception thrown) in helper apps pref code and such attributes are written out from prefs code anyways 2001-02-06 06:29:53 +00:00
pschwartau%netscape.com
8097b07638 Deleting this testcase. It expected indirect eval to throw an exception. Wrong - this is legal: see bug 38512. 2001-02-06 06:06:18 +00:00
blakeross%telocity.com
733943b5fb Just moving a variable declaration to declare it only when needed... 2001-02-06 05:50:31 +00:00
pollmann%netscape.com
26e414d3ed Bug 42892: Split FlushPendingNotifications in to content and content+frames cases (speed up content list access), r=jst@netscape.com, sr=vidur@netscape.com 2001-02-06 05:46:46 +00:00
pinkerton%netscape.com
5947c4f6ed fix for 51053, where we'd throw too early when trying to close popups. added try/catch around each individual QI. r=ben/sr=scc. 2001-02-06 05:33:28 +00:00
mscott%netscape.com
c1d77f34a4 Don't build this obsolete directory. 2001-02-06 05:17:18 +00:00
kandrot%netscape.com
47f98a24fe r=waterson sr=cls
Adding a newer version of the libc malloc.c from the author.  It is
 compiled switched in via --enable-lea.
2001-02-06 04:52:19 +00:00
rbs%maths.uq.edu.au
c2377665ea Fix for shift/jump/overlap in the incremental reflow of tables containing text-inputs and images. Bug 45562 and related dups. sr=waterson@netscape.com 2001-02-06 04:42:31 +00:00
mscott%netscape.com
9c7e28ce40 don't build this obsolete directory. 2001-02-06 04:40:32 +00:00
cmanske%netscape.com
36637accb4 Fixed saving over existing file bug 66745. r,m=Makoto Hamanaka (VYA04230@nifty.com), sr=sfraser.' 2001-02-06 04:38:08 +00:00
leaf%mozilla.org
c5fd5ae0d3 Automated update 2001-02-06 04:30:13 +00:00
kandrot%netscape.com
59870281dc r=waterson sr=cls
Adding a newer version of the libc malloc.c from the author.  It is
 compiled switched in via --enable-lea.
2001-02-06 04:28:59 +00:00
kandrot%netscape.com
098f279a10 r=waterson sr=cls
Adding a newer version of the libc malloc.c from the author.  It is
compiled switched in via --enable-lea.
2001-02-06 04:26:58 +00:00
mscott%netscape.com
1435ba674f Bug #67555 --> rewrite OnStart/OnStopMeteors to use timers for performance benefits.
sr=bienvenu
2001-02-06 04:13:08 +00:00
mscott%netscape.com
72b7e75b5f Bug #67555 --> remove obsolete timer code
sr=bienvenu
2001-02-06 04:11:21 +00:00
beard%netscape.com
31ec0aa149 build system changes for Carbon, bug #64484, r=pinkerton, sr=sfraser 2001-02-06 04:00:52 +00:00
hyatt%netscape.com
31fc7bd2eb Backing out my checkin of menulistBIndings.xml. That was an accident. 2001-02-06 03:07:42 +00:00
hyatt%netscape.com
7c7f965c68 Oh to heck with it. It's just a file nobody is using yet. Adding to JAR. 2001-02-06 02:59:44 +00:00
hyatt%netscape.com
8e5f0a5ee1 Not part of build. 2001-02-06 02:57:58 +00:00