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

54974 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com e480465678 added files: mozilla/xpfe/appshell/public/nsIUserInfo.idl 2000-03-12 07:58:13 +00:00
sspitzer%netscape.com bcd14e5e18 adding nsIUserInfo the the build 2000-03-12 07:51:35 +00:00
rickg%netscape.com 9b2a84826b WIP for new nsString; this doesn't impact current build 2000-03-12 07:47:09 +00:00
sspitzer%netscape.com 9dba885aec fix build bustage. now on to send email to travis to get him to take a look. 2000-03-12 07:35:58 +00:00
pavlov%netscape.com b5164d7cc3 use a comptr for the nsIRegion in nsWidget, fix a leak with lookandfeel objects in widget that both dbaron@fas.harvard.edu and I found at about the same time. and clean up more carefully and avoid processing events if we are destroyed or being destroyed to avoid those natsty lil crashes. fixes bug 20291 and 29342 2000-03-12 07:26:04 +00:00
sspitzer%netscape.com f195d6e51c fix for #30775 and #30648. r=mscott,warren. a=phil
we need to call Cancel() to remove the closed nsSocketTransport from the
list of active transports.  if we don't, we quickly reach the max (50)
and pop, smtp, and nntp operation start failing.

also, upon NS_BINDING_ABORTED, do not pop up an alert.  we get
this when we call Cancel() or if the user hits the stop button.
2000-03-12 06:40:25 +00:00
tbogard%aol.net ddc1a0c773 Removed include of "windows.h". I'm sure at one point it was needed, but it should not need to be as webShell is XP code. 2000-03-12 06:34:30 +00:00
pavlov%netscape.com 6f82410db6 fix for lack of selection drawing on 8bit displays bug 17968 2000-03-12 06:24:13 +00:00
bryner%uiuc.edu 09f99f5187 Removing some old dead code. r=sspitzer. 2000-03-12 06:21:32 +00:00
danm%netscape.com b11ee8cda0 removing unnecessary change from last checkin 2000-03-12 06:12:05 +00:00
cls%seawood.org 7adab84c76 Added nsIInterfaceRequestor.h include. Bug #31512 2000-03-12 05:36:51 +00:00
jband%netscape.com e0098df4ca Fix protection against gc reentry on same thread but on different JSContexts. Also fix potential deadlock in gc when destroying a JSContext while some other thread is blocked in gc waiting for the EndRequest of the first thread. The reentrance fix is needed to fix bug 28570. r=brendan@mozilla.org 2000-03-12 05:09:46 +00:00
troy%netscape.com 628c23dde2 b=5588. Changed it so we lazily reparent the child frames on the overflow list
when it's our initial reflow
2000-03-12 03:14:11 +00:00
troy%netscape.com 062aa95872 b=5588. Added new function ReparentFrameViewList() that is much faster
then ReparentFrameView() when you have a list of child frames
2000-03-12 03:09:36 +00:00
troy%netscape.com 532c36edeb b=5588. Performance improvement. Avoids walking the child list
twice when inserting frames at the head of the list
2000-03-12 03:07:52 +00:00
danm%netscape.com 8c921c097e opening new window through a function on the opening window. bug 24903 r=ben 2000-03-12 03:06:05 +00:00
troy%netscape.com e08af64528 Now line boxes are allocated out of the pres shell arena. This reduces the
overhead of memory allocation, and it gets us recycling which speeds up
resize reflows
2000-03-12 03:00:51 +00:00
danm%netscape.com 1bf6b7d765 adding a new timer-driven function to open a new navigator window. bug 24903 r=ben 2000-03-12 02:58:36 +00:00
rhp%netscape.com bf5e206002 Adding default pref to mailnews.js - Bug #: 29752 - reviewer: rhp (external contribution) 2000-03-12 01:53:04 +00:00
scc%netscape.com 7ac3541035 Incremental changes. Reorganized code; implemented more factored methods. Moved string owner from fragment to iterator. Renamed the |const| version of |GetFragment| to |GetConstFragment| so we didn't mix overloading with overriding; eliminating need for some uses of |using| ... may want to do the same thing with |Begin| and |End|. These files are not part of the build. 2000-03-12 01:28:16 +00:00
bryner%uiuc.edu 34b42f2d14 Fix bug 31507, mousewheel history navigation causes segfault. r=saari. 2000-03-12 01:19:39 +00:00
valeski%netscape.com fa3a430f84 r=jevering, a=jevering. 31447. We weren't accommodating the comma as a delimiter, now we are. call 720.841.4229 if there's a problem 2000-03-12 01:11:41 +00:00
morse%netscape.com 92a382f535 fix bug 28151, change password when no password established should establish new password 2000-03-12 01:09:14 +00:00
harishd%netscape.com e5f7014b0e Fix for 30486 [ PDT+] - Guessing that builds team would migrate these changes to the BRANCH.
Triming off <! and > from the DOCTYPE string.

r=akkana
a=rickg
2000-03-12 00:34:07 +00:00
morse%netscape.com 72a8ee9dda have wallet functions enabled by default instead of vice versa, bug 27027 2000-03-12 00:09:49 +00:00
morse%netscape.com 4f7cdbdc74 remove buggy support for old file format, bug 26561 2000-03-11 23:52:50 +00:00
dp%netscape.com 1d85a84ca7 Enabling PR_LOG for release builds from native component loader.
Tuning log format to help analysis.
2000-03-11 22:44:51 +00:00
pavlov%netscape.com 3e2ed18783 #ifdef DEBUG_dougt annoying printf 2000-03-11 22:44:27 +00:00
morse%netscape.com d3a721cb15 hide wallet functions when not in browser, fixes bugs 29842, 29846, & 29848 2000-03-11 22:23:28 +00:00
tonyr%fbdesigns.com 6f77e94785 Fix for bug 31242 and a bunch of thread safety issues 2000-03-11 21:30:17 +00:00
morse%netscape.com 4a4f16d680 fix memory leak -- bug 29866 2000-03-11 20:59:25 +00:00
morse%netscape.com 83683576cf generalize per-site permissions, r=norris 2000-03-11 20:09:57 +00:00
morse%netscape.com 30bf6cd24c generalize per-site permissions, r=norris 2000-03-11 20:02:45 +00:00
jim_nance%yahoo.com 7701f2e48b Helper scripts for Digital Unix atom tools. Not part of the
default build.
2000-03-11 19:56:25 +00:00
bienvenu%netscape.com 5add8d6c65 fix progress for mailbox parsing 29934 2000-03-11 19:48:06 +00:00
bienvenu%netscape.com 7f1d70acc4 change default for fetching by chunks if pref is not specfiied 31191 2000-03-11 19:45:56 +00:00
bienvenu%netscape.com ae42afefa5 add nsIAbUpgrader.idl 2000-03-11 19:42:37 +00:00
bienvenu%netscape.com 99c25cd4aa add PROGID and CID for ab upgraders, 10837 2000-03-11 19:41:18 +00:00
erik%netscape.com 9162ca4623 removing unused code; a=blizzard 2000-03-11 19:28:35 +00:00
troy%netscape.com e2350571c9 r=troy@netscape.com Patch from pnunn@netscape.com that eliminates asserts
in the xpcom ref counting macros that the class should have threadsafe
addref/release functions but doesn't
2000-03-11 16:59:16 +00:00
troy%netscape.com dde3e654bb b=30391 r=troy@netscape.com Patch from rbs@maths.uq.edu.au to add parens when
necessary to PR_ABS macro
2000-03-11 16:50:52 +00:00
troy%netscape.com 8bd4cb435f b=28526. Added rule for TD so that the first child has a zero top margin.
This is the same rule we have for the BODY element
2000-03-11 16:46:21 +00:00
tbogard%aol.net c015ced3ec Added overides for the Session History navigation in docShell. Removed some old ones that were recently removed from nsIWebShell. 2000-03-11 12:02:06 +00:00
tbogard%aol.net 534b61df37 Removed Back(), Forward(), CanBack(), and CanForward(). People wanting to do these things can use the nsIWebNavigation interface. 2000-03-11 12:00:33 +00:00
tbogard%aol.net c167f6e4dc Back() and Forward() have been changed to use the nsIWebNavigation interfaces instead of the old nsIWebShell. 2000-03-11 11:59:55 +00:00
tbogard%aol.net abbe6911dc Fixed ordering of member variable initialization to fix compiler warnings. Back() and Forward() now use the nsIWebNavigation interface instead of the old nsIWebShell one. 2000-03-11 11:58:13 +00:00
tbogard%aol.net fdfd66677a Temporarily disable the assertion since it really is aggrevated on viewer. 2000-03-11 11:56:33 +00:00
tbogard%aol.net a45f747cab Fixed build warning. 2000-03-11 11:11:42 +00:00
hyatt%netscape.com 1ea48147d3 Patching scrollbar look 2000-03-11 11:10:41 +00:00
pavlov%netscape.com a7e914cacc add code to the destructor so we clean up our object 2000-03-11 10:53:50 +00:00