Commit Graph

1394 Commits

Author SHA1 Message Date
sfraser%netscape.com
352be220ed 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
fbaaafee40 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
c1617d1775 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
5b3f8676d6 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
b88dd1c331 Purge XP_PC.
Bug #56767
2003-04-04 03:01:25 +00:00
alecf%netscape.com
4c0620dc02 just recovering --disable-oji
(only affects  --disable-oji builds)
2003-04-03 21:19:41 +00:00
mstoltz%netscape.com
7b93771a4d 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
80e1b303cc Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
seawood%netscape.com
f742c92816 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
fe452130d5 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
84a453d012 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
5113765704 #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
9d2ca0b3be Not part of build
Fix a bad include dependency
2003-03-25 20:52:39 +00:00
dbaron%dbaron.org
35dd408cb0 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
d056fe18d0 Resurrect --disable-oji
Bug #197924 r=peterl sr=alecf
2003-03-25 06:54:52 +00:00
timeless%mozdev.org
697618b07d 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
e16377b3aa #188249
r=me, sr=blizzard (platform specific code)
OS/2 GCC work
2003-03-23 23:58:25 +00:00
peterlubczynski%netscape.com
f7920ead0a 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
b5850784ea 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
07b7bbfa07 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
c5487624e7 #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
2f5970ba20 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
fdbdaab2f1 Fix BeOS bustage 2003-03-16 03:03:06 +00:00
mkaply%us.ibm.com
a7154a78df OS/2 bustage 2003-03-15 14:07:54 +00:00
darin%netscape.com
c102d96548 fixing bustage 2003-03-15 03:23:29 +00:00
dougt%netscape.com
0d2808c511 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
35d323ad77 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
dd1b7beb79 Fixing minor bug in the Tester Plugin, not part of the build 2003-03-13 03:05:47 +00:00
cls%seawood.org
a05452d1c8 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
eccc1a5ed8 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
7d96b63882 Adding more info to the log output, not part of the build 2003-03-08 22:22:04 +00:00
cls%seawood.org
d1479589a2 Adding mingw makefile changes.
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
av%netscape.com
d28167021e missing icon, not part of the build 2003-03-07 05:22:46 +00:00
seawood%netscape.com
ec26667992 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
d76e9fd54a 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
0b9159c6e8 trying to fix os2 bustage 2003-03-02 08:44:23 +00:00
av%netscape.com
9c312c01ec 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
48baffb5b6 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
c5d5b4717d 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
8e44a6e02d 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
0406960ab8 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
b853f502e1 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
2cb0e10110 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
b44c065b1d 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
12ed9246d8 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
523f0ff1c1 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
5622d18c23 Fixing tinderbox bustage. 2003-02-06 00:29:06 +00:00
peterlubczynski%netscape.com
e70f316d4e 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
dbed4cb9a4 Fixing objdir bustage 2003-01-30 20:37:32 +00:00
seawood%netscape.com
931d662224 Fix objdir bustage 2003-01-30 20:29:49 +00:00