dougt%netscape.com
128f95aa9b
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
peterlubczynski%netscape.com
0363d9beec
Fix for bug 59394. Number of cached plugins is now a pref:
...
browser.plugins.max_num_cached_plugins or defaults to 10. a=av sr=attinasi
2001-02-14 23:03:47 +00:00
mkaply%us.ibm.com
0fbd243daa
OS/2 only
...
r=mkaply, a=blizzard
Default (npnul) plugin for OS/2
2001-02-14 00:29:14 +00:00
mkaply%us.ibm.com
a5c4e94461
OS/2 only
...
r=mkaply, a=blizzard
Default (npnul) plugin for OS/2
2001-02-14 00:17:52 +00:00
pinkerton%netscape.com
d465909997
carbon changes. r=pink/sdagley/beard. a=sfraser.
2001-02-13 21:48:26 +00:00
dprice%netscape.com
997fb091c7
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
disttsc%bart.nl
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
1b9ca82439
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
shaver%mozilla.org
3ba4fe9def
fix plugger crash by coping with trailing MIME-list separator ( #60844 , r=av, sr=blizzard)
2001-02-07 01:38:52 +00:00
peterlubczynski%netscape.com
df534c7680
Allow for a common directory among installs for scanning for plugins bugscape 3863 a=av sr=attinasi
2001-02-07 01:13:01 +00:00
beard%netscape.com
d46122ab31
[not part of build] builds "classic" (non-Carbon) plugin support library.
2001-02-07 00:40:28 +00:00
beard%netscape.com
9d41f60b07
[not part of build] builds "classic" (non-Carbon) plugin support library.
2001-02-06 23:49:16 +00:00
rods%netscape.com
baed08e917
Printing of selected frameset frames and Iframes
...
Bug 66783 r=dcone sr=buster,attinasi
2001-02-06 23:03:17 +00:00
edburns%acm.org
983f562237
bug 49336
...
r=av
sr=waterson
This code makes sure that if the prefs say to USE DIRECT instead of using
a proxy, the plugin sees it that way.
2001-02-03 02:56:28 +00:00
av%netscape.com
854646027d
Bug 61388 -- implementing refresh plugins mechanism without restarting, rs=waterson, r=peterl, a=r=av
2001-02-02 23:48:17 +00:00
edburns%acm.org
9663d702fb
bug:66729
...
sr=waterson
r=akkana
Change PRUint32 to PRInt32.
2001-01-30 20:39:55 +00:00
jgaunt%netscape.com
403987224a
bug# 62489 r=bnesse@netscape.com sr=buster@netscape.com a=av@netscape.com
...
population of filename for plugins at load time, and freeing of that variable as well.
2001-01-23 00:10:38 +00:00
jdunn%netscape.com
b638847c96
fixing the issue of "delete [] (void*)". This is wrong.
...
since the pointer was 'newed' as a char *, we need to
delete a (char *)
No bug for this... but very similar to
# 34040
r= cls@seawood.org Joe.Chou@eng.sun.com
2001-01-19 01:52:33 +00:00
rich.burridge%sun.com
bb20fc7276
Fix to allow applet doing POST to an https connection over a proxy to work.
...
r=pollman@netscape.com
sr=waterson@netscape.com
Bugid #60228
2001-01-16 22:53:39 +00:00
mkaply%us.ibm.com
3efe8144c4
r=cls
...
SHORT_LIBNAME not needed here anymore - gkplugin is 8 chars - fixes OS/2 fullscreen plugins
2001-01-15 15:09:32 +00:00
peterlubczynski%netscape.com
02f4528f8d
Fix regression. bug 65162 a=av sr=vidur
2001-01-12 23:45:03 +00:00
peterlubczynski%netscape.com
0402acedf2
Fix for reading content-type header before using default plugin bug 54437 a=av sr=buster
2001-01-10 23:49:19 +00:00
sean%beatnik.com
a3bff791d8
Address npsimple plugin bug discovered by bug 63243. Calling the window proc directly is not safe as the HWND might be ANSI or Unicode. Call indirectly via CallWindowProc. a=av sr=roc+moz
2001-01-10 04:22:08 +00:00
peterlubczynski%netscape.com
d5465517e8
Top crash fix. Null pointer check on mDocument. bug 62579 a=av sr=buster
2001-01-09 00:39:46 +00:00
bryner%uiuc.edu
69e9b90bc6
Removing dead .toc files. Not part of build. a=sfraser.
2001-01-03 01:32:06 +00:00
sspitzer%netscape.com
a8d656a021
ignore generated Makefile, no reviewer.
2000-12-30 21:09:11 +00:00
sspitzer%netscape.com
ac7fdaf776
wrap more printfs with #ifdef DEBUG_edburns. no reviewer.
2000-12-30 21:08:11 +00:00
sspitzer%netscape.com
9b03137d9d
making it so only edburns sees his debugging printfs. no reviewer.
2000-12-30 20:46:17 +00:00
bryner%uiuc.edu
9a961598e2
Removing dead references to old header files that will be going away for bug 38061. r=jag, sr=cls.
2000-12-29 22:41:22 +00:00
timeless%mac.com
a60e75dad5
J:\DOCUMENT\Josh\LOCALS~1\Temp\4
2000-12-27 09:32:05 +00:00
bryner%uiuc.edu
a2bc722f32
Removing unused old plugin code. Not part of build. r=av, sr=cls.
2000-12-27 00:22:36 +00:00
av%netscape.com
397475c0d3
Addressing bug 60064, patch by lsv@sparc.spb.su, sr=blizzard, a=av
2000-12-12 01:51:12 +00:00
peterlubczynski%netscape.com
46d8aabec1
Set lastModified attribute for a plugin stream b=58134 a=av sr=buster
2000-12-12 01:00:28 +00:00
peterlubczynski%netscape.com
589ae643ef
Prevents the call into the plugin if the plugin hasn't been already
...
initilized. bug=58823 r=av
2000-12-11 23:00:45 +00:00
peterlubczynski%netscape.com
d061474443
Set unknown length of stream to -1 bug 59571 a=av sr=buster
2000-12-11 22:54:54 +00:00
dbaron%fas.harvard.edu
cafe8ecc88
Fix leak of nsMemoryImpl from ns4xPlugin::CreatePlugin. b=56584 r=av@netscape.com sr=waterson@netscape.com
2000-12-09 04:06:49 +00:00
av%netscape.com
bb2df1a0d2
Fixing 18568, addidng some QT specific stuff to avoid build errors, patch by johng@corel.com, sr=brendan, r=pollmann a=av
2000-11-30 22:01:45 +00:00
av%netscape.com
c481af889b
Fixing bug 19617, prevent the default plugin to display multiple dialogs for the same mime type, patch by lsv@sparc.spb.su, sr=blizzard, a=av
2000-11-30 21:32:07 +00:00
danm%netscape.com
ecd9d0c4b3
store dialog pointer in safe place so it can be retrieved in the OK handler. bug 55261. r=av,hyatt,pavlov
2000-11-29 23:44:52 +00:00
cls%seawood.org
434edd6f33
Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454
2000-11-21 00:18:46 +00:00
cls%seawood.org
66a18fcbbf
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
edburns%acm.org
00e236caf0
bug=40088
...
r=edburns
sr=shaver
Author = Xiaobin Lu.
2000-11-17 22:22:47 +00:00
mkaply%us.ibm.com
63fb4378ea
#58462
...
r=av, sr/a=none
OS/2 plugins need events too
2000-11-14 00:40:58 +00:00
mkaply%us.ibm.com
a64a03c486
#58491
...
r=av, sr/a=scc
Change legacy plugin interfaces to C not C++
2000-11-13 21:40:27 +00:00
bnesse%netscape.com
af0e6c13c3
Load the library on all platforms if it hasn't already been loaded. Fix for bug #57885 r=av, sr=waterson.
2000-11-13 18:42:43 +00:00
disttsc%bart.nl
87187c390c
Moving nsIContentViewer over from webshell to docshell, converting from .h to .idl. Needed for bug 46200, r=moa=adam@netscape.com, a=alecf
2000-11-09 20:30:35 +00:00
dbaron%fas.harvard.edu
79ce786050
Fix leak of arrays allocated in GetPluginInfo. r=av@netscape.com sr=brendan@mozilla.org b=59159
2000-11-08 03:10:37 +00:00
jj%netscape.com
d35236198f
First Checked In.
2000-11-04 00:42:32 +00:00
bnesse%netscape.com
3d81709e9f
First Checked In.
2000-11-04 00:11:44 +00:00
av%netscape.com
772e0df749
Fixing bug 58095, retrieving right user agent string instead of harcoded one. Goes to the trunk only as per yesterday PDT meeting. r=valeski, r=serge, sr=waterson, a=av
2000-10-31 20:25:19 +00:00