jst%mozilla.jstenback.com
|
f1b94977fa
|
Fixing incorrect comment.
|
2004-05-03 21:57:11 +00:00 |
jst%mozilla.jstenback.com
|
88bffa22d5
|
Fixing regression bug 241592. Make the default plugin deal with the new fixed plugin streaming code, and make the new streaming code deal with the stream being closed from a Write[Ready] call. r=darin@meer.net, sr=brendan@mozilla.org
|
2004-05-02 16:46:52 +00:00 |
neil%parkwaycc.co.uk
|
83c6e7cd04
|
Removing unused function b=217089 p=mbockelkamp@web.de r=timeless sr=alecf
|
2004-04-30 18:28:49 +00:00 |
neil%parkwaycc.co.uk
|
b1966faa9d
|
Removing unused variable b=217089 p=mbockelkamp@web.de r=timeless sr=alecf
|
2004-04-29 22:58:55 +00:00 |
pedemont%us.ibm.com
|
3187097d54
|
fix tbird build bustage: missing headers
|
2004-04-28 22:14:32 +00:00 |
gerv%gerv.net
|
2a491d3598
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-25 21:07:34 +00:00 |
bzbarsky%mit.edu
|
8d004584b6
|
Add a version of CheckLoadURI that takes a source principal instead of a source
URI. Update a bunch of callers to use it. Bug 233108, r=caillon, sr=dveditz
|
2004-04-25 16:55:27 +00:00 |
timeless%mozdev.org
|
2b2234f4d9
|
Bug 238704 RFE: Need sample plugin for plugin printing
patch by roland.mainz@nrubsig.org and dantifer.dang@sun.com
r=dantifer.dang@sun.com sr=jst
|
2004-04-23 02:47:33 +00:00 |
gerv%gerv.net
|
c40f4f93a2
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 22:01:16 +00:00 |
bzbarsky%mit.edu
|
f02693478c
|
Switch to nsCOMPtr to fix possible leaks and a possible strict aliasing
violation. Bug 240710, r+sr=roc
|
2004-04-17 23:23:19 +00:00 |
cbiesinger%web.de
|
d4e1da55f3
|
Bug 235502 nsIMIMEService, nsIMIMEInfo should use nsACString/nsAString instead of string/wstring
r=bzbarsky sr=darin
|
2004-04-15 20:56:37 +00:00 |
bmlk%gmx.de
|
4882dbf257
|
curKey can't be const as it is used as an output argument at RegEnumKeyEx bug 223238.
|
2004-04-11 17:48:45 +00:00 |
bmlk%gmx.de
|
bb9ba17fde
|
improve Java plugin operability for win zip builds by creating the necessary registry key if it doesnt already exist, bug 223238 patch by mcsmurf@gmx.de r/sr=jst a=asa
|
2004-04-11 15:08:11 +00:00 |
bryner%brianryner.com
|
0f5ca0f6f1
|
Attempting to fix btek bustage
|
2004-04-11 09:21:33 +00:00 |
jst%mozilla.jstenback.com
|
91d1495cbc
|
Cleaning up indentation.
|
2004-04-11 05:35:35 +00:00 |
jst%mozilla.jstenback.com
|
18bee5c752
|
Fixing bug 237076 (and bug 89270 too). Make our plugin stream code deal with cases where we're getting data off of the network faster than the plugin can handle it. Suspend the incoming request when the plugin says it can't handle more data, then keep feeding the plugin that we got so far until it's done with it, and then resume the network request. r=brendan@mozilla.org, sr=darin@meer.net, a=asa@mozilla.org
|
2004-04-11 05:33:17 +00:00 |
timeless%mozdev.org
|
eb9a02e69a
|
Bug 106386 Correct misspellings in source code
patch by aha@pinknet.cz rs=brendan
|
2004-03-10 05:33:14 +00:00 |
gerv%gerv.net
|
d1589417e6
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-03-05 22:28:51 +00:00 |
pkw%us.ibm.com
|
1df639f118
|
Bug 161138 - Default/null plugin downloads embedded content anyway.
r=bryner@brianryner.com, sr=blizzard@mozilla.org
|
2004-03-04 22:45:24 +00:00 |
darin%meer.net
|
1d2d419885
|
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
|
2004-02-28 22:34:07 +00:00 |
jst%mozilla.jstenback.com
|
8b6dc1c3ca
|
Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com.
|
2004-02-09 22:48:53 +00:00 |
jst%mozilla.jstenback.com
|
1804c4910c
|
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
|
2004-01-29 22:04:45 +00:00 |
neil%parkwaycc.co.uk
|
f97835d45d
|
Bug 231368 Remove unused nsIPref includes p=arne.anka@stupido.com r/sr=dbaron
|
2004-01-23 13:31:07 +00:00 |
bryner%brianryner.com
|
93f6dc27e6
|
DeCOMtaminate nsCSSFrameConstructor (bug 231157). This gets rid of the nsIStyleFrameConstruction and nsICSSFrameConstructor interfaces. The frame constructor now has the same lifetime as the pres shell. r+sr=dbaron.
|
2004-01-21 23:05:10 +00:00 |
bryner%brianryner.com
|
2f29f283d4
|
Copy the default plugin PkgInfo file to the bundle Contents directory to ensure that the plugin can load successfully on Mac OS 10.1. Bug 230915, r=pinkerton
|
2004-01-17 00:07:54 +00:00 |
jst%mozilla.jstenback.com
|
4ab234b8be
|
General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org
|
2004-01-09 23:54:21 +00:00 |
bryner%brianryner.com
|
9c81944cb6
|
Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron.
|
2004-01-07 22:30:53 +00:00 |
bsmedberg%covad.net
|
1f4ab81acd
|
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
|
2004-01-07 13:37:00 +00:00 |
bsmedberg%covad.net
|
f0bfff2628
|
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
|
2004-01-07 01:22:31 +00:00 |
cls%seawood.org
|
d4f0d83c34
|
If libraries are not exported to $DIST, they should not be exported to $prefix either. Fixing history bustage when using 'make install'.
Bug #229362 r=bsmedberg
|
2003-12-31 23:35:26 +00:00 |
tor%cs.brown.edu
|
b35a29a754
|
Bug 219705 - crash when using IBM java plugin. r=blizzard, sr=shaver, a=leaf
|
2003-12-17 19:49:44 +00:00 |
blizzard%redhat.com
|
31c90e5406
|
Bug #227963. Fix leak of plugin instance object by the native window code. Just use an nsCOMPtr<> and a getter_AddRefs(). r=robin.lu, sr=bryner, a=asa
|
2003-12-12 18:09:24 +00:00 |
bzbarsky%mit.edu
|
72e1c9fe0e
|
Flash crashes GTK2 builds due to a bug in Linux dlopen(). Bug 223744, patch by
anlan@ida.liu.se (Andreas Lange), r=blizzard, sr=bzbarsky, a=asa
|
2003-11-22 21:19:35 +00:00 |
mkaply%us.ibm.com
|
7f0a24eb13
|
#218685
r=mkaply, sr=blizzard (platform specific), a=mkaply
From pedemonte - remove some unnecessary (and wrong) OS/2 specific code in 4.x plugin support
|
2003-11-19 19:47:11 +00:00 |
blizzard%redhat.com
|
573d3087ac
|
Bug #201158. Gtk2 plugins would not be resized properly when the size of the plugin port was changed. r=robin.lu sr=bryner
|
2003-11-13 16:38:59 +00:00 |
cbiesinger%web.de
|
35d559b1d8
|
bug 223997
PluginHostImpl should use GetTypeFromURI not FromExtension
r=peterlubczynski sr=bz
|
2003-11-08 17:01:46 +00:00 |
dwitte%stanford.edu
|
48e1ec0204
|
remove nsCCookieManager.h in favor of nsNetCID.h.
b=221886, r+sr=darin
|
2003-10-30 02:59:31 +00:00 |
bryner%brianryner.com
|
a0e219b348
|
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
|
2003-10-22 06:09:48 +00:00 |
mkaply%us.ibm.com
|
637cfcba6f
|
OS/2 bustage - makefile patch went to wrong file
|
2003-10-22 00:45:29 +00:00 |
mkaply%us.ibm.com
|
58f19ef340
|
Forgot makefile change for OS/2 plugin idl - 215581
|
2003-10-21 22:38:22 +00:00 |
mkaply%us.ibm.com
|
ffd2abe922
|
#215581
r=mkaply
OS/2 only code to support VACPP Compiled plugins stuff in the new GCC build
|
2003-10-21 22:11:20 +00:00 |
bzbarsky%mit.edu
|
41d0b58d5f
|
Fix plugin crash on HP-UX due to not finding the Xt libs. Bug 164021, patc by
a.lange@home.se (Andreas Lange), r=peterl, sr=bzbarsky
|
2003-10-21 04:47:32 +00:00 |
tor%cs.brown.edu
|
f776e09141
|
Bug 219705 - fix java applet crash with Blackdown JVM. r=blizzard, sr=shaver
|
2003-10-17 19:32:28 +00:00 |
cls%seawood.org
|
02f091e3b0
|
Case matters.
Fixing mingw cross-compiling bustage.
|
2003-10-08 01:07:38 +00:00 |
darin%meer.net
|
325b3c6de7
|
fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky
|
2003-10-06 01:46:31 +00:00 |
joshua.xia%sun.com
|
43162ce84e
|
for bugzilla #219705 sr=shaver@mozilla.org r=xiaobin.lu@sun.com
|
2003-10-05 05:36:08 +00:00 |
bryner%brianryner.com
|
cd60efa8ac
|
Updating my email address
|
2003-09-29 06:04:02 +00:00 |
jst%mozilla.jstenback.com
|
8aa7b563d2
|
Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org.
|
2003-09-27 04:18:26 +00:00 |
peterlubczynski%netscape.com
|
bfd8e08e36
|
Fixing bug 211587: Acrobat plugin crashes on Solaris because libXm.so is not loaded. Patch by Andreas Lange (a.lange@home.se) r=peterl sr=blizzard
|
2003-09-19 23:37:38 +00:00 |
mkaply%us.ibm.com
|
29d9e75ab5
|
#215581
r/sr=brendan
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
|
2003-09-16 19:07:19 +00:00 |