sspitzer%netscape.com
c36aaf7aae
fixes for #21999 , #21607 , #17655
...
initialize some uninitialized variables.
remove nsMsgNewsFolder::GetChildNamed(), the base class has the same implementation.
when posting, if the host name is not explictly given, look for the news
host that is subscribed to the group.
fix a free memory read. (thanks to suresh for finding it)
1999-12-18 00:30:59 +00:00
briano%netscape.com
1a7d793534
Automated update
1999-12-18 00:15:13 +00:00
briano%netscape.com
2905ebcc71
Fix for build bustage on Solaris 2.3.
1999-12-18 00:13:27 +00:00
pavlov%netscape.com
a66bc4d3ca
more work on drag and drop, fix some leaks and make handling of exposes faster and add a little icon so that if you minimize it in some wm's and apps you see the pretty mozilla star logo (icon patch from andersca@swipnet.se) r=blizzard a=chofmann
1999-12-17 23:46:56 +00:00
tbogard%aol.net
9230d33f83
Changed to talk to webshell using the nsIBaseWindow where appropriate.
1999-12-17 23:44:43 +00:00
tbogard%aol.net
df268d7f09
Changed nsWebShellWindow to talk to webshell as an nsIBaseWindow where appropriate.
1999-12-17 23:43:47 +00:00
tbogard%aol.net
1f9c8343b4
DOMWindow List now holds on to a docshell interface rather than a webshell. Tweaked some of the finding of named frames to adhere to spec. GlobalWindowImpl now in many places talks to the webshell object as a docshell rather than the old webshell interfaces. Fixed bug #21970 . r=vidur
1999-12-17 22:25:22 +00:00
rhp%netscape.com
615c192cb9
Cleanup of dead files
1999-12-17 21:39:09 +00:00
rhp%netscape.com
5c07699361
Fix for missing headers - Bug #: 21973 - r: scottip - a: chofmann
1999-12-17 21:37:46 +00:00
pavlov%netscape.com
530135195a
link against docshell to enable subclassing from docshell r=travis a=chofmann
1999-12-17 21:15:31 +00:00
sfraser%netscape.com
bf67c7d948
Fix for 22065, cookies are read twice. a=sspitzer, r=leaf
1999-12-17 20:47:46 +00:00
karnaze%netscape.com
46a1cd6fb2
new regression test not in the build
1999-12-17 13:33:26 +00:00
tbogard%aol.net
f4b5120789
Fixes to make viewer hold on to a docshell and talk to the docshell as a docshell rather than a webshell. r=pavlov
1999-12-17 08:13:54 +00:00
tbogard%aol.net
9373f4e29d
Setting webshell up where I can link in and subclass from docshell.
1999-12-17 08:03:35 +00:00
buster%netscape.com
8ec5958afa
fixed bugs 21612 ([dogfood] first click doesn't get through to text field)
...
and 18500 (Can't drag-select in text widget unless focussed first)
This fix does NOT address other focus-related problems having to do with text controls.
r=rickg
a=chofmann
platform testing support=kin,dcone,akkana (THANKS!)
1999-12-17 07:10:10 +00:00
karnaze%netscape.com
67b6e72f15
bug 21918 typo in calling InsertRowGroups, r=sdagley,syd
1999-12-17 06:52:37 +00:00
syd%netscape.com
9ad549aeef
Change calls to Flash(void) in nsIWidget, nsWindow to GetAttention().
...
r=sdagley a=chofmann. Add support for GetAttention API to nsIDOMWindow.
r=vidur, a=chofmann. To do, make call to WebShell from nsIDOMWindow,
this will come once travis lands some webshell code.
1999-12-17 06:11:45 +00:00
morse%netscape.com
938c7ea840
back out last change temporarily until we can fix leak
1999-12-17 04:05:53 +00:00
terry%mozilla.org
198d0d7862
Fixed very very nasty bug which, when deleting a component, would tell
...
you it had no bugs (even when it had some), and would then proceed to
delete all those bugs (even if you had the param set to never allow
bug deletion.) Added some paranoia to prevent such things from
happening again. Yikes.
1999-12-17 03:41:13 +00:00
alecf%netscape.com
251b1f466b
fix for #21417
...
r=troy, a=chofmann
the editor's internal mDisplayFrame was not being removed from the frame manager's map of content->frames, so after enough scrolling in the addressing pane, reflow would try to reference a deleted frame. Fix is to remove the frame from the frame manager every time it's destroyed.
1999-12-17 03:28:50 +00:00
briano%netscape.com
b014e8fdbf
Automated update
1999-12-17 03:25:27 +00:00
briano%netscape.com
e643619e08
Fix specifically for NetBSD/alpha builds. Won't affect other platforms. a=chofmann
1999-12-17 03:25:04 +00:00
bienvenu%netscape.com
b6affc07ea
fix 19229, imap hierarchy separator,r=jefft,a=chofmann
1999-12-17 03:06:42 +00:00
bienvenu%netscape.com
537e1f7122
changes for caching imap hierarchy separator, handling no inferiors flag r=jefft,a=chofmann
1999-12-17 03:05:04 +00:00
hyatt%netscape.com
dbbe1790f3
Fixing the spacebar problem. r=saari, a=jar
1999-12-17 02:49:59 +00:00
hyatt%netscape.com
ca45ea6b0c
Making sure that space key bindings in browser don't fire while in text fields. r=saari, a=jar
1999-12-17 02:47:28 +00:00
morse%netscape.com
532296dc8f
Implement reject-foreign-cookies pref, bug 13655, a=chofmann, r=neeti nsDocLoader.cpp
1999-12-17 02:44:22 +00:00
hyatt%netscape.com
3c347f189e
Making key bindings cancelable. r=saari,a=jar
1999-12-17 02:43:37 +00:00
rogerl%netscape.com
67e41a2568
Fixed typeof test on enumerated object result - is always string now.
1999-12-17 01:53:48 +00:00
mscott%netscape.com
5f4692f308
fix antother webshell leak. Add a CleanUp method to the global window. When the global window is told it is closing,
...
call the CleanUp method to force it to release all of it's state.
r=vidur, a=chofmann
1999-12-17 00:50:17 +00:00
mscott%netscape.com
ab9aa71baa
fix a memory leak involving the global context
1999-12-17 00:46:11 +00:00
mscott%netscape.com
aabdc49dd6
fix mem leak of the http handler and the http request objects.
...
Add GetnsAuthEngine to nsIHTTPProtocolHandler, remove nsHTTPHandler::GetInstance, force callers to
go through the service manager. remove the http handler factory code since we just need the http
module
r=warren
1999-12-17 00:44:31 +00:00
mscott%netscape.com
ff0ee4c6c9
fix circular reference between cookie notify and the cookie service.
...
remove circular reference on the cookie service.
r=morse
1999-12-17 00:42:33 +00:00
waterson%netscape.com
7ffc51ce91
Bug 21668. Ooops. Almost missed the CAN'T BE KILLED xpfe/AppCores directory. DIE DIE DIE!
1999-12-17 00:41:09 +00:00
waterson%netscape.com
b3cf5bd138
Bug 21668. Ugh. Totally botched my patch application. Let's try that again.
1999-12-17 00:26:08 +00:00
waterson%netscape.com
0382cfc2b4
Fix missing MOZ_COUNT_CTOR().
1999-12-17 00:16:34 +00:00
waterson%netscape.com
baa1f3847b
Bug 21668. Use Linss-ptr (or nsCOMPtr) to avoid leaking nativeThis. (Unfortunately, I also picked up some whitespace diffs from previously un-regenerated files. Ignore that!) r=shaver
1999-12-17 00:15:51 +00:00
waterson%netscape.com
cef34d8d22
Bug 21668. Use nsCOMPtr (or Linss-ptr) to get the nativeThis. r=shaver
1999-12-17 00:11:03 +00:00
waterson%netscape.com
52fe23a466
Bug 21364. Break parent and proto pointers after compiling shared event handler. shaver mostly did this. r=brendan. Also, fix extra addref of global object, thanks mscott!
1999-12-17 00:08:28 +00:00
waterson%netscape.com
59f08eb360
Bug 21364. Fix document leaks that occur via uncollected script objects: compile scripts against a special global object owned by the prototype document. shaver mostly did this work. r=brendan Bug 21661. Break circular reference between command dispatcher and XUL document. r=saari
1999-12-17 00:06:28 +00:00
waterson%netscape.com
6baf6f2475
Bug 21643. Temporary hack to avoid leaking root wrapper when creating both, and root != wrapper. Note that the fix is 'sloppy', as there are flows-of-control that could potentially leak the NS_ADDREF(); however, since jband is rewriting this stuff RSN, and that stuff doesn't really ever fail too often, we'll let i slide. r=jband
1999-12-17 00:02:58 +00:00
akkana%netscape.com
35a89e2d11
Fix typo
1999-12-16 23:36:41 +00:00
akkana%netscape.com
9572b65df9
Oops, fix typo
1999-12-16 23:36:10 +00:00
akkana%netscape.com
7a2eca522c
21610, 18033: split off from the global overlay the four
...
platform-specific key binding files per platform,
as requested by Hyatt for his new keybinding plan.
Part of the ongoing mjudge/hyatt/me/saari checkin.
1999-12-16 23:33:51 +00:00
norris%netscape.com
881d203b8f
Fix Counter example.
1999-12-16 22:49:50 +00:00
mjudge%netscape.com
fbbf78681f
Precursor change to akkana and hyatts fix for platform dependent key-bindings. HOME and END will now implement the scroll to top and scroll to bottom for mac. Scroll and Move for pageup/pagedown and CTRL-HOME and CTRL-END on windows will not work until m13. This is ok for now and will hurry up completion of M12. r=akkana. simple fix like 10 lines really.
1999-12-16 22:48:02 +00:00
rginda%netscape.com
ed76fb15f1
Updated README document.
...
formatting nit in jsDriver.pl
Added comment to the rhino neg list
1999-12-16 22:38:49 +00:00
rginda%netscape.com
2f79add8e9
Added verbose flag for testcase debugging purposes
1999-12-16 22:35:43 +00:00
rginda%netscape.com
3fa2af9bf1
Fix spacing nit.
1999-12-16 22:34:05 +00:00
rginda%netscape.com
a25e8ff1ad
Fixed 001 test, added 002 test
1999-12-16 22:32:52 +00:00