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

4061 Коммитов

Автор SHA1 Сообщение Дата
ben%netscape.com c83d8a0957 localisability fix for bookmarks, r=jst@citec.fi 2000-02-10 06:57:33 +00:00
ben%netscape.com 3871d842f4 whitespace fix for mac navigator window 2000-02-10 06:50:25 +00:00
ben%netscape.com 362103c7d3 fixes for localisability of navigator package (removed hardcoded english strings ) (r=jst@citec.fi),
small formatting fix for navigator to prevent whitespace at top of mac navigator window
2000-02-10 06:46:50 +00:00
norris%netscape.com 2b4b436f5f Fix 25062 Reload vulnerability
25206 Reload vulnerability #2
Implement grant dialogs and persistence for capabilities.
most r=mstoltz, some code from morse w/ r=norris
2000-02-10 04:56:56 +00:00
law%netscape.com 390d8c7a65 Fix for 27102; backing out bad JS and fixing entity reference in the xul; a=leaf 2000-02-09 22:35:14 +00:00
evaughan%netscape.com b361107ebe 1) implememted box reflow coelescing.
2) implemented gfx scrollbars for list boxes
3) fixed progess meter to be an animated gif
4) fixed bugs 23521, 24721, 19114, 20546, 24385, 24457, 23156, 20226, 22543

-r hyatt, troy, rod
2000-02-09 22:02:40 +00:00
law%netscape.com d3aa6ff646 Transfer focus to existing dialog, if there is one; b=23029, r=sfraser 2000-02-09 15:39:21 +00:00
valeski%netscape.com 5b94267bd4 we don't want to default to GMT 2000-02-09 05:08:54 +00:00
matt%netscape.com 09e16ad76c This file was not supposed to get commited. 2000-02-09 02:12:33 +00:00
matt%netscape.com 53a54bac98 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 5008f42a29 fix for bug 11870 26458 r=ben 2000-02-09 01:44:49 +00:00
tbogard%aol.net 8784e4d323 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 784537aebf 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 4427818f1d 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 5408b39e26 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 79d89d1831 Fixed crash when dismissing modal dialogs. r=mscott 2000-02-08 18:57:02 +00:00
tbogard%aol.net 90bab0bb4f 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 48b1db01ed 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 4e6803a14f 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 1aa3d662b7 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 f8197f80ed add 2nd Composer pref panel 2000-02-08 15:03:09 +00:00
brade%netscape.com 914e6e1d34 First Checked In. 2000-02-08 15:02:23 +00:00
brade%netscape.com 56fc9e0699 add second composer panel 2000-02-08 15:01:34 +00:00
brade%netscape.com 39ce88dbea strings for pref dialog mockup 2000-02-08 14:59:26 +00:00
brade%netscape.com 73da4f0748 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 a75ab7106f 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 840c8350e1 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 6ca7fcdb40 handle /v /help /? on windows.
handle --help --version on linux.

#23501  r=alecf
2000-02-08 12:10:22 +00:00
sspitzer%netscape.com 69ae01cc66 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 fdb386092a 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 c18708e851 more cleanup. 2000-02-08 07:40:57 +00:00
sspitzer%netscape.com 08024cb1ff 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 b99e521b45 Yet another slipup with local code. removed myself from contrib list. 2000-02-08 06:34:19 +00:00
pepper%netscape.com 52ef5fea99 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 dbc88c6280 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 a3e9d698ad 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 d11e914f98 - Converted to Generic Module
- Removed unused CID
r=waterson
2000-02-08 05:39:23 +00:00
matt%netscape.com 0b1f0f2dec Adding search logic to url bar r=bill 24582 2000-02-08 03:31:22 +00:00
sspitzer%netscape.com 72e8a9e317 make it so -chrome <chrome url> does the right thing.
r=mscott
2000-02-08 03:12:39 +00:00
sspitzer%netscape.com 286dfe38d2 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 6a41bf8d9a 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 d3ff9276a9 fix -mail (and others). r=mscott 2000-02-08 01:41:24 +00:00
sspitzer%netscape.com 0bcc6e83ad add a debugging printf 2000-02-08 01:29:22 +00:00
waterson%netscape.com b21cefd4df 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 bd07ef4b98 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 9431eb3736 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 ed0c5e7aba Remove PowerPlant dependencies, by temporarily #if 0 out some code. r=beard, scc 2000-02-07 23:38:28 +00:00
scc%netscape.com 73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
rjc%netscape.com 11a0e3b5f5 Fix another simple warning. 2000-02-07 08:59:41 +00:00
rjc%netscape.com d3f1ff5f73 Simple warning fix. 2000-02-07 08:45:51 +00:00