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

1706 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu 1b2b138576 Attempt to fix some plugin leaks. Bug 302737, r+sr=jst 2005-09-14 17:17:25 +00:00
cbiesinger%web.de 539905ea1a return a better error code when content policy blocked the load
followup to bug 305565, r+sr=bz
2005-09-07 16:32:52 +00:00
cbiesinger%web.de 4e925e55a0 bug 301052 call NPN_{Push,Pop}PopupsEnabledState around window opening
functions, so that they don't get blocked
r+sr=jst
2005-09-07 12:54:11 +00:00
brendan%mozilla.org 52eeba63ea Branch version of patch for bug 305565 (r/sr=jst/bz). 2005-09-07 02:39:51 +00:00
smfr%smfr.org 1b0e63378d Fix bug 306177: fix the "click here to get the plugin" action of the Default Plugin by enabling popups from the plugin. r=mark, sr=jst. 2005-09-04 19:30:32 +00:00
smfr%smfr.org cd50c324c2 Fix the signatures of NPN_PushPopupsEnabledState(), NPN_PopPopupsEnabledState() (fallout from bug 176079). r/sr=jst, a=brendan. 2005-08-29 15:09:21 +00:00
jst%mozilla.jstenback.com e23ea875f3 Followup changes to bzabarsky's review for bug 296639. Reviews pending, a=drivers@mozilla.org 2005-08-12 04:11:00 +00:00
joshmoz%gmail.com 1f4f8b035d bustage fix from bug 303815 2005-08-08 08:26:19 +00:00
joshmoz%gmail.com 2b2f8d299d clean up Mac OS X plugin scriptability check so that it works with x86 Macs and uses pre-defined Apple macros for executable file headers instead of hard-coding them. b=303815 r=mento sr=smfr a=asa 2005-08-08 08:03:41 +00:00
joshmoz%gmail.com 8bcc0b9728 don't translate mach-o function pointers to CFM unless we're on ppc Mac OS X. b=303345 r=pinkerton sr=smfr a=asa 2005-08-08 04:29:34 +00:00
joshmoz%gmail.com d635277de3 bustage fix. I typed the wrong bug number into the comment for the original patch. b=297600 2005-08-07 07:54:50 +00:00
joshmoz%gmail.com c63c3132dd Verify (on Mac OS X only) that plugins are useable. Among other things, now we don't load CFM plugins on x86 Macs (CFM executables can't be used on x86 Macs). Note: This patch considers Universal Binary plugins to be useable, but we don't actually support them yet. We should and we will soon. b=191749 r=mento sr=smfr a=bsmedberg 2005-08-07 07:12:11 +00:00
joshmoz%gmail.com 2c1fa35867 clean up old mac code and comments. b=191567 r=dougt sr=smfr a=bsmedberg 2005-08-07 07:05:09 +00:00
bzbarsky%mit.edu 4c780114fc Make content-encoded plugin data work even if there is no content-length
header.  Bug 300438, r=jst, sr=darin, a=bsmedberg
2005-07-22 18:29:34 +00:00
timeless%mozdev.org 2d9d76dc6a Bug 300572 FF11a2 Crash in [@ js_SetSlotThreadSafe] with new Shockwave Flash beta 8.0 b434
r=jst sr=jst a=shaver
2005-07-20 12:36:55 +00:00
pete.zha%sun.com c2a0855cd2 bug 293972 npruntime API does not support ambiguous members
r=jst sr=brendan a=asa
2005-07-14 02:36:41 +00:00
dougt%meer.net b94fc67083 Making plugins work on Windows CE. There many crashes do to subclassing. This addresses those problem by not subclassing. This is WinCE only. r/sr=jst. a=asa. Relanding 2005-07-13 19:08:20 +00:00
dougt%meer.net 3baac22e47 Backing out my changes in the last few hours because Chase is tagging the tree. (the tree was open, but he was tagging) 2005-07-12 22:01:25 +00:00
dougt%meer.net 7a8833bae7 Making plugins work on Windows CE. There many crashes do to subclassing. This addresses those problem by not subclassing. This is WinCE only. r/sr=jst. a=asa 2005-07-12 21:52:35 +00:00
timeless%mozdev.org e7d4b17335 Bug 283542 OOM crash [@ nsSanePluginInstance::GetDeviceOptions][@ nsSanePluginInstance::GetActiveDevice]
patch by b.jacques@planet.nl r=jst sr=jst a=asa
2005-07-01 04:28:17 +00:00
joshmoz%gmail.com ac67020454 better support for per-build configuration. patch by Mark Mentovai. b=296900 r=josh r=cls a=asa 2005-06-20 19:24:51 +00:00
jst%mozilla.jstenback.com 0e2c22622d Fixing bugstage. 2005-06-18 07:59:49 +00:00
jst%mozilla.jstenback.com 11293abdd1 Fixing bugstage. 2005-06-18 07:17:11 +00:00
jst%mozilla.jstenback.com 76a60a87eb Fixing bug 176079. Provide an API for plugins to control whether popups are enabled or not. Disable popups by default from plugins, but enable/disable popups while handling user input events (mouse click, keydown etc) on the platforms where it's possible (Win32 and Mac), but do that only if the plugin doesn't support the popup enabling/disabling API. r+sr+a=brendan@mozilla.org 2005-06-18 06:06:45 +00:00
pkw%us.ibm.com 02cc87ccf1 Bug 297807 - Java 1.4.2 SR2 plug-in and later cause Mozilla to crash.
r=mozilla@kaply.com, sr=darin@meer.net, a=asa@mozilla.org
2005-06-17 17:02:05 +00:00
dougt%meer.net d1460e3a0a * Fixes some build problems when trying to build non-static. (removing link
libraries that don't exist on Windows CE)

* Taking xxx advice and making GetNAME always return a GDI forcing us to use
GetTextMetrics instead of GetFontData (which doesn't exist on Windows CE)

* Windows CE on ARM doesn't support C++ exceptions.  In the windows plugin code
uses catches to ensure that the plugins don't crash mozilla.  On windows ce on
arm, we have no choice but to disable CALL_SAFETY_ON.

* On Windows CE, VerQueryValue internal structure can not be modified so
callers must do a bit of string conversion.

* Disabling more code in nsOSHelperAppService for Windows CE.

* Enabling the Windows Registry code in XPCOM since the Window CE shunt now
supports the limited set needed (all but notification).

Bug=297683, r=Ere Maijala, sr=Dan Veditz, a=Asa
2005-06-16 21:20:45 +00:00
joshmoz%gmail.com e55715ea0a gcc 4 fixes for Mac OS X. part 1 of the landing. Patch by Mark Mentovai. b=294244 r=josh sr=darin a=dbaron 2005-06-15 03:49:26 +00:00
joshmoz%gmail.com 949f4a86d0 get rid of 68k mac and classic mac os references from plugin code. cleanup only. no bug. r=jst a=asa 2005-06-13 22:31:39 +00:00
timeless%mozdev.org 5385d6a126 Bug 292348 NewEmbededPluginStream misspelled
patch by pythonesque+bugzilla@gmail.com r=jst sr=jst a=asa
2005-06-08 23:42:15 +00:00
dougt%meer.net 77acfc52b7 Bug 295481. WINCE Fixes. This includes changes to make the makefiles do the right thing if we try to build Minimo and XUL together. These changes rs=bsmedberg. Further WINCE fixes in GFX and Widget. r=emaijala, sr=rbs, a=asa. 2005-06-08 16:48:44 +00:00
joshmoz%gmail.com 624f8ca62a build on Xcode 2.1 which uses per-build configuration build directories. b=296900 r=josh r=cls r=bsmedberg a=bsmedberg 2005-06-08 02:50:56 +00:00
cls%seawood.org 2f8def85e9 Path translation fixes for msys.
Thanks to Howard Chu <hyc@symas.com> for the patches.
Bug #294122 r=cls a=shaver
2005-06-02 04:00:37 +00:00
joshmoz%gmail.com 6f121c64db more bustage fixes for Mac OS X 10.4 build patch. by Mark Mentovai. b=292530 2005-06-01 21:15:09 +00:00
joshmoz%gmail.com e217c2f603 more bustage fixes for Mac OS X 10.4 "Tiger" build patch, by Mark Mentovai. b=292530 2005-06-01 20:52:53 +00:00
joshmoz%gmail.com bed850e22c fix building on Mac OS X 10.3.x "Panther". Patch by Mark Mentovai. b=292530 r=me 2005-06-01 20:13:21 +00:00
joshmoz%gmail.com f299a66dc7 more Mac OS X 10.4 "Tiger" build stuff. Patch my Mark Mentovai. b=292530 r=josh r=pinkerton r=cls sr=bryner a=brendan 2005-06-01 18:53:30 +00:00
bugzilla%arlen.demon.co.uk 96d86b24b9 Bug 259325 build error on OpenBSD
p=ajschult@verizon.net r=benjamin sr=jst a=asa
2005-05-19 21:49:42 +00:00
bzbarsky%mit.edu 34529c3465 Removing bogus semicolon. Bug 289051, problem found by lvcipriani@yahoo.com 2005-05-13 17:49:43 +00:00
timeless%mozdev.org dc8fcace3d Bug 207306 plugin host should be destoryed on Observe() "NS_XPCOM_SHUTDOWN_OBSERVER_ID" rarther than on "quit-application"
patch by bugspam.Callek@gmail.com r=jst sr=jst a=asa
2005-05-01 22:28:46 +00:00
cbiesinger%web.de 68f511731a 292355 send the document's URI as referrer, instead of the document's base URI
r=jst sr=bz a=asa
2005-05-01 13:08:14 +00:00
shaver%mozilla.org c2c2356e7e Bug 292373: fix plugin bustage on Windows from bug 291229's landing.
Patch from dougt, r+sr=shaver.
2005-04-30 16:15:08 +00:00
dougt%meer.net be6760da53 Windows CE build changes. This addresses most of the outstanding Windows
CE compilation issues.

This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript.  This change is based on bug 242518.  See comment 36.

This patch also removes the unused enum in transformiix .  See bug
292118.

r/sr = dveditz/shaver
b    = 291229
a    = asa
2005-04-29 13:33:49 +00:00
cbiesinger%web.de 3aae3f5b33 Bug 292114 InstantiateFullPagePlugin should take nsIURI*, not nsString&
r=jst sr=bz a=asa
2005-04-29 12:11:45 +00:00
bsmedberg%covad.net e2dfeae329 Fix build bustage, bug 288626. 2005-04-06 04:29:55 +00:00
timeless%mozdev.org e4dc0afeb4 Bug 283540 OOM mlk [@ NS_NewPluginPostDataStream]
patch by jlurz24@gmail.com r=timeless sr=jst
2005-04-01 23:33:00 +00:00
darin%meer.net 5a9fc1f0a8 fixes regression bug 287690 "applet crashes Firefox" r=dmose 2005-03-25 21:33:12 +00:00
darin%meer.net f6ffba0f8b landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky 2005-03-25 03:41:33 +00:00
jst%mozilla.jstenback.com c0eed0ffad More code tidying, no code changes. 2005-03-23 00:49:53 +00:00
jst%mozilla.jstenback.com 52764bb90b Nuke useless whitespace. 2005-03-23 00:37:58 +00:00
jst%mozilla.jstenback.com f7ed8a6a20 Tidy up this code a bit, no code changes other than removing an unused variable. 2005-03-23 00:34:39 +00:00
jst%mozilla.jstenback.com c9b31fea1f Renaming incorrectly named argument. 2005-03-23 00:14:59 +00:00
jst%mozilla.jstenback.com f69e8c52b2 Renaming incorrectly named argument. 2005-03-23 00:14:13 +00:00
jst%mozilla.jstenback.com ec5177d695 Whitespace cleanup, and making this code somewhat consistently formatted. No code changes 2005-03-22 16:48:58 +00:00
jst%mozilla.jstenback.com 741f5f6c57 Fixing bug 284825. Future proof our Java plugin finding code. Patch from mike.lei@sun.com, r+sr=jst@mozilla.org 2005-03-22 16:27:21 +00:00
bsmedberg%covad.net 3219ac4125 Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey) 2005-03-10 04:38:35 +00:00
jst%mozilla.jstenback.com 015796a762 Updating NPPVariable comments per cbiesinger@gmx.at. 2005-03-09 20:03:43 +00:00
jst%mozilla.jstenback.com d2d5aedc5b Adding new file, removing old file to fix bugstage. 2005-03-09 17:50:52 +00:00
jst%mozilla.jstenback.com 0afbaeb191 Fixing bug 188938. Adding the ability for plugins to participate in form submission. r=bzbarsky@mit.edu, sr=brendan@mozilla.org 2005-03-09 17:01:22 +00:00
jst%mozilla.jstenback.com 7a6b0c39df Removing unused file. 2005-03-08 17:15:33 +00:00
ben%bengoodger.com 24a21ad92d 282106 - need a reliable way to disable full page plugins. make plugin host disable disabled full page plugins on initialization. r+sr=jst 2005-02-25 09:05:15 +00:00
jst%mozilla.jstenback.com 925786d760 Fixing bug 281744. Remove dead code and unnecessary code. r+sr=peterv@propagandism.org 2005-02-23 23:17:57 +00:00
jst%mozilla.jstenback.com 3a3e51d9e9 Fixing bug 281284. Don't share the plugin temp directory among all users on the same system, and don't delete directories we didn't create. r=peterv@propagandism.org, sr=dveditz@cruzio.com 2005-02-11 23:37:51 +00:00
cst%andrew.cmu.edu 54dcbc1f32 Fix build bustage 2005-02-07 02:46:42 +00:00
cst%andrew.cmu.edu 2894c047f6 Bug 281295 plugin/ should not use deprecated nsIPref
Patch by Vidar Braut Haarr <bugmail@q1n.org>, r=timeless sr=alecf
2005-02-07 01:56:03 +00:00
dbaron%dbaron.org 3a87f7e225 Fix common misspelling of delimiter and delimited (de-limit-er, not deli-meter). b=106386 r=timeless 2005-02-05 00:49:25 +00:00
jst%mozilla.jstenback.com ac82df5ad5 Fixing bug 280664. Do security check for URI loads, no matter what plugin they come from. r=dveditz@cruzio.com, sr=brendan@mozilla.org 2005-02-04 16:54:11 +00:00
bryner%brianryner.com 67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
silver%warwickcompsoc.co.uk 4022dd03cb Bug 188557 - Fix chrome: URL for brand.properties.
r=kairo
sr=bz
2005-01-30 17:58:04 +00:00
mkaply%us.ibm.com c41847a0fc 272624
r=mkaply
Fix build errors with GCC 3.3.5 and some warnings
2005-01-28 15:50:34 +00:00
bzbarsky%mit.edu f73e193c11 Make nullplugin dialog not show up on clicks with buttons other than the left
mouse button.  Bug 270377, patch by Vincent Caron <v.caron@zerodeux.net>,
r=bryner, sr=bzbarsky
2005-01-20 17:04:20 +00:00
timeless%mozdev.org 54ded7688e Bug 273056 PluginArrayImpl::GetLength should not throw if there's no plugin host, and PluginArrayImpl::GetPlugins should handle no plugin host and failure from mPluginHost->GetPlugins
r=bz sr=jst
2005-01-17 14:41:45 +00:00
timeless%mozdev.org 4a769b1d67 Bug 273056 PluginArrayImpl::GetLength should not throw if there's no plugin host, and PluginArrayImpl::GetPlugins should handle no plugin host and failure from mPluginHost->GetPlugins
r=bz sr=jst
2005-01-17 07:57:04 +00:00
smfr%smfr.org 39e38f1a62 Part of fix in bug 154894: nuke the resource files on a 'distclean' so that a stray _NullPlugin.rsrc doesn't break subsequent objdir builds. 2005-01-16 21:17:36 +00:00
neil%parkwaycc.co.uk 201cc4b7a3 Bug 188557 Application name should not be hard-coded in "Illegal plug-in operation" dialog p=bugmail@q1n.org r+sr=jst 2005-01-13 12:46:52 +00:00
cbiesinger%web.de 8ab6e0d7d1 bug 264599 make unfrozen necko interfaces use 64-bit integers.
r=darin sr=bz a=asa
2005-01-09 20:43:35 +00:00
jst%mozilla.jstenback.com 4e2e132935 Landing the low-level code for using the plugin finder service from the aviary branch. Bug 244125 etc. 2005-01-05 00:21:06 +00:00
gerv%gerv.net 9e3da3c0ac Removing XPIPackager - licence is not compliant with the licensing policy. If you know of a good reason that this code needs to be in the mozilla.org CVS repository, please contact gerv@mozilla.org. 2005-01-01 15:29:24 +00:00
bsmedberg%covad.net c94e575e59 Don't build plugin samples until after xpcom is available. Shouldn't affect the default build. 2004-12-10 17:47:52 +00:00
bsmedberg%covad.net 79241940e8 Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees. 2004-12-09 19:28:35 +00:00
bsmedberg%covad.net 7f212778db Bug 272843 - remove redundant makefile variable MOZ_COMPONENT_XPCOM_LIBS. r=darin 2004-12-04 04:51:43 +00:00
gerv%gerv.net 670fb87360 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-01 22:27:03 +00:00
darin%meer.net 6d8591d85f fixes bug 263360 "Make CallCreateInstance use NS_GetComponentManager instead of nonfrozen/deprecated nsComponentManager symbols" r=bsmedberg sr=dbaron 2004-11-23 20:53:38 +00:00
timeless%mozdev.org d01dd1aa4c Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 19:34:02 +00:00
timeless%mozdev.org 74051c3e8c Bug 269472 Crash opening about:plugins[@ JS_GetPrivate][@ PL_strcmp]
Caused by the careless fix for:
Bug 265936 Memory leak in nsPluginHostImpl::ScanPluginsDirectory()
I'm backing it out. People can play with it in their tree.
2004-11-15 02:39:30 +00:00
jst%mozilla.jstenback.com 71a0b60df8 Checking in the fix for bug 265936. Fixing memory leak in nsPluginHostImpl::ScanPluginsDirectory(). Patch by brian.lu@sun.com, r+sr=jst@mozilla.org 2004-11-12 01:14:32 +00:00
timeless%mozdev.org fb483e6b15 Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=dbradley rs=brendan
2004-11-10 07:27:11 +00:00
darin%meer.net 950a78482d fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg 2004-11-07 23:59:35 +00:00
darin%meer.net 189ba5e5c4 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
cls%seawood.org efaf7d7fa9 Add --disable-plugins build option.
Bug #266750 r=bsmedberg
2004-10-31 07:10:49 +00:00
jst%mozilla.jstenback.com 93125dee5f Fixing busted plugin sample. Not part of the default build. 2004-10-12 21:10:42 +00:00
zack%kde.org 462fea1107 Qt Mozilla port. For now the best way to start playing with it is the
TestQGeckoEmbed from the embedding/browser/qt/tests.
Build patch sr=jst, r=biesi.
Rest: r=dbaron,biesi
2004-10-11 04:01:49 +00:00
cbiesinger%web.de 854203cbdf Bug 259103 nsPluginsDirMac.cpp unused
r=jst sr=peterv
2004-09-16 12:59:48 +00:00
bryner%brianryner.com b9c402244b Add HPUX to the list of platforms that use inttypes.h. Bug 239465, r=dbaron. 2004-09-05 22:56:55 +00:00
jst%mozilla.jstenback.com 1a2cfd5e34 Fixing build bustage on OpenBSD 3.5 (bug 256877). Patch by ju1i3n.news@free.fr and jon@rekai.net, r+sr=jst@mozilla.org 2004-09-01 16:56:51 +00:00
jst%mozilla.jstenback.com 0ab635f772 Landing fix for bug 251939. Fixing IRIX build bustage. Patch by grobi_2000@yahoo.de, r=bryner@brianryner.com, sr=jst@mozilla.org 2004-09-01 00:32:03 +00:00
jst%mozilla.jstenback.com af3442d1b2 Fixing build bustage on BeOS (bug 257442). Patch by thesuckiestemail@yahoo.se, r+sr=jst@mozilla.org 2004-08-30 19:05:11 +00:00
cbiesinger%web.de 78037b10c0 fixing bustage 2004-08-30 13:52:20 +00:00
cbiesinger%web.de bf612d5b7b Bug 242150 implement NPN_GetValue of NPNVisOfflineBool
patch by William Bardwell <wbardwel@curl.com> r+sr=jst
2004-08-30 13:25:28 +00:00
jst%mozilla.jstenback.com 2e81de8496 Fixing bug 257191. Adding NPN_InvokeDefault() and renaming NPN_Call() to NPN_Invoke() in the npruntime plugin scriptability API. Also fix a problem with property getters on plugin objects. r+sr=brendan@mozilla.org 2004-08-30 04:31:16 +00:00
jst%mozilla.jstenback.com d4ddaa905a Fixing bug 256944. Adding NPClass argument to NPAllocateFunctionPtr to make it easier to work with dynamic NPClasses. r+sr=brendan@mozilla.org 2004-08-27 00:58:44 +00:00
jst%mozilla.jstenback.com b08fa4b223 Fixing bug 256898. Initialize all NPN callback functions, and correct an error in the prototype for NPN_IdentifierIsString(). r+sr=brendan@mozilla.org 2004-08-25 22:32:41 +00:00
blakeross%telocity.com 403166f3a8 Fix 234369 - Firefox calls itself Navigator when installing plugins. 2004-08-03 07:53:34 +00:00
bryner%brianryner.com 5c02a6978c Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
pkw%us.ibm.com 5097abb853 Bug 224427 - Get this when visiting the site: "Gtk-WARNING **: invalid cast from 'GtkSuperWin' to 'GtkWidget'"
Patch contributed by Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
r=caillon@gmail.com, sr=blizzard@mozilla.org
2004-07-30 18:04:08 +00:00
jst%mozilla.jstenback.com 6b43642950 Fixing bug 253570. Add NPP arguments to select new NPN_ methods to make implementation easier and safer. r+sr=brendan@mozilla.org 2004-07-30 04:00:05 +00:00
bryner%brianryner.com 0fd21c3872 Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc. 2004-07-29 19:41:39 +00:00
jst%mozilla.jstenback.com f35ffc0b16 Fixing bug 252085. Make the new plugin code build on OSF/1. Change suggested by alpha@culzean.org, r+sr=jst@mozilla.org 2004-07-19 17:44:48 +00:00
jst%mozilla.jstenback.com 62b279be14 One more try, attempting to make gcc 2.95.2 happy again. 2004-07-16 22:29:33 +00:00
jst%mozilla.jstenback.com c9adefc8c2 Followup to bug 250666. Removing bogus function forward declaration in favor of including the right header file as suggested by mkaply@us.ibm.com, r+sr=jst@mozilla.org. 2004-07-16 19:05:54 +00:00
jst%mozilla.jstenback.com b410ffe550 See if GCC > 2.91 can grok stdbool.h 2004-07-16 18:57:49 +00:00
gerv%gerv.net 9f35e25052 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-07-16 18:48:35 +00:00
timeless%mozdev.org f90582ccb0 Bug 251300 stdint.h missing in FreeBSD
patch by jon@rekai.net r=jst sr=jst
2004-07-14 22:57:48 +00:00
jst%mozilla.jstenback.com ed9b9e8c8a BSD/OS's sys/types.h defines int32_t and u_int32_t, but not uint32_t. Geez. 2004-07-13 22:15:51 +00:00
jst%mozilla.jstenback.com f2f0df01f9 Attempting to fix bsdi bustage one more time. 2004-07-13 05:36:26 +00:00
jst%mozilla.jstenback.com 22f9bbc289 Adding comments to attempt to explain this mess, and give bsdi builds a typedef for C code for bool, in stead of a global #define. 2004-07-12 23:27:49 +00:00
jst%mozilla.jstenback.com bfef8f0ae5 Attempting to fix BSD/OS bustage. 2004-07-12 23:00:58 +00:00
jst%mozilla.jstenback.com 50878516ee Attempting to fix SunOS bustage, and make the AIX portion of this code rely on the predefined symbol _AIX, not our AIX symbol. 2004-07-12 21:28:40 +00:00
pkw%us.ibm.com 9183cd0826 AIX bustage fix - r+sr=jst 2004-07-12 21:04:23 +00:00
jst%mozilla.jstenback.com 5574339842 Attempting to fix AIX bustage. 2004-07-12 20:21:02 +00:00
jst%mozilla.jstenback.com 6f433b5419 One more attempt at fixing the build bustage. 2004-07-12 19:35:47 +00:00
jst%mozilla.jstenback.com 0847d0312b Another attempt at getting btek turn green w/o breaking other builds. 2004-07-12 18:34:31 +00:00
jst%mozilla.jstenback.com 1f1960d740 Another attempt at getting btek turn green w/o breaking other builds. 2004-07-12 18:33:49 +00:00
jst%mozilla.jstenback.com 04bbd3a373 Only define bool if not in C++. 2004-07-12 18:15:31 +00:00
jst%mozilla.jstenback.com 82883c9cd1 Try typedef... 2004-07-12 17:17:16 +00:00
jst%mozilla.jstenback.com d99b0c47a2 Build bustage. Define bool if it isn't defined already. 2004-07-12 17:05:50 +00:00
jst%mozilla.jstenback.com a36c5b93ce Fixing Mac build bustage. 2004-07-12 17:00:18 +00:00
jst%mozilla.jstenback.com b2020abb3c Build bustage. Oh my, let's see if this would be enough here... 2004-07-12 16:39:56 +00:00
jst%mozilla.jstenback.com d468a44711 Fixing Mac build bustage. 2004-07-12 16:38:06 +00:00
jst%mozilla.jstenback.com 1e5db1bfa7 Fixing bug 250666. Implementing the NPAPI extensions for npruntime plugin scriptability. r+sr=brendan@mozilla.org, a=asa@mozilla.org 2004-07-12 15:53:22 +00:00
cbiesinger%web.de 6263ab98d2 bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
r+sr=darin
2004-06-29 16:45:07 +00:00
roc+%cs.cmu.edu 0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
neil%parkwaycc.co.uk aaa9816a00 Fix compiler warnings by actually using declared variables b=217089 p=gautheri@noos.fr r/sr=alecf 2004-05-27 19:32:39 +00:00
bzbarsky%mit.edu b4e581a123 Undef some windows-only macros to fix bustage 2004-05-22 17:36:12 +00:00
cls%seawood.org 790477e161 Make code more standards compliant to build with mingw gcc 3.4.0.
Bug #243273 r=bsmedberg sr=dbaron
2004-05-13 04:08:34 +00:00
jst%mozilla.jstenback.com cd50957f26 Fixing incorrect comment. 2004-05-03 21:57:11 +00:00
jst%mozilla.jstenback.com 8cf3aa2cd9 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 598f923098 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 f8d1b7c1d0 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 7273b9862e fix tbird build bustage: missing headers 2004-04-28 22:14:32 +00:00
gerv%gerv.net cc323a7cc8 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 21:07:34 +00:00
bzbarsky%mit.edu 4ede76717e 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 5f66ee7437 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 8b8dde7d95 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
bzbarsky%mit.edu 0c6258698a 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 14177dedcb 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 25d000b029 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 38b54cbe5a 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 0f3a59bfeb Attempting to fix btek bustage 2004-04-11 09:21:33 +00:00
jst%mozilla.jstenback.com 0e155fa5a4 Cleaning up indentation. 2004-04-11 05:35:35 +00:00
jst%mozilla.jstenback.com ccafa5c02d 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