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

4034 Коммитов

Автор SHA1 Сообщение Дата
valeski%netscape.com 59a01e0f26 we don't want to default to GMT 2000-02-09 05:08:54 +00:00
matt%netscape.com eff85e4608 This file was not supposed to get commited. 2000-02-09 02:12:33 +00:00
matt%netscape.com 80b0badc1e fixes for bugs 24758 2456 (commenting out lines) 23355 (changed .js pref sting) r=jud r=matt 2000-02-09 01:56:11 +00:00
matt%netscape.com 6224f4abef fix for bug 11870 26458 r=ben 2000-02-09 01:44:49 +00:00
tbogard%aol.net f18a1d3ba6 Properly unregister the content listener when browser instance service goes away. This is a temporary fix until command service changes can be properly factored. r=mscott bug #26979 2000-02-08 22:47:51 +00:00
tbogard%aol.net f8b3c9c42f Clear the intrinsic sizing after we have already sized the window. Fixes bug #26976. 2000-02-08 21:29:00 +00:00
tbogard%aol.net 799800b4dd The XULWindow object can get destroyed during the closing of a window, thus our loop would not have access to the mContinueLoop. We internally bump the ref on ourselves to ensure that while in the loop the object stays valid. r=mscott. 2000-02-08 20:20:33 +00:00
tbogard%aol.net 1b2e88bca7 When creating a new COM C++ object the refcount starts out at 0. Though we will QI before we return it out, we need to ensure COMPtr's used during init don't take the count to 1 and then back to 0. So we temporarily locally bump the count to 1 to represent our ownership during the scope of the function. r=mscott 2000-02-08 20:19:00 +00:00
tbogard%aol.net 97544f6f7a Fixed crash when dismissing modal dialogs. r=mscott 2000-02-08 18:57:02 +00:00
tbogard%aol.net b53d927882 We were checking against TRUE on the return rather than NS_SUCCEEDED(). Fix for bug #26974. Good catch by Putterman. 2000-02-08 18:45:55 +00:00
tbogard%aol.net 4f67ffa982 Ooops, XULWindow doesn't implement nsIDocumentObserver. Commented it out for now and moved the removal of the observer back to webshellwindow. This should fix the mac build. 2000-02-08 16:14:55 +00:00
tbogard%aol.net e3814a865f Fixed it so prompts could come up. Was missing the ability to QI properly. 2000-02-08 16:11:10 +00:00
tbogard%aol.net d3027be936 Now that the content viewer supports the SizeToContent, we can farm the work off onto it. r=hyatt 2000-02-08 15:55:46 +00:00
brade%netscape.com 59d2e1c005 add 2nd Composer pref panel 2000-02-08 15:03:09 +00:00
brade%netscape.com 8fa4197696 First Checked In. 2000-02-08 15:02:23 +00:00
brade%netscape.com 1b56cdc68c add second composer panel 2000-02-08 15:01:34 +00:00
brade%netscape.com f20e6f2552 strings for pref dialog mockup 2000-02-08 14:59:26 +00:00
brade%netscape.com 7a5f47824a cleanup panel a little bit; remove commented stuff (to be moved to another panel) 2000-02-08 14:29:53 +00:00
brade%netscape.com b1facc88b4 don't open new browser window when shift key is pressed (bug #25085); r=waterson 2000-02-08 14:28:52 +00:00
tbogard%aol.net f5d81c3e9c GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur 2000-02-08 13:40:10 +00:00
sspitzer%netscape.com 2b82cceead handle /v /help /? on windows.
handle --help --version on linux.

#23501  r=alecf
2000-02-08 12:10:22 +00:00
sspitzer%netscape.com d13816ec32 on windows, make /mail be the same as -mail
on linux, make --mail be the same as -mail
r=alecf #23501
2000-02-08 11:59:06 +00:00
sspitzer%netscape.com efcd8f0e03 start building the remote controller (to be used by X-remote some time soon).
the current implementation (remoteControl.js) is just a stub implementation
soon to be fixed.  r=alecf
2000-02-08 08:24:54 +00:00
sspitzer%netscape.com b1003e9d14 more cleanup. 2000-02-08 07:40:57 +00:00
sspitzer%netscape.com 0aa1a1cf2c adding new files and makefiles. implementing a stub for the remote controller
in JS.  not part of the build yet.
2000-02-08 07:32:20 +00:00
pepper%netscape.com 5a2e43dbf0 Yet another slipup with local code. removed myself from contrib list. 2000-02-08 06:34:19 +00:00
pepper%netscape.com 1a5090adc7 Removing myself as a contributor. I work here so it isn't needed. A slip up in the original checkin. 2000-02-08 06:32:25 +00:00
pepper%netscape.com 72db1dcc08 Adding the generic remote public interface and makefiles. Not hooked up to the core build yet. r=sspitzer 2000-02-08 06:21:25 +00:00
dp%netscape.com 968c3dfcc6 Eliminate all trace of cookies from apprunner. It gets lazily created
when the first http connection is opened. r=gagan
2000-02-08 06:12:37 +00:00
dp%netscape.com 1dde7c053d - Converted to Generic Module
- Removed unused CID
r=waterson
2000-02-08 05:39:23 +00:00
matt%netscape.com bd333c4422 Adding search logic to url bar r=bill 24582 2000-02-08 03:31:22 +00:00
sspitzer%netscape.com ad5fa4d555 make it so -chrome <chrome url> does the right thing.
r=mscott
2000-02-08 03:12:39 +00:00
sspitzer%netscape.com d72cc73a3b make it so -FOO, -Foo, and -foo all have the same effect.
r=mscott.  #25282
2000-02-08 02:50:32 +00:00
sspitzer%netscape.com 0f790c0dd6 fix it so -edit <url> and -chrome <url> work on linux.
this script wasn't handling multiple command line args properly
2000-02-08 02:40:19 +00:00
sspitzer%netscape.com 4d4eee3fe8 fix -mail (and others). r=mscott 2000-02-08 01:41:24 +00:00
sspitzer%netscape.com 1c2f8a7ffe add a debugging printf 2000-02-08 01:29:22 +00:00
waterson%netscape.com 43fdc34f49 Bug 12587. Tweak CSS and JS to make directories into links. Fix symlink stuff to be conditions off of SYMBOLIC-LINK, per lou's spec. 2000-02-08 01:20:01 +00:00
waterson%netscape.com 7a7da3f6d2 Cleanup: collapse some QueryInterface implementations into macros; re-write ProcessData() to avoid hitting the heap more than necssary. 2000-02-08 01:17:27 +00:00
sspitzer%netscape.com 17eebe8a61 more changes to get everyone using my arbitrary command line handling.
removing "calendar" from the appearance pref panel, there is no calendar in
5.0.
r=mscott
2000-02-08 01:11:13 +00:00
sfraser%netscape.com 20e3a05f62 Remove PowerPlant dependencies, by temporarily #if 0 out some code. r=beard, scc 2000-02-07 23:38:28 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
rjc%netscape.com a2403c0a50 Fix another simple warning. 2000-02-07 08:59:41 +00:00
rjc%netscape.com f15773f2a5 Simple warning fix. 2000-02-07 08:45:51 +00:00
rjc%netscape.com 3465ecf705 Part of fix for bug # 25034: need to be able to support foreign charsets when searching. 2000-02-07 08:43:44 +00:00
dp%netscape.com 8e6c3cfb16 Fixing nsAtomTable assert on shutdown. Was caused by forgetting to
release a static categoryDataSource in the dtor. r=rjc,scc
2000-02-07 02:45:01 +00:00
ben%netscape.com f1b91f18df hack around 26265/25571 (stringbundles failing in mac profile manager), r=jst@citec.fi 2000-02-07 00:13:03 +00:00
ben%netscape.com de647c87d0 remove the modal about dialog (actually, make it controllable via pref). default is about webpage as before. r=bryner 2000-02-06 22:36:29 +00:00
ben%netscape.com a279dadea5 provide pref to show the modal about dialog if one wishes. r=bryner 2000-02-06 22:35:54 +00:00
pepper%netscape.com b3d5baf992 adding myself to the credits list. Dunno why I got left off. 2000-02-06 22:03:14 +00:00
sspitzer%netscape.com ed1143c9da fix warnings, get force launching of tasks to work. 2000-02-06 13:15:25 +00:00