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

2928 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com 6e35f97e31 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
peterlubczynski%netscape.com 9250a4d6fa Prevent call into plugin if plugin is stopped. Fixes crash in plugin while reload/navigate while plugin is streaming. bug 54186, r=av, sr=buster 2000-10-27 22:05:07 +00:00
pinkerton%netscape.com 887a36a67a changes for Carbon r=pchen/a=sfraser. bug# 42100 2000-10-27 20:40:47 +00:00
edburns%acm.org d411cfc046 author=joechou@eng.sun.com
r=av
r=edburns@acm.org
sr=waterson
bug= 56019
///////////////////////////////////////////////////////////////////////////////
// Currently, in the MIME type info passed in by plugin, a ';' is used as the
// separator of two MIME types, and also the sparator of a version in one MIME
// type. For example:
// "application/x-java-applet;version1.3::java(TM) plugin;application/x-java-
// applet...".
// The ambiguity of ';'  causes the browser fail to parse the MIME types
// correctly.
//
// This method parses the MIME type input, and replaces the MIME type
// separators with '|' to eliminate the ambiguity of ';'. (The Windows version
// also uses '|' as the MIME type separator.)
//
// Input format: "...type[;version]:[extension]:[desecription];..."
// Output format: "...type[;version]:[extension]:[desecription]|..."
//
static void SetMIMETypeSeparator(char *minfo)
{
2000-10-26 00:12:38 +00:00
dougt%netscape.com caf5487c76 removing Makefile and adding Makefile.in 2000-10-24 17:16:20 +00:00
mscott%netscape.com 4b5a54deb0 Bug #48403 --> don't allow JS running in a mailnews sand box to change the name of it's containing iframe.
this code was contributed by mstoltz.
r=beard, sr=mscott
2000-10-24 00:52:02 +00:00
av%netscape.com 176edd35e7 Bug 57210, sr=waterson, r=edburns, r=serge. Fixing crash when plugin reports not file exts or mime descriptions not matching to mime types on the start up scan. 2000-10-23 00:03:19 +00:00
dbragg%netscape.com 72e04ffaef Fix for rtm++ bug 55259. Already checked in to branch and tested. Forgot to check in to trunk. r=dveditz, sr=mscott. Now only getting system clock seed once. 2000-10-20 19:11:28 +00:00
dougt%netscape.com 82c3a52419 b=46775. Adding ablity to generate a static module based on dougt/cls's work. There is a disagreement between us and warren about how exactly to do this. Since I have a working solution, I am checking this onto our embedding branch. This disagreement must be resolved before these changes land on the mozilla trunk. 2000-10-19 20:41:44 +00:00
jeff.dyer%compilercompany.com 14e9b625f8 Fix redness by removing incorrect conversion. 2000-10-19 12:17:54 +00:00
jeff.dyer%compilercompany.com feccfe330f b=53849, r=mstoltz@netscape.com,edburns@acm.org, a=brendan@mozilla.org.
This fix makes Liveconnect smarter about getting a security principal
when verifying that call from an applet to JS should be allowed.
2000-10-19 11:51:22 +00:00
tor%cs.brown.edu beb95ef65f Bug 19283 - blacken transparent pixels in 1-bit masks. This was
causing problems with binary alpha PNGs on Windows.  Patch from
Chris244@aol.com. r=pnunn, sr=tor
2000-10-18 18:05:41 +00:00
peterlubczynski%netscape.com 7324d4a9dc Get and send plugin MIME type, fix for bug 54205 r=sfraser a=buster 2000-10-17 20:57:36 +00:00
bnesse%netscape.com d5254a9b32 Use same define for all platforms. Fix for bug #45697 r=av, sr=scc, a=rtm++. 2000-10-17 18:04:47 +00:00
shaver%mozilla.org 91440fb919 #24612, make prefs observable from JS and other XPCOM bindings, r/sr=alecf 2000-10-17 17:08:00 +00:00
rpotts%netscape.com 1b2ed3e1a8 bug #56333 (r=pnunn, sr=tor@cs.brown.edu). il_containers are sometimes leaked when the image load is interrupted 2000-10-17 06:09:36 +00:00
mkaply%us.ibm.com 51268b8692 IRIX/SunOS breakge on ports
C++ comments in a header included by a C file
Come on guys, this is really basic stuff here
2000-10-17 00:13:01 +00:00
mozilla.BenB%bucksch.org 7c5779c57a 50523: Remove (most) Netscape branding. a=av, sr=scc. 2000-10-15 22:03:54 +00:00
dprice%netscape.com 52c7d6a5d7 backing out earlier changes for 53312 2000-10-14 01:15:24 +00:00
mstoltz%netscape.com 99a2b79580 Fixing 56009, exploit allowing XPConnect access. r,a=hyatt, sr=scc 2000-10-13 22:59:47 +00:00
dprice%netscape.com 545c85baf0 removing debug statement. 2000-10-13 21:00:04 +00:00
dprice%netscape.com 2a10bf939f added memory flusher for jar cache 53312
a=warren SR=warren,jband
2000-10-13 20:42:46 +00:00
sdagley%netscape.com 03b5c8c4fd Fix #54778 - Make legacy plugins on Mac work from the "Plug-ins" folder. r=av,sr=sfraser,scc. 2000-10-13 18:59:05 +00:00
kin%netscape.com 03bc6a4d6b Fix for bugscape bug #2698 (Need to wire up Spellchecker language prefs)
mozilla/odules/libpref/src/init/all.js
      - Added "spellchecker.dictionary" default pref and removed old 4.x spellchecker prefs.

    mozilla/editor/base/nsEditorShell.cpp
      - Added code to InitSpellChecker() and UninitSpellChecker() to get and
        set the "spellchecker.dictionary" pref.

r=brade@netscape.com sr,a=sfraser@netscape.com
2000-10-13 13:36:22 +00:00
pavlov%netscape.com b2c69aac0d fix for bug 45162 new plugins shouldn't use GdkSuperWin's, but instead should use XIDs. sr=blizzard r=valeski 2000-10-13 01:10:21 +00:00
pollmann%netscape.com 69f1a60ad8 Fix Un*x bustage (typo in last patch, oops, sorry!) 2000-10-12 04:49:28 +00:00
pollmann%netscape.com 1d47792f86 Fix AIX build bustage - these constants are already defined in system header files 2000-10-12 04:07:45 +00:00
pollmann%netscape.com 6abfb3354c Bug 48483: Fix HPUX bustage for Unix default plugin, fix thanks to wtc (added #ifdef guards to previous checkin per review by wtc, will not affect build) 2000-10-12 01:11:38 +00:00
pollmann%netscape.com df4d125855 Bug 48483: Fix HPUX bustage for Unix default plugin fix thanks to wtc, r=jdunn,pollmann sr=mscott 2000-10-12 00:20:34 +00:00
edburns%acm.org eb21210d14 bug=54291
a=brendan
r=edburns, scc

This checkin does three things:

1. Makes it so on Unix the user can set the env var NS600_PLUGIN_PATH to point
to a directory that will be used as the location for searching for plugins.

2. Removes nsPluginsDirUNIX.cpp and replaces it with nsPluginsDirUnix.cpp

3. Correctly formats nsPluginsDirUnix per brendan's recommendation.
2000-10-11 22:33:20 +00:00
mkaply%us.ibm.com 5494f60f09 #56011
r=jkobal, a=tor
Remove unnecessary XP_OS2 code in libimg
2000-10-10 22:16:34 +00:00
pollmann%netscape.com c53f51da77 Bug 48483: Unix default plugin, fix for OpenVMS bustage r=av@netscape.com a=brendan@mozilla.org 2000-10-10 21:01:14 +00:00
nhotta%netscape.com bc3f550cec Moved "mailnews.start_page.url" from .js to .property, bug 55011, r=tao, sr=alecf. 2000-10-06 22:58:48 +00:00
nhotta%netscape.com 8e65cbcede Added getDefaultLocalizedUnicharPref, bug 55011, r=tao, sr=alecf. 2000-10-06 03:49:15 +00:00
edburns%acm.org 03e77f2738 bug=
a=brendan
r=av

This bug fix makes it so nsPluginHostImp::FindProxyForURL()
honors ProxyAutoConfig settings.

It also cleans things up per Brendan.
2000-10-05 07:58:51 +00:00
bienvenu%netscape.com 7882d90f77 apply patch to fix deref of null ic pointer from b3 branch r=pnunn 2000-10-05 01:06:29 +00:00
morse%netscape.com e56cf1f693 bug 52674, changing url for privacy tutorial, r=dveditz,ben, a=verah,ben,dveditz,mcarlson,matt 2000-10-04 02:57:25 +00:00
mozilla.BenB%bucksch.org 03941feac7 55030: By default, do not send user's email address as anon. FTP password. r=mstoltz, a=brendan 2000-10-03 22:38:31 +00:00
jband%netscape.com 5c3290ae00 NOT PART OF THE BUILD. new code for testing the jar cache 2000-10-01 00:10:51 +00:00
pnunn%netscape.com fea31de3a0 bug#52390: fixes majick disappearing chrome images. (Turns off PIN_CHROME).
Checked into Commercial branch 09/29/00. pnunn.
2000-09-30 00:11:41 +00:00
av%netscape.com 9241d709f1 Fixing 53451. Added retun failure when plugin retuns zero on NPP_WriteReady call, r=waterson 2000-09-29 00:46:18 +00:00
mkaply%us.ibm.com 7ed61ce3a3 #53402
r=mkaply, a=blizzard
We had a really bad os2pref.js from 4.61
2000-09-28 23:20:09 +00:00
sgehani%netscape.com 1402d1a2c7 Merging pr3 branch to trunk:
Renaming "Plugins" -> "Plug-ins"

b=53976
r=ssu
a=sfraser
2000-09-28 22:52:51 +00:00
valeski%netscape.com b28c3688ca 54508. r=edburns@acm.org, a=brendan@mozilla.org. we were installing the oji.dll in the bin dir *and* the bin/components dir which was redundant. oji.dll is a component and doesn't need to be in the bin dir. 2000-09-28 22:47:48 +00:00
cls%seawood.org 4f1d701dd9 Some platforms include a version number for their dll suffixes. Use SHARED_LIBRARY instead of hardcoding a library name & suffix. 2000-09-28 06:57:00 +00:00
cls%seawood.org 49cdc237c9 Only build nullplugin when MOZ_ENABLE_GTK is set because nullplugin requires gtk and is breaking our non-gtk ports. 2000-09-28 06:48:02 +00:00
akhil.arora%sun.com 2ce2a1ae17 implementation of the null plugin for unix
checking in on behalf of stephen mak <smak@sun.com>
b=48483 r=pollmann@netscape.com a=brendan@mozilla.org
2000-09-27 23:44:02 +00:00
pchen%netscape.com a4ec745757 Backing out jim_nance's checkins, breaks win32 build, also has #ifdef
XP_MAC which is crufty, should be able to do this xp
2000-09-27 22:21:05 +00:00
pchen%netscape.com fe02f55638 Backing out jim_nance's checkins, break win32 build, also have #ifdef
XP_MAC which is crufty, should be able to do this xp
2000-09-27 22:16:50 +00:00
nisheeth%netscape.com 9c795a60b8 r=joki. Switching off the "nglayout.events.showHierarchicalHover" pref by default. This was enabled late in the beta 3 cycle and is causing performance problems with mousing over chrome. No code change is required. 2000-09-27 14:37:55 +00:00
jim_nance%yahoo.com f7309af4bf Workaround for bug 50782. The first attempt to fix this was r=pnull
a=brendan r=brendan.  Unfortunatly it broke the Mac.  This is the same
patch with #ifdefs for the mac.  This is r=scc
2000-09-27 11:48:54 +00:00
mkaply%us.ibm.com 59b0d7d700 OS/2 Tinderbox breakage
HOME dir isn't working on OS/2, so profile can't be created so the browser won't come up.
Change to OS2 dir to get things working.
r=dr
2000-09-22 17:32:10 +00:00
jeff.dyer%compilercompany.com 20ddff8a16 #45692:r=edburns,a=brendan. Backing out latest change. 2000-09-22 15:01:29 +00:00
jeff.dyer%compilercompany.com f7e8335cf3 #45692:r=edburns,a=brendan. Followup fixes for oji liveconnect security. Second attempt. 2000-09-22 14:17:46 +00:00
jeff.dyer%compilercompany.com d5d760afb0 #45692:r=edburns,a=brendan. Followup fixes for oji liveconnect security. 2000-09-22 13:48:20 +00:00
jband%netscape.com 7b12ae2349 backing out check in from jin_nance that broke Mac 2000-09-22 10:42:54 +00:00
jim_nance%yahoo.com 8a3c446f30 Fixed 50782. Multiply defined symbols cause Tru64 5.0 to crash.
Found and fixed by harbaugh.  Fix improved by tor, r=pnunn, a=brendan
2000-09-22 09:18:40 +00:00
av%netscape.com 2bee18f73b Fix for 44692, allowing default plugin guess about mime type by extension, a=mscott 2000-09-22 06:31:29 +00:00
mstoltz%netscape.com 56f79864cd bug 24765, hooking up necko file cache to jar protocol. Hopefully without leaks this time. Also fixed leak in nsJARURI. r=beard, warren 2000-09-22 06:21:18 +00:00
av%netscape.com 4f7a03ad97 Fix for 53399, check for null-pointer to avoid crash, by sean, r=av, a=waterson 2000-09-22 06:17:28 +00:00
ccarlen%netscape.com 6424999288 This lib is being used to fix #48981 This change is for a whole in the Unix implementation of nsIFile r=bhuvan, mscott 2000-09-22 03:43:12 +00:00
av%netscape.com c320e65297 This should fix the redness 2000-09-22 01:48:05 +00:00
av%netscape.com e5f792c5dc Fixing #36089. Allowing Mac browse through both 'Plugins' and 'Plug-ins' folders, a=waterson 2000-09-22 00:58:46 +00:00
ccarlen%netscape.com 9a12ae8988 Fix for #52181 r=dougt, a=buster 2000-09-21 13:45:31 +00:00
warren%netscape.com b09c156dca Backing out jar protocol change because it introduced a big memory leak on tinderbox test. a=jag 2000-09-21 08:26:07 +00:00
mstoltz%netscape.com a2483af6c5 Final (I hope) fix for 24765, using Necko file cache for the jar protocol. r=beard, a=warren. 2000-09-21 05:01:16 +00:00
warren%netscape.com 075350b1c8 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
edburns%acm.org e3a990319e a=beard, waterson
r=av
bug=52963

Tested on win32.  Tested to build on win32 and solaris.

This patch fixes bug 52963, bug 52965, and bug 52973.

This patch contributed by Stanley Ho <stanley.ho@eng.sun.com>

52963: nsIPluginStreamListener::OnStartBinding isn't always called:

Added new ivar, mStartBinding:

   * Set to PR_TRUE after nsIPluginInstancePeer::OnStartBinding() has
   * been called.  Checked in ::OnStopRequest so we can call the
   * plugin's OnStartBinding if, for some reason, it has not already
   * been called.

52965: Length isn't always set:

  rv = channel->GetContentLength(&length);

  // it's possible for the server to not send a Content-Length.  We should
  // still work in this case.
  if (NS_FAILED(rv)) {
    mPluginStreamInfo->SetLength(-1);
  }
  else {
    mPluginStreamInfo->SetLength(length);
  }

52973: nsIHTTPHeaderListener called before nsIPluginStreamListener::NewStream

This fix required rolling back Andrei Volkov's change to the signature
of nsPluginStreamListenerPeer::SetUpStreamListener().  In order to call
the plugin with the headers before the NewStream is sent, we need the
nsIChannel.

files in this fix:

M modules/plugin/nglsrc/nsPluginHostImpl.cpp
2000-09-20 09:27:54 +00:00
waterson%netscape.com c71e04b66a Bug 44352. Remove nsIMemoryPressureObserver in favor of nsIObserverService et al., and convert existing nsIMemoryPressureObserver clients. Add memory flusher thread. Add debug UI to force memory flush. r=alecf,sfraser,warren a=warren 2000-09-20 05:44:19 +00:00
tor%cs.brown.edu c92f2f7540 Lie in ImgDWriteReady as a minimal impact workaround until
41831 is fixed.  This was causing JNG images not to display
out of the cache, and probably occasionally a failed first
load.  r=pnunn, a=brendan
2000-09-19 22:03:31 +00:00
tor%cs.brown.edu 00e5bd9c37 Small change to make a debug message from ilclient.cpp more
accurate, and only print it when compiled in debug mode (was
appearing when switching skins).
r=pnunn, a=brendan
2000-09-19 21:54:29 +00:00
mkaply%us.ibm.com 2f286a1708 #53096
r=akkana, a=brendan
Can't override accelerators properly which we will be doing on OS/2
2000-09-18 23:04:07 +00:00
warren%netscape.com a867fdff6f Setting release timeout inside lock -- avoiding race condition. 2000-09-18 07:08:22 +00:00
sspitzer%netscape.com 006ca13b13 whoops, the default is supposed to be false, not true. 2000-09-18 03:35:40 +00:00
sspitzer%netscape.com 7adb18e21c fix for #22163 from Decklin Foster.
set a default pref to prevent the JS exception.
r=sspitzer
2000-09-18 03:27:09 +00:00
warren%netscape.com d822c7feb1 Backing mstoltz out to get things back up and running with jar packaging. Also, I don't approve of the changes made to nsJARURI.cpp 2000-09-18 02:18:00 +00:00
mozilla.BenB%bucksch.org 9146f48ca9 39372: Changing default to "blockquoting" plaintext (using vertical bars (instead of ">"s) for nested quotes during reply to plaintext msgs). r=a=alecf 2000-09-15 22:07:28 +00:00
sspitzer%netscape.com ac6409f8a2 fix for bug #51267. intermittent failure when loading files from jars.
the problem is that nsZipArchive and zlib are not thread safe.
for now, add a lock to prevent multiple threads from getting into that code
r=warren,dveditz
super-end-of-game-review=mscott
2000-09-15 21:56:20 +00:00
mstoltz%netscape.com 1e1a7ce883 Better bustage fix without leak r=scc 2000-09-15 21:12:36 +00:00
mstoltz%netscape.com 6576902c36 Fixing bustage. r=dveditz 2000-09-15 20:38:52 +00:00
mstoltz%netscape.com f28c4273e9 Fix for bugs 24765, 49288. Using Necko file cache for the jar protocol. r=beard, a=warren. 2000-09-15 19:27:05 +00:00
dveditz%netscape.com 8b06519264 Eliminate "packageregistry" file on unix (bug 33863), patch by Peter "jag" Annema
<disttsc@bart.nl>, r=dveditz@netscape.com
2000-09-15 06:19:53 +00:00
joki%netscape.com 48699a677a Part of fix for bug 5693, add new pref to allow no firing of hierarchical :hover state if performance slowed. r:jst. 2000-09-15 06:13:58 +00:00
av%netscape.com 5ed02e309b Part of 33105 fix, added option not to show Bad Plugin warning again, r=serge 2000-09-14 23:58:17 +00:00
rayw%netscape.com d39d9e6d59 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00
pnunn%netscape.com 8638d01f7d bug#51249: add chrome to FlushCache. pnunn, r:syd. 2000-09-14 23:09:18 +00:00
edburns%acm.org e97ed9b418 r=vidur, av
a=brendan
bug=49525

This simple fix just adds parameters to an existing method in an XPCOM
safe way, by defining a new method at the end of the interface
definition with the additional parameters.

Original method:

    NS_IMETHOD
    GetURL(nsISupports* pluginInst,
           const char* url,
           const char* target = NULL,
           nsIPluginStreamListener* streamListener = NULL,
           const char* altHost = NULL,
           const char* referrer = NULL,
           PRBool forceJSEnabled = PR_FALSE) = 0;

New method:

    NS_IMETHOD
    GetURLWithHeaders(nsISupports* pluginInst,
                      const char* url,
                      const char* target = NULL,
                      nsIPluginStreamListener* streamListener = NULL,
                      const char* altHost = NULL,
                      const char* referrer = NULL,
                      PRBool forceJSEnabled = PR_FALSE,
                      PRUint32 getHeadersLength = 0,
                      const char* getHeaders = NULL) = 0;

I have modified nsPluginHostImpl.h to include this new method, and
modified nsPluginHostImpl.cpp so that its GetURL calls GetURLWithHeaders
with null values for the last two params.

M modules/plugin/public/nsIPluginManager.h
M modules/plugin/nglsrc/nsPluginHostImpl.cpp
M modules/plugin/nglsrc/nsPluginHostImpl.h
2000-09-14 22:57:56 +00:00
dveditz%netscape.com ada8b33ac2 bug 51056 handle unreadable prefs file, patch from gemal@gemal.dk, r=dveditz@netscape.com 2000-09-14 20:12:59 +00:00
ccarlen%netscape.com b41f8e83d5 First check-in, not yet part of build. This lib is being used to solve bug #48981, but has other uses. r=racham 2000-09-14 13:40:35 +00:00
ccarlen%netscape.com 0d1006dc68 First check-in, not yet part of build. This lib is being used to solve bug #48981, but has other uses. r=racham 2000-09-14 13:35:28 +00:00
jdunn%netscape.com 2ccff726b7 adding newline at end of file (required by hp) 2000-09-14 10:50:50 +00:00
edburns%acm.org b344cd087c a=brendan, ekrock
r=av, sean@beatnik.com
bug=50547

This change allows the plugin to have a greater degree of control over
the plugin lifecycle.  This change makes it possible for the plugin to
tell mozilla:

1. Whether or not they want to allow the browser to cache their
instance.  Default is yes, do allow the browser to cache their instance.

2. If they answer no to 1, that is, no the plugin does not want the
browser to cache their instance, do you want the shutdown calls to be:

a.

          inst->SetWindow(nsnull);
          inst->Stop();
          inst->Destroy();


b.

          inst->Stop();
          inst->Destroy();
          inst->SetWindow(nsnull);

a. is the default.

Please visit the bug to see the patches:

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

Detail:

This fix was requested by Stanley Ho of the Sun Java Plugin Team.  A
conference call between Eric Krock, Andrei Volkov, Sun, Adobe and other
plugin vendors was used to agree on the above solution.

M modules/plugin/public/nsplugindefs.h
M modules/plugin/nglsrc/nsPluginHostImpl.cpp
M modules/plugin/nglsrc/nsPluginViewer.cpp
M layout/html/base/src/nsObjectFrame.cpp
2000-09-14 08:22:31 +00:00
av%netscape.com 6bcd0917f7 Fixing Mac bustage 2000-09-14 07:16:07 +00:00
av%netscape.com fb3d0d2528 Part of 33105 fix, replaced direct calls to plugins by safe macro, r=serge 2000-09-14 06:13:56 +00:00
av%netscape.com 317b9c70f1 Part of 33105 fix, added a method to hsIPluginHost to handle bad plugins, r=serge 2000-09-14 06:03:37 +00:00
av%netscape.com 975d331f55 Part of 33105 fix, first time in, macro for safe plugin calls implemented, r=serge 2000-09-14 05:56:28 +00:00
matt%netscape.com f140600326 fix for bug 44036
r=pav
2000-09-14 04:52:50 +00:00
rayw%netscape.com 6cc70ebd6c Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
edburns%acm.org 76180946b3 a=brendan,av
r=av
bug=50811

This bug fix was suggested by Stanley Ho <stanley.ho@eng.sun.com>.

Stanley proposed we overload the meaning of the nsIPluginStreamListener
argument to nsIPluginManager::{GetURL,PostURL}() so that it also may
implement an interface for reading headers.  Thus, the browser could QI
the plugin's nsIPluginStreamListener instance to this headers reading
interface and send the plugin the headers from the response.

I have implemented Stanley's above proposal.  I have defined a new
interface, nsIHTTPHeaderListener.idl with one method:

  /**

   * Called for each HTTP Response header.

   * NOTE: You must copy the values of the params.

   */

  void newResponseHeader(in string headerName, in string headerValue);

To affect this fix, I have added a new private method

nsPluginStreamListenerPeer::
ReadHeadersFromChannelAndPostToListener(nsIHTTPChannel *httpChannel,
                                        nsIHTTPHeaderListener *listener)

Then, modified nsPluginStreamListenerPeer::OnDataAvailable() to call
this method BEFORE reading the content data.  However, this fix makes
two important assumptions I would like to check out:

   * Assumption

   * By the time nsPluginStreamListenerPeer::OnDataAvailable() gets
   * called, all the headers have been read.

       * Assumption:

       * The return value from nsIHTTPHeader->{GetFieldName,GetValue}()
       * must be freed.

The following files are included in this fix:

A modules/plugin/public/nsIHTTPHeaderListener.idl
A modules/plugin/public/makefile.win
A modules/plugin/public/Makefile.in
M modules/plugin/nglsrc/nsPluginHostImpl.cpp
2000-09-13 07:09:38 +00:00
edburns%acm.org 468228ae4a a=brendan,av
r=av
bug=50811

Should include "nsISupports.idl" not "nsPluginDefs.idl".
2000-09-13 07:07:18 +00:00
scc%mozilla.org 7ddb3cc9fb bug #50811, a=brendan, on behalf of edburns@sun.com 2000-09-13 06:45:33 +00:00
edburns%acm.org 667974e1b0 a=brendan,av
r=av
bug=50811

This bug fix was suggested by Stanley Ho <stanley.ho@eng.sun.com>.

Stanley proposed we overload the meaning of the nsIPluginStreamListener
argument to nsIPluginManager::{GetURL,PostURL}() so that it also may
implement an interface for reading headers.  Thus, the browser could QI
the plugin's nsIPluginStreamListener instance to this headers reading
interface and send the plugin the headers from the response.

I have implemented Stanley's above proposal.  I have defined a new
interface, nsIHTTPHeaderListener.idl with one method:

  /**

   * Called for each HTTP Response header.

   * NOTE: You must copy the values of the params.

   */

  void newResponseHeader(in string headerName, in string headerValue);

To affect this fix, I have added a new private method

nsPluginStreamListenerPeer::
ReadHeadersFromChannelAndPostToListener(nsIHTTPChannel *httpChannel,
                                        nsIHTTPHeaderListener *listener)

Then, modified nsPluginStreamListenerPeer::OnDataAvailable() to call
this method BEFORE reading the content data.  However, this fix makes
two important assumptions I would like to check out:

   * Assumption

   * By the time nsPluginStreamListenerPeer::OnDataAvailable() gets
   * called, all the headers have been read.

       * Assumption:

       * The return value from nsIHTTPHeader->{GetFieldName,GetValue}()
       * must be freed.

The following files are included in this fix:

A modules/plugin/public/nsIHTTPHeaderListener.idl
A modules/plugin/public/makefile.win
A modules/plugin/public/Makefile.in
M modules/plugin/nglsrc/nsPluginHostImpl.cpp
2000-09-13 06:40:57 +00:00
scc%mozilla.org d2b859ab77 if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 02:48:08 +00:00
cls%seawood.org 15feb7abfa Change MDDEPDIR to fix a VPATH issue in srcdir builds. 2000-09-12 23:37:16 +00:00
ruslan%netscape.com 06bc8d6e48 proxy.ssl.connect pref should be always set to true; a=gagan 2000-09-12 21:42:54 +00:00
jeff.dyer%compilercompany.com 14f8ce0457 FALSE -> PR_FALSE 2000-09-12 12:44:48 +00:00
jeff.dyer%compilercompany.com f4f222ef74 FALSE -> PR_FALSE 2000-09-12 12:22:52 +00:00
jeff.dyer%compilercompany.com 0442ab814b b=45692 r=edburns a=brendan: Enable liveconnect security. 2000-09-12 11:47:42 +00:00
warren%netscape.com 40c22924c1 Fixed error code. 2000-09-12 05:11:11 +00:00
dimator%netscape.com 768a93fd39 Changing default collect address book maximum from 200 to 700 cards. r=putterman 2000-09-12 01:53:20 +00:00
cls%seawood.org 1aa18eee7e OS_ARCH does not set release numbers 2000-09-11 08:08:24 +00:00
cls%seawood.org 3ecc59dd9e Remove unneeded dep that's breaking old gnu makes 2000-09-11 06:26:48 +00:00
cls%seawood.org 2f4b60f242 Fixing problem of standalone compoennts always building on every build pass. Adding objs.mk files to give better dependency handling. Bug #49937 2000-09-11 04:13:16 +00:00
cls%seawood.org f2c4a76007 Make the ifdef match the comment here as well 2000-09-11 01:22:45 +00:00
ccarlen%netscape.com 2794c73899 Fix for Win95 machines which don't have APP_DATA dir r=racham 2000-09-09 15:31:27 +00:00
rich.burridge%sun.com 779ff70497 Fix to enable XPInstall to build/run on the Solaris platform.
r=sgehani@netscape.com  a=brendan@mozilla.org
BugId: #43080.
2000-09-09 14:18:48 +00:00
edburns%acm.org 7055c7a60f r=av
a=waterson
bug=51919

This fix makes it so nsIPluginManager::PostURL() works correctly in the
case of a null target and non-null streamListener.

The fix was to add parameters to NewPluginURLStream() for headers and
post data:

   NS_IMETHOD
-  NewPluginURLStream(const nsString& aURL, nsIPluginInstance *aInstance, nsIPluginStreamListener *aListener);
+  NewPluginURLStream(const nsString& aURL, nsIPluginInstance *aInstance,
+                     nsIPluginStreamListener *aListener,
+                     void *aPostData = nsnull, PRUint32 aPostDataLen = 0,
+                     const char *aHeadersData = nsnull,
+                     PRUint32 aHeadersDataLen = 0);

And to add a new method to correctly send the headers to the channel:

+  NS_IMETHOD
+  AddHeadersToChannel(const char *aHeadersData, PRUint32 aHeadersDataLen,
+                      nsIChannel *aGenericChannel);

Files in this fix:

M modules/plugin/nglsrc/nsPluginHostImpl.cpp
M modules/plugin/nglsrc/nsPluginHostImpl.h
2000-09-08 23:58:36 +00:00
dimator%netscape.com b4f2e0fccf Adding aging to collected address book. bug 46343. r=mscott 2000-09-08 22:56:08 +00:00
jband%netscape.com c283db726b warren's fix for the new/free mismatch undid kin's fix for the same problem. Also fix an off by one in the backwards 'for' loop. r=warren 2000-09-08 09:36:35 +00:00
warren%netscape.com b9a64aa4e5 Bug 50844. Fixed mismatched memory free. 2000-09-08 04:39:17 +00:00
sfraser%netscape.com 583ac0b904 Fix build for kandrot. Export NR_RegSetBufferSize from libreg. 2000-09-08 03:52:11 +00:00
kandrot%netscape.com c39391e476 Fix for bug #46709. Missed this file in checkin.
r=rayw
2000-09-08 02:44:13 +00:00
kandrot%netscape.com b709007994 Fix for bug #46709.
Allows buffer size of registry to change.

r=rayw
2000-09-08 01:53:15 +00:00
kandrot%netscape.com b80946e1ce Fix for bug #46709
Allows registry buffer size to be modified.  Increases buffer size during
initial start up, then decreases size.

r=rayw
2000-09-08 01:51:45 +00:00
mscott%netscape.com da8a396757 Bug #43556 --> remove obsolete reference to old class id for the mime service. use the new one.
r=valeski
2000-09-08 00:24:13 +00:00
radha%netscape.com 98ded18f57 Fix for bug # 43871. Pref to disable/enable autocomplete. r=ducarroz. 2000-09-07 21:19:36 +00:00
kin%netscape.com 36be9bd825 Fix for bug #50927: UMR and FMM: nsJARChannel::GetContentType().
Added check for NULL mJAREntry and we now free filename with 'delete'.
r=warren@netscape.com
2000-09-07 19:31:10 +00:00
morse%netscape.com f1b7944434 bug 51338, cookie nag box not modal, r=mstoltz 2000-09-07 07:00:36 +00:00
tor%cs.brown.edu 0e8ec0a86f Output console warning if chrome images are abusing alpha (8-bit
channel to represent binary alpha or fully opaque 1-bit alpha).
r=bryner, a=brendan.
2000-09-06 04:42:38 +00:00
pnunn%netscape.com 00b9ebd001 bug#50778: not a fix, but ifdef code to switch "pin chrome" on&off. 2000-09-06 00:23:46 +00:00
cata%netscape.com ea67db35c1 Fix for bug #47341 r=ftang a=ftang. 2000-09-05 23:54:59 +00:00
mcafee%netscape.com 65ebab34f8 Removing unused pref (51246). r=pavlov 2000-09-05 23:03:39 +00:00
rpallath%eng.sun.com 7cd64f256c Reviewed by Ed Burns
Added MOZ_DEBUG flags and include stmts. to copy dll's to bin/components
dir.
2000-09-05 20:58:42 +00:00
rpallath%eng.sun.com e59cd26532 Reviewed by Ed Burns
Check for OS type and accordingly reflect  mozilla executable name
2000-09-05 20:57:20 +00:00
edburns%acm.org 7b7a548b33 This was tested on win32, and is known to build on win32 and solaris.
Right now, nsIPluginManager::PostURL() has parameters for
postHeadersLength and postHeaders.  However, nothing is being done with
these parameters.  This bug fix utilizes these params for their intended
purpose: to allow the plugin the ability to add HTTP headers to a POST
data stream.

Important assumptions made by this fix:

* postHeadersLength is the correct length for postHeaders.

* postHeaders is a buffer of headers in the form

  "HeaderName: HeaderValue\r\n"

  each header, including the last, MUST be followed by "\r\n".

To affect this fix I had to modify the following files:

M docshell/base/nsDocShell.cpp
M docshell/base/nsDocShell.h
M docshell/base/nsWebShell.cpp
M modules/plugin/nglsrc/nsPluginViewer.cpp
M docshell/base/nsWebShell.h
M layout/html/base/src/nsObjectFrame.cpp
M modules/plugin/nglsrc/nsIPluginInstanceOwner.h
M modules/plugin/nglsrc/nsPluginHostImpl.cpp
M modules/plugin/nglsrc/nsPluginInstancePeer.cpp
M webshell/public/nsILinkHandler.h

Basically, it involved clearing a path so the headers arguments can make
it down to nsIPluginInstanceOwner::GetURL()'s implementation in
nsObjectFrame.cpp, where an nsIInputStream is made of the headers.
2000-09-05 19:03:56 +00:00
tor%cs.brown.edu 9f651557de Bug 46700 - use 1-bit alpha if tRNS chunk indicates binary alpha.
r=newt@pobox.com, a=brendan@mozilla.org.
2000-09-05 18:47:43 +00:00
dbaron%fas.harvard.edu 5223a1ca85 Fixing scc's typo to fix harpoon orange, etc. r=scc 2000-09-04 01:19:36 +00:00
scc%mozilla.org f6d47de19d we think the fix is in to support the original form, so back to the original form we go 2000-09-04 00:50:50 +00:00
scc%mozilla.org f2613bcbda and here we are, back to square one. 2000-09-03 08:25:02 +00:00
scc%mozilla.org 14f013552f fix speedracer bustage 2000-09-03 05:54:31 +00:00
scc%mozilla.org d63f64752f I'll try anything, now 2000-09-03 03:25:42 +00:00
scc%mozilla.org a770ac13fe OK, nothing has worked yet. It's time to roll out the big guns: |NS_READABLE_CAST| 2000-09-03 02:50:18 +00:00
scc%mozilla.org cc24b084a0 hack to fix pravda and speedracer bustage 2000-09-03 01:38:38 +00:00
scc%mozilla.org 738a6d45df hack to fix pravda bustage 2000-09-03 00:25:42 +00:00
akkana%netscape.com d53a542055 50935: make multiline paste into single line text control switchable. r=mjudge 2000-09-01 21:12:43 +00:00
jst%netscape.com 1c4cdd1bcf Fixing assertion on startup. r=vidur 2000-09-01 19:07:15 +00:00
pnunn%netscape.com c510f6a7b7 bug#13718: add hooks for natural dimensions of image. pnunn. r:cmanske, kmmcclusk 2000-09-01 01:13:28 +00:00
pnunn%netscape.com 51b4f2d8ac bug#50614: leak fix. pnunn. r:bruce 2000-09-01 01:09:30 +00:00
brendan%mozilla.org fee5220228 Use lazy JS class init to save memory and cycles; also expand tabs per Emacs modeline (46703, r=blizzard@mozilla.org). 2000-08-31 02:59:59 +00:00
jst%netscape.com ef147e7941 Fixing nsbeta3+ bug 48213 and most of bug 48161. Finally removing the temporary DOM Level 2 debugging code, cleaning out some unused code and making getAttribute and setAttribute on HTML elemensts case insensitive. r=vidur@netscape.com, waterson@netscape.com 2000-08-31 00:36:31 +00:00
slamm%netscape.com c8726b8fa8 Sidebar customize dialog: More panels link (47585). r=mcafee 2000-08-30 23:41:17 +00:00
cls%seawood.org aeb8453bcb Build fixes for BeOS. Thanks to Dan Moore <pergamon@68k.org> for the patch. 2000-08-30 07:21:31 +00:00
racham%netscape.com 0c473184e1 Fixing bug 6464. Moving Users50 and registry location on windows to Application Data folder. r=dveditz, ccarlen 2000-08-29 23:44:53 +00:00
cata%netscape.com 5f83fafd9f Fix for bug #38645 a=ftang, r=nhotta. 2000-08-29 23:22:09 +00:00
matt%netscape.com a6cac1f9e9 adding default search pref
http://bugzilla.mozilla.org/show_bug.cgi?id=44036
r=mcafee
2000-08-29 00:30:10 +00:00
vidur%netscape.com b96c318a90 Fix for bug 43902. The DOM glue now streamlines the Get/SetProperty methods for the window class. Window.location and title and document.title are now part of the idlc interfaces, rather than special-cased. r=jst@netscape.com 2000-08-29 00:14:23 +00:00
pnunn%netscape.com 5bbcadc3cb bug#48546: animation loop load attributes. pnunn 2000-08-28 23:44:29 +00:00
pnunn%netscape.com def2acba8d bug#48546: animation loop load atttributes. pnunn 2000-08-28 23:43:10 +00:00
pnunn%netscape.com 37bb0ffaad bug#46704: chkin for syd. r: pnunn. keep single frame chrome in imgcache. 2000-08-26 18:18:25 +00:00
pnunn%netscape.com 278ee63213 bug#46704: chkin for syd. r:pnunn. keep single frame chrome in imgcache. 2000-08-26 18:17:25 +00:00
pnunn%netscape.com 2a77f95f74 bug#46704: chkin for syd. r:pnunn. Keep single frame chrome in imgcache. 2000-08-26 18:16:02 +00:00
locka%iol.ie c52f68cce4 API changes for embedding. b=46847, r=dougt, a=valeski 2000-08-25 18:39:46 +00:00
sgehani%netscape.com a81899ffad Rename libzlib -> libz complying with standard zlib naming convention.
[nsbeta3+ b=49735; r=sobotka@axess.com]
2000-08-25 08:32:19 +00:00
bryner%uiuc.edu 0a64727e66 Turning off ctrl+mousewheel text zooming by default. It's not properly
synced up with the text size menu, and feedback seems to indicate that
it's extraneous and/or prone to accidental firing.  I would like to rework
this at some point, but getting it off the beta3+ radar for now.  Bug
45647.
2000-08-25 05:59:11 +00:00
dprice%netscape.com 18364db391 Making the protocol handler threadsafe for win2K happiness 2000-08-25 04:56:01 +00:00
warren%netscape.com fa2f7199a1 Changed to not add to load group on OpenInputStream 2000-08-24 22:35:46 +00:00
edburns%acm.org 052e7d108d bug=36212
a=waterson,av
r=av,waterson

Here is what I believe to be the correct fix.
This post correspondes to the fix,
second iteration attachments.
M modules/plugin/nglsrc/nsIPluginInstanceOwner.h
M modules/plugin/nglsrc/nsPluginHostImpl.cpp
M modules/plugin/nglsrc/nsPluginInstancePeer.cpp
M modules/plugin/nglsrc/nsPluginViewer.cpp
M layout/html/base/src/nsObjectFrame.cpp

This checkin modifies nsIPluginInstanceOwner::GetURL
to have a length parameter for the post data.
2000-08-24 19:49:08 +00:00
warren%netscape.com dd2e533ab7 Added zip cache hit rate stats. 2000-08-24 07:38:41 +00:00
warren%netscape.com 56182d144d Fixing up GetOwner method to not crash on startup. 2000-08-24 07:36:53 +00:00
saari%netscape.com 622b324e16 fix for 46938, make sure full content area plugins can still get key events once you've clicked on them 2000-08-24 05:04:06 +00:00
sgehani%netscape.com 55c32a6315 Make libjar work with Phil Katz zip archives created with Sun's 'jar' tool. (aka honor bit 3 of the general purpose bit flag in local headers when searching forthe central directory offset.)
[r=ssu,dbragg; nsbeta3+ b=20512]
2000-08-24 00:48:34 +00:00
akkana%netscape.com d813b07826 49401: alt key shouldn't focus menubar unless ui.key.menuAccessKeyFocuses
(default true on windows, false elsewhere) is true.
  r=dean_tessman@hotmail.com
2000-08-24 00:05:40 +00:00
mkaply%us.ibm.com a91099a730 OS/2 Tinderbox break
PR_CALLBACK
2000-08-23 20:39:17 +00:00
jst%netscape.com b3a4ade60d DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
dprice%netscape.com 6ad5e8ece3 fixing the zipcache R=warren 2000-08-23 03:18:53 +00:00
dprice%netscape.com 2e380b4e4b fixing 49250
computing certificate principal as needed
2000-08-23 03:17:42 +00:00
hyatt%netscape.com ea4b4ddf3c Fix for 49431. r=ben 2000-08-23 00:53:04 +00:00
mccabe%netscape.com 46999efb70 Further tweak to 39933.
Add a comment mentioning the possible need to implement nsISecurityCheckedComponent.
2000-08-23 00:24:07 +00:00
mccabe%netscape.com b5f3cf8332 Fix to 39933.
Make the sample plugin implement nsIScriptablePlugin, and update sample .html file with an (unused!) JavaScript evaluator for poking at the plugin.

r=jst
a=ekrock
2000-08-23 00:20:24 +00:00
pnunn%netscape.com 86a97d0255 bug#49149, 48797, 47098: fix leak in gif colormap (local and global). 2000-08-22 23:32:31 +00:00
warren%netscape.com 408294475d Removed reference to nsIBaseStream 2000-08-22 09:50:45 +00:00
warren%netscape.com 1c8511e78c Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
ccarlen%netscape.com 1e054fc1df Convert use of nsIFileLocator to nsIDirectoryService r=alecf 2000-08-22 00:41:16 +00:00
ftang%netscape.com 6278bad66c fix bug 48231. Thanks Eungkyu Song <eungkyu@bawi.org> for the patch.
r=ftang
2000-08-21 23:34:23 +00:00
av%netscape.com 2f012538bc 49515, fixing incorrect handling nsPluginInfo struct which prevented
Mac plugins from working, patch by beard, r=av
2000-08-21 21:31:28 +00:00
warren%netscape.com 64a99efec0 Bug 46864 - Embedding needs a name attribute on nsIRequest. 2000-08-21 08:23:54 +00:00
dbaron%fas.harvard.edu d15a58616a Back out makefile changes since they are causing problems for some people. Go back to copying source files around. 2000-08-20 01:14:26 +00:00
sgehani%netscape.com 8ad69de2ab Build standalone libjar only on Linux. (Installer only exists on Linux for
now.)
[r=syd]
2000-08-19 23:32:24 +00:00
scc%mozilla.org 8b37e3ee88 fixing code that relied on implicit string construction 2000-08-19 21:44:26 +00:00
dbaron%fas.harvard.edu 6a657f7eaa Remove no-longer-copied files from .cvsignore 2000-08-19 21:42:35 +00:00
dbaron%fas.harvard.edu 5e282caeb7 Avoid copying source files to compile them. r=bryner 2000-08-19 21:24:49 +00:00
sgehani%netscape.com debf368ef0 Remove 'unzip' dependency from Linux installer.
[nsbeta3+ b=48109; r=ssu]
2000-08-19 18:50:10 +00:00
beard%netscape.com 17ab38c4bf bug 39050, fixing usage of va_arg to use proper type promotion 2000-08-19 17:59:02 +00:00
cltbld%netscape.com 48ae55d5fa Need to declare nsIFile to make WS 5.0 happy -cls 2000-08-19 05:44:34 +00:00
dbaron%fas.harvard.edu 250e8cee14 Changing C++ comments to C comments. Please do not put C++ comments in C files, since it breaks some compilers. r=jst 2000-08-19 03:56:25 +00:00
tor%cs.brown.edu 0beccc479a Update to libpng-1.0.8. a=brendan,waterson 2000-08-19 02:06:43 +00:00
sgehani%netscape.com 8d15a7a463 Backing out changes. 2000-08-19 00:21:04 +00:00
sgehani%netscape.com 50f7099807 Updating headser to ignore copied over from parent directory. 2000-08-18 23:42:38 +00:00
sgehani%netscape.com 32a4823a35 This is the *real* fix for the Linux bustage. Sorry about this loss of time.
Had to do with MOZ_NATIVE_ZLIB not being defined on my system (differs from
the tbox builds I guess).
2000-08-18 23:41:15 +00:00
sgehani%netscape.com 3254d890b2 Attempting to contain bustage again. 2000-08-18 23:22:11 +00:00
sgehani%netscape.com 96825ca016 Fix build bustage... maybe :) 2000-08-18 22:48:20 +00:00
jtaylor%netscape.com 0a3455c495 Additional safeguard for bug #45877. r=alecf. 2000-08-18 22:32:05 +00:00
sgehani%netscape.com d00adf51ef Building standalone libjar for installer use.
[nsbeta3+ b=48109; r=ssu]
2000-08-18 22:09:26 +00:00
sgehani%netscape.com 415a4fab27 Building standalone zlib for installer use.
[nsbeta3+ b=48109; r=ssu]
2000-08-18 22:08:22 +00:00
av%netscape.com dd2400a171 Addressing #48856, added argument null-check before passing it to nsCStringKey::nsCStringKey()
patch by warren, r=av
2000-08-18 21:53:03 +00:00
tor%cs.brown.edu 2bc1c2be2f Turn on JNG (encapsulated JPEG) images by registering image/x-jng.
r=shaver,pnunn a=brendan
2000-08-18 19:16:41 +00:00
ftang%netscape.com 600d7b5dfb *** empty log message *** 2000-08-18 00:47:03 +00:00
av%netscape.com 0bab6b1fdb Part of 46490 fix, r=adamlock 2000-08-17 19:26:15 +00:00
jst%netscape.com dfed219805 Fixing nsbeta3+ bug 43327. Make window.history act like an array to be compatible with 4.x, and add proper security checks for DOM array access. r=mstoltz@netscape.com 2000-08-17 05:56:44 +00:00
mcafee%netscape.com 04c8a710e9 Fix build warning, trailing slash looks run-on comment to the egcs compiler. 2000-08-17 01:53:59 +00:00
dbaron%fas.harvard.edu 0947a62945 Attempt to fix Sun/HP/AIX bustage. r=cls 2000-08-17 00:15:50 +00:00
akkana%netscape.com 5b58ac4fc2 23587: Make accelerator and menu access keys settable through a pref. r=saari 2000-08-17 00:09:16 +00:00
racham%netscape.com 0c4d1d1de5 Fixing bug 46320. Reducing the number of global files by moving profile registry to product sub-directory under HOME. r=dougt 2000-08-16 22:40:27 +00:00
waterson%netscape.com 29ed22d218 Backing out pnunn/syd's changes in order to try to get smoketests back. r=pnunn 2000-08-16 03:16:46 +00:00
pnunn%netscape.com 071a6291d3 bug#46704: chrome priority in imgcache. syd, r:pnunn. 2000-08-16 01:20:39 +00:00
pnunn%netscape.com 3354247eaa bug#46704: chrome priority in image cache. syd, r:pnunn. 2000-08-16 01:19:44 +00:00
jgaunt%netscape.com 256a676860 r=jdunn@netscape.com r=edburns@acm.org r=cls@netscape.com
a=leaf@netscape.com a=drapeau@eng.sun.com
bug=#43090
fix for hpux java plugin, generalized through configure.in for anyone.
2000-08-14 23:32:14 +00:00
jeff.dyer%compilercompany.com 7475962de3 Bug#34746,34853,40077: Implementation for new method for checking permission to run java. 2000-08-13 14:05:18 +00:00
jeff.dyer%compilercompany.com 2cbba46c80 Bug#16438: Wire up use of new unwrap api. 2000-08-13 14:04:32 +00:00
jeff.dyer%compilercompany.com e9ecd91862 Bug#16438: New method for unwrapping wrapped java objects for liveconnect. 2000-08-13 14:02:53 +00:00
jeff.dyer%compilercompany.com 1c4fcc047e Bug#34746,34853,40077: New method for checking permission to run java. 2000-08-13 14:01:23 +00:00
conrad%ingress.com 008b9ba5fb Changed from using strings for nsIDirectoryService props to using macro names defined in nsDirectoryServiceDefs.h r=valeski 2000-08-11 20:31:57 +00:00
mcafee%netscape.com 23bfcd1b52 More double-space lossage, whitespace change only. 2000-08-10 08:16:40 +00:00
morse%netscape.com 64b0264006 fix bug 48241, crash when visiting url 2000-08-10 06:34:24 +00:00
warren%netscape.com 4af572e4c1 Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson 2000-08-10 06:19:37 +00:00
conrad%ingress.com ab1c8173ed Fixed double line feed problem. 2000-08-10 06:06:02 +00:00
valeski%netscape.com d50faae952 fixing windows hatred of goto inits 2000-08-10 05:23:05 +00:00
mcafee%netscape.com 27646fda65 Fixing unix bustage. 2000-08-10 05:14:54 +00:00
conrad%ingress.com e9738e5a4e Changed strings to use macros Fixed FindWinFolder which was not doing anything. 2000-08-10 04:39:30 +00:00
conrad%ingress.com 0767639b48 Export of defs header file. r=valeski 2000-08-10 04:11:15 +00:00
conrad%ingress.com 4bd4881f90 First checkin. r=valeski 2000-08-10 04:03:52 +00:00
conrad%ingress.com 583502a9f2 First checkin. 2000-08-10 04:02:25 +00:00
mozilla.BenB%bucksch.org 266bdf9f89 47851: Remove unused pref. r=putterman, a=waterson 2000-08-09 09:45:52 +00:00
jst%netscape.com a02b7537e4 Turning on new DOM Level 2 behavior by default. (bug 48161). a=nisheeth@netscape.com, r=pollmann@netscape.com. 2000-08-09 05:31:28 +00:00
cata%netscape.com 11aee96489 Fix for bug #28104. r=nhotta, a=ftang. 2000-08-08 22:45:36 +00:00
ducarroz%netscape.com 35a0d44283 Better fix for Mac Commercial bustage of yesterday. Add xpcompat.h to the manifest file. R=sfraser 2000-08-08 22:15:08 +00:00
waterson%netscape.com 38119173a4 fucking mac 2000-08-08 04:23:43 +00:00
tor%cs.brown.edu 77c65fc2dd Landing libmng 0.9.2+. a=waterson 2000-08-08 03:58:05 +00:00
tor%cs.brown.edu 72180dd905 Bustage fix - add xpcompat.h to the export list. 2000-08-07 23:10:48 +00:00
pchen%netscape.com 46a8b70b4a Checkin for pnunn on Mac, remove dllcompat.cpp from projects 2000-08-07 22:59:02 +00:00
pnunn%netscape.com cea541b4d0 bug#41040: cruft removal. 2000-08-07 22:16:30 +00:00
av%netscape.com 53c56d8ae9 Fixing 39534, patch by sean, r=av 2000-08-07 22:10:07 +00:00
av%netscape.com d2ad978324 Fixing 47360, patch by sean@beatnik.com, r=av 2000-08-07 21:51:19 +00:00
bryner%uiuc.edu 62d9a6b977 Removing more obsolete libpref stuff. Not part of build. r=alecf. 2000-08-07 07:31:48 +00:00
dougt%netscape.com b08dbf13aa DEBUGGING information for bug 46737. 2000-08-06 19:21:09 +00:00
syd%netscape.com 8cdefddf45 Add a couple of prlog messages. r=pavlov. 2000-08-05 00:59:08 +00:00
bienvenu%netscape.com bfd9a252a2 fix 47445 restore default pref for threading by subject without re 2000-08-03 14:15:27 +00:00
cls%seawood.org 6abb2bbf8d Oops. Did a lxr search on the wrong thing. Change -DB1M to -DB_ONE_M since WS5.0 appears to not handle the former properly in all cases. 2000-08-03 06:07:33 +00:00
cls%seawood.org 5d7c80a5c6 Removing unused define that appeared to be causing WS5.0 to occassionaly complain about the use of -D without an argument. 2000-08-03 05:34:19 +00:00
mkaply%us.ibm.com adf11b5185 r=mkaply, a=brendan
Tinderbox break - Should have been info.fExtensionArray
2000-08-03 02:20:17 +00:00
av%netscape.com 55668cdaa8 Fixing Unix redness 2000-08-02 23:36:30 +00:00
av%netscape.com 41b6b4a293 Fixing 45895, r=waterson 2000-08-02 23:01:35 +00:00
cata%netscape.com 8025735b84 Fix for bug #28112 cache not persistent in charset menu, r=nhotta, a=ftang. 2000-08-02 21:54:18 +00:00
av%netscape.com 97a8264f9a Fixing 46573, r=serge 2000-08-02 21:35:45 +00:00
bryner%uiuc.edu a266d353ea Removing unused directory/files. No effect on build. r=alecf. 2000-08-02 00:46:14 +00:00
dimator%netscape.com 27ea675220 Fix for 43236. Removing "Double-clicking a message always opens a new window..." item from the pref dialog. r=putterman 2000-08-01 23:25:59 +00:00
bryner%uiuc.edu c12709481e Removing obsolete files. Not part of the build. r=alecf. 2000-07-31 21:08:23 +00:00
alecf%netscape.com e9bdb8231f oops, back out this printf, didn't mean for it to go in 2000-07-31 20:58:08 +00:00
alecf%netscape.com aa320e6e81 fix for #46379 by dougt@netscape.com, r=alecf
fix some leaked interface pointers in nsPref
2000-07-31 20:56:54 +00:00
alecf%netscape.com 34190c1f3d #36965: make prefs use nsIFile - first part is to add APIs that will eventually replace GetFilePref
r=conrad@ingress.com
2000-07-31 20:27:22 +00:00
neeti%netscape.com 1c43a6d631 fix for bug 40084, [CRASH] Crash in disk cache code, backed out changes made on 7/27, put new fix 2000-07-29 02:30:30 +00:00
mozilla.BenB%bucksch.org 822ab4ff4d 44439: Support headers (3 modes), <dd>/<dt>, <q>, <code>, <th>.
Improved <img>, </blockquote>.
Improved "unknown" block and (some) inline tags.
Pref for structured phrases.
r=akk, a=waterson
2000-07-28 23:18:12 +00:00
warren%netscape.com 90cab5d9b3 Making addref/release threadsafe 2000-07-28 06:49:01 +00:00
cls%seawood.org fc642a3c26 The ports tinderboxes were inconveniently down so this bustage was hidden for the past week. Bug #45698 2000-07-28 05:43:24 +00:00
pnunn%netscape.com 1001398698 bug#22754: fix, nsbeta3. pnunn. r:gagan 2000-07-27 23:37:00 +00:00
granrose%netscape.com f6c0f6c7a5 changing milestone from M17 to M18 for useragent and about page. 2000-07-27 20:57:43 +00:00
neeti%netscape.com c3e135d664 fix for bug 40084 - [CRASH] Crash in disk cache code, r/a=gagan 2000-07-27 14:28:48 +00:00
brade%netscape.com d004c149a2 fix prefs (bug #42212) 2000-07-27 14:10:11 +00:00
mstoltz%netscape.com 036e016572 bug 42678. Disabling JS in mailnews by default; it can be reactivated from prefs. Lots of people asked for this. a=brendan, r=rginda. 2000-07-27 00:47:23 +00:00
bryner%uiuc.edu 36004b4b6f Bug 46379, r=alecf. 2000-07-26 22:52:32 +00:00
cls%seawood.org 684d85ec07 Bringing BeOS up to speed 2000-07-26 06:22:37 +00:00
mstoltz%netscape.com 86eadd802e Fixing 40159, nasty infinite recursion on startup. r&a=beard 2000-07-26 04:53:01 +00:00
morse%netscape.com e07330c2b2 fix bugs 45096 and 42434, host wallet interview and samples on netcenter for commercial product 2000-07-26 02:55:39 +00:00
warren%netscape.com 7ac7233df8 Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
mozilla.BenB%bucksch.org 2f7e0781e7 44446: Remove HTML->HTML recognition of structured phrases from Prefs UI and disable by default. 2000-07-22 07:37:20 +00:00
waterson%netscape.com 6515fa971b Brownian hacking to fix build bustage. 2000-07-22 03:17:55 +00:00
waterson%netscape.com 2f42fcfc0a Bug 45698. Land PLUGIN_LOVE_2000_07_17_BRANCH. r=av 2000-07-22 02:11:04 +00:00
waterson%netscape.com 33a4fcb5e5 Bug 45698. Fix Win32 build bustage. Checked in from wrong machine. 2000-07-22 01:58:55 +00:00
waterson%netscape.com e2d532289a Bug 45698. Land PLUGIN_LOVE_2000_07_17_BRANCH: implement XPCOM plugins. r=av 2000-07-22 01:34:13 +00:00
edburns%acm.org 45e10cfc16 bug=23157
r=av
a=waterson

Don't use hard coded 2000.  Instead use sizeof(path).
2000-07-22 00:48:26 +00:00
edburns%acm.org 13086b6b6c bug=23157
ra=av
This fix makes it so the plugins directory is correctly located
in the embedding case.
2000-07-21 00:27:36 +00:00
edburns%acm.org cf213a0785 bug=43280
a=av
r=av

Add a "don't show this dialog again" feature to the
"No Default Plugin Dialog".  In addition, don't display the dialog
more than once per mime-type per session.
2000-07-20 22:53:32 +00:00
ftang%netscape.com d4bb6b1c16 more fix for 39790 which we forget. change intl.charset.default to navigator.properties
r=nhotta/cata
2000-07-20 21:09:11 +00:00
edburns%acm.org e954af0f07 bug=16677
a=av
r=stanley.ho

This fix causes nsPluginHostImpl::FindProxyForURL to honor
the "no proxies for" list.
2000-07-20 19:09:50 +00:00
mkaply%us.ibm.com e811719993 #45973
r=dougt, a=brendan
OS/2 specific changes for nsAppFileLocationProvider.cpp
2000-07-20 18:55:28 +00:00
pnunn%netscape.com 31c3fa63dd fix for bug#30852.(nsbeta2+). Image reloads not using necko reload attributes. pnunn.
rev:neeti; and tested on win/mac/linux.
2000-07-20 01:52:35 +00:00
waterson%netscape.com cc1afd9ac5 Bug 37622. The rest of the patch that I somehow missed the first time around. r=blizzard,pavlov 2000-07-20 01:40:54 +00:00
edburns%acm.org 090de849b6 a=av
r=av
bug=38848

This bug enables nsIPluginHostImpl::GetValue(nsPluginManagerVariable_XDisplay)
to function correctly.

Thanks to Chris Waterson.

This has been built on win32 and solaris.
2000-07-20 01:16:52 +00:00
mstoltz%netscape.com 3706de2b9a fix for 42387, r=dveditz 2000-07-20 01:16:15 +00:00
mstoltz%netscape.com 338de7a56a Fix for 42387. r=dveditz 2000-07-20 01:15:09 +00:00
waterson%netscape.com e648acbf94 Bug 37622. Hackery to get <embed hidden='true'> to work. Check hidden attribute; if set, size to (0, 0) and don't create a widget. r=pavlov,blizzard. 2000-07-19 23:46:43 +00:00
waterson%netscape.com 85ec88b2ee Remove debugging cruft I left in. 2000-07-19 23:24:35 +00:00
conrad%ingress.com ca4afc42f6 - Not yet part of build - Changed name of Debug target 2000-07-19 22:43:50 +00:00
ftang%netscape.com 40a4dc0ae8 fix 39790 . r=tao,nhotta move send_default_charset , view_default_charset to property 2000-07-19 22:39:37 +00:00
mcafee%netscape.com bda29f7475 Ignore generated files. 2000-07-19 22:13:17 +00:00
dougt%netscape.com b4bfe15321 Damnit., missed this file. 2000-07-19 22:10:49 +00:00
conrad%ingress.com 8db216ddd8 Not part of build! Added some <includes> needed on Mac 2000-07-19 21:47:08 +00:00
conrad%ingress.com 133305e862 Removed shared lib targets - Not yet part of build 2000-07-19 21:45:42 +00:00
waterson%netscape.com 4e1e8fbfc0 Bug 37522. Implement ns4xPlugin::GetMIMEDescription() and ns4xPlugin::GetValue(); alter nsPluginsDirUNIX to use these routines (instead of directly calling the NP_* routine) while grovelling through 4.x plugins. r=av 2000-07-19 21:43:46 +00:00
dougt%netscape.com 84a45a461c Adding UNIX makefiles.
making compile on unix

(NOT PART OF BUILD)
2000-07-19 21:20:35 +00:00
dougt%netscape.com 61b0bcc37e Fixing line feeds.
Adding makefiles for windows.
Making compile on windows.


(not part of build!)
2000-07-19 19:58:35 +00:00
ftang%netscape.com 9c8d0c0c79 add one space to add check in comment for last check in
fix bug 49790. r=tao move intl.charetmenu.* pref to property file
2000-07-19 06:30:52 +00:00
ftang%netscape.com b7e7614000 *** empty log message *** 2000-07-19 06:24:47 +00:00
Jerry.Kirk%Nexwarecorp.com 2f073b86f7 This test relies on GTK libraries and header files, it is not
buildable on other non-GTK unix builds, like Photon. This change to
the Makefile makes sure this test is only built if GTK is enabled.
r=cls
2000-07-17 13:06:50 +00:00
conrad%ingress.com ff4d19f40e First checkin - Not yet part of build. 2000-07-16 14:20:33 +00:00
conrad%ingress.com 6f9845284d First checkin - Not yet part of build 2000-07-16 14:18:11 +00:00
mcafee%netscape.com 61bd041cdc Ignore generated files. 2000-07-15 15:50:33 +00:00
ruslan%netscape.com 47cbbb5ceb Fix 45398, a=valeski, r=gagan 2000-07-14 23:01:53 +00:00
tao%netscape.com c02197f801 39790 : [L12y] Move all localizable prefs into chrome://.r=morse. 2000-07-13 23:46:53 +00:00
chuang%netscape.com 13bae7632b Bug 45282 No Address Book in today's Linux build. r=alecf 2000-07-13 21:07:01 +00:00
jst%netscape.com a6b72fdee6 Fixing nsbeta2+ bug 44022. Loading javascript: URL's from a plugin wasn't always working. r=vidur@netscape.com 2000-07-13 02:44:14 +00:00
pnunn%netscape.com d6bafb8d3b fix for bug#40785, #40767: added new state so gif load can be aborted without
an error. pnunn   rev:kin@netscape.com
2000-07-12 23:27:54 +00:00
mstoltz%netscape.com 4d0c283076 Fixing 40159 and 44822, both [nsbeta2+] regressions on signed scripts. r=sgehani 2000-07-12 03:10:33 +00:00
pavlov%netscape.com c6d1f933d2 4.x unix plugin changes for bug 37477 r=pollmann, av 2000-07-11 21:44:39 +00:00
chuang%netscape.com de41e1f912 Bug 33980 'Collected Addresses' being corrupted when saved to prefs.js, r=alecf 2000-07-11 20:18:38 +00:00
bnesse%netscape.com 26c545be86 Moved code which was initalizing the memory allocation service from the constructor into the CreatePlugin function because it wasn't being called early enough for some plugins. Need to proceed on Bug 19931. r=av. 2000-07-11 20:08:05 +00:00
av%netscape.com 8d945307a0 #22954, fixing Mac glitch, r=brade 2000-07-10 23:54:31 +00:00
cls%seawood.org 23f033451f Explicitly include nspr header when needed 2000-07-10 08:40:05 +00:00
cls%seawood.org 4da6e64bad Explicitly include xp_mem.h since it is needed 2000-07-10 07:42:53 +00:00
cls%seawood.org 062c8bd937 Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061 2000-07-10 07:13:31 +00:00
av%netscape.com 902b10802f #22954, adding unix and mac flavors, r=pierre 2000-07-09 22:26:44 +00:00
cls%seawood.org 0eabd8aa50 The unix builds will use a generated build_number (rather than the checked in version) that will forcibly be 000000000 unless MOZILLA_OFFICIAL is set. Bug #26798
Chrome files that need the build date set for MOZILLA_OFFICIAL builds will no longer be modified in the source tree.  The source tree copies will be used as a template for a generated version.  Bug #29597
2000-07-08 09:36:01 +00:00
tor%cs.brown.edu 4e554bb7e3 Remove unneeded AC_DEFINE, clean up warnings, and take out debug printfs. 2000-07-08 03:39:21 +00:00
brendan%mozilla.org a1f6317f1a Patch around bad in-place modification of .../build/build_number, and consequent removal of it by distclean, which leaves one with a build that breaks here. This patch cures the broken build, but results in at least four modified source files: build_number, nsBuildID.h, and two related files under xpfe (r=cls@seawood.org). 2000-07-08 02:39:40 +00:00
tor%cs.brown.edu e9aa28bc6f Turning on MNG decoder by default on all platforms.
configure.in change r=cls.  a=pnunn,brendan.
2000-07-07 21:52:23 +00:00
av%netscape.com c4b87d3b6b Addressing 22954, r=mscott 2000-07-07 00:10:54 +00:00
nhotta%netscape.com 35e3693a77 Added force_charset_override, bug 43101, r=mscott. 2000-07-06 23:25:40 +00:00
av%netscape.com 1bcccc0e7d Addressing 22954, removed tag info query for full page plugins, r=edburns@acm.org 2000-07-06 21:44:38 +00:00
dougt%netscape.com 15eac757a8 44046
r=dveditz@netscape.com
pdt+
2000-07-06 06:58:28 +00:00
dougt%netscape.com 91346aa064 44046
r=dveditz@netscape.com
pdt+
2000-07-06 02:05:51 +00:00
av%netscape.com bb2018010c #43500, making the default plugin part of the build on Windows, r=pollmann 2000-07-05 22:51:34 +00:00
mkaply%us.ibm.com 7286817bc7 #40177
r = cls, a = brendan
OS/2 bringup - Changes so we can build mng
2000-07-05 21:28:07 +00:00
tor%cs.brown.edu 3d8dddab6a Build MNG decoder when MOZ_MNG is set. r=roc+@cs.cmu.edu, a=brendan@mozilla.org 2000-07-05 19:54:33 +00:00
tor%cs.brown.edu e0dd0ccfd2 Update libmng snapshot. Not in default build. 2000-07-05 19:32:22 +00:00
mstoltz%netscape.com 0b9feb28b2 DOM properties default to same origin access only. Bug 28443. r=rginda 2000-07-05 19:08:20 +00:00
cls%seawood.org 33938e6100 Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
jab%atdot.org 97cbd61317 a=brendan@mozilla.org
Bug #16103
Support for SOCKS proxies in HTTP, HTTPS, and FTP protocols.
Also includes the prefs configuration and UI bits.
2000-07-01 10:25:25 +00:00
tor%cs.brown.edu 8b73bdd7cc Update libmng snapshot. Not in default build. 2000-06-30 23:41:12 +00:00
edburns%acm.org 8c52636253 a=av
bug=23775
This is the last bit of the checkin that George Drapeau started
for bug 23775.  He didn't finish due to conflicts with this file
and, being the good engineer that he is, he waited for the author
to return from vacation.

George said I could check this in under the same approval for
the rest of 23775.
2000-06-30 17:31:02 +00:00
cls%seawood.org e1e6c5760f Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
av%netscape.com 8d15a42214 Addressing 22954, patch by amusil, r=av 2000-06-29 21:48:09 +00:00
av%netscape.com 3265fb1e47 Addressing 22954, patch by amusil, r=av 2000-06-29 21:42:13 +00:00
tor%cs.brown.edu e60e68a996 Update libmng snapshot. Not in default build. 2000-06-29 21:40:43 +00:00
tor%cs.brown.edu 57dfa72eda Fix test for 32bit type. Not in default build. 2000-06-29 13:48:01 +00:00
tor%cs.brown.edu 2297723b8f Off by one error in refresh(). Not in default build. 2000-06-29 12:40:42 +00:00
tor%cs.brown.edu 1a6619795c Update libmng snapshot. Not in default build. 2000-06-29 12:32:04 +00:00
Peter.VanderBeken%pandora.be c219b2de94 Adding Mac projects for MNG. Not part of the build. 2000-06-28 23:04:06 +00:00
tor%cs.brown.edu 1e807dcdbd Update libmng snapshot. Not in default build. 2000-06-27 23:22:13 +00:00
tao%netscape.com 94465539c5 39790: [L12y] Move all localizable prefs into chrome://.r=alecf. 2000-06-27 22:13:23 +00:00
tor%cs.brown.edu 60a17401f7 Update libmng snapshot. Not in default build. 2000-06-27 14:40:32 +00:00
av%netscape.com 882ef7188a Not part of the build yet. Default plugin. 2000-06-26 22:30:38 +00:00
tor%cs.brown.edu 02daff9e97 Dangling symbol reference was causing problems with Tru64 and MacOS.
Not in default build.
2000-06-24 03:54:35 +00:00
mcafee%netscape.com 2661679d41 Removing unused 4.x prefs (39812). r=pavlov 2000-06-24 03:32:40 +00:00
mcafee%netscape.com 9a0fc26f67 file is dead, removing. r=pavlov 2000-06-24 03:20:39 +00:00
tor%cs.brown.edu e99e0cd763 Update libmng snapshot. Not in default build. 2000-06-23 22:59:51 +00:00
mkaply%us.ibm.com 01d129c212 r = pchen, a = pchen
EROFS is not defined in VisualAge so it breaks our Tinderbox
2000-06-23 20:13:04 +00:00
mscott%netscape.com 4d2e246f3a Bug #30157 --> add "network.protocols.useSystemDefaults" preference which is currently FALSE.
if set to TRUE, then link clicks will be dispatched to OS specified default protocol
handlers.
r=sspitzer
2000-06-23 04:49:47 +00:00
drapeau%eng.sun.com 72597d4d70 Two main things:
1) Fix for 23775 (three files changed for this)

2) Many OJI unit tests added.
2000-06-23 02:28:31 +00:00
rusty.lynch%intel.com 6898d89558 fix crasher on read-only filesystem (bug #43512)
-r=dveditz
2000-06-23 01:01:39 +00:00
av%netscape.com 59cfd173c2 Addressing 41197, r=serge 2000-06-22 23:17:50 +00:00
av%netscape.com d84862d279 Part of 23667 fix, r=sean@beatnik.com 2000-06-22 22:51:36 +00:00
av%netscape.com f08447c0e8 Part of 23667 fix, r=nisheeth 2000-06-22 22:36:37 +00:00
nhotta%netscape.com c2b96c96da Changed "force_ascii_search" to false as default, bug 5933, r=bienvenu,taka. 2000-06-22 22:07:32 +00:00
rpotts%netscape.com 6371dad16a DocShell cleanup. Removed the implementation of the unused nsIDocSHell::SetDocument() method and moved the implementation responsibility to the nsIContentViewer 2000-06-22 05:38:07 +00:00
av%netscape.com b3c144d4c6 Addressing #23667 patch by sean@beatnik.com, r=av, a=brendan 2000-06-21 22:57:17 +00:00
granrose%netscape.com d40e23c214 changing milestone from M16 to M17 in user agent string. 2000-06-21 19:23:51 +00:00
av%netscape.com c44dcf6318 Filtering plugins from old installation down to three as per decision in 23856, r=amusil 2000-06-21 01:44:55 +00:00
beard%netscape.com 5cca8adbe7 bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
edburns%acm.org 6019852211 bug=41197
r=av
a=waterson.

This checkin makes it possible to use the default plugin even
for Java.
2000-06-20 21:04:52 +00:00
tajima%eng.sun.com e595cc9cc7 bugid=41935, a=waterson, r=dcone@netscape.com 2000-06-16 23:38:24 +00:00
av%netscape.com 4c96520aae Fixing 38094 with patch by sean@beatnik.com, ra=brendan@mozilla.org 2000-06-16 22:27:16 +00:00
valeski%netscape.com c9ce86137e 42767. AsyncOpen (dead code) removal. 2000-06-16 14:39:19 +00:00
warren%netscape.com 0447cfbdf2 Bug 42283. Crash downloading jar file. 2000-06-16 07:47:46 +00:00
tor%cs.brown.edu 253385fede Patch from roc+moz@cs.cmu.edu to get this building on windows.
Not in default build.  r=tor
2000-06-16 07:02:42 +00:00
putterman%netscape.com cb9b623d52 fix for 37972 and 37976. Enable address book collection prefs for incoming and outgoing
mail. r=sspitzer.
2000-06-15 04:57:16 +00:00
av%netscape.com eafe67d7ab Addressing bug #41276, r=sean@beatnik.com 2000-06-15 01:07:27 +00:00
rusty.lynch%intel.com f7dc50fb4c (Re)Fix for bug #23546
a=brendan@mozilla.org
2000-06-14 17:58:49 +00:00
tor%cs.brown.edu eae03696f1 Add mng to required libraries list. Not in default build. 2000-06-14 14:21:49 +00:00
tor%cs.brown.edu 3b96707962 Update libmng snapshot. Not in default build. 2000-06-14 14:20:55 +00:00
mccabe%netscape.com d6773f56fe Makefile fix, thanks to Dan Veditz. Should fix bustage. 2000-06-14 02:40:00 +00:00
mccabe%netscape.com 05c9c20041 Backing out for now to fix bustage. 2000-06-14 02:33:45 +00:00
mccabe%netscape.com 83effc8991 Fix to 39911, which nsbeta+ 38495 depends on.
Build nsIScriptablePlugin.idl on Unix and Windows.

a=beard
2000-06-14 01:21:39 +00:00
beard%netscape.com d76e70e869 project to compile nsIScriptablePlugin.idl for mccabe. bug #39911, a=beard, r=mccabe 2000-06-14 01:14:35 +00:00
mccabe%netscape.com 86c43ac095 Part of fix for 39911, which is a dependency of nsbeta+ bug 38495.
Interface for plugins to expose to advertise a scriptable peer object and the interface that XPConnect should expose it with.

r=sechevarria@beatnik.com,beard@netscape.com
a=beard@netscape.com

NOTE This is not yet built on any platform.
2000-06-14 01:04:06 +00:00
av%netscape.com 259aee44a6 Addressing #41276, r=sechevarria@beatnik.com 2000-06-13 23:23:13 +00:00
av%netscape.com 1d8bc1a157 Addressing #41276, r=edburns 2000-06-13 23:16:05 +00:00
tor%cs.brown.edu 7615ad0d3f Add a --enable-mng option to enable MNG image decoder. r=cls, a=brendan 2000-06-12 23:13:42 +00:00
tor%cs.brown.edu 37fecfb0c4 MNG/JNG image decoder component. Not in default build. a=brendan 2000-06-12 23:08:50 +00:00
tor%cs.brown.edu c96c134058 Snapshot v0.5.2 of libmng (http://www.libmng.com/).
Not in default build. a=brendan
2000-06-12 23:06:35 +00:00
ruslan%netscape.com bab66e65c3 WIP on 40203, a=gagan 2000-06-10 02:14:01 +00:00
warren%netscape.com 00c4067a91 Fixed jar url resolve so that chrome protocol works. Fixed jar channel to not remove channel after kicking off load. Bug 18433 2000-06-07 09:07:10 +00:00
warren%netscape.com 149637ee28 Fixing bugs in nsZipReaderCache. Bug 18433 2000-06-07 09:05:22 +00:00
rhp%netscape.com b10de6257c Changes to address several mail compose and rendering issues - Bugs #: 35158 31906 9202 37365 39226 39728 39372 26182 33305 - r: rhp a: waterson (contributed by mozilla@bucksch.org) 2000-06-06 23:37:04 +00:00
cmanske%netscape.com 87b4ad6ec3 Added pref to do autocopy by default only on UNIX. Part of fix to 41045. r=mjudge, a=beppe 2000-06-06 23:14:47 +00:00
bienvenu%netscape.com 9c0cf6cc40 fix 41569, turn on mpod by default r=mscott 2000-06-06 03:15:17 +00:00
jefft%netscape.com 9fb9b65f08 fixed bug 40662 - folder discovery problems with subfolders 2 levels deep; r=bienvneu, a=scottip 2000-06-05 21:57:56 +00:00
slamm%netscape.com 50f8600402 Ignore generated Makefile. 2000-06-05 21:40:07 +00:00
rusty.lynch%intel.com 9a68f0d240 Fixed Linux support for viewing the current text as a label
in the plugin drawing rectangle.  This is part of a fix for
bug #25068. a=ekrock
2000-06-05 20:35:32 +00:00
mkaply%us.ibm.com 34bf24dc6d # 37239
r = mstolz, a = brendan
OS/2 bringup - cast for VisualAge
2000-06-05 19:16:35 +00:00
warren%netscape.com 958ed96edd Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
evaughan%netscape.com 297eeeb8c5 Patch from:
Davor Cubranic
Tomi Leppikangas

That implements middle mouse click to position on unix.

Bug #24117

-r evaughan -a brendan
2000-06-03 02:07:52 +00:00
warren%netscape.com 870a7d208a Fix to make jar protocol not copy local files. Starting to get chrome to work with jars. Bug #18433 2000-06-02 23:39:45 +00:00
mkaply%us.ibm.com 13745c9041 # 37239
r = rusty.lynch, a = brendan
OS/2 bringup - OS/2 doesn't go down these XP_PC paths
2000-06-02 22:32:53 +00:00
mstoltz%netscape.com 007ff2c26c bug 40215. r=rginda, a=clayton. 2000-06-02 22:27:28 +00:00
rusty.lynch%intel.com c0aff818c0 Adding the SANE plugin as an example Linux XPCOM plugin.
This check-in related to bug #25068.  This isn't part of the build.
2000-06-02 04:11:45 +00:00
mstoltz%netscape.com 4fb40b43eb Added default pref to turn off URI security checks. Bug 16858 r=warerson a=beard. See also 40538 2000-06-02 00:00:12 +00:00
mkaply%us.ibm.com 5ea5b63bbd # 40177
r = leaf, a = brendan
OS/2 bringup - Removing OS/2 stuff we don't need anymore - changing NSPR_LIBS and XPCOM_LIBS to MOZ_COMPONENT_LIBS
2000-06-01 14:33:27 +00:00
cls%seawood.org 41710bc355 Removing a leftover unused header that's killing a HPUX build. Bug 37025 r=dmose 2000-06-01 00:11:52 +00:00
mkaply%us.ibm.com 77b0e181b7 # 37239
r = mkaply, a = brendan
OS/2 bringup continues on M16 - port memory leak fix - OS/2 only
2000-05-30 14:36:43 +00:00
mstoltz%netscape.com c54ae2cb3c Fixed bug in DOM security checks, fixes bug 37907, 23516. Added security check for htmlelement.innerhtml, fixes 39083. Added location check to BASE HREF=, fixes 35859. r=vidur. Added check to style= tag, fixes 16858, r=pierre. 2000-05-26 23:28:40 +00:00
neeti%netscape.com 8dee343685 fix for bug 40581. a=leaf. Turning off netscape.cfg feature. 2000-05-26 22:47:39 +00:00
av%netscape.com 74c1119c8b nsbeta2+ fix for 17551, approved by PDT team, r=amusil 2000-05-26 22:14:39 +00:00
shaver%mozilla.org d131143581 Handle illegally-short JPEG comments more gracefully.
Patch from Solar Designer <solar@false.com>.
r=pnunn, a=waterson
2000-05-26 07:48:21 +00:00
mkaply%us.ibm.com 31b0cd37d0 # 37239
r = mkaply, a = brendan
OS/2 bringup continues on M16 - OS/2 only changes for new string
2000-05-25 14:39:17 +00:00
mkaply%us.ibm.com 3ca55ed9f9 # 37239
r = rusty.lynch, a = brendan
OS/2 bringup continues on M16 - Change XP_PC #ifdef to have !defined XP_OS2
2000-05-25 14:30:56 +00:00
neeti%netscape.com 97816230ab fix for 5132. Enabling netscape.cfg. r=dp@netscape.com 2000-05-25 14:26:32 +00:00
warren%netscape.com 37f147b0a8 Bug 24764. Cache of opened jar files. r=waterson 2000-05-25 08:32:09 +00:00
warren%netscape.com 05dc82db59 Fixed nsZipReaderCache to get hits. (not used yet) 2000-05-25 08:30:29 +00:00
warren%netscape.com 7bea4ec3a5 Lowercased handleEvent 2000-05-25 08:29:10 +00:00
warren%netscape.com 1e329e1a59 Removing URIParser attribute from nsIURI interface. Fixed Equals for case when port is the default. Cached URL parsers (all 3) to reduce object allocation. r=andreas,dp 2000-05-25 08:27:40 +00:00
blizzard%redhat.com b0d7b497b9 add interlacebuf to ipng_struct that was missed on pnunn's checkin. should fix impending redness. a=leaf 2000-05-24 23:12:00 +00:00
pnunn%netscape.com 939be2b739 bug#3195: Checking in for Chris Hill. Thanks for the patch, Chris.
fixes progressive (interlacing) png's. rev:pnunn@netscape.com, a:brendan@mozilla.org
2000-05-24 22:59:20 +00:00
pnunn%netscape.com 8588b9f0a1 bug#36242: add test in il_PermitLoad(). pnunn, rev:morse. 2000-05-22 23:01:26 +00:00
cls%seawood.org 65235c917b More OS/2 fixes. Bug #34106 Batch 17 & 18. r=pavlov 2000-05-21 11:23:34 +00:00
warren%netscape.com 26693d73dc New beta-quality Plugin API (now in IDL!). 2000-05-20 20:03:36 +00:00
pnunn%netscape.com e4c48f208d bug#33810: add animation control from presContext. pnunn r:sfraser 2000-05-18 22:18:19 +00:00
mcafee%netscape.com 597839245b Renaming prefs to live in the browser.display namespace: background_color, foreground_color, use_document_fonts, use_document_colors, base_font_scaler, wfe.use_windows>colors, screen_resolution. r=alecf, a=chofmann (31136) 2000-05-18 03:19:00 +00:00
warren%netscape.com 655db9fcdc Bug 39416. Made ftp work with single sign-on for more than one user/host. 2000-05-17 07:12:40 +00:00
mcafee%netscape.com c0febdb6c5 Fixing MLK. (33773) 2000-05-17 07:00:15 +00:00
cls%seawood.org 1165ad3a33 Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency. 2000-05-17 06:45:45 +00:00
sfraser%netscape.com 4068994453 Remove linkage with NetworkModular.shlb 2000-05-17 06:36:59 +00:00
erik%netscape.com b7c42409e9 adding minimum font sizes for East Asian languages 2000-05-17 04:56:08 +00:00
cls%seawood.org f0c2afe4b8 Beos fix for Bug #38249. Thanks to Justin Morey <justin@68k.org> for the patch. 2000-05-17 04:38:13 +00:00
mstoltz%netscape.com 5e94ace8c8 Allow scripting of plugins by untrusted web scripts. Bug 36375. 2000-05-17 02:38:22 +00:00
racham%netscape.com 40feba7792 Removing activation related prefs. 2000-05-17 00:13:44 +00:00
mkaply%us.ibm.com 3bb7bb4fa8 # 37239
r= dveditz
OS/2 bring up continues - change MAX_PATH for OS/2
2000-05-16 22:44:48 +00:00
neeti%netscape.com a5a8d7f5d1 netscape.cfg support for prefs.bug 5132,r=alecf.This is currently disabled 2000-05-16 22:15:13 +00:00
dougt%netscape.com 0447ee35ed Using wrong converstion. It should have been 1000, but it I checked in 1 mil! 2000-05-16 21:53:34 +00:00
av%netscape.com e9f0216399 Removing binary 2000-05-16 06:01:46 +00:00
av%netscape.com d729d6d1d2 Adding project file 2000-05-16 05:39:18 +00:00
av%netscape.com 68b3fadc3c Removing corrupted project file 2000-05-16 05:38:29 +00:00
av%netscape.com a4a845191f Not part of the build 2000-05-16 05:24:31 +00:00
av%netscape.com aa44cbbfe6 Adding xpcom.lib to the plugin DK 2000-05-16 05:07:47 +00:00
av%netscape.com dd5a81ab4e Adding xpcom.lib to the plugin DK 2000-05-16 05:00:34 +00:00
av%netscape.com d70daa79f1 Removing wrong file 2000-05-16 04:36:29 +00:00
av%netscape.com fe7521ae00 Adding xpcom.lib to the plugin DK 2000-05-16 04:30:46 +00:00
av%netscape.com 29359710dd Removing wrong file 2000-05-16 04:25:20 +00:00
av%netscape.com c109a0185a Adding new project file 2000-05-16 04:07:02 +00:00
av%netscape.com 82e855f8ee removing old project file 2000-05-16 04:06:07 +00:00
av%netscape.com c52752576e Adding makefile to the plugin DK which would allow to pull headers from appropriate places 2000-05-16 03:59:14 +00:00