Commit Graph

36184 Commits

Author SHA1 Message Date
sspitzer%netscape.com
ee79738f09 get mark all read to work for news. fixes #11104. use the implementation in the base class. 1999-08-04 20:14:07 +00:00
brade%netscape.com
4f48374859 File Removed. 1999-08-04 20:07:18 +00:00
brade%netscape.com
74898c7ce6 fix access paths to be more correct (dist first, etc.) 1999-08-04 20:06:32 +00:00
bienvenu%netscape.com
0fc714cc3e better fix for solaris build bustage so that anyone can include this header file 1999-08-04 20:01:01 +00:00
bienvenu%netscape.com
24b553a044 fix for solaris problem 1999-08-04 19:53:56 +00:00
bienvenu%netscape.com
f73effe4bf change other assignment of nsIDOMWindow in case that's the problem 1999-08-04 19:47:42 +00:00
tague%netscape.com
c20dbf23de Added rickg's tool for finding dereference errors 1999-08-04 19:44:15 +00:00
bienvenu%netscape.com
274a93def5 try to fix sun build bustage 1999-08-04 19:37:52 +00:00
norris%netscape.com
6588bd269b Fix bug 11077 "ScriptableObject.defineFunctionProperties() uses invalid signature check."
The check was actually okay, but the error message didn't state the error correctly.
1999-08-04 19:37:51 +00:00
karnaze%netscape.com
b7aef851ae new regression tests 1999-08-04 19:34:46 +00:00
bienvenu%netscape.com
b27e7b2240 fix case of nsIDOMWindow include 1999-08-04 18:57:50 +00:00
chuang%netscape.com
ddc74ddfbf remove unused html file 1999-08-04 18:52:55 +00:00
mscott%netscape.com
2cf88f37e0 Fix linux warning. 1999-08-04 18:50:00 +00:00
bienvenu%netscape.com
5e0c8c42a6 more work on hooking up progress and status 1999-08-04 18:45:36 +00:00
briano%netscape.com
fb9841c7e5 Automated update 1999-08-04 18:45:15 +00:00
tao%netscape.com
46ad611254 Use appLocale instead of the null pointer. 1999-08-04 18:41:43 +00:00
bienvenu%netscape.com
a65b01ff95 add nsIMsgStatusFeedback.idl 1999-08-04 18:40:13 +00:00
jefft%netscape.com
6e19f8e061 fixed bug 11025 -- crashes after IMAP copy operation; has to use proxy event to fix the problem 1999-08-04 18:39:53 +00:00
sspitzer%netscape.com
fee317b78f changes for status messages. checked in for the almighty david b. 1999-08-04 18:38:36 +00:00
german%netscape.com
aad0a85b17 Small changes to improve look and feel of open file open dialog and enable intrinsic sizing. Hook? = cyeh granted. Tree also just turned green. 1999-08-04 18:38:13 +00:00
kin%netscape.com
2efc57239b Modified EditorStart/Stop/RunLog() methods to call contentWindow.focus(). 1999-08-04 18:38:11 +00:00
Jerry.Kirk%Nexwarecorp.com
3835a7b402 Move the initialization of Pthread variables up so that each platform
can override them.
1999-08-04 18:37:03 +00:00
kin%netscape.com
375eb2de71 Fixes for bug #10231 (crash making list after select all)
and bug #10815 (Crash deleting selected text and table)

mozilla/editor/base/nsHTMLEditRules.cpp
  - Added check, in WillDeleteSelection(),  to see if
    endpoints of the range are in the body before calling
    GetBlockNodeParent(). (Bug #10231)
  - Modified GetPromotedPoint() to check for NULL in the
    case where aWhere == kEnd and GetChildAt() returns NULL.
    (Bug #10815)

mozilla/layout/base/src/nsGenericElement.cpp
  - Modified RangeAdd() so that it doesn't add
    a range if it's already in the list.  (Bug #10231)

mozilla/layout/base/src/nsRangeList.cpp
  - Modified GetPrimaryFrameForFocusNode() to
    initialize aReturnFrame and to return a failure
    if ChildAt() returns NULL. (Bug #10231)
1999-08-04 18:36:19 +00:00
chuang%netscape.com
a0afb83e9b replace html files to xul files 1999-08-04 18:29:28 +00:00
chuang%netscape.com
70d0d748b7 replace pref html files to xul files 1999-08-04 18:27:51 +00:00
vidur%netscape.com
1249b3dd0d Get rid of circular reference between sink and parser. Fix for bug 8975. 1999-08-04 18:25:23 +00:00
norris%netscape.com
eb9dcf8b50 * Take advantage of the new semantics of Context.enter & exit to save codesize.
* Accept patch from Andrew Wason <aw@softcom.com>:

Subject:
        Re: partial interface problem
   Date:
        Wed, 04 Aug 1999 13:04:37 -0400
   From:
        Andrew Wason <aw@softcom.com>
     To:
        norris@netscape.com
    CC:
        Howard Lin <howard@softcom.com>




>I'm having a problem implementing a Java interface in JS where I don't
>implement all the methods, and one of the methods I don't define returns
>non-void.

I have a patch for this.  I generate bytecode in
JavaAdapter.generateReturnResult to check the return type on the stack from
JavaAdapter.callMethod.  If it is Undefined, return null.

I'm not positive this is the right way to fix this - maybe it should be
fixed closer to the source (e.g. prevent callMethod from returning
Undefined to begin with)

Andrew

--
Andrew Wason
SoftCom, Inc.
aw@softcom.com
1999-08-04 17:43:18 +00:00
endico%mozilla.org
798dab9721 add image/jpeg, image/png and image/gif mime types 1999-08-04 17:36:43 +00:00
norris%netscape.com
3b0d503649 Accept patch (with modifications) from Andrew Wason <aw@softcom.com>:
Subject:
        default JavaAdapter patch
   Date:
        Tue, 20 Jul 1999 15:35:01 -0400
   From:
        Andrew Wason <aw@softcom.com>
     To:
        norris@netscape.com
    CC:
        mccabe@netscape.com, rogerl@netscape.com




Attached is a patch to the patch I sent a while ago for the JavaAdapter stuff.

If a SecurityManager is installed, attempting to access the
"org.mozilla.javascript.JavaAdapter" system property can throw a
SecurityException.  This should not prevent the default JavaAdapter
implementation from being used.

Andrew
--
Andrew Wason
SoftCom, Inc.
aw@softcom.com
1999-08-04 16:56:18 +00:00
gagan%netscape.com
ecadfc886b Added an entry for HTTP's MANIFEST file. 1999-08-04 16:16:03 +00:00
gagan%netscape.com
f182cc62db Added a new MANIFEST file for nsHTTP stuff. 1999-08-04 16:12:30 +00:00
brade%netscape.com
49a9848e04 fix build bustage by adding path to dist/editor before all other paths 1999-08-04 15:18:33 +00:00
brade%netscape.com
f457a929d1 rearrange so xul widgets are separate from html 1999-08-04 15:07:54 +00:00
terry%mozilla.org
d7c3778e02 Patch by msrex@suse.de -- don't send mail to the same address more
than once (in case our mail transport is too stupid to remove the dups
for us).
1999-08-04 15:07:28 +00:00
gagan%netscape.com
46143f3127 POSTing works now. 1999-08-04 15:07:26 +00:00
brade%netscape.com
aaefb3ff79 change to "More/Fewer" and fix references to "Additional Edit..."; reformat 1999-08-04 15:06:53 +00:00
gagan%netscape.com
265933872a POST requests for HTTP work now! Go file bugs using apprunner now... 1999-08-04 15:06:51 +00:00
brade%netscape.com
8a5e81f46d change to "More/Fewer" and fix references to "Additional Edit..."; uncomment updating 1999-08-04 15:06:15 +00:00
gagan%netscape.com
a8bd69174a Added a temporary hack to get Referer fields with POST requests. This should/will/must go away... 1999-08-04 15:06:14 +00:00
dp%netscape.com
7e2f23ac4e Adding consistency checks on ReleaseService. 1999-08-04 09:36:12 +00:00
briano%netscape.com
231490f805 Automated update 1999-08-04 08:45:12 +00:00
ramiro%netscape.com
863374e917 Make sure the gcc + native case uses $(CXX) to build components
as Linux does.
1999-08-04 08:38:32 +00:00
jband%netscape.com
d7a6bea3c2 use LL_ZERO for initializing 64 bit values to fix Mac bustage 1999-08-04 07:45:38 +00:00
tague%netscape.com
6b08459339 Fix purify errors introduced in the scriptability landing 1999-08-04 07:16:00 +00:00
jband%netscape.com
0b4a14015d adding nsISupports wrappers for the primitive types including strings and nsIDs - here we register them for creation 1999-08-04 07:08:58 +00:00
dp%netscape.com
710fdbd02e adding changes suggested by brendan 1999-08-04 07:07:37 +00:00
jband%netscape.com
221ded4589 added files: mozilla/xpcom/ds/nsISupportsPrimitives.idl 1999-08-04 07:02:54 +00:00
jband%netscape.com
522a0fee69 added files: mozilla/xpcom/ds/nsSupportsPrimitives.cpp 1999-08-04 07:01:10 +00:00
jband%netscape.com
589e60fed8 adding nsISupports wrappers for the primitive types including strings and nsIDs 1999-08-04 06:57:38 +00:00
jband%netscape.com
95cfebf717 adding PRUnichar as a type we can talk about in idl 1999-08-04 06:53:48 +00:00