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

46974 Коммитов

Автор SHA1 Сообщение Дата
colin%theblakes.com 5eeae9d6cc Add MOZ_COMPONENT_LIBS. r=jdunn 1999-11-18 20:23:31 +00:00
brendan%mozilla.org 6edd393ab6 - Add JS_HAS_FUN_EXPR_STMT jsconfig.h macro and use it to ifdef a special case explicitly specified by ECMA ed. 3 to be an error: a function expression that's a statement (not at top-level). This allows one to wrap functions in if and else statements and conditionally define them.
(More work is needed to conform to ECMA ed. 3 by removing Closure objects; also we want more efficient closure calling, soon.)

- Move mislocated call to js_FoldConstants from jsemit.c's js_EmitTree, the TOK_FUNCTION case, back to jsparse.c.  This avoids redundant fold-walks over non-top-level functions.  Folding should be done at tree-gen time, not at code-gen time.

- Eliminate dead code in if-else and ?: when folding constants.

- Release tempPool arena space before early return on error in js_FoldConstants, just to be nice (all arena space gets released eventually, when the compiler finishes).
1999-11-18 20:19:56 +00:00
valeski%netscape.com aa8107de4d adding new param to newChannelCall to reflect the new api 1999-11-18 20:09:54 +00:00
valeski%netscape.com 7a63151a46 typo. we need to be allocating the size of the struct, not the pointer to the struct. 1999-11-18 20:05:15 +00:00
colin%theblakes.com 19b8c75f3a build gtksuperwin if MOZ_ENABLE_GTK and MOZ_MONOLITHIC_TOOLKIT are both set. r=jdunn 1999-11-18 19:50:45 +00:00
akkana%netscape.com 19b36f49a8 Improve the problem of excessive whitespace around <pre> quotes in
plaintext mail (r=mcafee).
Also, 19237: an initial fix for html quoting (html source being
inserted outside the blockquote).
1999-11-18 19:43:14 +00:00
kin%netscape.com 9ce2f08c0b Fix for bug #17989: Selection AutoScrolling broken when using GFX Scrollbars
layout/base/src/nsRangeList.cpp
        - Added ConstrainFrameAndPointToAnchorSubtree() and various utility
          methods.
        - Modified HandleDrag() to call ConstrainFrameAndPointToAnchorSubtree().

    layout/html/base/src/nsFrame.cpp
        - Modified GetContentAndOffsetFromPoint() to skip over generated
          and anonymous content frames.

    layout/html/base/src/nsGfxScrollFrame.cpp
    layout/html/base/src/nsGfxScrollFrame.h
        - Override the default nsFrame::GetContentAndOffsetsFromPoint()
          implementation with a version that calls
          mInner->GetContentAndOffsetsFromPoint(). This prevents the
          scrollbar frames from being included in the search.

    view/src/nsScrollPortView.cpp
        - Fixed bug where GetContainerSize() was returning the size of the
          ScrollPortView instead of the ScrolledView.

r=evaughan@netscape.com
1999-11-18 19:40:52 +00:00
akkana%netscape.com e7d9c4d3be Use Recycle to free nsStrings; and fix a warning 1999-11-18 19:40:30 +00:00
akkana%netscape.com b51fc5c63e Contribution from mozilla@bucksch.org to improve anchor and img tags
in formatted mode (r=akkana).
Also some minor improvements to handling of blank lines in pre tags,
to get rid of extra blank lines in plaintext mail (r=mcafee).
1999-11-18 19:39:47 +00:00
blizzard%redhat.com 30bc193c27 we don't need to listen to events on the top level window 1999-11-18 19:36:28 +00:00
rhp%netscape.com ae6e21cb42 Small fix for a useful test program - NOT PART OF THE BUILD 1999-11-18 19:29:11 +00:00
varada%netscape.com b25ebc5986 fix for bug #18332 and other clean ups 1999-11-18 17:34:18 +00:00
terry%mozilla.org 04b27d57fa Patch by Tom Schutter <tom@platte.com>: Added some more doc, fixed product description. 1999-11-18 17:29:58 +00:00
erik%netscape.com 55c83355da Grabbing the next available ID. Does not affect build. 1999-11-18 16:45:59 +00:00
dcone%netscape.com 1b778eadc9 Thickness of side is now checked. Fixed bug 14944. r=rods 1999-11-18 16:03:45 +00:00
shaver%netscape.com 0fe6c3f505 Fix some MLK and FMR badness.
Use nsCOMPtr to manage services (thank you dp, thank you).
Only push context on stack when actually executing JS via JSAPI.
Use nsXPIDLCString to simplify memory management (thank you waterson,
thank you).
Use generic module stuff.
r=fur,jband
1999-11-18 15:39:28 +00:00
rods%netscape.com 6ace09adfd removing extra box sizing code that is not needed.
computed border and padding is always added for Standard and only for explicit w/h for NavQuirks.
r=dcone bug=18448
1999-11-18 15:15:07 +00:00
dcone%netscape.com 3c24d927ea Move the dotted and dashed rouned corner code to fall into solid until it is supported by code
r=rods.  Bug fixed 13944
1999-11-18 15:09:02 +00:00
ducarroz%netscape.com b871113206 Fix for bug 16413. Use parser call RemoveDuplicateAddresses when building recipients list. R=mscott 1999-11-18 15:06:56 +00:00
Jerry.Kirk%Nexwarecorp.com 97ac13763b Added a few comments to remind me whats going on.
r=kedl
1999-11-18 13:03:16 +00:00
Jerry.Kirk%Nexwarecorp.com c62b7e52d6 turning off automatic generation of BMP files for each image drawn.
r=kedl
1999-11-18 13:02:21 +00:00
Jerry.Kirk%Nexwarecorp.com 9e268e3cca Added some debug info to UpdateWidgeDamage , still tryin to track down
the reason for the extra draws I see under Photon.
r=kedl
1999-11-18 12:49:43 +00:00
Jerry.Kirk%Nexwarecorp.com bb1ad0f46e Check for mContext != NULL in RawDraw.. This fixes a crash that occurs
because we try to do a draw of a window after it is destroyed. Not sure
why this is happening, I think its Photon that wants the draw.

Also took out mFrame changes to size of the dialog in GetClientBounds. This
was causing several dialog to be clipped.
r=kedl
1999-11-18 12:48:43 +00:00
Jerry.Kirk%Nexwarecorp.com f773015ce3 Added new static memer mModalCount to be used when a modal dialog
is created. Now calling PtModalStart/End, this fixed the problem with
widgets not highlighting properly when the mouse moved over them on a
modal dialog.
r=kedl
1999-11-18 12:43:43 +00:00
mscott%netscape.com a34b08b1d6 minor tweak to properly remove everything after (and including) the ? from a mailto url when extracting
the to part.
1999-11-18 10:16:26 +00:00
mscott%netscape.com 61f7f1b342 remove these obsolete files. 1999-11-18 09:56:39 +00:00
mscott%netscape.com 14e52f7738 Fix clobber unix build. don't build uri dispatcher anymore. 1999-11-18 09:55:44 +00:00
waterson%netscape.com b44055e48a Back off on nsCOMPtr use for mInner because of funky release
sequence. Fixes crash on shutdown.
1999-11-18 09:44:29 +00:00
tbogard%aol.net d66ec61663 Renamed nsIWebBrowserApp with nsIWebBrowserChrome. Added some additional methods and more fully specified the ones that were there. Changed the interfaces to forward declare referenced interfaces rather than including them all. Added topLevelWindow to nsIWebBrowser. Provided implementation for these changes. 1999-11-18 09:17:07 +00:00
mscott%netscape.com 4738e98dbc Fix solaris breakage. 1999-11-18 09:15:20 +00:00
waterson%netscape.com 3377b72480 Finish #ifdef-ing MOZ_THREADSAFE_RDF. Appears an unused PRLock will
assert when being destroyed?!?
1999-11-18 09:06:50 +00:00
mscott%netscape.com fd3dd747da uri dispatching tweak...doContent shouldn't explictly check for message/rfc822
r=sspitzer
1999-11-18 08:59:53 +00:00
mscott%netscape.com 4569b85f36 Bug #14928 register our x-application-mailto content handler
register mailto url protocol
r=sspitzer
1999-11-18 08:39:40 +00:00
mscott%netscape.com 4cc0b685eb add mailto url cid and progid
r=sspitzer
1999-11-18 08:39:17 +00:00
mscott%netscape.com 33bb1a8a10 Bug #14928 --> for url dispatching of mailto urls:
add NewChannel, NewURI support for mailto urls.
added nsMailtoChannel which is a light weight channel
implementation for mailto urls
r=sspitzer
1999-11-18 08:38:50 +00:00
mscott%netscape.com 6163cde285 add nsMailtoUrl implementation which is different from
a smtp url. Simplified logic for smtp url.
r=sspitzer
1999-11-18 08:38:12 +00:00
mscott%netscape.com c9b68ca6fc Bug #14928 --> implement open compose window for a uri
r=sspitzer
1999-11-18 08:37:34 +00:00
mscott%netscape.com 1f4bc2c530 Bug #14928 --> added nsIMailtoUrl interface and reduced the functionality
of nsISmtpUrl which was acting as both mailto and smtp
r=sspitzer
1999-11-18 08:37:06 +00:00
mscott%netscape.com 87e0b8cc20 Bug #14928 --> add method for opening a compose window given a mailto url.
this is needed for url dispatching.
r=sspitzer
1999-11-18 08:36:39 +00:00
mscott%netscape.com 364f36c2ae remove some obsolete files 1999-11-18 08:15:39 +00:00
mscott%netscape.com ab03db9585 Remove some obsolete idl files from the unix build. 1999-11-18 08:13:15 +00:00
mscott%netscape.com 25621eedb1 Bug #14928 --> uri dispatching intial landing. when a mail window comes up, we need to register ourselves
with the uri loader.

The mail window is also a nsIURIContentListener. Implement this interface such that doContent requests
are forwarded to the webshell for our message.
r=sspitzer
1999-11-18 07:47:52 +00:00
warren%netscape.com 74fa30fbd8 Removed nsICapabilities in favor of nsIInterfaceRequestor. 1999-11-18 07:44:14 +00:00
warren%netscape.com 59ef7fadbf Removed the nsICapabilities interface in favor of nsIInterfaceRequestor. 1999-11-18 07:36:41 +00:00
mscott%netscape.com f249767486 Bug #14928 --> inital uri dispatching landing. the app instance is a uri content listener. implement
that interface. Register the content listener with the uri loader when we are created and again when
we go away. Forward doContent calls on nsIURIContentListener to the webshell where we want content displayed.
r=travis
1999-11-18 07:19:39 +00:00
mscott%netscape.com ff9ff8e2ff add uriloader to the packages file for the mac 1999-11-18 07:13:10 +00:00
mscott%netscape.com 48c40aade9 Bug #14928 --> phase one of uri dispatching landing. IF uri dispatching is turned on,
invoke the uri loader instead of opening the document ourselves.

Various changes for uri dispatching....

r=travis
1999-11-18 07:07:33 +00:00
mscott%netscape.com 1e3db6851b Bug #14928 --> phase one of uri dispatching landing. webshell is a nsIURIContentListener.
r=travis.
1999-11-18 07:06:39 +00:00
mscott%netscape.com e911d3f3df Bug #14928 --> phase one of uri dispatching landing. add ability to get/set content listener parent on the webshell
r=travis
1999-11-18 07:06:07 +00:00
mscott%netscape.com 65c51b2064 Bug #14928 --> phase one of uri dispatching landing. add ability for doc loader to load
an opened channel
r=travis
1999-11-18 07:05:47 +00:00