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

1641 Коммитов

Автор SHA1 Сообщение Дата
chuang%netscape.com 0c4cd493ac Fic bug 13992 Personal address book shows up more than one time 1999-09-16 20:48:52 +00:00
dp%netscape.com 764fede6dc NS_ADDREF() instead of calling it directly 1999-09-16 19:20:18 +00:00
cls%seawood.org 11333d189a Linux only: Removed -D_BSD_SOURCE from DEFINES as it is unnecessary now that __STRICT_ANSI__ is set in <prinet.h> 1999-09-16 14:54:18 +00:00
sspitzer%netscape.com 197d8aa56d remove the default prefs for conference and netcrapper. 1999-09-16 06:44:35 +00:00
dveditz%netscape.com f3deb25a6d expose whether the registry is already open or not, which enables the profile
manager to avoid opening and closing the registry ~20 times at startup.
1999-09-16 05:32:28 +00:00
pnunn%netscape.com 56f36ccf03 Change net/gfx/imglib buffer size. pnunn. 1999-09-16 01:22:44 +00:00
warren%netscape.com 48cf4685a9 Factored file transport service out of file: protocol. 1999-09-16 01:16:22 +00:00
cls%seawood.org a6696c1b2d Use the rules in rules.mk instead of making your own. 1999-09-15 18:00:50 +00:00
ducarroz%netscape.com ef2cfee4ae Fix for bug 13778, GetFilePrefs now accept also a native path to let users write manually their prefs 1999-09-15 14:51:40 +00:00
norris%netscape.com 1dec7e80f7 Create preferences for security checks.
Add new methods on nsIScriptSecurityManager for capabilities.
Fix 13739 MLK: nsScriptSecurityManager::CreateCodebasePrincipal
Fix 11666 Eliminate plvector (was: [infinite loop] bugs - plvector.c)
1999-09-15 04:05:43 +00:00
ramiro%netscape.com 26dd94b010 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
nisheeth%netscape.com daa310d2dd - Export stopwatch.h in windows regardless of whether MOZ_PERF is set.
- Move over macros for using the stopwatch class into stopwatch.h so that they can be shared by all the users of the stopwatch.
1999-09-15 00:27:56 +00:00
nisheeth%netscape.com 3e57c61ca9 Export stopwatch.h out to dist. 1999-09-15 00:16:03 +00:00
slamm%netscape.com 2dfd30ec2a Fix build warning. 1999-09-14 23:09:39 +00:00
nisheeth%netscape.com d209f0dba3 Added methods to save/restore the state of the stopwatch. 1999-09-14 14:32:42 +00:00
alecf%netscape.com b39bcb032d define the PROGID and declare the enums in IDL 1999-09-14 04:09:28 +00:00
briano%netscape.com 70f4c0b6b8 General cleanup. 1999-09-14 02:51:42 +00:00
mcafee%netscape.com a4870d5be9 Turing on gfx widgets with default pref. 1999-09-13 22:21:28 +00:00
nisheeth%netscape.com 1416705a18 Include stopwatch class in build if MOZ_PERF is set. Only enabled on Windows right now. 1999-09-13 18:56:01 +00:00
sspitzer%netscape.com f08d865363 fix warnings. 1999-09-13 08:12:31 +00:00
sspitzer%netscape.com 3f43ae8b72 fix warnings for dbragg 1999-09-13 06:26:18 +00:00
cls%seawood.org 17c88d7b29 Fix my bustage using -D_BSD_SOURCE 1999-09-12 16:41:14 +00:00
cls%seawood.org b3adcb855c I don't see the bustage that the tinderbox does but this should fix it. 1999-09-12 15:54:18 +00:00
cls%seawood.org 1a2e16af42 Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c. 1999-09-12 14:25:28 +00:00
sspitzer%netscape.com 88db319077 adding the default value for mail.server_type back.
if the user was using pop in 4.x, this defaults to 0.
a ton of code depends on it being 0, and not undefined.
alecf removed it, using it as a way to tell if we needed to migrate the prefs
or not.  Instead, I'm using other prefs to do that.
see nsMsgAccountManager::ProceedWithMigration() for the logic.
1999-09-11 19:14:15 +00:00
sspitzer%netscape.com 8f8d65c0b0 mailnews/base/src/nsMsgAccountManager.cpp 1999-09-11 19:10:30 +00:00
alecf%netscape.com aaf22c1bc1 remove mail.server_type so that the account manager can tell if we're starting a fresh profile or upgrading from 4.x 1999-09-11 01:54:49 +00:00
alecf%netscape.com 9278bf8b84 make prefs a component on windows 1999-09-11 01:26:37 +00:00
jdunn%netscape.com bcd4460655 add HP to the list of os's that don't like MMAP'd IO 1999-09-11 00:49:20 +00:00
duncan%be.com be11a6b91d BeOS doesn't have mmap. Also, BeOS is case sensitive like Unix. 1999-09-10 22:35:58 +00:00
cls%seawood.org 7a479836f0 OS_ARCH is not set until config.mk is included but the form of CSRCS changes after rules.mk is included 1999-09-10 12:42:25 +00:00
Jerry.Kirk%Nexwarecorp.com 611fe885b0 Makefile hackery for Neutrino to build vreg with CC instead of CCF
CCF includes (eventually) DSO_PIC_CFLAGS which has the option "-shared"
which is not allowed for Neutrino executables just object files and
libraries.
1999-09-10 12:06:28 +00:00
sgehani%netscape.com 970a7b7c8b Fixing static targets that don't depend on regular expressions where nsWildCard.cpp was erroneously added. 1999-09-10 07:55:37 +00:00
briano%netscape.com ca5c66cc0c General cleanup. 1999-09-10 00:37:14 +00:00
warren%netscape.com e6619b2ad6 Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked. 1999-09-09 22:05:05 +00:00
pnunn%netscape.com 92661b962b Chkins for newt@pobox.com. 1999-09-09 19:32:16 +00:00
colin%theblakes.com c0d84ce323 Define zlib in EXTRA_DSO_LDOPTS 1999-09-09 12:11:19 +00:00
mscott%netscape.com 2b911a99d9 Check in for alecf. Remove linkage against libxp. build nsWildCard.cpp 1999-09-09 05:29:42 +00:00
alecf%netscape.com 2da6ad587d now uses local nsWildCard.cpp instead of xp_regexp.c 1999-09-09 05:21:06 +00:00
alecf%netscape.com 5e8ec7382a libjar now uses a local wildcard copy 1999-09-09 05:19:46 +00:00
rpotts%netscape.com 2e5043bbb1 bug #11376. I added GetContentLength to nsIChannel so the content length can be gotten from a channel... 1999-09-09 05:13:31 +00:00
alecf%netscape.com 04a0152471 libjar's private copy of xp_regexp 1999-09-09 04:54:56 +00:00
alecf%netscape.com e2023711ac make prefs a component on unix 1999-09-09 04:21:21 +00:00
ssu%netscape.com 9d5a269cd9 added standalone to the build. Also fixes tree breakage for the windows platform 1999-09-09 02:17:48 +00:00
ssu%netscape.com b2055d8871 fixing it to use non mt libc 1999-09-09 00:30:37 +00:00
sspitzer%netscape.com 269d647b1b removing these defaults. they are not used in 5.0. now we have mail.root.imap, mail.root.pop3, mail.root.none, mail.root.nntp. there is also a mail.newsrc_root. part of the work for #13305 1999-09-08 22:12:00 +00:00
dougt%netscape.com a494e44ce6 Adding buffered output to nsIFileStream.
Renaming nsIFile to nsIOpenFile.
commenting out a testcase in FilesTest.cpp which fails.  evil, i know.
1999-09-08 20:12:35 +00:00
ssu%netscape.com 0fd741fd18 initial checkin. Not part of Seamonkey build yet 1999-09-08 18:02:02 +00:00
Jerry.Kirk%Nexwarecorp.com ee56281bd0 Disable Memory mapped file support for QNX and Neutrino platforms. 1999-09-08 12:42:23 +00:00
dveditz%netscape.com f931433cfa fixing mac bustage 1999-09-07 22:03:53 +00:00
dveditz%netscape.com 4015af04a1 walling off more MOZILLA_CLIENT junk so plain standard ZLIB works in the native install wizards 1999-09-07 21:23:17 +00:00
morse%netscape.com 7bf6b37024 fetch wallet files from netcenter 1999-09-07 18:28:50 +00:00
shaver%netscape.com 5ef34b8089 use NS_DECL_NSIMODULE and track nsIModule API changes 1999-09-07 05:06:36 +00:00
shaver%netscape.com c162d7a03d fix from bryner@uiuc.edu (Brian Ryner) for better PRInt64 handling 1999-09-06 03:41:57 +00:00
pinkerton%netscape.com afcc7af92d adding #include of string.h for dveditz. 1999-09-04 21:42:02 +00:00
dveditz%netscape.com a4fc44952f remove xp_file.h from NSReg.h, required minor tweaking elsewhere to include
now missing NSPR types.
1999-09-04 19:46:18 +00:00
dveditz%netscape.com 30e357b147 fixing registry assert 1999-09-04 19:18:57 +00:00
alecf%netscape.com b9236e3224 make libxp a static library, eliminate useless cruft, and link it into libjar
(it's the only one that uses libxp these days)
1999-09-03 23:50:11 +00:00
mgleeson1%netscape.com 06201fcddd added #ifndef for HPUX11 around #define _INT32 1999-09-03 22:17:16 +00:00
shaver%netscape.com 0202c58f17 Added mmapio patch from jim_nance@yahoo.com (James L. Nance) to speed
registry-read.  Enabled on XP_UNIX only.
1999-09-02 21:23:44 +00:00
cyeh%netscape.com ff099c9ca0 Remove useless NGLAYOUT_PLUGINS define. 1999-09-02 18:21:11 +00:00
cyeh%netscape.com cfe50c2860 Remove NGLAYOUT_PLUGINS useless define. 1999-09-02 18:18:31 +00:00
cyeh%netscape.com 1a74604c52 remove STANDALONE_IMAGE_LIB define. We always built with it by default.
General makefile cleanup to make configuring easier.
1999-09-02 01:10:47 +00:00
av%netscape.com 562e2eaf72 Fix for #7125 1999-09-01 19:58:57 +00:00
av%netscape.com 81852cb2eb Fix for #9211 1999-09-01 19:58:22 +00:00
dveditz%netscape.com 022f714e33 fixing makefile weirdness 1999-09-01 01:30:04 +00:00
dveditz%netscape.com ad4697132c added blank lines for readability 1999-09-01 01:28:22 +00:00
cyeh%netscape.com df37c0fb33 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:24:51 +00:00
pnunn%netscape.com 93ad4e40fb fix for #10371. shortened lib names. pnunn. 1999-09-01 01:07:16 +00:00
norris%netscape.com bff57397e0 Add all-powerful system principals. Remove some dead code from the build. 1999-09-01 00:54:35 +00:00
ramiro%netscape.com 411c10dc89 Cleanup linkin of mozdbm. 1999-08-31 14:31:50 +00:00
morse%netscape.com 0eed747011 fetch server location from a pref 1999-08-31 02:48:28 +00:00
hoa.nguyen%intel.com e9fc05840b Extended the example to create a simple button with label. 1999-08-31 00:12:15 +00:00
hoa.nguyen%intel.com ae24d4d04a Added the proper Mozilla Toolkit flags. 1999-08-31 00:11:06 +00:00
norris%netscape.com 59b4dc8374 * clean up nsScriptSecurityManager
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
1999-08-29 21:58:42 +00:00
neeti%netscape.com 636e1b6a30 implemented ResetPrefs feature 1999-08-28 05:19:29 +00:00
gagan%netscape.com ed22625c90 More mem leak fixes that were showing up originating in nsStdURL in bruce's log. 1999-08-27 10:23:41 +00:00
brendan%mozilla.org 7d54348b45 Conform mindlessly to other 'Register foo' component printfs. 1999-08-27 10:18:44 +00:00
sspitzer%netscape.com a521beed7b fix for #12556. change homepage back to www.mozilla.org now that bug #7417 is fixed 1999-08-27 06:09:25 +00:00
vidur%netscape.com be985ad901 Added nsIPref::GetPrefType. 1999-08-27 06:05:04 +00:00
dp%netscape.com 10f850710d This patch improves the PNG error-handling. Primarily it fixes a very
subtle compile-time error involving the jmp_buf struct, which can be
different sizes depending on what macros are defined.  Since libpng and
Mozilla are not necessarily compiled at the same time (at least during
development), the only way to guarantee that their concept of jmp_buf
is consistent is to avoid using it at all in one of them; specifically,
replace libpng's default error-handler with essentially the same thing
within Mozilla.  (This will likely be required in a future version of
libpng, btw.)
1999-08-27 04:09:01 +00:00
dp%netscape.com 350c8b6df2 removed files: mozilla/modules/libimg/pngcom/png_png.cpp 1999-08-27 04:02:26 +00:00
dp%netscape.com a8690299b5 png cleanup from Greg Roelofs <newt@pobox.com> 1999-08-27 04:00:13 +00:00
dp%netscape.com 0152e63dec Removed png_png.cpp 1999-08-27 03:56:19 +00:00
dp%netscape.com 0bf8694861 Removing png_png.cpp 1999-08-27 03:54:37 +00:00
dp%netscape.com 2ba9a7e305 PNG Cleanup from Greg Roelofs <newt@pobox.com>
- eliminate prototypes for libpng functions already declared in png.h
- eliminate prototype for il_create_alpha_mask() (now deleted)
- add "extern" to prototype for row_callback() (in png_png.cpp)
- eliminate il_png_init_transparency() and il_png_destroy_transparency() (never used)
- ifdef out GIF leftovers in il_png_complete()
- This patch plugs the memory leak. il_png_init() does PR_NEWZAP()on
ic->ds; never freed.
- Removed png_png.cpp
1999-08-27 03:54:08 +00:00
rpotts%netscape.com 3ed5c99db2 M9 BRANCH landing... 1999-08-26 22:45:55 +00:00
neeti%netscape.com 95201a81c8 Implemented special processing required to handle # in prefs.js,
write out prefs file with #, fixed memory leak bug 10629
1999-08-26 12:54:52 +00:00
dp%netscape.com b6ca6e5553 Removing nsIRegistry::GetIntArray() and SetIntArray(). These aren't
being used and block scritability. So if we need then, we will figure
out a way to add them that wont break scritability.
1999-08-26 05:11:40 +00:00
dp%netscape.com 60f12e3b90 Removed default parameter to Open() to facilitate IDLification. 1999-08-26 03:22:26 +00:00
briano%netscape.com cfd8d924e3 Change the undef NETSCAPE to MOZILLA_CLIENT to fix Win and Mac. 1999-08-26 01:23:10 +00:00
dveditz%netscape.com 3af6fa7e62 backing out, briano has a different fix 1999-08-26 01:22:31 +00:00
dveditz%netscape.com c67202dfb5 fixing Windows build bustage. Will not fix the mac 1999-08-26 01:17:07 +00:00
briano%netscape.com 3597bae6c7 Replaced the NETSCAPE ifdefs with MOZILLA_CLIENT to reduce the number of macros we have to define. 1999-08-26 00:10:19 +00:00
ramiro%netscape.com 6cec5c3abb Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
ramiro%netscape.com 8644dc2074 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
brendan%mozilla.org bbe959f4d1 Massive spankage to capitalize C++ method and attribute name bindings, per
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
sgehani%netscape.com 7a7bc05322 Part of fix for bug 12426. 1999-08-25 01:34:31 +00:00
pnunn%netscape.com 322d5a6701 Removing an assert. pnunn. 1999-08-24 23:01:16 +00:00
pnunn%netscape.com daac3f22da Modifications for Necko and general cleanup of api. pnunn. 1999-08-24 22:30:42 +00:00
pnunn%netscape.com 17dd2009e7 Modifications for Necko and general cleanup of api. pnunn. 1999-08-24 22:18:27 +00:00
hshaw%netscape.com 891310e527 fix build bustage, argument type mismatch 1999-08-24 20:34:23 +00:00
pnunn%netscape.com d31014a9d1 Modifications needed for Necko and general clean up of imglib api. pnunn. 1999-08-24 19:53:32 +00:00
pnunn%netscape.com ba270c8ac9 Modifications for Necko and clean up of api. pnunn. 1999-08-24 19:47:46 +00:00
pnunn%netscape.com d2905254aa Modifications needed for Necko and clean up of api. pnunn. 1999-08-24 19:46:39 +00:00
scc%netscape.com 0454213f91 got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
mccabe%netscape.com 3d4917b628 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
mccabe%netscape.com 2290033202 NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com b95a2bdd54 Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
ramiro%netscape.com 16bbd09726 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
mccabe%netscape.com 779d51d186 First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
bienvenu%netscape.com ed1d697bc5 add history ab 1999-08-20 23:28:48 +00:00
mscott%netscape.com 3fa7ac0c80 Fix for Bug #12151 on behalf of sspitzer. 1999-08-20 22:59:16 +00:00
arielb%netscape.com bb8560101c includes updates to codbase matching security checks currently turned off
but in place.  redefined the script security manager in caps and it is
now generating codebase principals.
1999-08-20 09:51:02 +00:00
cls%seawood.org 0991be09fa Removed all references to obsolete OBJDIR variable.
Removed various sections of config.mk & rules.mk that were only used by OBJDIR or by a non-autoconf build.
1999-08-20 06:52:59 +00:00
pnunn%netscape.com f3f401c1c9 Cleaned up returns across api. pnunn. 1999-08-19 22:42:35 +00:00
pnunn%netscape.com dcd120c8f7 Cleaning up returns across api's. pnunn. 1999-08-19 22:31:12 +00:00
pnunn%netscape.com af9e76ad65 Cleaning up returns across api's. pnunn. 1999-08-19 22:22:46 +00:00
pnunn%netscape.com 9c94fb9fc4 Cleaning up returns across api's. pnunn 1999-08-19 22:19:06 +00:00
dp%netscape.com 73224d0136 - Adding a IID paramter to nsIModule::GetClassObject() 1999-08-19 14:55:52 +00:00
dcone%netscape.com 013a6c0e28 Took out some code that was not needed... 1999-08-19 14:17:13 +00:00
sgehani%netscape.com 46ce58a15b Adjusted static lib targets in anticipation of adding them to the build. 1999-08-19 10:52:58 +00:00
sgehani%netscape.com 3c86ec982a Fix for Mac specific bug: 10421. 1999-08-19 09:48:53 +00:00
tbogard%aol.net 81f90e5c5d Fixed Mac.. 1999-08-19 06:29:05 +00:00
sspitzer%netscape.com f35a6d8fb2 remove my old, temporary code to generate a prefs.js file with some default mail-news prefs. we don't need this anymore. fixes #12064 1999-08-19 06:28:39 +00:00
tbogard%aol.net c8c8eea4c0 XPCOM Cleanup: Fixed Aggregation macros in nsAgg.h to do aggregation correctly. Fixed usages and implementation of aggregation using these macros through out the tree. 1999-08-19 05:36:30 +00:00
sgehani%netscape.com 08c4e213f8 Fix for UNIX specific bug: 10180. 1999-08-18 05:51:58 +00:00
ramiro%netscape.com 0149d76208 Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
dp%netscape.com 713eae3ce0 added files: mozilla/modules/libimg/gifcom/nsGIFModule.cpp, removed files: mozilla/modules/libimg/gifcom/nsGIFCallback.cpp 1999-08-14 02:01:43 +00:00
dp%netscape.com adeddff0cd Adding nsGIFModule.cpp; Removing nsGIFCallback.cpp 1999-08-14 01:45:36 +00:00
dp%netscape.com 031c593b6c Removing nsGIFCallback.cpp 1999-08-14 01:26:49 +00:00
dp%netscape.com 21a803ff65 Adding nsGIFModule as a result of xpcom review of gif. 1999-08-13 20:21:16 +00:00
dp%netscape.com 18bc7d64ba Adding GetIID() accessors 1999-08-13 08:35:58 +00:00
toshok%hungry.com 2058eb8065 we need the nspr private directory, even if building from the mozilla source tree, on unix. 1999-08-13 06:05:16 +00:00
sfraser%netscape.com 9e65931ac2 One final try to get the header output paths right. 1999-08-12 06:07:12 +00:00
beard%netscape.com 3882d9c9c2 fixed access paths to point to the one, true, dist.. 1999-08-12 04:29:35 +00:00
beard%netscape.com f89ed0dc3e First Checked In. 1999-08-12 03:57:06 +00:00
beard%netscape.com 540c0198b5 to fix build breakage, removed nsIJVMManager.h 1999-08-12 03:33:16 +00:00
bienvenu%netscape.com 3b12f5f7fb fix build bustage 1999-08-12 03:10:30 +00:00
edburns%acm.org 1706f2c458 This fix is for http://bugzilla.mozilla.org/show_bug.cgi?id=5429.
This fix enables the Tasks->Java Console menu item to show the Java
Console provided by the JRE plugin if it is installed.

It also exposes nsIJVMManager as a full XPIDL citizen, with the progid
component://netscape/oji/jvm-mgr.  see modules/oji/public/nsIJVMManager.idl
for the methods that can be called.

Thanks to Trevor, John Bandauer, Brendan Eich and Robert Yang.
1999-08-12 01:56:18 +00:00
sgehani%netscape.com 432d8b5f87 Added static lib targets (in prep for landing the Mac Install Wizard). 1999-08-10 23:45:46 +00:00
sgehani%netscape.com caf8e19ce1 First Checked In. 1999-08-10 23:44:53 +00:00
sgehani%netscape.com f1dae366dc Adding Mac support to STANDALONE libjar. 1999-08-10 23:06:44 +00:00
sgehani%netscape.com d762d45cf8 Fixing Mac bustage in STANDALONE libjar. 1999-08-10 23:05:09 +00:00
dp%netscape.com e2b51ff8da XPCOM Review of imglib. 1999-08-10 22:41:26 +00:00
mccabe%netscape.com d6e7410f31 Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
ssu%netscape.com 7d69414aa1 added ifdef win32 to win32 standalone specific code 1999-08-09 23:01:03 +00:00
toshok%hungry.com 9efcfa356d if we're building nspr from the mozilla tree, add the correct private NSPR include dir. 1999-08-09 19:47:21 +00:00
dveditz%netscape.com 8398fc9db6 fixing bustage 1999-08-07 05:03:08 +00:00
bienvenu%netscape.com b57e609aef one more try, export the lib during the libs phase 1999-08-07 04:56:01 +00:00
bienvenu%netscape.com ec7197f099 attempt to fix registry bustage 1999-08-07 04:22:45 +00:00
dveditz%netscape.com da530db2f0 change library name to match Unix 1999-08-07 03:16:02 +00:00
dveditz%netscape.com b93556b555 update comment to reflect code 1999-08-07 03:12:40 +00:00
sspitzer%netscape.com cc0cfae5dd since #7417 is fixed, we can set the default mailnews start page to something realistic, like the 4.5 start page. this fixes bug #7087 1999-08-07 02:00:19 +00:00
putterman%netscape.com 2d879fdee4 Added pref for mailnews sidebar starting out open. 1999-08-06 23:43:04 +00:00
ssu%netscape.com 6a54536110 fixed blockage of windows process messages when inflating files. This affects only the standalone windows build. 1999-08-06 07:58:15 +00:00
ramiro%netscape.com f3e528ee5b Fix for orange loonix tree. 1999-08-05 22:24:08 +00:00
ssu%netscape.com 1ff8bab443 fixed problem with PR_Seek() in standalone mode 1999-08-05 22:08:29 +00:00
nisheeth%netscape.com 0b3642c38e makefile.win got checked in accidentally. I'm not ready to export stopwatch.h yet, so, I'm backing my changes out. 1999-08-05 05:13:54 +00:00
nisheeth%netscape.com 56539d92cc Checking in initial version of stopwatch class. Not being built yet. 1999-08-05 05:07:58 +00:00
beard%netscape.com adb90c463e Fixing windows breakage, can't free const char* pointers! 1999-08-03 05:10:11 +00:00
buster%netscape.com ba7c30a10e added a (crappy) cast to get it to compile, for VC 5.2 on Windows at least.
the owner should verify this fix immediately.
1999-08-03 05:05:38 +00:00
pinkerton%netscape.com 31f04581dd attempt to fix bustage. would take too long to pull on my win32 box, as that is the only place this breaks. 1999-08-03 04:31:19 +00:00
beard%netscape.com 5def0fc24a reverting GetDocumentBase() to be consistent with other accessors. If we decide to change this, let's change ALL of them. 1999-08-03 02:51:39 +00:00
hoa.nguyen%intel.com dc94b68ed8 Fixed and errant return condition in SetupPluginInstance(). 1999-08-03 00:17:55 +00:00
hoa.nguyen%intel.com 5f918649f4 Added a parameter to the embed tag for testing. 1999-08-02 23:20:41 +00:00
hoa.nguyen%intel.com cbd6379d8d Added some debug printf's. Added support for parameter passing in SimplePluginInstance::Initialize. 1999-08-02 23:19:29 +00:00
beard%netscape.com ae6f7f9876 sizeof(mode) field was dependent on compiler settings, now nsPluginPrint.mode is always a PRUint16. 1999-08-02 21:44:54 +00:00
neeti%netscape.com 8d4775fb85 fix for bug 9853 1999-07-30 23:56:51 +00:00
dveditz%netscape.com cb94e57e83 removing LITENESS 1999-07-30 23:54:36 +00:00
av%netscape.com 1cda102bc4 Cleaning memory allocation bug #9855 1999-07-30 23:51:53 +00:00
pnunn%netscape.com 86a32a0993 Changes needed for alpha. pnunn. 1999-07-30 23:37:49 +00:00
pnunn%netscape.com e3b60e2013 changes needed for alpha. pnunn. 1999-07-30 23:37:16 +00:00
warren%netscape.com d7711efc64 Fix for prefs crash. 1999-07-30 17:51:21 +00:00
warren%netscape.com 9b5e54e4ea Fixed leak. 1999-07-30 08:00:45 +00:00
blizzard%redhat.com 0c10e469f2 fix linux startup bustage. reviewed by sspitzer, approved by cyeh. 1999-07-29 19:42:55 +00:00
mscott%netscape.com dfbd81a5d6 fix build breakage by including config.mak 1999-07-29 03:28:00 +00:00
briano%netscape.com ea37bbc00a Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org. 1999-07-29 01:18:12 +00:00
briano%netscape.com 29bb9a3ea9 Last part of the fix for bug 8568. Removed all the temporary, transitional references to libreg.{a,so}. Approved by cyeh@netscape.com. 1999-07-28 21:47:07 +00:00
sspitzer%netscape.com e2dd59c128 change the nsIDirectoryIterator::Init interface to match the nsDirectoryIterator ctor: two paramenters, a file spec and a bool for resolveSymlinks. pass in PR_TRUE in the pref and component manager code. this fixes the problem where prefs wouldn't get loaded on the mac! 1999-07-27 23:33:54 +00:00
briano%netscape.com d99daeea9b Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
briano%netscape.com 1c4aa921c8 Needed to do the temporary copying in the libs step, not the install step. 1999-07-27 23:19:42 +00:00
briano%netscape.com ddbf4ba0d6 First temporary change involved in fixing bug 8568. This change will allow
for a smooth and hopefully breakage free checkin of all the dependent makefiles.
When that's done, these temporary changes can be deleted and the change to
"libmozreg" can be made permanent.
1999-07-27 21:45:10 +00:00
warren%netscape.com cdac747187 Added back in leak fix with NECKO ifdefs. 1999-07-27 04:30:34 +00:00
warren%netscape.com c1104b515c Backing out change. 1999-07-27 03:45:45 +00:00
warren%netscape.com 3587e7426a Fixed leak with GetAddress that now returns a copy. 1999-07-27 03:19:25 +00:00
hoa.nguyen%intel.com 8849d764e5 Sample HTML page with embed tag for the test XPCOM plugin. 1999-07-27 02:48:34 +00:00
hoa.nguyen%intel.com 6ed6e9de30 Added embed-test.html to Makefile. 1999-07-27 02:47:41 +00:00
av%netscape.com 6d9f9eeb78 fixing bug #7499 1999-07-27 01:30:55 +00:00
sspitzer%netscape.com a250c2a7d5 other header in compose feature, from dmose@netscape.com and endico@netscape.com. 1999-07-27 01:11:10 +00:00
dougt%netscape.com 69178099d5 Fix for bug 10177 and 10041. 1999-07-26 22:09:42 +00:00
rickg%netscape.com 1e54e607b1 removed warning 1999-07-26 02:05:35 +00:00
hoa.nguyen%intel.com db63f7c369 Changed SetUpPluginInstance to use NS_INLINE_PLUGIN_PROGID_PREFIX to instantiate plugins. 1999-07-25 23:20:03 +00:00
arielb%netscape.com 76ffc06aa5 Fix to the caps security module. I removed the nsPrincipal struct, from now
on you can access principals by their xpcomed interface nsIPrincipal.
1999-07-24 03:58:23 +00:00
sspitzer%netscape.com a0cbe7fa46 fix #10320 1999-07-23 01:08:09 +00:00
briano%netscape.com 7250b1091d Fix for IRIX 5.x. 1999-07-23 00:41:02 +00:00
hoa.nguyen%intel.com 67a6437bfc Defines a CID for the class. 1999-07-21 00:03:03 +00:00
hoa.nguyen%intel.com 18cfe8a6ed General cleanup so that the test plugin compiles. Implemented NSGetFactory, NSRegisterSelf, and NSUnregisterSelf. Used the ProgID prefix defined in nsIPlugin.h. 1999-07-21 00:00:13 +00:00
hoa.nguyen%intel.com a3231eda30 Removed dependencies on stub.c, bad.c, and java. 1999-07-20 23:58:05 +00:00
hoa.nguyen%intel.com 65b3084270 Added #define NS_INLINE_PLUGIN_PROGID_PREFIX "component://netscape/inline-plugin/" to be used a the prefix for the ProgID of all plugins. 1999-07-20 23:49:51 +00:00
dveditz%netscape.com 66a4e0d325 removed redundant registry locking to improve performance 1999-07-20 22:50:26 +00:00
warren%netscape.com 7bcb94a320 Changed around load group insertion/removal to happen on mozilla thread. 1999-07-20 08:46:33 +00:00
briano%netscape.com f700c3ee1e Fixed the logic and cleaned it up. 1999-07-19 23:31:33 +00:00
briano%netscape.com ced6d4970a Added BIN_OBJS to GARBAGE so 'make clean' will delete them properly. 1999-07-19 23:12:02 +00:00
sspitzer%netscape.com aac0cafc9d fix for #10127. create a default for the mail.update_compose_title_as_you_type pref 1999-07-19 20:50:22 +00:00
pnunn%netscape.com 4181faa107 Updated list. pnunn. 1999-07-19 19:50:29 +00:00
pnunn%netscape.com e02684b30a Clean up. pn. 1999-07-19 18:46:46 +00:00
pnunn%netscape.com 4480c9e351 Clean up. pnunn 1999-07-19 18:38:46 +00:00
beard%netscape.com a33961343f added GetIID() accessor 1999-07-17 01:57:10 +00:00
slamm%netscape.com 27b8289eff Fix build warnings. 1999-07-16 20:06:37 +00:00
sspitzer%netscape.com 192129c437 fix warning 1999-07-16 06:59:30 +00:00
dbragg%netscape.com 47844df597 Checked for null in memory allocation per bug #9852 1999-07-15 23:06:52 +00:00
sfraser%netscape.com 8771b2fa2b Fix the access paths to IDL files 1999-07-15 23:03:22 +00:00
sfraser%netscape.com 60e21c28ec Remove errant semicolons 1999-07-15 23:03:06 +00:00
sfraser%netscape.com f18691ddf6 First Checked In. 1999-07-15 23:02:50 +00:00
Jerry.Kirk%Nexwarecorp.com 336aa9974a Needed to add $(ZLIB_LIBS) to fix link problem under Neutrino 1999-07-15 11:44:30 +00:00
sspitzer%netscape.com 72dccf78fb use NS_DEFINE_CID instead of NS_DEFINE_IID 1999-07-15 07:02:37 +00:00
jdunn%netscape.com e0d2cedb5d 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 51538acfbb Added a workaround for QNX's 'random' problem. QNX-specific. 1999-07-13 21:45:28 +00:00
warren%netscape.com 0cd57746e8 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
edburns%acm.org 9eb347c996 Removed non ifdef'd debugging statements. 1999-07-08 20:25:53 +00:00
slamm%netscape.com a0864b63b6 Remove carriage returns. They trip up some compilers. a=cyeh. 1999-07-07 20:18:27 +00:00
pnunn%netscape.com 1bc3c8db14 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 de1f45d992 fix for bug#1971. pn. ok'd by chofmann. 1999-07-07 19:22:00 +00:00
av%netscape.com ea55119cde Removing commented out code 1999-07-07 13:37:36 +00:00
ramiro%netscape.com 9200ddaebb 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 9efa754f74 Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
dp%netscape.com 54c432d92c Landing XPCOM_M8_PERF_BRANCH. Speeding up GetString(). 1999-07-07 07:42:03 +00:00
warren%netscape.com 1a6d5afe3c Fixed clobber to not fail if directory isn't there. 1999-07-07 04:20:31 +00:00
ducarroz%netscape.com 34b8a412fa fix build bustage with nsIJVMConsole.h & nsIJVMPrefsWindow.h for edburns@acm.org 1999-07-07 01:38:35 +00:00
av%netscape.com 701211d7d9 Adding full path to pluginTag.mFileName on Windows 1999-07-07 00:37:41 +00:00
edburns%acm.org 52cd778ff5 Alex Musil's long awaited plugin changes. 1999-07-07 00:28:34 +00:00
edburns%acm.org ce2384fa14 Alex Musil and Stanley Ho's changes. Added Show and hide methods. 1999-07-07 00:22:32 +00:00
sspitzer%netscape.com 442f841a03 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 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