sspitzer%netscape.com
19f74e9af0
don't create these values. rely on the default prefs for that.
1999-07-06 22:42:48 +00:00
dveditz%netscape.com
e79ea9311c
Mac startup performance
1999-07-06 07:28:49 +00:00
av%netscape.com
d5bd21d6ee
Delaying loading plugin dll till actually needed, potentially decreasing
...
startup time significantly. LoadPlugin() call moved from LoadPlugins to
GetPluginFactory. Windows only.
1999-07-06 04:14:54 +00:00
racham%netscape.com
082337f625
Adding netcenter Preg pref
1999-07-05 01:21:30 +00:00
sspitzer%netscape.com
43c3f19b1c
fix warnings
1999-07-03 00:39:28 +00:00
av%netscape.com
722d6cb97c
Addressing bug #5978
1999-07-03 00:07:46 +00:00
ramiro%netscape.com
86fad9ffe1
Part I of Alexander Larsson's (alex@signum.se) patch to reduce symbol bloat.
...
All these changes are safely ifdefed out for the time being.
There are also a few implementation
DEFINES cleanups.
1999-07-02 14:59:36 +00:00
dveditz%netscape.com
7aa859429b
makefile cleanups
1999-07-02 13:40:18 +00:00
ramiro%netscape.com
b86c78a296
Separate the widget and gfx toolkits into two variables.
...
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
dveditz%netscape.com
5dd9cff22d
Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles
1999-07-02 11:50:19 +00:00
sspitzer%netscape.com
0285fd58d6
fix for #9143 . make the default start page the home page. remove that browser.startup.splash crap. make the default home page http://www.mozillazine.org/ for now.
1999-07-02 06:39:40 +00:00
cyeh%netscape.com
79ecb3f838
stupid fix for #7190 . create default plugins directory in the executable directory. this causes searching for 3.0 and 4.0 plugins to not occur. will prevent java crashes and also speed up launch time.
1999-07-02 04:44:44 +00:00
dp%netscape.com
18656b0696
Caching of node names in nsIRegistryNode
...
Adding nsIRegistryNode::GetIID()
- Thanks Dan Veditz
1999-07-02 03:34:08 +00:00
cyeh%netscape.com
a24520dd7b
i am an idiot. if the directory already exists, don't try and make it again.
1999-07-02 01:22:21 +00:00
cyeh%netscape.com
f4655c8f7d
stupid fix for #7190 . creating a plugins directory by default prevents
...
code that goes searching for old 3.0 and 4.0 plugins and loading
those. this should help with start-up times.
1999-07-01 23:32:54 +00:00
ducarroz%netscape.com
0be5b9e422
Add default value for compose_html
1999-07-01 21:52:26 +00:00
warren%netscape.com
8462929dda
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
1999-07-01 19:30:20 +00:00
sspitzer%netscape.com
e159cc2289
fix warning
1999-07-01 08:40:21 +00:00
av%netscape.com
943b6f0e2a
Swapping boolean specifying windowless plugin in accordance with the spec
1999-06-30 00:49:03 +00:00
ssu%netscape.com
21f778f807
fixing bug #8454 and AddDirectory() function
1999-06-29 23:23:23 +00:00
scc%netscape.com
54c96baa72
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
1999-06-29 21:01:31 +00:00
mcafee%netscape.com
780cff3474
BeOS changes
1999-06-29 11:36:21 +00:00
sgehani%netscape.com
95cca037df
Build libjar as a component on the Mac.
1999-06-29 02:22:13 +00:00
mcafee%netscape.com
f81dc61901
Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca)
1999-06-28 23:11:18 +00:00
mscott%netscape.com
19e27ea0e4
necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
1999-06-28 20:43:28 +00:00
warren%netscape.com
f5e1196f42
Last of the necko ifdefs. Now we link with necko.
1999-06-28 10:35:57 +00:00
warren%netscape.com
f6b9d3a028
Necko ifdefs for layout and rdf.
1999-06-26 06:36:26 +00:00
gagan%netscape.com
954be2a063
NECKO only: Fixed the dont_AddRef problem.
1999-06-25 21:58:06 +00:00
ducarroz%netscape.com
3a9f0656d6
replace pref "mail.identity.<idn>.send_html" by "mail.identity.id1.compose_html".
replace pref "mail.identity.<idn>.wrap_column" by "mail.wraplength"
1999-06-25 21:47:43 +00:00
pnunn%netscape.com
6409a2d32c
changed image type list. pnunn.
1999-06-25 20:09:12 +00:00
pnunn%netscape.com
f9be54e0fe
fix warnings, #8154 . pnunn.
1999-06-25 19:47:25 +00:00
mcafee%netscape.com
562ee19b4b
BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes.
1999-06-25 11:08:07 +00:00
gagan%netscape.com
bb4b1f90aa
More Necko landing changes...
1999-06-25 01:41:26 +00:00
gagan%netscape.com
cf59f247bb
More Necko landing changes.
1999-06-25 00:03:22 +00:00
briano%netscape.com
cb2182b7a3
File was missing the required newline at the end of file.
1999-06-24 03:13:10 +00:00
sgehani%netscape.com
3d2bef83c5
1> Removed obsolete IID headers (now being generated from IDL).
...
2> Aletered Unix Makefile.in to make libjar a component.
1999-06-23 22:54:49 +00:00
warren%netscape.com
5e8dccf3fe
More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string.
1999-06-23 19:55:21 +00:00
pnunn%netscape.com
58460640a8
Minor adjustment for testing. pnunn.
1999-06-23 19:54:52 +00:00
sgehani%netscape.com
53e446a833
First Checked In.
1999-06-23 06:37:03 +00:00
sgehani%netscape.com
2037a61300
Modification to the libjar XPCOM interface in order to use it with XPInstall; facilitating ressurection of XPInstall on Unix.
1999-06-23 06:16:28 +00:00
warren%netscape.com
23864df5e3
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
sspitzer%netscape.com
beeac647d5
change default to 50 until performance is fixed
1999-06-23 00:00:28 +00:00
akkana%netscape.com
9ac4dd6cc1
Fix separate-objdir build
1999-06-22 21:38:39 +00:00
pnunn%netscape.com
f386cb3ef0
prep work for alphachannel. pnunn.
1999-06-22 20:11:53 +00:00
pnunn%netscape.com
3feaaa7ca9
Prepwork for alphachannel. pnunn
1999-06-22 20:11:03 +00:00
pnunn%netscape.com
aa67deb2f0
Prep work for alpha channel. pnunn.
1999-06-22 20:09:29 +00:00
dp%netscape.com
91b957fe2b
Adding back member to store error for nsRegistryNode and nsRegistryValue. This gets it working again.
1999-06-22 13:58:12 +00:00
mcmullen%netscape.com
e3681b259e
Removing the use of the convenient factory method for nsIFileSpec, since I'm about to remove that, too.
1999-06-22 03:48:26 +00:00
dp%netscape.com
91b58aabba
- Threading fixed. Changed member that stored error from nsRegistry
...
to be an automatic variable.
- Using XPCOM_ComponentRegistry for OpenWellknownRegistry()
1999-06-21 23:40:21 +00:00
putterman%netscape.com
ba0f857deb
Added mail.showMessengerPerformance pref.
1999-06-21 23:25:33 +00:00
sspitzer%netscape.com
5278646ded
fix for #8360 . Get "mailnews.start_page.enabled" and "mailnews.start_page.url" to work.
1999-06-21 02:25:34 +00:00
sspitzer%netscape.com
426eb85cbf
fix warnings. these classes have virtual functions but non-virtual destructors
1999-06-21 01:59:44 +00:00
ssu%netscape.com
e9d3965255
added define's to deal with building standalone
1999-06-20 02:38:14 +00:00
sspitzer%netscape.com
995e63c55d
make the default of of the "browser.startup.page" be 3, so that we use
...
the new "browser.startup.splash" pref.
set the default for "browser.startup.splash" to be http://www.mozillazine.org , until
bug #7417 gets fixed.
1999-06-19 21:08:02 +00:00
briano%netscape.com
dcf07bc157
Minor DEC-specific tweak (i.e., only affects DEC builds) to fix the Tinderbox build.
1999-06-19 00:16:43 +00:00
dp%netscape.com
aee4f0d23f
Fixed crash due to multi-threading. bug# 7308, bug# 8150
1999-06-18 23:27:09 +00:00
mcmullen%netscape.com
88a893314a
Fixing the broken situation when no prefs file exists. Since there is a problem with stream closing after nsFileStream(nsIFileSpec*), cleaning up this code so that we dont write/read/init/write the prefs. Now we simply init/write. Part of a fix for bug #8237 . r=slamm@netscape.com, a=chofmann@netscape.com
1999-06-18 22:11:35 +00:00
valeski%netscape.com
487d9ea921
NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061.
1999-06-18 17:34:08 +00:00
ssu%netscape.com
9185ef1a64
backed out previous checkin due to tree closure
1999-06-16 21:54:13 +00:00
ssu%netscape.com
02a387889a
ifdef'ed all calls to PR_Seek() for the standalone build
1999-06-16 21:47:58 +00:00
dveditz%netscape.com
b6fd77a052
eliminate extra startup file i/o
1999-06-16 06:50:37 +00:00
dveditz%netscape.com
ec1e95057e
use standard XPCOM macros
1999-06-16 06:49:42 +00:00
syd%netscape.com
d0dc9a44f8
Add browser.ncols and browser.installcmap preferences
1999-06-16 03:18:44 +00:00
ssu%netscape.com
79b79a2238
ifdef'ed call to PR_Seek() for the standalone build
1999-06-16 00:24:37 +00:00
putterman%netscape.com
a96881d80d
Close the filespec's stream so we don't keep appending to pref file. Approved by
...
mcmullen.
1999-06-15 23:19:58 +00:00
putterman%netscape.com
3ab657be64
Fix for 8197. Can't read pref file. Approved by leaf and reviewed by mscott.
1999-06-15 18:39:33 +00:00
mcmullen%netscape.com
43f17aa5e4
Alias resolution makes directory iteration tricky: You can't use SetLeafName to convert one sibling to another. Fixing parsing of pref-init files, which broke when I fixed aliases a while back.
1999-06-15 10:42:05 +00:00
mcmullen%netscape.com
89fdd1c66d
Fix windows bustage.
1999-06-15 09:35:20 +00:00
mcmullen%netscape.com
c01dec7877
Using nsIFileSpec, leaks and stuff now become possible. Fixing one problem...
1999-06-15 09:09:17 +00:00
mcmullen%netscape.com
a394350920
My fix collided with somebody else's. Fixing it the way I want it.
1999-06-15 06:30:33 +00:00
mcafee%netscape.com
b9d9a4d6c8
Moving worked declaration to the beginning of function to get around goto error. Fixes linux bustage.
1999-06-15 06:24:34 +00:00
mcafee%netscape.com
39fa3399f7
Fixing some of the Linux breakage.
1999-06-15 06:22:35 +00:00
mcmullen%netscape.com
b6916e0c33
Changed to use nsIFileSpec
1999-06-15 05:25:28 +00:00
mcmullen%netscape.com
01ec3ce30b
Use nsIFileSpec. Also added ReadUserPrefs() method.
1999-06-15 05:17:55 +00:00
ssu%netscape.com
af9d9097ce
updated makefile to define USE_NON_MT_LIBS (use libc.lib)
1999-06-14 22:35:21 +00:00
dougt%netscape.com
9060f6ce77
Be OS patch from Duncan Wilcox <duncan@be.com> Thank you.
1999-06-14 20:18:35 +00:00
dp%netscape.com
63b3a417da
- NS_RegistryGetFactory API Change
...
- QuickRegister eliminated
1999-06-14 02:07:03 +00:00
sspitzer%netscape.com
c831f2274b
set the default nntp server to "news.mozilla.org". I'll change it back to "news" before beta. (see bug #8053 )
1999-06-12 18:38:53 +00:00
mcmullen%netscape.com
fa18f4d3d4
Has been idlized
1999-06-11 19:48:21 +00:00
briano%netscape.com
90e0055f5f
Changed the platform-specific ifdefs wrt XP_RANDOM to use HAVE_RANDOM instead.
1999-06-10 04:07:09 +00:00
ssu%netscape.com
9fbb0864d4
Fixing ShExp use (0 means true)
1999-06-10 01:58:06 +00:00
dbragg%netscape.com
35f1018a60
There was a lower case r in the macro OBJDIr for nsJARFactory.obj
1999-06-09 22:51:13 +00:00
pnunn%netscape.com
8b46a3e591
with bug fix for #6045.pnunn.
1999-06-09 20:19:29 +00:00
pnunn%netscape.com
f70b8241b9
fix for bugz#6045 in if.cpp. pnunn.
1999-06-09 20:16:03 +00:00
pnunn%netscape.com
4bbdfada00
Clean up in IL_GetImage(). bugz#6045. pnunn.
1999-06-09 20:15:01 +00:00
dp%netscape.com
2a661d9391
Well Known Component Registry in <exedir>/component.reg implemented.
1999-06-09 19:16:38 +00:00
Jerry.Kirk%Nexwarecorp.com
211a9ed5e7
-Bug 6648 Added NTO define for color byte ordering. NTO defines
...
- XP_UNIX but it prefers the colors in the same order as Windows and Mac
1999-06-09 12:12:03 +00:00
mcmullen%netscape.com
57ba2caa02
Fix the typo in the name of unix.js, and fix the asserts.
1999-06-08 23:31:15 +00:00
warren%netscape.com
aaf94a8b04
Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams.
1999-06-08 20:57:32 +00:00
av%netscape.com
c9ea8157ef
*** empty log message ***
1999-06-08 06:07:51 +00:00
leaf%mozilla.org
b97229fc01
adding blank file per tina ornduff
1999-06-07 21:47:13 +00:00
av%netscape.com
1bce801e7c
Enabling calling HandleEvent for winless plugins on Windows
1999-06-05 20:03:12 +00:00
amusil%netscape.com
0091c98af1
Fixed order of calls.
1999-06-04 22:53:31 +00:00
amusil%netscape.com
b29bae1816
Should only call SetWindow() if the plugin has not been stopped.
1999-06-04 22:52:49 +00:00
amusil%netscape.com
a3ce7ff4e8
Bug fixes with plugin instance caching. We now keep track of a plugin instance's start/stop state.
1999-06-04 22:32:27 +00:00
mcmullen%netscape.com
21d75a4df8
Fix one last case of uint (and I had removed the typedef, breaking photon). Approved leaf.
1999-06-04 17:43:37 +00:00
briano%netscape.com
cd76949254
Fixed the Unix builds. DON'T USE C++ COMMENTS IN C FILES.
1999-06-03 22:30:39 +00:00
chuang%netscape.com
496c2f978a
Add directory default preferences
1999-06-03 22:27:31 +00:00
warren%netscape.com
447b069ddb
IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom).
1999-06-03 21:50:47 +00:00
ducarroz%netscape.com
145b94fcac
remove nsIPref.h as it know generated and installed by xpidl.
1999-06-03 21:35:41 +00:00
chuang%netscape.com
8945c691be
Port PREF_CreateChildList and PREF_NextChild into nsIpref.
1999-06-03 21:25:25 +00:00
sspitzer%netscape.com
3178251492
cast to remove compiler warnings. use PL_strlen() instead of strlen()
...
rename index to indx to prevent shadow warnings on Linux.
1999-06-03 20:15:38 +00:00
waterson%netscape.com
cabd0d3e30
Single public include directory on Win32.
1999-06-03 18:34:27 +00:00
mcmullen%netscape.com
8e15accfb2
Patches for OpenVMS and conversions to nsQuickSort(). Thanks to Colin Blake and James Lewis Nance (resp)
1999-06-03 18:15:53 +00:00
jdunn%netscape.com
0e2b3ab6d9
added newline at end of file. HP won't compile without it
1999-06-03 00:48:16 +00:00
ducarroz%netscape.com
78e872d3ab
First Checked In.
1999-06-03 00:40:55 +00:00
mcmullen%netscape.com
2bacaab523
Implemented xp default prefs
1999-06-03 00:40:08 +00:00
mcmullen%netscape.com
46536156a6
Implemented XP default prefs
1999-06-03 00:34:20 +00:00
mcmullen%netscape.com
a55470cdc7
Implemented XP default prefs.
1999-06-03 00:31:40 +00:00
mcmullen%netscape.com
991b5ffe80
Removed some "obsolete" functions.
1999-06-03 00:30:21 +00:00
mcmullen%netscape.com
c93aa199b8
Using XP technique for default prefs now.
1999-06-03 00:27:44 +00:00
mcmullen%netscape.com
db6462ac45
Remove the resources from this file. Now moving to an XP solution.
1999-06-03 00:27:04 +00:00
dbragg%netscape.com
58fd17b9fc
Re-added nsJAR.cpp and nsJARFactory.cpp to the CPPSRCS macro
1999-06-02 16:52:42 +00:00
dbragg%netscape.com
d95314a859
Re-added the nsJAR.obj and nsJARFactory.obj files to the OBJS macro.
1999-06-02 16:51:39 +00:00
mcmullen%netscape.com
b5d16537af
First Checked In.
1999-06-02 01:59:23 +00:00
pnunn%netscape.com
acbec64692
These 2 lines caused a crash with editor. Take out for study. pnunn.
1999-06-01 23:14:55 +00:00
pnunn%netscape.com
0a6c82a410
move kISupportsIID declaration local. pnunn.
1999-06-01 21:53:12 +00:00
pnunn%netscape.com
6672081973
move kISupportsIID declaration local. and clean up ic. pnunn.
1999-06-01 21:50:37 +00:00
dbragg%netscape.com
a75a70e533
Change the implementation of AddRef and Release to use the macros NS_IMPL_ADDREF() and NS_IMPL_RELEASE() in nsJARFactory.cpp
1999-06-01 21:37:09 +00:00
dbragg%netscape.com
6c39d21bdd
removed the nsJAR.cpp and nsJARFactory.cpp from the CPPSRCS due to compile error that I need to investigate.
1999-06-01 21:31:29 +00:00
dbragg%netscape.com
03b81cdc36
backed out the nsJAR.cpp and nsJARFactory.cpp from CPPSRCS due to a change in XPCOM that caused it to not compile.
1999-06-01 21:22:27 +00:00
dbragg%netscape.com
e9d5e90349
Added nsJAR.cpp and nsJARFactory.cpp to the CPPSRCS macro
1999-06-01 21:17:12 +00:00
dbragg%netscape.com
b31254aed6
removed export of nsIZipArchive.h since it doesn't exist
1999-06-01 21:15:47 +00:00
dbragg%netscape.com
a850f4e6b7
XPCOM interface files for libjar
1999-06-01 21:08:32 +00:00
bruce%cybersight.com
26dc0c6bf7
The include guard name changed with the conversion of nsIPref to xpidl. This file needed to be updated for that. Should fix the OSF/1 build.
1999-05-30 18:48:56 +00:00
alecf%netscape.com
c864a622ea
I forgot to make this interface scriptable
1999-05-28 23:04:19 +00:00
alecf%netscape.com
fb39f49376
oops, missed a few more size_t's
1999-05-28 22:30:30 +00:00
alecf%netscape.com
29861f277b
fix mac bustage - missed this size_t when switching to XPIDL syntax
1999-05-28 22:29:53 +00:00
alecf%netscape.com
70f0431202
turn on XPConnect for nsIPref
1999-05-28 22:03:40 +00:00
alecf%netscape.com
4c0c45e2d6
make nsIPref scriptable, and turn on XPIDL compiling on unix
...
(windows is on the way)
1999-05-28 22:01:07 +00:00
sspitzer%netscape.com
b0af768890
make unix like the other platforms (use ImapMail as the imap mail dir)
1999-05-28 05:20:32 +00:00
sspitzer%netscape.com
3af573791b
remove my comment
1999-05-28 03:36:04 +00:00
sspitzer%netscape.com
6f8a6da438
whoops, I should only be setting some prefs if they didn't have a prefs file
1999-05-28 03:24:30 +00:00
sspitzer%netscape.com
87f938edc0
make my hack less of a hack. use the pref api instead of writing out the the
...
stream.
this is much better. (thanks to alecf for the suggestion).
1999-05-28 03:16:03 +00:00
sspitzer%netscape.com
3e239c5ab1
fix windows bustage for my change to nsPref.cpp
1999-05-28 00:06:51 +00:00
sspitzer%netscape.com
1bad722058
if no prefs file exists, take a stab at creating a useful one for those inside netscape.
...
there aren't enough getter methods in the profile code to get the smtp server and the other info.
for now, all I can get is the default profile name
1999-05-28 00:03:43 +00:00
av%netscape.com
e2a089381e
Getting windowless plugin stuff into
1999-05-27 23:20:09 +00:00
pnunn%netscape.com
a6edc52229
Removing old defs and added tests for null ptrs. pnunn.
1999-05-27 22:42:57 +00:00
pnunn%netscape.com
241e516c5f
Removing old defs. pnunn.
1999-05-27 22:40:52 +00:00
pnunn%netscape.com
d179b95ded
Removing old def's. pnunn.
1999-05-27 22:36:17 +00:00
mcmullen%netscape.com
b9d87b457f
Removed obsolete base.shlb/baseDebug.shlb
1999-05-27 21:48:55 +00:00
cmanske%netscape.com
a0d6c05b37
Removed Windows-specific default directory string from prefs
1999-05-26 21:39:59 +00:00
dp%netscape.com
0443b20e33
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
sdagley%netscape.com
0b20aacbf6
Fix bug #3534 . Now set EOF and file position to requested offset in a seek when the offset is past the current EOF. With this fix pinkerton's workaround in reg.c is no longer required si it has been removed. Reviewed pinkerton, approved chofmann.
1999-05-20 01:25:54 +00:00
dveditz%netscape.com
7abf7b9332
nsZipArchive.h
1999-05-19 04:48:19 +00:00
dveditz%netscape.com
c31991a548
new file
1999-05-19 04:06:40 +00:00
dveditz%netscape.com
a2f1624c69
allow multi-user finds
1999-05-19 03:21:03 +00:00
dveditz%netscape.com
a4130bffe7
further bullet-proofing against bad callers
1999-05-19 02:02:47 +00:00
beard%netscape.com
141f280ccb
bug #5670 : renamed nsJNIEnvRef -> GetProxyEnv, got rid of operator ->, added GetSecureEnv. Changed CreateProxyJNI to return NULL if getSecureEnv() returns NULL, so the proxy JNI doesn't have to check for NULL. Makes OJI more robust when a JVM isn't available.
1999-05-19 01:44:35 +00:00
leaf%mozilla.org
baa66bc6e5
backing out dveditz's changes (seems to be breaking mac)
1999-05-18 18:55:34 +00:00