rods%netscape.com
dec0b8ff21
added menu items to turn on/off GFX scrollbars
...
added menu items to save and "Goto" to two urls, this helps a lot with testing.
b=27712
2000-03-14 14:19:56 +00:00
jefft%netscape.com
07dd82c225
fix bug 30784 - save messages / attachment with bogus path name failed sliently; this is bad if user think save was successful then followed by a delete and compact; we will have a data loss here
2000-03-14 13:54:42 +00:00
jefft%netscape.com
e03eefbbcd
fix bug 27396 - shouldn't display error message when selecting uw folder-only mailbox, 28301 - failed to store/read folder flags from folderInfo, 28916 - need to handle /NoSelect folder as 4.x does; r=bienvenu
2000-03-14 13:37:54 +00:00
hyatt%netscape.com
95c6f7cffc
Fixing build horkage.
2000-03-14 12:09:28 +00:00
rods%netscape.com
1b1bb591ab
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
7bfdc6de91
This should fix mac. Close is now Destroy().
2000-03-14 11:53:00 +00:00
ben%netscape.com
8268ebb1fd
fix prefwindow not coming up problem
2000-03-14 11:46:59 +00:00
rods%netscape.com
169c3c95b2
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
bf5953f289
Converting tabs.
2000-03-14 11:40:59 +00:00
hyatt%netscape.com
23a95c9446
Converting tabs
2000-03-14 11:40:02 +00:00
ben%netscape.com
b1d5b6cdb2
pref panel appearance tweaks, r=hyatt
2000-03-14 11:31:54 +00:00
hyatt%netscape.com
d952579ff9
Converting tabs.
2000-03-14 11:31:05 +00:00
tbogard%aol.net
3252054c48
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
7183638f8d
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
7c609e1d30
Moving scrollbars into separate file. Adding XBL for radios and tabs.
2000-03-14 11:17:11 +00:00
tbogard%aol.net
4334112f2e
Remove include of nsIProgress as the interface is going away.
2000-03-14 11:16:08 +00:00
tbogard%aol.net
acbd5859c2
Removed nsIBrowserWindow.h from the export list.
2000-03-14 11:09:48 +00:00
ben%netscape.com
1664aca130
forgot to add these files
2000-03-14 11:09:47 +00:00
hyatt%netscape.com
2449b50b90
Enhancing XBL. Making tabs boxes. Moving code from titledbutton to button.
2000-03-14 11:09:46 +00:00
tbogard%aol.net
d2867aed60
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
72d67fd173
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
f67627acbc
Removing un-needed include of nsIBrowserWindow.h
2000-03-14 11:05:10 +00:00
tbogard%aol.net
e15fd277b8
Removing un-needed forward declare of nsIBrowserWindow.
2000-03-14 11:04:07 +00:00
ftang%netscape.com
d38ac5db31
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
e3ba3d571a
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
dc3ff6c362
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
be5f7c253e
#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
7528e5d71e
Removed unused parameter.
2000-03-14 08:53:46 +00:00
pavlov%netscape.com
ac10c73936
fix mac bustage
2000-03-14 07:42:31 +00:00
pierre%netscape.com
806e1232fc
#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
5fc7d2ab75
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
3b69378fba
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
c0acbbb6dc
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
2bbad9a327
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
c965ef4d54
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
0265583868
use nsCOMPtr for the cached pref service instance. r=bryner.
2000-03-14 07:03:00 +00:00
cls%seawood.org
32b1e3aae5
Add nsprpub to STATIC_MAKEFILES for nspr-autoconf builds.
2000-03-14 06:53:01 +00:00
tbogard%aol.net
5c69fc88bb
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
5542f64002
Set MKDEPEND_DIR using srcdir instead of CONFIG_TOOLS.
2000-03-14 06:17:27 +00:00
cls%seawood.org
1f6e456051
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
bee1edf015
add defined(RHAPSODY) around the XP_MAC lines
2000-03-14 06:16:13 +00:00
leaf%mozilla.org
ca2fe88660
Automated update
2000-03-14 06:15:15 +00:00
pavlov%netscape.com
6b3f28f6fe
update the pretty lil package file
2000-03-14 06:10:57 +00:00
pavlov%netscape.com
6d84052d98
don't build psm stuff here anymore on unix
2000-03-14 06:09:41 +00:00
pavlov%netscape.com
b2fa03ca14
psm-glue to extensions
2000-03-14 06:08:49 +00:00
pavlov%netscape.com
69193b32b6
shutup cvs
2000-03-14 06:07:06 +00:00
pavlov%netscape.com
1654603bbe
fix up unix makefiles a bit more
2000-03-14 06:06:42 +00:00
slamm%netscape.com
1c1477949a
Avoid infinite recursion on CONFIG_GUESS
2000-03-14 05:54:46 +00:00
pavlov%netscape.com
356d1ad37c
point to global
2000-03-14 05:46:59 +00:00
pavlov%netscape.com
c0d3514d85
get the locale stuff over too
2000-03-14 05:45:53 +00:00