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

1983 Коммитов

Автор SHA1 Сообщение Дата
granrose%netscape.com 00c9507821 change default user agent string milestone from m14 to m16. 2000-04-20 22:42:23 +00:00
pnunn%netscape.com 41ccf33623 bug#3013: turning on 8 bit mask generation. pnunn. tested nt, mac, linux. 2000-04-20 22:36:06 +00:00
pnunn%netscape.com bc3e85db29 bug#3013; bug#16742; and maybe bug#28616: fixed scaling on 8 bit masks. pnunn. tested on nt, linux, mac 2000-04-20 22:34:05 +00:00
davidm%netscape.com cecea9841a 21100 Implement file cache 2000-04-19 04:41:57 +00:00
av%netscape.com 8527043efd #26893, moved GetDOMElement from nsIPluginTagInfo to nsIPluginTagInfo2.h 2000-04-18 21:44:56 +00:00
jband%netscape.com 4ecd17e424 add an assert for a whacky case that is not supposed to happen but biting me a while back when some other code was broken. This has been kicking around my tree for a while. 2000-04-18 21:44:38 +00:00
pnunn%netscape.com d26b29c168 bug#924. Added test in clean up. pnunn. 2000-04-18 21:20:56 +00:00
ruslan%netscape.com 8493d92c27 Add a new pref 2000-04-18 02:36:28 +00:00
neeti%netscape.com 3b00311664 fix for 21329, restricting the number of items in cache only for windows.r=pnunn 2000-04-17 00:28:56 +00:00
warren%netscape.com ff5b1f0cbf Changing dir create permissions to 775. 2000-04-16 21:32:29 +00:00
jband%netscape.com 69515eea3b NOT PART OF SEAMONKEY BUILD. Improve sample to show calling of [scriptable] xpcom interface methods directly from JavaScript using xpconnect. This should work on all platforms, but currently the visuals in the plugin are only updated on Windows. See bug 32150. r=av 2000-04-16 18:51:02 +00:00
mstoltz%netscape.com 6a76f09450 Made prefapi.h private and removed all #includes of it outside of libpref. r=norris 2000-04-15 03:43:09 +00:00
mccabe%netscape.com f41551b0ad Remove unused pref. 2000-04-14 23:02:50 +00:00
nhotta%netscape.com e97f327c79 Added view default charset. 2000-04-14 21:00:27 +00:00
sspitzer%netscape.com 55d3f1080d fix for #20966, default for where to put the cursor should be below the quoted text.
(following the GNSKA guidelines.)
2000-04-14 10:29:59 +00:00
warren%netscape.com e495d8bf34 Fixed to truncate by default. Fixed permissions to default to 664. 2000-04-14 09:32:24 +00:00
av%netscape.com 942eabd0da Eliminated creation of invalid pointers which causes crash for some plugins, r=serge 2000-04-13 22:34:49 +00:00
pnunn%netscape.com 3117bfbb19 corrected comment in code. pnunn. 2000-04-13 21:27:47 +00:00
pnunn%netscape.com d93b10b48e Changed rand function for converting 8bit mask to 1bit dithered mask.
msrand() function not working properly on mac.  pnunn.
2000-04-13 21:26:01 +00:00
pnunn%netscape.com c077c8bfe7 bug#3013. Changed code so simple conditional sets generation of 8 bit mask
or triggers 8 bit to dithered 1 bit mask conversion. Set for dithering on
all platforms until rendering crash bug fixed. Tested on linux, NT, mac. pnunn.
2000-04-13 19:47:18 +00:00
pnunn%netscape.com acd440b546 Bugs 3013, 16742. Added dithering algorithms from Glenn Randers-Pehrson
<randeg@alum.rpi.edu> for platforms that do not support 8 bit masks.
Fixed reducing algorithm for masks.  tested on linux, NT, mac. pnunn.
2000-04-13 19:44:22 +00:00
neeti%netscape.com fb486b0017 fix for bug 21329,r=pnunn, Image cache needs to limit number as well as size of the image resources consumed on WIN95/WIN98 2000-04-13 13:00:31 +00:00
warren%netscape.com c544ed30ef Factoring stream i/o operations into nsIStreamIO interface. 2000-04-13 09:20:50 +00:00
morse%netscape.com 6b0428948f remove image blocking 2000-04-13 05:16:10 +00:00
tbogard%aol.net 630216d09d When the object goes away due to the last ref on the object, make sure to Destroy() so we free everything up that is usually done there. 2000-04-13 02:52:34 +00:00
warren%netscape.com de3b5568fb Adding code to remove entries from free list when recycled. 2000-04-12 09:48:30 +00:00
jband%netscape.com bb561d08ba NOT PART OF SEAMONKEY BUILD. Make plugin sample work on windows. It looks like this has been unable to compile on windows since someone added Unix only includes outside the #ifdef XP_UNIX block about *nine* months ago. There were also a few places where it was causing crashes. I'm not very confident in the rest of this code. 2000-04-12 08:35:15 +00:00
warren%netscape.com d17c5946a1 Moved nsXPIDLString.h out of ifdef for optimized builds. 2000-04-12 08:25:32 +00:00
warren%netscape.com 2979b9b4c6 Added nsIZipReaderCache. Removed nsIZipReader::ParseManifest. Got jar: protocol going for downloaded jars and input streams. Added assertions that Cancel is called with a failure code. 2000-04-12 07:58:24 +00:00
ruslan%netscape.com 41eec21b26 Adding additional prefs for networking 2000-04-12 02:51:58 +00:00
pnunn%netscape.com c633f66dcc bug#34801: put a frame notification back at end of frame decoding. r:rods, a:leaf. 2000-04-06 21:51:58 +00:00
edburns%acm.org b419700390 a=leaf
r=edburns
Author = snizinsk@us.ibm.com

bug: http://bugzilla.mozilla.org/show_bug.cgi?id=34762

Use PR_CALLBACK on thread_starter
2000-04-06 04:20:32 +00:00
alecf%netscape.com da68f81bcc fix for #34199 r=sspitzer a=leaf
when enumerating preferences, build up the list before the callback is called, instead of while the hash table is being enumerated
2000-04-05 23:09:04 +00:00
cls%seawood.org adef1ac6f6 Minor changes to incoporate OS/2 into our build system. Bug #34106
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
bienvenu%netscape.com 138ad12155 adding some default server prefs for imap delete, fetch by junks, mpod 2000-04-05 05:31:14 +00:00
mkaply%us.ibm.com 1217d7950e # 34082
r= pnunn@netscape.com
OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
2000-04-05 02:36:47 +00:00
mkaply%us.ibm.com 3f84397612 # 34082
r= alecf@netscape.com
OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
2000-04-05 02:35:25 +00:00
pavlov%netscape.com b91c4d19b9 fix morse's last checkin to not have to allocate strings 2000-04-05 00:34:36 +00:00
morse%netscape.com 81518e0e27 fix bug 34165, Allow viewing blocked images 2000-04-05 00:13:00 +00:00
mstoltz%netscape.com 5c520e108c Fixed crash when calling nsJARInputStream from nsJARChannel. 2000-04-05 00:12:20 +00:00
warren%netscape.com be2da70b76 Making nsJARDownloadObserver have thread-safe addref/release. 2000-04-04 08:34:37 +00:00
warren%netscape.com 4bff76e760 Fixed uninitialized variable. 2000-04-04 07:11:30 +00:00
warren%netscape.com 1e3761ff4d Fix to make download observer not crash. 2000-04-04 05:56:11 +00:00
cls%seawood.org f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
scc%netscape.com c5c503948f making string conversions explicit 2000-04-03 11:20:35 +00:00
scc%netscape.com 7f12694e41 making string conversions explicit 2000-04-03 09:20:26 +00:00
davidm%netscape.com 333db27269 remove obsolete cache preferences 2000-04-03 01:50:53 +00:00
jst%netscape.com 94e684ba9d Updating the interfaces Document and HTMLDocument to comply with DOM Level 2, only stubs for new methods for now. 2000-04-02 17:46:30 +00:00
jst%netscape.com 9f4e5b9940 Updating the DOM Node interface to match the DOM Level 2 interface, only stub implemetations so far. 2000-04-01 13:31:23 +00:00
cls%seawood.org cd487cbabb Set SHORT_LIBNAME in cases that library name will exceed 8 chars for OS/2. Bug #34106 a=leaf 2000-04-01 10:18:48 +00:00