radha%netscape.com
a0e755871b
Fix for bug # 17893. Pass the url to nsISessionHistory::Add().Don't set
...
nsWebShell::mURL too early in the loading process.
r=law,nisheeth
1999-11-03 22:30:44 +00:00
davidm%netscape.com
3eeb9d28c1
12539 Crash when quitting browser while bookmark properties dialog
r = saari
nsINetPrompt implementation
r morse
1999-11-03 05:25:21 +00:00
danm%netscape.com
287052e96e
oops! Observe() was checked in flawed in 1.90. gtk may one day have noticed. r:noman@odyssey.org
1999-11-03 02:29:59 +00:00
cls%seawood.org
bee74e223b
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
danm%netscape.com
90581d9641
removing implementation of nsIShutdownListener. it was redundant, anyway. r:dp@netscape.com
1999-11-02 01:10:35 +00:00
dp%netscape.com
40dff7f37d
Removing release on a service as this would be taken care by the
...
NS_WITH_SERVICE() macro. r=danm
1999-11-01 21:16:24 +00:00
morse%netscape.com
43be8183c0
provide compatibility with single signon, r=davidm
1999-10-29 04:30:38 +00:00
sspitzer%netscape.com
73b4a087fd
fix for #16231 , r=mscott. make the file locator know about panels.rdf.
...
if <profile>/panels.rdf doesn't exist, copy the default to that location.
1999-10-29 04:02:25 +00:00
waterson%netscape.com
1409d66985
Remove unused references to nsIXULChildDocument and nsIXULParentDocument.
1999-10-28 22:18:21 +00:00
radha%netscape.com
7634ef385a
Fix for form values not maintained while going forward. bug # 16377. r=law
1999-10-28 20:29:43 +00:00
danm%netscape.com
3ff6d8573f
moving initial content focus from OnEndDocumentLoad to Show. Reinstating SetSizeFromXUL. reduces new window flashing and allows gtk windows to size from JS. r:hyatt@netscape.com
1999-10-28 01:52:49 +00:00
law%netscape.com
3786b0c603
Bug #14999 ; remove last vestiges of app core usage; r=sfraser@netscape.com
1999-10-28 01:41:16 +00:00
warren%netscape.com
f50d3df7c0
Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott
1999-10-26 09:16:24 +00:00
law%netscape.com
fa237364ed
Bug #14999 ; last holdout that was using toolkit app core - changed to use OpenDialog; r=davidm@netscape.com
1999-10-25 23:02:05 +00:00
law%netscape.com
6d9783f95e
Bug #14999 ; use OpenDialog instead of toolkit app core; r=radha@netscape.com
1999-10-25 22:30:40 +00:00
radha%netscape.com
02655f7741
Turning off debug flag that got set in my previous checkin
1999-10-22 22:58:16 +00:00
radha%netscape.com
9cf9ffe640
Clean up of Session History apis. Corresponding changes to the users of SH. r=mcafee. No bug #.
1999-10-22 20:48:07 +00:00
danm%netscape.com
38f4b0469b
removing (unused) references to nsIWebShell.h. requested by buster@netscape.com, bug 16510, r:me
1999-10-21 22:47:50 +00:00
danm%netscape.com
eb79d40b50
observe EventQueue creation and deletion. r:hyatt@netscape.com
1999-10-21 21:36:25 +00:00
danm%netscape.com
12834d6474
moving Push/PopThreadEventQueue to nsIEventQueueService r:hyatt@netscape.com
1999-10-18 15:04:18 +00:00
peterl%netscape.com
d168caadef
Added namespace ID to the AttributeChanged notification
...
Part of the fix for Bug 15153
r=troy
1999-10-15 23:17:53 +00:00
radha%netscape.com
0cc268758c
fixing session history for frames. I accidently broke the behavior in
...
my monday's checkin. No bug #. r=law
1999-10-15 03:49:29 +00:00
mscott%netscape.com
ee28759d13
Bug #16115 --> addref the web shell window inside it's Close method to keep the web shell window from getting
...
deleted out from under us. This could happen because in closing the window, we are destroying a webshell which
could have the last outstanding reference to the webshell window.
r=dp
1999-10-13 02:47:56 +00:00
rjc%netscape.com
0b287cf12c
Fix VC5 build bustage.
1999-10-12 23:09:09 +00:00
rjc%netscape.com
a0d87839ca
[performance] When profile manager is being used, don't read in bookmarks twice... by deferring hiddenwindow.xul loading until after profile manager is done. Review: danm and sspitzer
1999-10-12 22:20:28 +00:00
mscott%netscape.com
8da987fdeb
Remove this file from the repository to fix the Mac buids.
...
The mac projects were looking in this folder and always finding the
stale nsISessionHistory.h file instead of using the idl generated
header file
r=davidm
1999-10-12 07:50:17 +00:00
radha%netscape.com
010b13e83b
Build bustage in solaris
1999-10-12 05:57:03 +00:00
mscott%netscape.com
7138787ec9
nsISessionHistory.idl needs to be in this project.
i think this should fix Radha' build breakage for the mac.
1999-10-12 05:45:10 +00:00
radha%netscape.com
00822a5991
XPIDLising session history. bug # 15437. r=law
1999-10-12 04:40:59 +00:00
radha%netscape.com
c1ee066eb7
XPIDised session history. Corresponding changes to users of nsISessionHistory.
...
Bug # 15437. r=law
1999-10-12 04:37:43 +00:00
waterson%netscape.com
8241422540
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
1999-10-12 02:10:08 +00:00
dveditz%netscape.com
ff01d5e8f4
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
1999-10-10 01:32:59 +00:00
law%netscape.com
87439ca1fb
For bug #14999 ; adding new method to simplify applying OpenDialog to the hidden window. rev=danm@netscape.com
1999-10-08 14:04:17 +00:00
sspitzer%netscape.com
59d5c420aa
add some bulletproofing. r=davidm
1999-10-08 04:55:37 +00:00
danm%netscape.com
b5fb6d742b
hiddenWindow loads its full glory only on the Mac. speeds launch time for everyone else. r:hyatt
1999-10-08 03:31:41 +00:00
warren%netscape.com
8c71c45537
Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty.
1999-10-08 01:49:06 +00:00
dp%netscape.com
1b40406ef5
Fixed webshell leak caused by session history entry circular
...
reference. r=radha
1999-10-07 20:55:14 +00:00
sspitzer%netscape.com
7dd6e3333a
GetSingleProfile() is going away. use GetFirstProfile now.
1999-10-07 06:55:59 +00:00
radha%netscape.com
98ab0bb7c2
Fix for bug #13329 . Back and forward not consistent all the time.
...
Fix already checked in to the M10 branch. Merging changes to tip.
1999-10-05 04:49:58 +00:00
sspitzer%netscape.com
e3cdd7da27
a bunch of changes, all reviewed by mscott.
...
fix some bugs with next, back, and cancel in the profile manager.
(#15223 , #15271 )
re-write all callers of nsProfile::GetCurrentProfileDir() to use the file locator.
(#15063 )
more profile code clean up. (#15042 )
rename the old 4.x history.dat file. it's called history.dat in 5.0, but the file
formats are different. (binary in 4.x, vs mork in 5.0)
1999-10-05 04:12:58 +00:00
rpotts%netscape.com
89f54ea1ae
bug #15341 and bug #15344 . Use the documentloader observer instead of a stream observer.
1999-10-05 04:04:16 +00:00
beard%netscape.com
3a35f6481c
changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:08:40 +00:00
sfraser%netscape.com
dabcb6ee17
Removing nsIQFAServices.idl to fix build bustage. a=leaf
1999-09-30 20:08:45 +00:00
ramiro%netscape.com
e096f93d17
Fix build bustage.
1999-09-30 19:34:26 +00:00
namachi%netscape.com
de939c95d7
Approved by leaf. Removing fullcircle from mozilla builds
1999-09-30 19:03:27 +00:00
shaver%netscape.com
0a8227549b
missed more nsIRegistry::Key usages
1999-09-29 03:26:24 +00:00
radha%netscape.com
475df26c39
Fix for 14967. r=pollmann, a=chofmann
1999-09-28 22:17:49 +00:00
sdagley%netscape.com
a19dc7acf1
Landing fix for davidm. Returning nsnull was being interpreted as no error so changing to a return code that indicates an error.
1999-09-22 06:02:21 +00:00
radha%netscape.com
aff8fa278f
Fix crashes due to reference counting problems
1999-09-21 21:35:59 +00:00
waterson%netscape.com
06b78978e9
Fix backwards return values on nsIEnumerator::IsDone().
1999-09-21 01:28:18 +00:00