alecf%netscape.com
f0be7a9f12
move GetPath/SetPath into a base class, combining all the .sbd directory creators. reduces calls to FindServer() by about 2 calls per folder
...
r=sspitzer
a=chofmann
1999-12-18 01:09:51 +00:00
saari%netscape.com
cc6016af14
Adding files to webshell.mcp for Travis
1999-12-18 01:07:47 +00:00
alecf%netscape.com
f5987692bf
fixing pav's bustage :)
1999-12-18 01:02:34 +00:00
rginda%netscape.com
6890b0fa05
Updated to match the js1.5 announcement's terminology
1999-12-18 00:53:53 +00:00
alecf%netscape.com
9b43feaaa8
general cleanup of dead code in messenger, and fixup to use non-DOM interfaces so that the interface isn't tied to a UI
...
r=sspitzer
a=chofmann
1999-12-18 00:48:25 +00:00
sspitzer%netscape.com
b40d1d6f81
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
b951c931c4
Automated update
1999-12-18 00:15:13 +00:00
briano%netscape.com
d9095adadc
Fix for build bustage on Solaris 2.3.
1999-12-18 00:13:27 +00:00
pavlov%netscape.com
3d933328d4
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
b8e4a873cb
Changed to talk to webshell using the nsIBaseWindow where appropriate.
1999-12-17 23:44:43 +00:00
tbogard%aol.net
f5164d466f
Changed nsWebShellWindow to talk to webshell as an nsIBaseWindow where appropriate.
1999-12-17 23:43:47 +00:00
tbogard%aol.net
5377e2aabe
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
becd4d81e2
Cleanup of dead files
1999-12-17 21:39:09 +00:00
rhp%netscape.com
c9331789da
Fix for missing headers - Bug #: 21973 - r: scottip - a: chofmann
1999-12-17 21:37:46 +00:00
pavlov%netscape.com
60d7adeb98
link against docshell to enable subclassing from docshell r=travis a=chofmann
1999-12-17 21:15:31 +00:00
sfraser%netscape.com
cfbd89759b
Fix for 22065, cookies are read twice. a=sspitzer, r=leaf
1999-12-17 20:47:46 +00:00
karnaze%netscape.com
0bd8889d26
new regression test not in the build
1999-12-17 13:33:26 +00:00
tbogard%aol.net
5f1bceb1b4
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
b26982402d
Setting webshell up where I can link in and subclass from docshell.
1999-12-17 08:03:35 +00:00
buster%netscape.com
6b77fe4e00
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
b5faeaafc6
bug 21918 typo in calling InsertRowGroups, r=sdagley,syd
1999-12-17 06:52:37 +00:00
syd%netscape.com
76d39e5500
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
2f3c8ee1ee
back out last change temporarily until we can fix leak
1999-12-17 04:05:53 +00:00
terry%mozilla.org
1a7cc946d8
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
8dc8ab82ae
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
7cf95c89b0
Automated update
1999-12-17 03:25:27 +00:00
briano%netscape.com
c5200d8c12
Fix specifically for NetBSD/alpha builds. Won't affect other platforms. a=chofmann
1999-12-17 03:25:04 +00:00
bienvenu%netscape.com
47e39cb52c
fix 19229, imap hierarchy separator,r=jefft,a=chofmann
1999-12-17 03:06:42 +00:00
bienvenu%netscape.com
dafa45dbaf
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
7d8db847b5
Fixing the spacebar problem. r=saari, a=jar
1999-12-17 02:49:59 +00:00
hyatt%netscape.com
922f13e013
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
c947de468d
Implement reject-foreign-cookies pref, bug 13655, a=chofmann, r=neeti nsDocLoader.cpp
1999-12-17 02:44:22 +00:00
hyatt%netscape.com
15df3485b1
Making key bindings cancelable. r=saari,a=jar
1999-12-17 02:43:37 +00:00
rogerl%netscape.com
f0e5935203
Fixed typeof test on enumerated object result - is always string now.
1999-12-17 01:53:48 +00:00
mscott%netscape.com
c10aa4f6c1
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
1fec7316ef
fix a memory leak involving the global context
1999-12-17 00:46:11 +00:00
mscott%netscape.com
3b82f8c108
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
fcb8e0e82c
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
d21b4ca079
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
be62782e91
Bug 21668. Ugh. Totally botched my patch application. Let's try that again.
1999-12-17 00:26:08 +00:00
waterson%netscape.com
9b884d99ec
Fix missing MOZ_COUNT_CTOR().
1999-12-17 00:16:34 +00:00
waterson%netscape.com
1697d59bff
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
03a15dfd82
Bug 21668. Use nsCOMPtr (or Linss-ptr) to get the nativeThis. r=shaver
1999-12-17 00:11:03 +00:00
waterson%netscape.com
9fd346a651
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
ae1780c3d6
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
ed184cc3e5
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
5bc4437915
Fix typo
1999-12-16 23:36:41 +00:00
akkana%netscape.com
1b3c756335
Oops, fix typo
1999-12-16 23:36:10 +00:00
akkana%netscape.com
133fa0dab2
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
9f5f5b9010
Fix Counter example.
1999-12-16 22:49:50 +00:00