Commit Graph

76135 Commits

Author SHA1 Message Date
ftang%netscape.com
b4a8b42d9c add cp684i converter. check in for IBM bidi team. sr=ftang 2001-02-06 23:49:25 +00:00
beard%netscape.com
9d41f60b07 [not part of build] builds "classic" (non-Carbon) plugin support library. 2001-02-06 23:49:16 +00:00
ftang%netscape.com
51e70dc58a First Checked In. 2001-02-06 23:44:14 +00:00
javi%netscape.com
f271ab26a2 Fix for Bug 66939 r=javi, sr=mscott check in patch to allow profile switching on the Mac. Original patch provided by ccarlen. 2001-02-06 23:43:27 +00:00
blakeross%telocity.com
a5858da5bf Titlebar when viewing images not localizable (57549). r=attinasi sr=erik 2001-02-06 23:39:46 +00:00
harishd%netscape.com
462dde7c69 63423 - Unblock parser before evaluating external js content.
63661 - Do not create an end token automatically if the tag did not contain '>'
33051 - Handle residual style before closing a tag.
58992 - Leaf content should go thro' the normal HandleToken path.
61462 - Release parser bundle only when the parser is about to shutdown

r=jst
sr=vidur
2001-02-06 23:35:29 +00:00
blakeross%telocity.com
e87760dc8a Adding file for 57549; not part of build. 2001-02-06 23:35:08 +00:00
javi%netscape.com
f8401a3ea7 Fix for Bug 66939. r=javi, sr=mscott Checking code in for ccarlen. This is to get profile switching working with PSM 1.x 2001-02-06 23:34:32 +00:00
harishd%netscape.com
a7c109086e Use resumeParsing instead of EnableParse().
r=jst
sr=vidur
2001-02-06 23:31:17 +00:00
javi%netscape.com
aac8a1e872 Fix for psm-glue crashes when (Bug 67502)asking for passwords when not
associated with an SSL connection.

r=thayes, sr=mscott
2001-02-06 23:29:25 +00:00
waterson%netscape.com
406fb24d64 Remove unnecessary #include that breaks gcc-3.0; r=pierre,harishd. 2001-02-06 23:28:44 +00:00
blakeross%telocity.com
3d206cf525 Moving a variable declaration after a |return|. r=hixie 2001-02-06 23:28:17 +00:00
brendan%mozilla.org
e23a1be36f Fix for bug 44009 (r=rogerl, sr=shaver)
- Remove bogus JS_ASSERT(!outermost) from the code that deals with a "#n="
  type string being returned from js_EnterSharpObject, where the hash entry
  is not yet sharp (because we haven't seen the object twice during depth
  first search).  This case trivially arises for the outermost object in,
  e.g., 'o={}; o.foo=o; uneval(o)'.
- Avoid parenthesizing #n={...} object initializers for uneval, as they are
  not ambiguous (whereas {foo:1}, e.g., is ambiguous because it could be a
  block statement containing a labeled expression statement, or it could be
  an object initializer).
- Death to tabs!
2001-02-06 23:19:44 +00:00
scc%mozilla.org
05a7c0e1fc bug #53067: r=danm, sr=alecf. Eliminate copying versions of |BeginReading|, |EndReading|, |BeginWriting|, |EndWriting|, and fix callers 2001-02-06 23:18:20 +00:00
naving%netscape.com
16e061b9c0 63300. r=racham, sr=bienvenu. Making IMAP folders case-sensitive and local folders
case-insensitive as done in 4x.
2001-02-06 23:17:26 +00:00
matt%netscape.com
4190e86cc1 r=law
sr=ben
adding focus to search panel when opened
2001-02-06 23:13:37 +00:00
bryner%uiuc.edu
120c2b4fd9 bug 67527 -- cleaning up psm module registration (both psm 1.x and PIP). r=javi, sr=brendan. 2001-02-06 23:10:16 +00:00
mscott%netscape.com
eb1aab9e34 remove obsolete files that are no longer part of the build from the repository. 2001-02-06 23:08:19 +00:00
dcone%netscape.com
f6daf26482 Initial version. r=kmmclusky. Does not effect the build 2001-02-06 23:07:47 +00:00
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