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

47000 Коммитов

Автор SHA1 Сообщение Дата
tonyr%fbdesigns.com 8670aeec2e First Checked In. 1999-11-18 23:03:36 +00:00
colin%theblakes.com 441094c305 Don't define EXTRA_DSO_LDOPTS to EXTRA_LIBS and more. r=shaver 1999-11-18 22:54:09 +00:00
colin%theblakes.com 472b4a1624 Add MOZ_TIMER_LIBS to the link. r=shaver 1999-11-18 22:49:59 +00:00
tonyr%fbdesigns.com ac1e4db386 First Checked In. 1999-11-18 22:48:04 +00:00
briano%netscape.com 563cb5a186 Automated update 1999-11-18 22:45:23 +00:00
colin%theblakes.com d1588cf8c7 Do not define MOZ_MONOLITHIC_TOOLKIT for OpenVMS 1999-11-18 22:38:51 +00:00
larryh%netscape.com 580abe9a50 BugZilla: 19247 1999-11-18 22:23:00 +00:00
rods%netscape.com 6282f02198 initial check in, not in the build 1999-11-18 22:14:26 +00:00
ducarroz%netscape.com a6502fcb8d Fix for bug 18974 & bug 15238. We need to use the default identity when no identity is specified. r=alecf 1999-11-18 21:57:06 +00:00
erik%netscape.com d6616d427f Updating local .cvsignore file. Does not affect build. 1999-11-18 21:49:12 +00:00
larryh%netscape.com e7c074388a BugZilla: 19247, fix declaration of _PR_MD_GetRandomNoise() 1999-11-18 21:38:39 +00:00
sdagley%netscape.com de05f79306 Fix Mac bustage. Make PR_GetRandomNoise() compile. Don't know about working yet. 1999-11-18 21:16:51 +00:00
rhp%netscape.com 96fcbfab2d Cleanup of free calls - No bug - r: bienvenu 1999-11-18 21:12:49 +00:00
evaughan%netscape.com 71ed07b1f0 1) Changed box to use a linked list instead of a fixed array. -r Hyatt
2) Cleaned up some of the preference panels. -r Matt
1999-11-18 21:05:43 +00:00
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