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
pavlov%netscape.com
d73ea85b91
move some other files
2000-03-14 05:34:02 +00:00
putterman%netscape.com
7fabaf0326
r=bievenu. fix for 16966. Can now mark a thread read.
2000-03-14 05:31:56 +00:00
troy%netscape.com
c5f8fdbf16
b=24125. For INPUT elements we use value of NAME attribute as fallback
...
for alternate text
2000-03-14 05:30:00 +00:00
putterman%netscape.com
da21edd0d1
r=bienvenu. Don't fail if there's no unread thread.
2000-03-14 05:29:34 +00:00
putterman%netscape.com
a1a6b438b0
r=bienvenu. Fix for bug 31363 and other progess problems. Deleting from a local folder
...
doesn't cause meteors to go on forever.
2000-03-14 05:27:34 +00:00
dougt%netscape.com
b107082d5a
fix for 28942 nsILocalFile::Exists() returns a FILE_NOT_FOUND error.
...
r=pete@alphanumerica.com
2000-03-14 05:11:02 +00:00
pavlov%netscape.com
6766320854
shutup cvs
2000-03-14 05:07:59 +00:00
mscott%netscape.com
83342941df
rewrite a couple methods so we don't need reduce the number of string allocations.
...
I was able to remove yet another instance where we copy the entire message body.
r=alecf.
2000-03-14 05:04:54 +00:00
pavlov%netscape.com
a5e4d3fab2
fix unix makefiles
2000-03-14 05:04:06 +00:00
mscott%netscape.com
bc32b66ccc
pass nsString's by reference to reduce an extra copy of the entire message body!!
...
performance improvements by reducing the number of memory allocations...
Fix a leak of the dom node used to insert text into by using a nsCOMPtr.
r=alecf
2000-03-14 05:03:29 +00:00
putterman%netscape.com
040516ee3d
r=ben. Add styles for button menus of buttons with other28 class. Used for File
...
button in mailnews thread pane.
2000-03-14 05:02:56 +00:00
ruslan%netscape.com
9ed380e046
Mark EOF when connection gets closed as well. Fixes www.microsoft.com with
...
keepalive on.
2000-03-14 05:02:16 +00:00
cls%seawood.org
8e3c27636b
Actually remove libs phase from all:: target. Add win32 target for MKSHLIB.
2000-03-14 04:57:13 +00:00
dougt%netscape.com
f5540880d4
Adding psmglue to the package list.
2000-03-14 04:56:33 +00:00
dougt%netscape.com
426e3550eb
removing security from makefile. Look at mozilla/extensions/psm-glue
2000-03-14 04:55:51 +00:00
troy%netscape.com
9eb066a4eb
b=29893. Pollmann had added code to keep us from crashing. I made sure
...
that the correct tiling behavior happened in the case where the viewport
isn't scrollable
2000-03-14 04:55:42 +00:00
dougt%netscape.com
dff27e8162
Adding psm-glue to the extensions build path.
2000-03-14 04:54:37 +00:00
dougt%netscape.com
c705a3c8bd
fixing gifs that were smashed by not adding them initially with the -kb option.
...
<rant> CVS should know that gif images should not be merged, duh! </rant>
2000-03-14 04:51:30 +00:00
dougt%netscape.com
daba2c3a19
adding -kb flag to gifs
2000-03-14 04:45:19 +00:00
tbogard%aol.net
0f3b6e671c
BrowserViewSource now brings up viewSource.xul instead of navigator.xul. Navigator.xul no longer supports coming up in viewSource mode. Using the same window for such a thing causes unneeded slow down and complexity.
2000-03-14 04:44:58 +00:00
tbogard%aol.net
4a46746490
Brought the viewSource.xul back to life. It now uses the docShell viewMode to specify that the iframe is in viewSource mode.
2000-03-14 04:43:50 +00:00
dougt%netscape.com
d5c4d8d09c
landing psm-glue code.
2000-03-14 04:41:48 +00:00
tbogard%aol.net
b4d03a1e45
Removed the ViewSource function as it is no longer used. BrowserViewSource is what is always used now.
2000-03-14 04:41:46 +00:00
mcafee%netscape.com
5662e4918f
Adding auto-create-profile support.
2000-03-14 04:41:15 +00:00
tbogard%aol.net
05470a25df
When bringing up the View Source window, set the title and set the mode on the docShell.
2000-03-14 04:39:46 +00:00
tbogard%aol.net
3997f63321
Added support for setting a docShell into viewSource mode or viewNormal mode. Changed calls to creating the contentViewer to rely on the mode of the docshell for deciding the state it is in. Made docShell support the nsIWebProgress interface. Stubbed out the methods for it's implementation.
2000-03-14 04:36:55 +00:00
tbogard%aol.net
25a752064a
Added support for setting a docShell into viewSource mode or viewNormal mode.
2000-03-14 04:35:37 +00:00
dougt%netscape.com
65281f10e2
Landing psm-glue code.
...
Merging into one library.
2000-03-14 04:34:33 +00:00
slamm%netscape.com
4ded3b899a
Fix configure for people without '.' in their path.
2000-03-14 04:31:49 +00:00
troy%netscape.com
7ee600dafc
Changed to use threadsafe implementations of addref/release
2000-03-14 04:06:10 +00:00
gagan%netscape.com
5243af866b
Updating the test case for last changes as well...
2000-03-14 04:03:46 +00:00