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

36000 Коммитов

Автор SHA1 Сообщение Дата
slamm%netscape.com 4e15f8f7f3 Remove entry for unused and non-existant gif, online.gif. 1999-08-04 20:37:51 +00:00
slamm%netscape.com 1979545385 Use window.open instead of toolkit core to open bookmarks window. (workaround fix for bug #9972) 1999-08-04 20:36:42 +00:00
mscott%netscape.com 11da7e4372 Fix linux warning. 1999-08-04 20:35:58 +00:00
mscott%netscape.com f2bf012d3c fix linux warning. 1999-08-04 20:32:33 +00:00
mscott%netscape.com f81f1014c2 fix linux warning 1999-08-04 20:32:11 +00:00
matt%netscape.com ef31978406 taking out pref dump 1999-08-04 20:30:43 +00:00
mscott%netscape.com 4afde6d16d Add nsIMsgMailNewsUrl.idl and remove nsIMsgMailNewsUrl.h 1999-08-04 20:29:45 +00:00
mscott%netscape.com af877474fd SetErrorMessage takes a const char *, stub out Set/GetErrorMessage
add accessors for nsIMsgStatusFeedback.
1999-08-04 20:29:22 +00:00
mscott%netscape.com 7b31aa58fa remove nsIMsgMailNewsUrl.h and add nsIMsgMailNewsUrl.idl 1999-08-04 20:28:47 +00:00
bienvenu%netscape.com 81d829cba8 add imap msgs, not part of build yet 1999-08-04 20:21:13 +00:00
rhp%netscape.com 2129c94f26 Changes for quoting cleanup in mail compose 1999-08-04 20:19:45 +00:00
mscott%netscape.com a39f1ba126 Not part of the build yet!! I converted nsIMsgMailNewsUrl.h into an idl file. 1999-08-04 20:17:40 +00:00
pinkerton%netscape.com 3a87aa5e0c removing the TOOLBAR_DD #ifdef's. 1999-08-04 20:16:31 +00:00
pinkerton%netscape.com a4354658d0 using the region pool stuff so we're not constantly creating/destroying regions in the smooth scrolling code. Also use a stackbased helper to simplify error handling. 1999-08-04 20:15:44 +00:00
pinkerton%netscape.com ff7be90535 exporting the region pool stuff so it can be accessed from Widget. 1999-08-04 20:14:54 +00:00
sspitzer%netscape.com ed1e3f9b53 make the background on this image transparent, so it looks better when selected. thanks for Andrew Niese <icos@arez.com> for fixing the image. 1999-08-04 20:14:10 +00:00
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