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

52638 Коммитов

Автор SHA1 Сообщение Дата
matt%netscape.com eff85e4608 This file was not supposed to get commited. 2000-02-09 02:12:33 +00:00
ssu%netscape.com daaef0e67f fixed compression bug and cleaned up code. Not part of build system yet. 2000-02-09 02:10:53 +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
pavlov%netscape.com a7a04c7d14 remove some code cruft and remove the code to do expose events on timers that wasn't working in modal dialogs and replace it with a more efficient, direct, and just better method. we're getting pretty fast now. r=bryner@uiuc.edu 2000-02-09 01:43:04 +00:00
cata%netscape.com 27dd1c643c Changer menu items sorting code. r=naoki, bug #26252 #24029 2000-02-09 01:35:14 +00:00
hyatt%netscape.com 2096411691 Fix for PDT+ bug #25280. r=saari 2000-02-09 01:33:22 +00:00
hyatt%netscape.com 28745243d6 Command dispatcher fix for PDT+ focus issues on Linux. r=saari 2000-02-09 01:32:42 +00:00
pinkerton%netscape.com f2d270331a remove un-necessary stream stuff. 2000-02-09 01:29:10 +00:00
sfraser%netscape.com f9bfb95777 Remove ICGlueCFM-PPC.lib, which is not needed. r=mozbot 2000-02-09 01:24:52 +00:00
granrose%netscape.com e248329dd6 fix typo: GLIB-CONFIG should be GLIB_CONFIG bug 18815. r=leaf. 2000-02-09 01:24:48 +00:00
morse%netscape.com 35fe8c3244 protect against failure to get database key, r=travis 2000-02-09 01:18:22 +00:00
idk%eng.sun.com 43bfb4edc0 Fixed crasher bug.
Now PlugletEngine do not crache mozilla
in  case of missing jvm
2000-02-09 00:34:54 +00:00
sfraser%netscape.com e91a989126 Some script magic to hopefully make the tinderboxen happier. 2000-02-09 00:07:47 +00:00
slamm%netscape.com da892f548e Some tweaks for cygwin bash. Also a minor change to verify that a valid tree is found. 2000-02-08 23:05:24 +00:00
dp%netscape.com 1831657474 bug 26937 The code was changing the component registry got from the
service to open the application registry. This causes asserts all
over. The registry we get from the service is always the component
registry. r=dveditz
2000-02-08 23:03:03 +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 aa51a36202 Second part of sizing fix for alerts. WinHasOptions should not evaluate when options is null. This fixes a crash bringing up new windows with no options. SizeToContent now uses the implementation found in the contentViewer. r=mscott 2000-02-08 22:45:45 +00:00
dp%netscape.com 07976b6f75 bug 26937 The code was changing the component registry got from the service to open the application registry. This causes asserts all over. The registry we get from the service is always the component registry 2000-02-08 21:54:45 +00:00
dp%netscape.com 74be603308 Bg 26937, bug 26759 Enforcing close of the registry before open of a
different registry file. r=dveditz
2000-02-08 21:50:54 +00:00
dp%netscape.com 0f41b5e237 Bug 26937 Added ApplicationRegistry. r=dveditz 2000-02-08 21:49:40 +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
ssu%netscape.com aa9ff18be0 file browser.jst was initially added on branch SSU_PERSONAL_20000207. 2000-02-08 20:47:38 +00:00
mkaply%us.ibm.com 05aa9d8cf4 # 26537
r= momoi@netscape.com
2000-02-08 20:23:40 +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
alecf%netscape.com 44e45cd95f remove an assertion
a=granrose
2000-02-08 19:24:42 +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
jefft%netscape.com 191e920d3c fixed bug 23322 -- [IMAP] freeze on folder/ in .mailboxlist; r=bienvenu 2000-02-08 15:49:52 +00:00
tbogard%aol.net 36870eea40 SizeToContent now works properly within the new DocShell API world. r=hyatt 2000-02-08 15:49:14 +00:00
jefft%netscape.com 4bd138ca34 fixed bug 23089 -- selecting undo after delete cause trash folder to load; r=bienvenu 2000-02-08 15:48:20 +00:00
brade%netscape.com 859f582b84 remove \n and <br> since they don't seem to be parsed correctly anymore (bug #25939) 2000-02-08 15:34:03 +00:00
tbogard%aol.net e8244afcd9 Removing forward declare of nsIBrowserWindow as that interface is on it's way out. 2000-02-08 15:13:47 +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 a509d4cf9d GetWebShell has been replaced by GetDocShell. You also can go directly from a docshell to a presShell without having to walk the content viewer etc. This should fix Linux bustage. 2000-02-08 14:22:19 +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
rods%netscape.com e104ee2757 fixes memory leak.
b 26795 r=beard
2000-02-08 13:17:50 +00:00
jfrancis%netscape.com 3385024fd0 implementing font increase/decrease size for html editor (bug 18774) r=floppy moose 2000-02-08 12:53:34 +00:00
ssu%netscape.com 80c0a5c3ad cleaning up the test code a bit. not part of the build system yet. 2000-02-08 12:10:24 +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