warren%netscape.com
c0497e31be
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
2000-03-05 21:26:01 +00:00
jj%netscape.com
d5f6f16865
Removed references to MOZ_FULLCIRCLE in mozilla. a=leaf r=sfraser
2000-03-04 01:52:50 +00:00
tbogard%aol.net
4eec4fb506
nsIPref is no longer passed around through inits on webshell, content viewers and presContext. In places where it is needed, it can be retrieved from the service manager. I removed a number of the getters and setters for prefs as the prefs will be the same from the service manager so we don't need getters. r=waterson a=rickg
2000-03-02 07:13:02 +00:00
sspitzer%netscape.com
3093145395
add some comments / todo items. not part of the build.
2000-03-02 00:59:58 +00:00
sspitzer%netscape.com
46a21ce04e
not part of the build yet.
2000-03-01 19:52:43 +00:00
sspitzer%netscape.com
7ecceef4b0
not part of the build yet.
2000-03-01 19:03:33 +00:00
sspitzer%netscape.com
9f24d3b8c7
not part of the build.
2000-03-01 17:24:12 +00:00
sspitzer%netscape.com
5650853485
not part of the build yet.
2000-03-01 05:55:19 +00:00
sspitzer%netscape.com
f4cd0a1c67
not part of the build yet.
2000-03-01 05:17:06 +00:00
tbogard%aol.net
d0507604ce
Removing nsIXULWindowCallbacks as it is no longer used. r=danm a=jevering
2000-02-29 22:11:33 +00:00
tbogard%aol.net
4551c424d8
Removing nsIXULWindowCallbacks from the build as it is no longer used. r=danm a=jevering.
2000-02-29 22:10:06 +00:00
tbogard%aol.net
d2a51867ff
Removing nsIXULWindowCallbacks as they were removed from active use nearly 8 or more months ago. Getting rid of having to pass it around as a parameter and all that fun stuff. r=danm a=jevering
2000-02-29 22:03:49 +00:00
mkaply%us.ibm.com
71af59e33c
# 25555
...
r= sobotka (per jdunn@netscape.com )
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 15:52:31 +00:00
pollmann%netscape.com
1a92e41ff8
Bug 28670: Remove unneeded scroll param to webshell::Init r=travis a=rickg
2000-02-29 06:50:27 +00:00
dougt%netscape.com
a14179a92e
Adding a windows implementation of GetUserName().
...
Adding a check on unix to ensure that the out param is not null when return
NS_OK.
Not in the build.
2000-02-29 04:39:54 +00:00
danm%netscape.com
bc4e8ed4e4
fixing build bustage by obliterating the entire offending function, which appears to be unused.
2000-02-29 02:50:06 +00:00
sspitzer%netscape.com
976819d442
change this to a wstring. not part of the build.
2000-02-29 01:38:45 +00:00
tbogard%aol.net
a0a5a8ed4e
This should fix the mac bustage.
2000-02-29 01:37:49 +00:00
sspitzer%netscape.com
ae871d5874
not part of the build.
2000-02-29 00:49:46 +00:00
tbogard%aol.net
cf5a3f3925
Changed nsIAppShellService and nsIWindowMediator to talk in terms of nsIXULWindow instead of nsIWebShellWindow. Also removed the function nsIAppShellService::RunModalDialog since windows should be created using the nsIDOMWindow::OpenDialog. r=danm a=jevering
2000-02-29 00:20:55 +00:00
dp%netscape.com
a420f03496
bug# 29063: Removing about a 100 calls to stat() on startup. r=alecf,racham a=jar
2000-02-28 15:57:13 +00:00
danm%netscape.com
9fe3a0a9db
hide while destroying. prevents bad messages from getting to partially dead window. bug 28241
2000-02-27 22:34:18 +00:00
sspitzer%netscape.com
7cb570ad1b
fix for #28911 , r=alecf, a=jar. avoid loading in unnecessary dlls at startup.
2000-02-26 03:52:06 +00:00
sspitzer%netscape.com
9e1fffab82
not part of build, yet.
2000-02-26 03:29:24 +00:00
dougt%netscape.com
d076e83c8f
fix for 26691. PDT+. reviewed by byner. This basically removes a assert that
...
was upsetting user of viewer.
2000-02-26 00:09:44 +00:00
danm%netscape.com
4727b65a38
re-enable parent window of modal dialog before dialog is destroyed. part of bug 28467. r=saari a=jar
2000-02-25 03:11:21 +00:00
danm%netscape.com
896e8238ee
move all functional modal window code into nsXULWindow. part of bug 28467. r=saari a=jar
2000-02-25 03:11:13 +00:00
danm%netscape.com
65a83224fa
oops. har. that last patch just disabled the timing, which reverted bug 28473. This one was the intended.
2000-02-24 21:32:47 +00:00
danm%netscape.com
298efc29cb
tree-closure bug 29094 -- A tricky condition involving relative timing of size and position events seems to have surfaced. This patch should sort them out.
2000-02-24 21:16:16 +00:00
tbogard%aol.net
99210769aa
Changed reload to go through the new nsIWebNavigation interface on the docShell. Work for 13374 and landing of new session history/ uriloading. r=mscott a=jevering
2000-02-24 03:58:44 +00:00
tbogard%aol.net
3ffe268a79
Removed unused legacy function that is never called. Put an assert in place for people calling the old ShowModally, this is never called, but this will prevent new people from calling until it can be completely removed. r=danm.
2000-02-24 01:39:31 +00:00
tbogard%aol.net
c69642298a
Pass true to repaint when resizing the outer window to fit the content. Fix for 28985. r=cmanske
2000-02-24 01:16:08 +00:00
danm%netscape.com
933477f2ad
putting size and position persistence on a timer to ease chunky movement. r=scc a=jar
2000-02-23 20:07:31 +00:00
waterson%netscape.com
6d0ebbccfd
Bug 27855. Use an event instead of a timer to flush the event queue when the app is shutting down. r=syd, a=jevering.
2000-02-22 06:01:57 +00:00
dveditz%netscape.com
a63ee75907
Bug 23941 speed up install on Mac, r=cathleen, a=jar;
...
Bug 12817 no Autoreg (in optimized builds) unless xpinstall detects flag indicating install has happened or build number changed, r=dp, a=jar;
Bug 23859 add wstring API to nsIRegistry for profile manager/i18n, r=gayatrib, a=jar;
2000-02-20 03:12:59 +00:00
waterson%netscape.com
85010931c6
Bugs 27271, 27947. Re-order menu creation so that RDF-generated menus are created simultaneously with XUL content. Use style rather than content tree crawling to avoid over-eager creation of menu content. r=hyatt,danm a=jevering.
2000-02-19 00:56:13 +00:00
jdunn%netscape.com
080142580c
Fix problem with NS_IF_ADDREF on member variables inside of const
...
member functions. This includes removing all references to
NS_DEF_PTR and the including of nsIPtr.h
r=troy@netscape.com ,dougt@netscape.com,scc@netscape.com
# 28114
a=chofmann@netscape.com
2000-02-17 23:19:18 +00:00
sspitzer%netscape.com
ff7d1c07c2
turning off these printfs, except for saari. a=phil
2000-02-17 21:19:11 +00:00
sspitzer%netscape.com
56fb0c4bb2
clean up -help output. fix bug #26959 , make it so when you start
...
a browser window, the right page (home, blank or last page visted) gets
loaded. clean up tasksOverlay.js, navigator.js and Ensure1Window()
use the browser's command line handler (remove duplicate code).
remove uri dispatching ui and js. r=mscott
2000-02-16 06:22:03 +00:00
danm%netscape.com
7448117f2b
reverting fuzzy-brained part of last checkin that causes Hidden Window to be Tempting Crasher Window. bug 27842
2000-02-15 20:01:11 +00:00
tbogard%aol.net
d168c64453
The title is now only set on the window when the window has the contenttitlesetting="true" attribute. r=hyatt
2000-02-15 10:20:41 +00:00
danm%netscape.com
10574123ae
reinstate recently removed disabling of modal window's parent. bug 19221. r:hyatt
2000-02-15 05:06:08 +00:00
dveditz%netscape.com
9172024f8e
New wstring nsIRegistry interface, bug 23859;
...
new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)
2000-02-15 01:32:12 +00:00
tbogard%aol.net
452278e13f
Removed unused GetPresShell(). Rely on nsXULWindow for the implmentation of SetIntrinsicSizing. SetStatus now flows through the nsXULWindow content tree owner. r=hyatt
2000-02-14 06:19:18 +00:00
tbogard%aol.net
17460e44b3
Added implementation for SetJSStatus and SetJSDefaultStatus. r=hyatt
2000-02-14 06:15:35 +00:00
tbogard%aol.net
b1608c3a04
Added the NotifyObservers function. r=hyatt
2000-02-14 06:14:21 +00:00
tbogard%aol.net
88d298ec91
Added the implementation for FocusAvailable. Added implementation for the new intrinsicSizing attribute. Moved over the NotifyObservers() call from nsWebShellWindow. r=hyatt
2000-02-14 06:13:12 +00:00
tbogard%aol.net
1ad5c378d4
Added an intrinsic sizing attribute. r=hyatt
2000-02-14 06:10:52 +00:00
pavlov%netscape.com
5c6f0e30a9
fix viewer bustage on linux r=bryner
2000-02-12 04:47:38 +00:00
saari%netscape.com
5be6d636ee
more focus changes
2000-02-11 23:51:53 +00:00