Commit Graph

1183 Commits

Author SHA1 Message Date
beard%netscape.com
1a4535f1d5 added GetIID() accessor 1999-07-17 01:57:10 +00:00
slamm%netscape.com
e33e65a165 Fix build warnings. 1999-07-16 20:06:37 +00:00
sspitzer%netscape.com
018a336922 fix warning 1999-07-16 06:59:30 +00:00
dbragg%netscape.com
53ed5a01a8 Checked for null in memory allocation per bug #9852 1999-07-15 23:06:52 +00:00
sfraser%netscape.com
43f2f01dd9 Fix the access paths to IDL files 1999-07-15 23:03:22 +00:00
sfraser%netscape.com
ea9b9de31d Remove errant semicolons 1999-07-15 23:03:06 +00:00
sfraser%netscape.com
c2ce8196f3 First Checked In. 1999-07-15 23:02:50 +00:00
Jerry.Kirk%Nexwarecorp.com
723cb44c20 Needed to add $(ZLIB_LIBS) to fix link problem under Neutrino 1999-07-15 11:44:30 +00:00
sspitzer%netscape.com
c05c2ac5f7 use NS_DEFINE_CID instead of NS_DEFINE_IID 1999-07-15 07:02:37 +00:00
jdunn%netscape.com
d5a452ac6d HP compiler flags this "implicit conversion of string literal" as an error so
added the cast.
1999-07-14 16:45:02 +00:00
briano%netscape.com
c31bcf6e8f Added a workaround for QNX's 'random' problem. QNX-specific. 1999-07-13 21:45:28 +00:00
warren%netscape.com
61c8d73b43 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
edburns%acm.org
a16588ba99 Removed non ifdef'd debugging statements. 1999-07-08 20:25:53 +00:00
slamm%netscape.com
169624e5db Remove carriage returns. They trip up some compilers. a=cyeh. 1999-07-07 20:18:27 +00:00
pnunn%netscape.com
9be9b074d6 fix for bug#924 (from newt@pobox.com), and clean up of unused code. pnunn. ok'd by chofmann. 1999-07-07 19:24:02 +00:00
pnunn%netscape.com
5eac590df2 fix for bug#1971. pn. ok'd by chofmann. 1999-07-07 19:22:00 +00:00
av%netscape.com
aa288fc1b6 Removing commented out code 1999-07-07 13:37:36 +00:00
ramiro%netscape.com
bbed66360e Checkin another chunk of Alex Larsson's non-exported symbol reduction
patch.  All changes protected by  MOZ_STRIP_NOT_EXPORTED.
These particular changes set the NS_EXPORT declarations as needed by
the linker.
1999-07-07 09:02:21 +00:00
warren%netscape.com
9975942bdb Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
dp%netscape.com
c43c4ec143 Landing XPCOM_M8_PERF_BRANCH. Speeding up GetString(). 1999-07-07 07:42:03 +00:00
warren%netscape.com
9953c17d28 Fixed clobber to not fail if directory isn't there. 1999-07-07 04:20:31 +00:00
ducarroz%netscape.com
c36ebb819d fix build bustage with nsIJVMConsole.h & nsIJVMPrefsWindow.h for edburns@acm.org 1999-07-07 01:38:35 +00:00
av%netscape.com
4f17bd8597 Adding full path to pluginTag.mFileName on Windows 1999-07-07 00:37:41 +00:00
edburns%acm.org
86858cc900 Alex Musil's long awaited plugin changes. 1999-07-07 00:28:34 +00:00
edburns%acm.org
d89c5c2b95 Alex Musil and Stanley Ho's changes. Added Show and hide methods. 1999-07-07 00:22:32 +00:00
sspitzer%netscape.com
0920387097 changes to support the news pretty name abbreviation feature.
not turn on yet.
thanks to Oleg Rekutin <rekusha@asan.com> for contributing this code.
1999-07-06 23:06:42 +00:00
sspitzer%netscape.com
3b27a5149e don't create these values. rely on the default prefs for that. 1999-07-06 22:42:48 +00:00
dveditz%netscape.com
b7711bbb43 Mac startup performance 1999-07-06 07:28:49 +00:00
av%netscape.com
e0e557e1bd 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
2a9b148974 Adding netcenter Preg pref 1999-07-05 01:21:30 +00:00
sspitzer%netscape.com
59413cec7e fix warnings 1999-07-03 00:39:28 +00:00
av%netscape.com
844b044920 Addressing bug #5978 1999-07-03 00:07:46 +00:00
ramiro%netscape.com
43295086e9 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
d3f47f37f5 makefile cleanups 1999-07-02 13:40:18 +00:00
ramiro%netscape.com
f41e67c622 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
17864a291d Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles 1999-07-02 11:50:19 +00:00
sspitzer%netscape.com
3ce64189d8 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
5f3526c72b 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
6617ee15f9 Caching of node names in nsIRegistryNode
Adding nsIRegistryNode::GetIID()
        - Thanks Dan Veditz
1999-07-02 03:34:08 +00:00
cyeh%netscape.com
bc706d8832 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
13d037ce40 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
e447512cc8 Add default value for compose_html 1999-07-01 21:52:26 +00:00
warren%netscape.com
bd73f68e8b 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
8f54c29b26 fix warning 1999-07-01 08:40:21 +00:00
av%netscape.com
d012806a8e Swapping boolean specifying windowless plugin in accordance with the spec 1999-06-30 00:49:03 +00:00
ssu%netscape.com
e6edf1444c fixing bug #8454 and AddDirectory() function 1999-06-29 23:23:23 +00:00
scc%netscape.com
f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
mcafee%netscape.com
328bd2d7f7 BeOS changes 1999-06-29 11:36:21 +00:00
sgehani%netscape.com
0f0cf4b928 Build libjar as a component on the Mac. 1999-06-29 02:22:13 +00:00
mcafee%netscape.com
a174d8f82e Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca) 1999-06-28 23:11:18 +00:00