jst%mozilla.jstenback.com
4f8ee0f3ff
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
3eeb7f99b6
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
49db0e310b
* 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
701969ba26
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
d4a4cd13e7
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
99672ccd85
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
21c1caa3f1
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
37a2ff46af
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
34066213a5
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
e6acd8ece7
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
0feedf0e41
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
f111ec1cfa
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
06ca0acf9b
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
052195e7d9
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
d2523ff115
Removing bogus semicolon. Bug 289051, problem found by lvcipriani@yahoo.com
2005-05-13 17:49:43 +00:00
timeless%mozdev.org
d70df2afca
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
6b1cc66eae
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
e07bb3b929
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
373d7db1ba
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
1225a042ce
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
5cde02f558
Fix build bustage, bug 288626.
2005-04-06 04:29:55 +00:00
timeless%mozdev.org
1ce3974e6e
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
1aef58d043
fixes regression bug 287690 "applet crashes Firefox" r=dmose
2005-03-25 21:33:12 +00:00
darin%meer.net
08146eec42
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
2889c14ff7
More code tidying, no code changes.
2005-03-23 00:49:53 +00:00
jst%mozilla.jstenback.com
e35202446d
Nuke useless whitespace.
2005-03-23 00:37:58 +00:00
jst%mozilla.jstenback.com
7a5f7b45af
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
8437ead714
Renaming incorrectly named argument.
2005-03-23 00:14:59 +00:00
jst%mozilla.jstenback.com
b975745737
Renaming incorrectly named argument.
2005-03-23 00:14:13 +00:00
jst%mozilla.jstenback.com
6cc6c6f3f0
Whitespace cleanup, and making this code somewhat consistently formatted. No code changes
2005-03-22 16:48:58 +00:00
jst%mozilla.jstenback.com
ef222d5db3
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
ab0810ddac
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
1866be16de
Updating NPPVariable comments per cbiesinger@gmx.at.
2005-03-09 20:03:43 +00:00
jst%mozilla.jstenback.com
33eb3ac3c1
Adding new file, removing old file to fix bugstage.
2005-03-09 17:50:52 +00:00
jst%mozilla.jstenback.com
5200e318d8
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
00ff45119b
Removing unused file.
2005-03-08 17:15:33 +00:00
ben%bengoodger.com
e1e4f987a4
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
1d5e802150
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
e73827a50a
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
79c9fb8436
Fix build bustage
2005-02-07 02:46:42 +00:00
cst%andrew.cmu.edu
b1c8c66ee4
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
844ed1c45c
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
91eebf66f7
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
f5257db823
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
2005-02-03 23:01:54 +00:00
silver%warwickcompsoc.co.uk
a5149009a6
Bug 188557 - Fix chrome: URL for brand.properties.
...
r=kairo
sr=bz
2005-01-30 17:58:04 +00:00
mkaply%us.ibm.com
2ab901f481
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
c7e80eea54
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
25a1adb0c5
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
51bdd9c2e0
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
84b4d075ff
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
141ef1d6be
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
8bf7cd6391
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
e7cfe79af9
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
1f9e11aa76
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
07fad38491
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
7ccf6e4965
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
72fc87c54c
Bug 272843 - remove redundant makefile variable MOZ_COMPONENT_XPCOM_LIBS. r=darin
2004-12-04 04:51:43 +00:00
gerv%gerv.net
b92568bebe
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-12-01 22:27:03 +00:00
darin%meer.net
373f51f2c6
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
a14a802332
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
f197e02f0b
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
9ac17d125b
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
ea2f3df3b9
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
f94aa8151e
fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg
2004-11-07 23:59:35 +00:00
darin%meer.net
96c79cea45
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
cls%seawood.org
cbd90123dc
Add --disable-plugins build option.
...
Bug #266750 r=bsmedberg
2004-10-31 07:10:49 +00:00
jst%mozilla.jstenback.com
3cb7020f80
Fixing busted plugin sample. Not part of the default build.
2004-10-12 21:10:42 +00:00
zack%kde.org
1c549dd488
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
bbf0c642e7
Bug 259103 nsPluginsDirMac.cpp unused
...
r=jst sr=peterv
2004-09-16 12:59:48 +00:00
bryner%brianryner.com
cdb1b89b51
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
5b26cc28cc
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
51af531de0
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
7e82357edb
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
94b3973fc6
fixing bustage
2004-08-30 13:52:20 +00:00
cbiesinger%web.de
9250b719f5
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
920b36e1c2
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
58b1c6de36
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
0d2cd5b162
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
15eeec005c
Fix 234369 - Firefox calls itself Navigator when installing plugins.
2004-08-03 07:53:34 +00:00
bryner%brianryner.com
cc807b07b1
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
2004-07-31 23:15:21 +00:00
pkw%us.ibm.com
365f77fb94
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
068eac5a1c
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
88f80381e3
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
1e7aaa6bf7
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
04ea82f7b6
One more try, attempting to make gcc 2.95.2 happy again.
2004-07-16 22:29:33 +00:00
jst%mozilla.jstenback.com
443fbcfa78
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
45ccca7c01
See if GCC > 2.91 can grok stdbool.h
2004-07-16 18:57:49 +00:00
gerv%gerv.net
50415faa3b
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-07-16 18:48:35 +00:00
timeless%mozdev.org
fc1d7896b7
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
1887ee1407
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
06dde7f166
Attempting to fix bsdi bustage one more time.
2004-07-13 05:36:26 +00:00
jst%mozilla.jstenback.com
c021a0071a
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
441041b163
Attempting to fix BSD/OS bustage.
2004-07-12 23:00:58 +00:00
jst%mozilla.jstenback.com
61e69fa72e
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
5b40ec4a24
AIX bustage fix - r+sr=jst
2004-07-12 21:04:23 +00:00
jst%mozilla.jstenback.com
f915046eb1
Attempting to fix AIX bustage.
2004-07-12 20:21:02 +00:00
jst%mozilla.jstenback.com
beefc26dba
One more attempt at fixing the build bustage.
2004-07-12 19:35:47 +00:00
jst%mozilla.jstenback.com
fd1f727d17
Another attempt at getting btek turn green w/o breaking other builds.
2004-07-12 18:34:31 +00:00
jst%mozilla.jstenback.com
faeb95b5ad
Another attempt at getting btek turn green w/o breaking other builds.
2004-07-12 18:33:49 +00:00
jst%mozilla.jstenback.com
c42aa978a9
Only define bool if not in C++.
2004-07-12 18:15:31 +00:00
jst%mozilla.jstenback.com
ef31d39138
Try typedef...
2004-07-12 17:17:16 +00:00
jst%mozilla.jstenback.com
570e1c024e
Build bustage. Define bool if it isn't defined already.
2004-07-12 17:05:50 +00:00
jst%mozilla.jstenback.com
c8377f1014
Fixing Mac build bustage.
2004-07-12 17:00:18 +00:00
jst%mozilla.jstenback.com
05efe4fe38
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
6b3e2ea11c
Fixing Mac build bustage.
2004-07-12 16:38:06 +00:00
jst%mozilla.jstenback.com
3d31a6ae9f
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
accb367c14
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
52092297fe
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
neil%parkwaycc.co.uk
ad2eb5b9f6
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
bdf2ce9c68
Undef some windows-only macros to fix bustage
2004-05-22 17:36:12 +00:00
cls%seawood.org
38329136a7
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
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
robin.lu%sun.com
ad386572e3
patch for bug 189229 : xembed for plugins
...
patched by robin.lu@sun.com r=joshua.xia@sun.com sr=blizzard@mozilla.org
2003-09-16 01:44:41 +00:00
timeless%mozdev.org
5c01e5ce7e
Bug 217089 Compiler warnings
...
patch by mbockelkamp@web.de r=mkaply
2003-09-11 03:18:47 +00:00
bryner%brianryner.com
0675c941bf
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-07 22:56:05 +00:00
cls%seawood.org
c08e99a287
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
2003-08-16 00:42:35 +00:00
jaggernaut%netscape.com
f1efc20ae6
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
2003-07-25 19:06:59 +00:00
jaggernaut%netscape.com
25a0d42eff
Ugh, weird C&P
2003-07-20 12:13:22 +00:00
jaggernaut%netscape.com
f176733b8c
Gotta love macros
2003-07-20 11:54:31 +00:00
jaggernaut%netscape.com
d1d677ed71
Ah, gotta love macros
2003-07-20 11:48:19 +00:00
jaggernaut%netscape.com
f008bc2bad
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
jaggernaut%netscape.com
bf82a649b9
Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky
2003-07-14 07:37:39 +00:00
jaggernaut%netscape.com
20004e3489
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
bryner%netscape.com
26ed56c408
Search for either pbxbuild or pbbuild, to allow building with the xcode tools on Mac OS X. Also, use -no-cpp-precomp instead of -traditional-cpp, for gcc 3.3 compatibility. Bug 211895, r=sfraser.
2003-07-07 18:22:04 +00:00
timeless%mozdev.org
72df080029
Bug 211116 plugins leak an acrobat hkey
...
r=peterl sr=roc+moz
2003-07-01 21:40:29 +00:00
seawood%netscape.com
99284afa71
Fixing X-on-X bustage
2003-07-01 03:57:47 +00:00
caillon%returnzero.com
ba75de772b
Bug 209087
...
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
alecf%flett.org
ccf01a2786
fix for bug 206379:
...
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
seawood%netscape.com
8f112a4226
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
seawood%netscape.com
480566fe40
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:22:15 +00:00
seawood%netscape.com
6934dc37a9
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
peterlubczynski%netscape.com
6095be9415
Fixing bug 207558 Flash (and other plugins) don't work if installed into a directory with unicode r=dougt, sr=alecf
2003-05-31 19:07:04 +00:00
peterlubczynski%netscape.com
8df31b6c76
Fixing bug 159445: Scan for PLIDs upon startup or load time (for plugins) r=jkeiser, sr=alecf
2003-05-27 21:14:55 +00:00
bienvenu%netscape.com
02a2e252e5
fix corruption and or crash when runing quicktime plugin r=peterl, sr=darin, a=sspitzer 206530
2003-05-21 21:47:51 +00:00
seawood%netscape.com
0515efbeb2
Fixing --disable-oji mac bustage.
...
Bug #204647 r=peterl sr=sfraser a=asa
2003-05-08 06:59:16 +00:00
darin%netscape.com
a7a9655ce4
fixes bug 22994 "Mail reader allows spammers to set/get cookies to track web usage"
...
r=dwitte sr=dveditz a=sspitzer
2003-05-05 21:27:02 +00:00
peterlubczynski%netscape.com
310bae0576
Fixing bug 200976, NP_GetValue gets mangled r=jkeiser, sr=bzbarsky, a=asa
2003-04-25 21:56:47 +00:00
peterlubczynski%netscape.com
9020bed61c
Removing nsPluginViewer.cpp and friends, bug 195502, r=jkeiser, sr=alecf, a=asa
2003-04-25 02:50:10 +00:00
peterlubczynski%netscape.com
f84417fe4c
Removing nsPluginViewer.cpp and friends, bug 195502, r=jkeiser, sr=alecf, a=asa
2003-04-25 01:47:52 +00:00
peterlubczynski%netscape.com
bbcd7ca888
Removing nsPluginViewer.cpp and friends, bug 195502, r=jkeiser, sr=alecf, a=asa
2003-04-25 00:21:12 +00:00
sfraser%netscape.com
efcf8d6576
Fix bug 196704: implement commands to get the selected text, and insert text, to allow for embedders (like Camino) to use them, e.g. for the Mac OS X services menu. Also fix image copy. r=brade, sr=kin.
2003-04-22 18:11:12 +00:00
bryner%netscape.com
ede25f4bc0
Fix leak of pluginFileInDirectory objects from ScanPluginsDirectory(). Patch by dbradley@netscape.com, r=peterl, sr=me.
2003-04-08 02:49:26 +00:00
sfraser%netscape.com
3e1cd5267a
Build the default plugin on Mac OS X, bug 179863. r=cls, sr=bryner.
2003-04-04 22:47:50 +00:00
sfraser%netscape.com
ea354bf3e6
Build the default plugin as Mach-O, in a way that works in objdir builds. r=cls, sr=bryner, bug 179863.
2003-04-04 22:47:03 +00:00
seawood%netscape.com
0e743a0f45
Purge XP_PC.
...
Bug #56767
2003-04-04 03:01:25 +00:00
alecf%netscape.com
9181e04ed4
just recovering --disable-oji
...
(only affects --disable-oji builds)
2003-04-03 21:19:41 +00:00
mstoltz%netscape.com
21d8d750f0
Bug 59767 - add CheckLoadURI call to GetURL and PostURL calls from the Java plugin. r=peterlubczynski, sr=heikki.
2003-04-03 19:11:41 +00:00
seawood%netscape.com
de59dbee4b
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
seawood%netscape.com
36e8988bc8
The plugin function table must remain the same regardless of build configuration.
...
Bug #199567 r=peterl sr=sfraser a=asa
2003-03-31 19:44:29 +00:00
peterlubczynski%netscape.com
2ce1c406de
Fixing bug 192914, prevent Real from recursivly dispatching events, r=smontagu@netscape.com, sr=bzbarsky@mit.edu
2003-03-25 23:10:20 +00:00
mkaply%us.ibm.com
c256298f5d
Not part of build - allow tester to be built via regular build process
2003-03-25 21:19:14 +00:00
mkaply%us.ibm.com
077c8796fc
#188249
...
r=peterl, sr=dbaron
Rename some strcmpi to stricmp and itoa to _itoa
Not part of default build
2003-03-25 20:56:47 +00:00
mkaply%us.ibm.com
910758e663
Not part of build
...
Fix a bad include dependency
2003-03-25 20:52:39 +00:00
dbaron%dbaron.org
4f9693d38e
Don't hold the pref service forever in a static nsCOMPtr. b=198895 r=peterlubczynski sr=bryner,alecf
2003-03-25 14:55:35 +00:00
seawood%netscape.com
b983df21d3
Resurrect --disable-oji
...
Bug #197924 r=peterl sr=alecf
2003-03-25 06:54:52 +00:00
timeless%mozdev.org
965ba28bb1
Bug 106386 rid source of misspellings
...
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
mkaply%us.ibm.com
bb6f689d64
#188249
...
r=me, sr=blizzard (platform specific code)
OS/2 GCC work
2003-03-23 23:58:25 +00:00
peterlubczynski%netscape.com
6933d196dc
Fixing bug 197855 JRE 1.3.1 crashes because we don't resolve symbolic links to plugin before loading it on UNIX and bug 197975, plugin.expose_full_path broke, r=dougt, sr=heikki
2003-03-22 04:04:55 +00:00
peterlubczynski%netscape.com
c8c6f4afa4
Creating nsMediaDocument/nsPluginDocument to make full-page
...
plugins scriptable, bug 90256 r=jkeiser sr=jst
2003-03-22 03:20:23 +00:00
peterlubczynski%netscape.com
262f4c8d0a
Creating nsMediaDocument/nsPluginDocument to make full-page
...
plugins scriptable, bug 90256 r=jkeiser sr=jst
2003-03-22 02:22:03 +00:00
mkaply%us.ibm.com
c13dbdb65d
#188249
...
r=me, sr=blizzard (platform specific code)
OS/2 EMX work - low hanging fruit - strcmpi-> stricmp, itoa->_itoa, remove some headers, fix some syntax
2003-03-19 15:28:29 +00:00
av%netscape.com
1d1a712aeb
Fix for a minor bug in the Tester plugin -- not part of the build.
2003-03-18 22:06:14 +00:00
seawood%netscape.com
dd1a117b44
Fix BeOS bustage
2003-03-16 03:03:06 +00:00
mkaply%us.ibm.com
a9533c40d4
OS/2 bustage
2003-03-15 14:07:54 +00:00
darin%netscape.com
8370bad770
fixing bustage
2003-03-15 03:23:29 +00:00
dougt%netscape.com
be629223b6
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
seawood%netscape.com
40cc099fd5
Fixing X-on-X bustage.
...
Thanks to Michal 'hramrach' Suchanek <hramrach@centrum.cz> for the patch.
Bug #191447 r=cls
2003-03-14 20:14:17 +00:00
av%netscape.com
312563ebcc
Fixing minor bug in the Tester Plugin, not part of the build
2003-03-13 03:05:47 +00:00
cls%seawood.org
08f5459907
Landing mingw plugin changes.
...
Thanks to Dan Mosedale <dmose@mozilla.org> for the changes.
Bug #134113 r=peterl sr=dbaron
2003-03-11 03:29:47 +00:00
peterlubczynski%netscape.com
c1fe44094f
Fixing bug 131007, unpaired events cause us to remain in capture and look hung, r=jkeiser sr=bryner
2003-03-11 00:54:18 +00:00
av%netscape.com
14ba311d1a
Adding more info to the log output, not part of the build
2003-03-08 22:22:04 +00:00
cls%seawood.org
d18d8ada60
Adding mingw makefile changes.
...
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
av%netscape.com
9d72a41d41
missing icon, not part of the build
2003-03-07 05:22:46 +00:00
seawood%netscape.com
105ae7a8d2
Add support for building against X11-based toolkits on OS X.
...
Bug #191447 r=pavlov
2003-03-04 04:06:33 +00:00
seawood%netscape.com
75c84cfdea
Use MOZ_X11 instead of NO_X11 to signify that we're building for an X11-based toolkit.
...
Bug #191447 r=peterl sr=sfraser
2003-03-04 03:58:43 +00:00
bernd.mielke%snafu.de
a27a9824cf
trying to fix os2 bustage
2003-03-02 08:44:23 +00:00
av%netscape.com
74ec75b150
This is not part of regular build -- adding new capabilities to the Tester Plugin
2003-03-02 01:26:51 +00:00
timeless%mozdev.org
6fb8a15754
Bug 159554 Configure with --without-x causes compile error
...
patch by bjt23@cornell.edu r=timeless sr=alecf
2003-02-28 02:34:09 +00:00
sfraser%netscape.com
f089e1775d
Bug 191821: fix the plugin viewer (full-screen plugins) to use nsIPluginWidget on Mac. r=peterl, sr=bryner
2003-02-27 23:33:41 +00:00
cbiesinger%web.de
b12a4c4241
97324 r=peterl/jst sr=jst/bz nsContentDLF.cpp should not use a static list of image types; also: 192023 Make DocLoaderFactories a service
2003-02-27 13:51:55 +00:00
peterlubczynski%netscape.com
487d0c2bf5
Adding masks for gcc3 and Mach-O builds for NPAPI variables that pass interface pointers, bug 182117 r=beard,cls sr=sfraser
2003-02-27 01:47:53 +00:00
pete.zha%sun.com
058ee62667
bug=184015
...
No plugin finder dialog pop-up when loading some applet pages in w/o jre installed
r=av@netscape.com , sr=beard@netscape.com , patch=joshua.xia@sun.com
2003-02-25 06:06:10 +00:00
timeless%mozdev.org
ca86f4eb55
Bug 192445 Plugin shell passes garbage to victimizable plugins (0x1 as pointer for extension)
...
r=peterlubczynski sr=dbaron
2003-02-23 04:41:10 +00:00
seawood%netscape.com
abe8eafe58
Remove qt toolkit support from the tree.
...
Use the QT_LAST_RITES tag to pull the last known "good" tree to continue work on the port.
Bug #178987 r=bryner
2003-02-22 07:14:37 +00:00
seawood%netscape.com
5df01fbdf7
Fix cross-compiling by replacing hardcoded -L/usr/X11R6/lib
...
Bug #193062 r=peterl a=asa
2003-02-13 19:24:24 +00:00
peterlubczynski%netscape.com
f1b3359f04
Bug 192009, stop exporting the default plugin to dist/gre, dist/lib, dist/bin on UNIX, r=cls a=asa
2003-02-06 23:41:43 +00:00
seawood%netscape.com
134856ca89
Fixing tinderbox bustage.
2003-02-06 00:29:06 +00:00
peterlubczynski%netscape.com
b0346f166d
Expanding Flash stack curruption hack to all platforms as it was found on OSX, bug 186287 r=kmcclusk sr=sfraser a=dbaron
2003-01-31 19:37:32 +00:00
seawood%netscape.com
1bfff98672
Fixing objdir bustage
2003-01-30 20:37:32 +00:00
seawood%netscape.com
c6876e21fe
Fix objdir bustage
2003-01-30 20:29:49 +00:00
mkaply%us.ibm.com
90096b4fda
OS/2 bustage - just define HIBYTE and LOBYTE for any platform that doesn't have them
2003-01-30 18:52:33 +00:00
mkaply%us.ibm.com
f5ae0f7187
OS/2 bustage - we have macros for a reason :)
2003-01-30 18:51:50 +00:00
seawood%netscape.com
8de3611281
Fix ifdef so that only tier-1 platforms are building the plugin sdk.
...
Fixing OS/2 tinderbox bustage.
2003-01-30 18:38:57 +00:00
peterlubczynski%netscape.com
faf24ceea7
fixing BeOS bustage
2003-01-30 05:13:53 +00:00
peterlubczynski%netscape.com
c41f2866a0
Fixing bustage, r=cls
2003-01-30 03:17:02 +00:00
peterlubczynski%netscape.com
ba6a25dc84
Fixing bugstage r=cls
2003-01-30 03:16:39 +00:00
peterlubczynski%netscape.com
862883a650
Attempting to fix bustage on myotonic by adding newline to end of file
2003-01-30 02:09:17 +00:00
peterlubczynski%netscape.com
2558301d5b
Making PluginSDK build with ENABLE_TESTS, bug 112255 r=cls a=asa
2003-01-30 00:57:22 +00:00
peterlubczynski%netscape.com
21c92c416c
Adding REQUIRES to PluginSDK, removing copying of header, bug 112255 r=cls a=asa
2003-01-30 00:53:04 +00:00
peterlubczynski%netscape.com
d6c1c1d13a
Backing out last checkin
2003-01-22 01:04:39 +00:00
peterlubczynski%netscape.com
0dcfa1b762
Marking plugin SDK part of the build during ENABLED_TESTS, bug 112255 r=cls
2003-01-22 00:37:06 +00:00