brade%netscape.com
94f8202adb
fix original size/custom size toggling/setting. bug #14750 (r=kin@netscape.com)
1999-11-18 20:53:48 +00:00
valeski%netscape.com
ebac0c1b69
fixing crasher introduced when new Setter*() were dropped in last night. we now set the channel's url member *before* calling the set routines.
1999-11-18 20:51:05 +00:00
mcafee%netscape.com
64776b897b
Removing const to match IDL spec, fixes Solaris/CC. r=mscott
1999-11-18 20:47:57 +00:00
waterson%netscape.com
a36e71d42e
Fix event listener leak in idlc-generated code. r=joki
1999-11-18 20:39:58 +00:00
waterson%netscape.com
28474b593f
Fix event listener leak in code that is generated to take functions. Fix to generate new NPL 1.1 license. r=joki
1999-11-18 20:38:43 +00:00
brade%netscape.com
a583abbe39
during CloneAttributes, delete all the nodes attached (not half of them); discovered when fixing bug #14750 ; r=kin@netscape.com
1999-11-18 20:34:15 +00:00
larryh%netscape.com
b63b84fc12
BugZilla: 19247. PR_GetRandomNoise()
1999-11-18 20:29:17 +00:00
colin%theblakes.com
42ea84eb8c
Add MOZ_COMPONENT_LIBS. r=jdunn
1999-11-18 20:23:31 +00:00
brendan%mozilla.org
0d66307ac4
- 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
d502ce91a5
adding new param to newChannelCall to reflect the new api
1999-11-18 20:09:54 +00:00
valeski%netscape.com
ee4b9f450d
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
3c9a2f9dc0
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
b799c9f3b9
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
655697a251
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
f80c32f214
Use Recycle to free nsStrings; and fix a warning
1999-11-18 19:40:30 +00:00
akkana%netscape.com
0b97d181a0
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
fe6ea0009c
we don't need to listen to events on the top level window
1999-11-18 19:36:28 +00:00
rhp%netscape.com
df83530baf
Small fix for a useful test program - NOT PART OF THE BUILD
1999-11-18 19:29:11 +00:00
varada%netscape.com
8eef729e9e
fix for bug #18332 and other clean ups
1999-11-18 17:34:18 +00:00
terry%mozilla.org
785bc07f66
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
de2a5113c0
Grabbing the next available ID. Does not affect build.
1999-11-18 16:45:59 +00:00
dcone%netscape.com
f48210cd80
Thickness of side is now checked. Fixed bug 14944. r=rods
1999-11-18 16:03:45 +00:00
shaver%netscape.com
54fb7cb54b
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
8c8f362920
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
665d39ad6c
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
e8f8b14879
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
1a6522befd
Added a few comments to remind me whats going on.
...
r=kedl
1999-11-18 13:03:16 +00:00
Jerry.Kirk%Nexwarecorp.com
addb97522e
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
7c670eea64
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
2b96bf0f1e
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
f9e83d2356
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
371a695a71
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
6cec5eae37
remove these obsolete files.
1999-11-18 09:56:39 +00:00
mscott%netscape.com
deaa4a3be5
Fix clobber unix build. don't build uri dispatcher anymore.
1999-11-18 09:55:44 +00:00
waterson%netscape.com
05bb385d74
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
229d9ade3d
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
fe1df31ce7
Fix solaris breakage.
1999-11-18 09:15:20 +00:00
waterson%netscape.com
96d8bea422
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
d6ca2700dc
uri dispatching tweak...doContent shouldn't explictly check for message/rfc822
...
r=sspitzer
1999-11-18 08:59:53 +00:00
mscott%netscape.com
9d717e83fe
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
51fa565a8a
add mailto url cid and progid
...
r=sspitzer
1999-11-18 08:39:17 +00:00
mscott%netscape.com
70c23e5a59
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
e1b58a5c2e
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
781118b0bf
Bug #14928 --> implement open compose window for a uri
...
r=sspitzer
1999-11-18 08:37:34 +00:00
mscott%netscape.com
13507b62e6
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
3313e53472
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
392ef94e33
remove some obsolete files
1999-11-18 08:15:39 +00:00
mscott%netscape.com
36fcad27d3
Remove some obsolete idl files from the unix build.
1999-11-18 08:13:15 +00:00
mscott%netscape.com
edb312bee2
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
5d17b5b594
Removed nsICapabilities in favor of nsIInterfaceRequestor.
1999-11-18 07:44:14 +00:00