pavlov%netscape.com
f23ce45a21
removing the extern "C" { ... } that blake accidentally added the other day. fixes runtime errors on solaris
2001-03-30 02:07:00 +00:00
pavlov%netscape.com
4a277226f4
fix for crash when loading images with a null URL. bug 72447. r=dr sr=hyatt
2001-03-30 01:59:03 +00:00
dougt%netscape.com
f82d39db61
Implementing ReadSegments. r/sr=darin@netscape.com
2001-03-29 07:21:43 +00:00
morse%netscape.com
4ac856f988
bug 46783, reorg cookies module for embedding, r=valeski, sr=alecf
2001-03-29 02:11:48 +00:00
bnesse%netscape.com
54a5d3bbbc
Updates and bug fixes based on feedback of initial prefservice and prefbranch feedback.
[Not Part of the Build]
2001-03-29 00:48:30 +00:00
bnesse%netscape.com
c5dfbe6870
Initial versions based on feedback of initial prefservice and prefbranch feedback.
[Not Part of the Build]
2001-03-29 00:46:49 +00:00
peterlubczynski%netscape.com
280a3a40c3
NPP_SetWindow should be called after instantiating the stream bug 70686 a=av sr=waterson
2001-03-28 01:00:47 +00:00
bryner%uiuc.edu
181ee38b92
Backing out joe.chou@eng.sun.com's changes, they broke the Mac. r=sdagley.
2001-03-27 03:49:31 +00:00
pavlov%netscape.com
2cadf6371d
fix for timer crash with animated images when changing pages bug 73477 r=pinkerton sr=brendan
2001-03-27 02:42:51 +00:00
joe.chou%eng.sun.com
dd64608bc3
bug=64296
...
r=edburns
sr=waterson
This checkin idlifies some files in the plugin hierarchy.
The following files are in this checkin.
build/mac/build_scripts/MozillaBuildList.pm
modules/oji/public/MANIFEST
modules/oji/public/MANIFEST_IDL
modules/oji/macbuild/ojiIDL.mcp
modules/plugin/public/MANIFEST
modules/plugin/public/MANIFEST_IDL
modules/plugin/macbuild/pluginIDL.mcp
modules/oji/public/Makefile.in
modules/oji/public/makefile.win
modules/oji/public/nsIJVMPluginInstance.idl
modules/plugin/public/Makefile.in
modules/plugin/public/makefile.win
modules/plugin/public/nsIPluginManager.idl
2001-03-27 00:37:58 +00:00
shanjian%netscape.com
f89bcc41a1
#72125 default font for simplified chinese system does not work
...
r = ftang, sr=erik
Add fallback font list for default font.
2001-03-26 23:43:52 +00:00
cls%seawood.org
703015f4d7
Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
...
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
dougt%netscape.com
d68387a443
Renaming xpcom file streams. b=73169, r=sfraser@netscape.com, sr=darin@netscape.com
2001-03-26 23:35:06 +00:00
blakeross%telocity.com
acad56cafb
pav sucks. Fixing his startup crash (he didn't checkin the patch that fixed the double mem free). How did mozbot miss this?!?
2001-03-26 05:06:11 +00:00
pavlov%netscape.com
6355bec467
fix for the remaining gif leaks. bug 73394. r=saari sr=mozbot
2001-03-26 02:22:40 +00:00
pavlov%netscape.com
66f70883eb
fixing leaks in the new gif decoder bug 73394 r=pinkerton sr=shaver
2001-03-26 00:11:53 +00:00
av%netscape.com
1313e5aacc
First check in. The Spy Plugin. Not part of the build.
2001-03-25 23:48:19 +00:00
av%netscape.com
ad4da486a5
First time in. The Spy Plugin. Not part of the build.
2001-03-25 23:38:33 +00:00
disttsc%bart.nl
6e48266508
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
bienvenu%netscape.com
2b742cb3aa
add new pref for limiting size of messages downloaded for offline 15865 sr=sspitzer
2001-03-25 18:48:27 +00:00
pavlov%netscape.com
f02dca33e5
fix for hugeass memory leak. bug 73351. r=jag sr=mozbot
2001-03-25 11:57:25 +00:00
cls%seawood.org
3503f69696
Whitespace change for tinderbox test
2001-03-25 07:04:14 +00:00
av%netscape.com
b0836bae77
To fix bug 58128. For old style plugins: added nsIPlugin::Shutdown as well as dll unload upon destroying the last plugin instance. r=peterl, sr=waterson
2001-03-25 00:28:53 +00:00
shaver%mozilla.org
d587655565
72495 redux: last references to xp_regexp.h, r=bryner, sr=blizzard
2001-03-24 18:54:13 +00:00
bryner%uiuc.edu
6dbe9eeec5
If we get the URI from the channel, return the result of that call, not NS_ERROR_FAILURE. r=saari, sr=tor.
2001-03-24 07:12:41 +00:00
saari%netscape.com
775baa99bd
fix opt build
2001-03-24 04:55:47 +00:00
saari%netscape.com
57eebbce00
libpr0n 4 mac
r=pinkerton,pavlov, sr=smfr
2001-03-24 02:44:26 +00:00
saari%netscape.com
fde0a19635
like MIR, libpr0n is landing for mac
r=pinkerton, pavlov, sr=smfr
2001-03-24 02:44:07 +00:00
saari%netscape.com
975022bff0
jpeg decoder for mac libpr0n
2001-03-24 02:30:15 +00:00
bnesse%netscape.com
72a774fffe
Added some missing calls to add the requested preference to the branch root value. [Not part of the build]
2001-03-24 00:25:47 +00:00
valeski%netscape.com
c1098ac6ac
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
2001-03-24 00:22:18 +00:00
sean%beatnik.com
6631db6ffe
bug 72017 dual xpcom/npapi plugins are not initialized properly. Add code to get plugin factory for xpcom modules that export NSGetModule instead of NSGetFactory. r=av a=av sr=attinasi
2001-03-23 23:53:09 +00:00
pavlov%netscape.com
6369ed0ce8
adding extern "C" around the #include <jpeglib.h> to fix bug 73164 r=tor@cs.brown.edu
2001-03-23 07:45:00 +00:00
tor%cs.brown.edu
1977d5086a
Fix alpha depth check to return the right value for rgba images.
...
Not part of build. r=pavlov
2001-03-23 07:12:52 +00:00
nisheeth%netscape.com
57aee94eed
r=heikki. sr=jst. Use PR_smprintf. Get rid of nsTimer.cpp. Fixes bug 57592.
2001-03-23 05:44:03 +00:00
bnesse%netscape.com
9742afa722
Potential final candidates for the basis of the nsPref re-write. [Not part of the build]
2001-03-22 23:34:41 +00:00
pavlov%netscape.com
35e9f08cbc
adding a way to get the imgIDecoderObserver back from the request
2001-03-22 23:16:52 +00:00
pavlov%netscape.com
95ef24ac85
removing printfs. adding asserts... fixing warnings
2001-03-22 10:26:36 +00:00
disttsc%bart.nl
2c7a510d3b
Fix leak of nsAtom, r=gagan, sr=jst. Clean up some string stuff (more .get()). sr=jst
2001-03-22 10:23:24 +00:00
pavlov%netscape.com
6ff2a51653
make it build without the new cache
2001-03-22 09:31:00 +00:00
bryner%uiuc.edu
3eece340c0
Patch from sfraser to remove dependence on net.h (for bug 38061). r=bryner, sr=shaver.
2001-03-22 06:59:52 +00:00
tao%netscape.com
b5146c4eae
71341: mailnews.view_default_charset pref item should not be stored,
...
(r=naoki,sr=erik)
2001-03-22 02:20:48 +00:00
peterlubczynski%netscape.com
9b29c385e7
Fix for regression bug 72676 a=av sr=attinasi
2001-03-22 01:37:36 +00:00
bryner%uiuc.edu
112b250285
Removing references to obsolete headers (bug 38061). r=timeless, sr=shaver.
2001-03-21 05:35:27 +00:00
timeless%mac.com
d44332bdf7
fix Bug 70989 Clean up lots of "shadows" and other common warnings
...
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
shaver%mozilla.org
f746d90954
72495: libjar/"regexp" cleanup (r=dveditz,sr=brendan)
2001-03-21 04:08:12 +00:00
pavlov%netscape.com
63eaa580de
fix the crash on shutdown in the new cache due to us holding on to cache descriptors too long. destroy our cache session when we get unregistered. more assertions
2001-03-21 02:37:47 +00:00
peterlubczynski%netscape.com
4a4900c692
Null plugin registered twice. bug 67933 a=av r=attinasi
2001-03-21 01:47:37 +00:00
pavlov%netscape.com
bd62722ecc
fixing jpegs on windows, adding some more assertions.
2001-03-20 23:06:29 +00:00
saari%netscape.com
cf12165d92
updating mac build
2001-03-20 21:44:22 +00:00