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

55231 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com 4be33a20d3 Fixing build horkage. 2000-03-14 12:09:28 +00:00
rods%netscape.com 7166b97e2c preparing for GFX listboxes and dropdowns. This ifdefs the creation code so I
can turn them on and off.
b=18895
2000-03-14 12:03:21 +00:00
tbogard%aol.net f50a518b35 This should fix mac. Close is now Destroy(). 2000-03-14 11:53:00 +00:00
ben%netscape.com 61203b2f72 fix prefwindow not coming up problem 2000-03-14 11:46:59 +00:00
rods%netscape.com 3164b5a68a This fixes a problem introduced bu checkin 3.258 and Bug 26834,
and is the branch checkin for bug 31713.
The problem is the code cheked into 3.258 does it for all windows, when you really
only want to do it for top level windows.
r=kmcclusk b=31713
2000-03-14 11:44:04 +00:00
hyatt%netscape.com 336a29752a Converting tabs. 2000-03-14 11:40:59 +00:00
hyatt%netscape.com cc3cf630c3 Converting tabs 2000-03-14 11:40:02 +00:00
ben%netscape.com 9edc1b6866 pref panel appearance tweaks, r=hyatt 2000-03-14 11:31:54 +00:00
hyatt%netscape.com 1786656e2a Converting tabs. 2000-03-14 11:31:05 +00:00
tbogard%aol.net 7eff142623 Removing nsIProgress and nsIProgressListener as they aren't used and are replaced in intent by nsIWebProgress and nsIWebProgressListener. 2000-03-14 11:28:11 +00:00
scc%netscape.com 1c29216af2 Removed "nsIProgress.idl" and "nsIProgressListener.idl" for travis since Camelot is down. This is really travis' checkin. 2000-03-14 11:23:20 +00:00
hyatt%netscape.com 6a78fcfac1 Moving scrollbars into separate file. Adding XBL for radios and tabs. 2000-03-14 11:17:11 +00:00
tbogard%aol.net cbe2df7576 Remove include of nsIProgress as the interface is going away. 2000-03-14 11:16:08 +00:00
tbogard%aol.net 509907d4d2 Removed nsIBrowserWindow.h from the export list. 2000-03-14 11:09:48 +00:00
ben%netscape.com 216fd0885c forgot to add these files 2000-03-14 11:09:47 +00:00
hyatt%netscape.com f136d13288 Enhancing XBL. Making tabs boxes. Moving code from titledbutton to button. 2000-03-14 11:09:46 +00:00
tbogard%aol.net 58e5886488 Changed nsIBrowserWindow references to reference nsBrowserWindow. nsBrowserWindow is no longer a component. More implementation to get nsBrowserWindow and nsWebBrowserChrome implementations geared towards the embedding code. made nsBrowserWindow implement nsIBaseWindow. 2000-03-14 11:08:43 +00:00
ben%netscape.com 54958006d1 fixes for profile manager bugs 24851, 27526, 27595, 28283, 29139, 30246, 31472, 31473, 28185, 30094, 31151, 29633, 17721 2000-03-14 11:07:09 +00:00
tbogard%aol.net 3fc295392e Removing un-needed include of nsIBrowserWindow.h 2000-03-14 11:05:10 +00:00
tbogard%aol.net 3e009059a0 Removing un-needed forward declare of nsIBrowserWindow. 2000-03-14 11:04:07 +00:00
ftang%netscape.com 3454f3f8ca fix bug 29498. remove buggy hebrew hack untill the layout level support bi-di
by the bi-di team. r=erik
2000-03-14 09:39:57 +00:00
ftang%netscape.com d0496b361a fix 23920. r=erik. Start the loop from 0 instead of 1. do not report result if we got no NON ascii data. 2000-03-14 09:36:51 +00:00
ftang%netscape.com 342c90824c fix 29498. Remove hebrew/arabic hack until bi-di team have the real solution in the layout level. r=erik 2000-03-14 09:31:39 +00:00
pierre%netscape.com f1d816a488 #581 "CSS "must have" fonts cursive and fantasy aren't supported". Changed the default fonts to be compatible with OS9: cursive is Apple Chancery instead of Zapf Chancery and fantasy is Gadget instead of New Century Schlbk. 2000-03-14 08:55:12 +00:00
tbogard%aol.net aa2e47677e Removed unused parameter. 2000-03-14 08:53:46 +00:00
pavlov%netscape.com 2062d07f92 fix mac bustage 2000-03-14 07:42:31 +00:00
pierre%netscape.com b8fda14b1b #30127 "-moz-fixed not friendly with the cascade". Inherit NS_STYLE_FONT_USE_FIXED together with the font face. 2000-03-14 07:30:29 +00:00
sspitzer%netscape.com b624fe2894 fix for #31715. pass the nsIMsgWindow when trying to post a message.
(we may need it, if we have to authenticate the use for posting.)

also, clean up the code to handle NS_ERROR_* properly.
2000-03-14 07:21:44 +00:00
tbogard%aol.net e1c5c39fd6 Use the generic factory to create the actual objects for the nsWebBrowserSetup and nsWebBrowser classes. Got rid of the unneeded ::Create methods on those classes. 2000-03-14 07:20:17 +00:00
tbogard%aol.net cad70d2abc nsDocShellTreeOwner now implements nsIWebProgressListener. nsIInterfaceRequestor is not a required interface of the embedding owner. Provided basic implementation for most of the nsIDocShellTreeOwner Methods. Provided basic implementation for most of nsIBaseWindow. Implementation for nsIWebProgressListener. 2000-03-14 07:10:08 +00:00
tbogard%aol.net f4be7fb6ae Updated paramaters to GetNewBrowserChrome() and changed it to GetNewBrowser() to reflect changes in the API. Added new functions SizeBrowserTo() and ShowAsModal() that were added to the nsIWebBrowserChrome API. 2000-03-14 07:06:07 +00:00
tbogard%aol.net d2b9d12fc5 webBrowser now depends on the docShell implementing nsIWebProgress interface. It now passes all the work on to it as well. 2000-03-14 07:05:08 +00:00
sspitzer%netscape.com d7aaa45fbc use nsCOMPtr for the cached pref service instance. r=bryner. 2000-03-14 07:03:00 +00:00
cls%seawood.org 045fa54dc1 Add nsprpub to STATIC_MAKEFILES for nspr-autoconf builds. 2000-03-14 06:53:01 +00:00
tbogard%aol.net e12818d171 When setting the viewMode, dont' do a reload if there isn't already an URL loaded. 2000-03-14 06:30:30 +00:00
cls%seawood.org c9e36fcf0d Set MKDEPEND_DIR using srcdir instead of CONFIG_TOOLS. 2000-03-14 06:17:27 +00:00
cls%seawood.org 24cc1c1b26 Fix the distclean target so that it removes all of the generated Makefiles not just the traversed ones.
Move the _TOOLS variables to config.mk to fix tinderboxen that run targets before running configure again.
Change CONFIG_TOOLS to use DEPTH instead of topsrcdir.
2000-03-14 06:16:27 +00:00
pavlov%netscape.com 0442a847fa add defined(RHAPSODY) around the XP_MAC lines 2000-03-14 06:16:13 +00:00
leaf%mozilla.org 97390c6562 Automated update 2000-03-14 06:15:15 +00:00
pavlov%netscape.com 16d99a24d3 update the pretty lil package file 2000-03-14 06:10:57 +00:00
pavlov%netscape.com c1098deaeb don't build psm stuff here anymore on unix 2000-03-14 06:09:41 +00:00
pavlov%netscape.com 4ebfa926c5 psm-glue to extensions 2000-03-14 06:08:49 +00:00
pavlov%netscape.com 86be35abea shutup cvs 2000-03-14 06:07:06 +00:00
pavlov%netscape.com d461001931 fix up unix makefiles a bit more 2000-03-14 06:06:42 +00:00
slamm%netscape.com 9a9613697d Avoid infinite recursion on CONFIG_GUESS 2000-03-14 05:54:46 +00:00
pavlov%netscape.com 613da05538 point to global 2000-03-14 05:46:59 +00:00
pavlov%netscape.com bbdb703a1c get the locale stuff over too 2000-03-14 05:45:53 +00:00
tbogard%aol.net 5ddc58c6b1 L"" is not legal on all compilers to pass to a PRUnichar*. So instead need a temporary nsAutoString. 2000-03-14 05:41:02 +00:00
putterman%netscape.com 0a24489bd2 r=bienvenu. Fixes for 29970 - deleting last message in a folder works. 17074 - remember
sort per folder.  27749 View Message menu works.  16966 Mark thread read.  28419 File Button
2000-03-14 05:38:51 +00:00
putterman%netscape.com 9ad79e2641 r=bienvenu. Fix for 16966. Can now mark a thread read. 2000-03-14 05:34:42 +00:00