Граф коммитов

63834 Коммитов

Автор SHA1 Сообщение Дата
sgehani%netscape.com d5721f71b3 Fix site selector failover url parsing and download redirect ini routine. (Both nsbeta2+ bugs.) [b=32694, 32766; r=dveditz] 2000-06-07 23:15:14 +00:00
mscott%netscape.com 57f7cbb57a Bug #40160 --> fix annoying assertion in on end document load for cases where the url doesn't have a host
r=rpotts
2000-06-07 23:13:12 +00:00
attinasi%netscape.com 48511a3494 Fixed problem where anchors with no HREF were being styled like links in composer. b=31594 r=kmcclusk 2000-06-07 23:07:57 +00:00
attinasi%netscape.com 235a64963f Fixed crash when a textarea control has fixed-backgrounfd attachment. b=40118 r=kmcclusk 2000-06-07 23:06:41 +00:00
attinasi%netscape.com d264987b1c Removed erroneous assertion: b=38768 r=dcone 2000-06-07 23:05:30 +00:00
sspitzer%netscape.com 035438a614 fix for #23062. stop stripping the "@domain.com" from the smtp username.
also, fix the code the builds the smtp url to handle a username with
an "@" in it.
2000-06-07 23:05:12 +00:00
attinasi%netscape.com d7acae8f5e Fixed crash due to ordering problem: b=38768 r=dcone 2000-06-07 23:04:45 +00:00
sspitzer%netscape.com a980ff2710 this belongs in bugzilla, not in the UI. #22235 2000-06-07 23:00:15 +00:00
akkana%netscape.com 1c0d83348d 40457: suppress extra XIF output for cases where the selection
doesn't intersect the range at all. r=jfrancis, a=beppe.
2000-06-07 22:58:39 +00:00
akkana%netscape.com b9bf5f4880 40457: Add implementation for range methods to tell whether
a node or point intersects the range. r=jfrancis, a=beppe.
2000-06-07 22:57:36 +00:00
akkana%netscape.com 5530c009d8 Needed for bug 40457: Add API for range methods to tell
whether a node or point intersects the range. r=vidur, a=beppe.
2000-06-07 22:56:55 +00:00
mbarnson%excitehome.net e76bf3f5ee Updates:
1.Added Dave Lawrence's excellent RedHat Bugzilla differences section verbatim.
2.Added more information on Loki Bugzilla ("Fenris").
3.Added questions from some corporate customers
4.Removed unused text in API section
5.Added information about other documentation (pending)
6.Added a section for pointy-haired-bosses
7.This will be the last release in strictly HTML format.  Source will be SGML shortly, with HTML and TXT versions
included with the package from this point on
2000-06-07 22:54:07 +00:00
mjudge%netscape.com eeee01489a adding in null check since we dont ALWAYS use selection to output xif. this gets rid of an assertion that i found while fixing a regression 41814 r=donm a=donm ect 2000-06-07 22:46:11 +00:00
mjudge%netscape.com 334756250b regression fix. my bad. changing editor code to have some duplicate code from nsSelection to output the whole document. r=donm a=donm regression ect. 2000-06-07 22:44:52 +00:00
robinf%netscape.com 4a8552d6bf removing Unix line endings 2000-06-07 21:25:28 +00:00
robinf%netscape.com 56b598ae1a fixing unix line endings 2000-06-07 21:22:18 +00:00
wtc%netscape.com 7e98aced72 Bugzilla bug #40941: define _PR_HAVE_LARGE_OFF_T for ia64.
Removed ia64 classic nspr user-level thread stuff because
it doesn't work.
2000-06-07 19:15:27 +00:00
brendan%mozilla.org d6b3206fde Sacred 80th column preservation, brendan-style case indentation (not part of default build). 2000-06-07 19:14:10 +00:00
wtc%netscape.com 29c97a7f8f Bugzilla bug #40778: PR_GetConnectStatus was passing the wrong fd to
the connectcontinue method.
Modified files: prsocket.c, ptio.c.
2000-06-07 18:49:23 +00:00
endico%mozilla.org 7bc3515cfc change the sanity check against $::FORM{'who'} since that variable is no longer used. 2000-06-07 17:49:02 +00:00
jdunn%netscape.com 024559472a adding newline so that HP builds - because low profile, no reviewers 2000-06-07 14:55:56 +00:00
nboyd%atg.com bd67f54d28 Fix formatting. 2000-06-07 14:51:08 +00:00
nboyd%atg.com fc46786bff Fix the following problem:
Subject:
        Odd behaviour on placement of .jar files?!
   Date:
        Mon, 05 Jun 2000 10:46:08 -0700
   From:
        John Raykowski <xski@xski.org>
     To:
        nboyd@atg.com




Hello,

I didn't want to post this directly as a rhino bug 'coz I think it may
be more of a JDK thing, but I thought I'd toss it to you as well.

The goal is to create a JavaScript object that implements a Java
interface. Straightforward enough and the example on the page using
ActionListener works without a hitch.  However, when I try to do the
same with my own interface, I get an error message: error instantiating
({0}): class {1} is interface or abstract (coming from
NativeJavaClass.construct).

Here's where it gets a bit strange.  Normally, I run with the jar files
in jre/lib/ext.  When I remove the rhino files from jre/lib/ext and
reference them explicitly on the commandline with the -cp option, it
works as expected and my script can implement the interface just fine.
Go figure.

Anyhoo, there ya go.  Like I said, I think its a JDK issue, but I
thought you'd be interested.  The attached zipfile contains a set of
sample code to demonstrate this problem.

Thanks heaps,

-jmr
2000-06-07 14:50:47 +00:00
jefft%netscape.com d5511ecb58 fixed bug 31455 - SMTP auth login not working; r=mscott 2000-06-07 14:43:50 +00:00
brade%netscape.com 636eb21dc6 new tooltip strings submitted by simone@netscape.com; bug #9767; r=brade, a=beppe,techpubs 2000-06-07 14:05:48 +00:00
brade%netscape.com f19d3fa87b temporary fix for bug #40911; if the dropped text contains a space, don't actually try to load the text as a url. r=kin; r/a=pinkerton 2000-06-07 13:03:35 +00:00
warren%netscape.com 855a42ad4a Fixed jar url resolve so that chrome protocol works. Fixed jar channel to not remove channel after kicking off load. Bug 18433 2000-06-07 09:07:10 +00:00
warren%netscape.com 85fe7a1825 Fixing bugs in nsZipReaderCache. Bug 18433 2000-06-07 09:05:22 +00:00
alecf%netscape.com 6768f1473b back out makefile.win change that wasn't supposed to be checked in 2000-06-07 08:12:07 +00:00
alecf%netscape.com 6e36cf5f34 remove deprecated clearCellSelection() 2000-06-07 08:04:30 +00:00
alecf%netscape.com 283627f971 remove calls to deprecated clearCellSelection (followup to hyatt's checkin) 2000-06-07 08:02:08 +00:00
alecf%netscape.com 3522bc25eb header for updated datasource (also not part of build) 2000-06-07 07:24:45 +00:00
alecf%netscape.com 1828c2d867 update search datasource to have a search session URI, and derive
from the base nsMsgRDFDataSource
(not yet part of build)
2000-06-07 07:24:22 +00:00
alecf%netscape.com 1e70391798 fix for #34996 - pre-escape usernames before building URLs 2000-06-07 07:09:48 +00:00
waterson%netscape.com a721679b5c Bugs 35935, 34862, 41521. Make sure to make 'special' frames blocks inside of relatively-positioned inlines; be sure to destroy special siblings, and crawl to outermost 'normal' frame when reframing containing block; handle 'special' frames in StyleChangeReflow(). r=buster 2000-06-07 06:58:45 +00:00
morse%netscape.com 3bf6b53c93 backing out my change in case it caused the bustage 2000-06-07 06:24:56 +00:00
alecf%netscape.com 9cc2ab1266 update to DOM2 compatibility - use localName instead of tagName and nodeName 2000-06-07 05:49:08 +00:00
dmose%mozilla.org 5a025ab964 Got rid of conditional definition of shouldCache attr. It's gone now. a=r=(not built). 2000-06-07 05:46:24 +00:00
morse%netscape.com 1e4e128ca3 fixes for bugs 33542 and 41567, abandon res directory r=dveditz 2000-06-07 05:10:52 +00:00
morse%netscape.com 30142b627b fixes for bugs 33542 and 41567, abandon res directory 2000-06-07 05:05:09 +00:00
shaver%mozilla.org eb985a6f76 fix spelling in wallet prefs, removed unused entities, #40616, r=ben, a=waterson 2000-06-07 04:46:34 +00:00
alecf%netscape.com 7c2f49c2ec fix for #28993 - use formatting strings for card titles instead of prefix
r=sspitzer
2000-06-07 03:58:29 +00:00
waterson%netscape.com 2983569e7d Fix build bustage: inaky.gonzales missed these two cases some how. 2000-06-07 03:33:08 +00:00
dmose%mozilla.org 88d95c9720 check out the LDAP C SDK library source from a branch by default (the code only gets built if --enable-ldap is specified, and that is off by default). r=slamm@netscape.com; a=leaf@mozilla.org 2000-06-07 03:07:45 +00:00
pinkerton%netscape.com 1a5de10296 OOps, left the debug code turned on. Flipping the ifdef. 2000-06-07 02:11:40 +00:00
morse%netscape.com 1b1a86f38d fix regression caused by recent code cleanup (reported in bug 41743) 2000-06-07 02:07:54 +00:00
pinkerton%netscape.com fd79903dc4 fix for 31131. r=sfraser/pierre. No longer use a bounding box when the update region is non-rectangular. Makes mac scrolling and page loading much faster. Also crank down the mac scroll timer delays to better match the native scrollbars. 2000-06-07 02:06:53 +00:00
danm%netscape.com 8054b84678 request redraw when resizing window. bug 35450. r=joki 2000-06-07 02:05:08 +00:00
slamm%netscape.com 8b89948feb Use netcenter data, not my test data. Bump dataformat version number. Bug 41225. 2000-06-07 01:49:31 +00:00
jst%netscape.com 1f9e415b7e Fixing nsbeta2+ bug 40514, the problem was that the 'parser' used to parse the options argument passed to window.open() didn't allow for whitespace between the options, 4.x didn't do this either but IE does. r=vidur 2000-06-07 01:36:28 +00:00