Commit Graph
202 Commits
Author SHA1 Message Date
seawood@netscape.com fc429b571e Define WIN32_LEAN_AND_MEAN globally for win32 builds.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
av@netscape.com 4c13540098 Bug 168490 -- extra blank window during plugin xpi install, r=serge, sr=darin 2002-10-08 06:31:13 +00:00
av@netscape.com 1edad93714 Updating workspace for the default plugin on Windows, not part of the build 2002-10-04 19:59:52 +00:00
pkw@us.ibm.com 34504ac3d3 Fix Bug 98892 - Null plugin crash on AIX with Java plugin installed.
Link with -lXm before -lXt on AIX, use $XT_LIBS instead of hardcoding
-lXt in Makefiles.
r=cls
2002-09-30 22:18:27 +00:00
timeless@mac.com f882683a05 Bug 165400 _IMPL_NS_PLUGIN unused
patch by walk84@yahoo.com r=biesi sr=bryner
2002-09-24 00:41:35 +00:00
anthonyd@netscape.com ed4e32a878 bug fix for 166948
change baked in url for plugin finder service
r=peterl@netscape.com
sr=beard@netscape.com
2002-09-12 22:35:39 +00:00
anthonyd@netscape.com fa55efe9f6 bug fix for 166948 - change baked in url for plugin finder service
r=peterl@netscape.com
sr=beard@netscape.com
2002-09-12 22:29:27 +00:00
dougt@netscape.com 46ce738546 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
timeless@mac.com a176bd1a37 Bug 156633 replace PR_CurrentThread with PR_GetCurrentThread
patch by riceman+bmo@mail.rit.edu r=morse,dougt,dveditz,timeless sr=dveditz
2002-09-03 14:51:05 +00:00
timeless@mac.com bcf5398fef Bug 161945 clean up simple mac build warnings
r=dbradley sr=bz
2002-09-02 21:26:11 +00:00
henry.jia@sun.com 3c7210b15a Fix bug 159889: replace the hardcode of "@mozilla.org/preferences;1" with NS_PREF_CONTRACTID
Patch by leon.zhang@sun.com
r=Henry, sr=alecf
2002-08-19 04:29:58 +00:00
seawood@netscape.com f31500b018 Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
bzbarsky@mit.edu 32e4f15cdf Bug 114627 -- ESC should dismiss default plugin dialog. Patch by
Andre  Dahlqvist <anedah-9@student.luth.se>, r=serge, sr=blizzard, a=asa
2002-07-17 04:36:13 +00:00
mkaply@us.ibm.com a018bc596c #154161
r=pedemont, sr=blizzard
OS/2 only - get NPNULL plugin working on OS/2
2002-07-02 14:02:41 +00:00
mkaply@us.ibm.com 800128a9bf #154161
r=pedemont, sr=blizzard
OS/2 only - get NPNULL plugin working on OS/2
2002-06-27 22:26:41 +00:00
alecf@netscape.com ebfefbe69c fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes) 2002-06-06 20:28:14 +00:00
av@netscape.com 3a18993c54 Fixing 132430 -- RealJukeBox breaks the plugin finder service, r=peterl, sr=attinasi 2002-04-27 01:48:51 +00:00
peterlubczynski@netscape.com a3b905421c Fixing crash with default plugin, r=av, sr=waterson, bug 139529 2002-04-25 14:07:46 +00:00
seawood@netscape.com a4af5f77bb Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
peterlubczynski@netscape.com 08ba5cebd1 Fixing smoketest blocker bug 138500 r=av sr=jag a=leaf 2002-04-19 18:08:04 +00:00
timeless@mac.com 1a8310ffe7 fixing gmake requires bustage from:
Changes for plugin finder service, bug 133864, r=av sr=attinasi
2002-04-17 15:45:14 +00:00
peterlubczynski@netscape.com 2190839a46 Changes for plugin finder service, bug 133864, r=av sr=attinasi 2002-04-17 14:05:57 +00:00
dougt@netscape.com 81107516d8 XPCOM initialize primary event queue. 135531. r=brendan@mozilla.org, sr=darin@netscape.com 2002-04-15 22:26:29 +00:00
colin@theblakes.com dd906398ef Add missing XSync to prevent BadDrawable error.
b=133713 r=serge sr=blizzard a=asa.
2002-03-31 03:11:39 +00:00
beard@netscape.com fe9d35d4bf [not part of build] 2-way scripting test. 2002-03-27 01:30:04 +00:00
beard@netscape.com 8fc2b95947 [not part of build] 2-way plugin scripting example. 2002-03-27 01:16:06 +00:00
beard@netscape.com 15278b9a02 [not part of build] 2-way scripting example interface. 2002-03-27 01:14:40 +00:00
beard@netscape.com f25701b234 [not part of build] scriptable plugin support for XP_MAC. 2002-03-27 01:10:26 +00:00
beard@netscape.com 1a0f3bfd10 [not part of build] make scriptable plugin work on XP_MAC. 2002-03-26 23:43:49 +00:00
beard@netscape.com 8931048ce4 [not part of build] fix mac build bustage. 2002-03-26 23:39:28 +00:00
av@netscape.com 257ad9214a Threaded plugin sample code, not part of the build 2002-03-06 03:55:03 +00:00
av@netscape.com faf2a79df6 Readme file for the plugin sample code, not part of the build 2002-03-06 03:53:40 +00:00
av@netscape.com 99ed8e6250 Threaded plugin sample code, not part of the build 2002-03-06 03:37:15 +00:00
av@netscape.com b1584744cd Threaded plugin sample code, not part of the build 2002-03-06 00:34:36 +00:00
seawood@netscape.com efc63f246a Updating search path (again). Fixing tinderbox bustage from bug 120845 2002-02-20 08:00:58 +00:00
seawood@netscape.com d20ebfba0e Move old 4x plugin headers from mozilla/include to mozilla/modules/plugin/base/public/ .
Bug #120845 r=bryner
2002-02-20 05:44:43 +00:00
sfraser@netscape.com a2578325bc Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
bnesse@netscape.com 4ba9866f87 Fix for bug 104445. Make nsPluginInstance a scrollbar listener so it can notify plugins they are scrolling. Also fixes bug 76085. r=peterl, sr=sfraser, a=blizzard. 2002-01-18 20:12:29 +00:00
seawood@netscape.com 65083862da Fixing win32 static build bustage in activex & simple plugin.
Bug 120675 r=bryner sr=waterson a=asa
2002-01-18 08:14:20 +00:00
seawood@netscape.com f02d006265 Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
seawood@netscape.com 55e2c9f451 Plugins should not be linked into static builds. 2002-01-09 23:46:06 +00:00
seawood@netscape.com 61ff1e4a9c Force sample plugin libs to always be built as a shared library. r=colin@theblakes.com 2002-01-03 05:32:49 +00:00
seawood@netscape.com 9b4d6cf859 Check local XPIDL_GEN_DIR for headers.
Fixing tinderbox bustage
2001-12-31 09:57:48 +00:00
seawood@netscape.com 99f294f9d9 Since nothing is being exported to dist, we need to look in the local dirs for the generated headers.
Fixing tinderbox bustage
2001-12-31 09:46:47 +00:00
seawood@netscape.com 3bade7240a Set NO_DIST_INSTALL in sample plugin makefiles
Bug #84593 r=mcafee
2001-12-31 09:06:13 +00:00
timeless@mac.com c16538ef81 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
seawood@netscape.com 3e2680506d Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
ccarlen@netscape.com 312d200643 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 04:54:47 +00:00
ccarlen@netscape.com a2e79d39bd Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:58:15 +00:00
ccarlen@netscape.com 9cd8d29899 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 20:25:12 +00:00