Commit Graph
316 Commits
Author SHA1 Message Date
Vladimir Vukicevic 21a76abbb1 [dfb,422221] Gtk/DirectFB: half-fix/enable plugins for DirectFB port 2008-08-06 13:48:55 -07:00
Vladimir Vukicevic 0e839a4c79 Backing out d883ab4b8f41:7540abc35c97 2008-08-06 16:24:13 -07:00
Vladimir Vukicevic d714959ad2 [dfb,422221] Gtk/DirectFB: half-fix/enable plugins for DirectFB port 2008-08-06 13:48:55 -07:00
Dave Townsend 493a66906b Bug 427743: Expose file version of plugins. r+sr=jst 2008-07-15 11:50:42 +01:00
Johnny Stenback 5447f74286 Landing part of the fix for bug 435334. Remove Java specific code that does nobody any good in our samples. r=joshmoz@gmail.com, sr=jonas@sicking.cc 2008-07-11 14:24:43 -07:00
cf9a19e991 Bug 283342 - "Many windows don't set window classes" (add a window class to the Default Plugin's window) [p=sandreas41@yahoo.com r+sr=jst a1.9=beltzner] 2008-03-08 01:55:28 -08:00
dd927b4679 backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox 2008-03-05 14:56:43 -08:00
932f8e936f switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner 2008-03-05 13:39:29 -08:00
f9e349e014 Bug 411463 - "AIX Compilation error with compiler option -qlanglvl=stdc99 for trunk build source npunix.c : mozilla/modules/plugin/samples/default/unix/npunix.c", line 556.62: 1506-068 (S) Operation between types "void*" and "void*" is not allowed" [p=shailen.n.jain@gmail.com (Shailen) r+sr=jst a1.9=schrep] 2008-02-13 03:29:56 -08:00
cf19c4fac7 Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep 2008-02-09 02:37:42 -08:00
7e830c369f clean up mac default plugin. b=373070 r=mento sr=jst a=schrep 2007-11-14 22:23:46 -08:00
0868a81876 Adding npruntime scriptability sample. A dumb sample, but it's all we've got an I have no time to make it better now. Not part of the build. 2007-09-21 11:35:38 -07:00
d7220f789d bug 395246 - link null plugin with static CRT to avoid Microsoft.VC80.CRT SxS errors. r=bsmedberg a=mconnor 2007-09-17 11:22:55 -07:00
98de634631 Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
7ad4ccd6b2 Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 16:52:44 -07:00
hg@mozilla.com 2ca566cd74 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
joshmoz@gmail.com ee5fb6c117 Default Plug-in's InfoPlist.strings is a broken, double-double quotes starting quoted strings. b=373818 r=josh sr=pav 2007-03-14 01:01:44 +00:00
joshmoz@gmail.com 489afaff27 remove backward adapter plugin code for 3.0/4.0 plugin compat. nobody should be using it any more and in any case it doesn't belong in the samples directory. b=373155 sr=jst 2007-03-13 22:18:04 +00:00
joshmoz@gmail.com 25c7c86905 clean up mac default plugin, part 1. b=373070 r=mento sr=jst 2007-03-10 00:42:19 +00:00
asqueella@gmail.com 27e6bc16ee fix bustage, bug 360165 2007-02-17 21:22:28 +00:00
asqueella@gmail.com 879c6acab3 Bug 360165 - npunix.c (plugin sample) is missing lots of function pointer copying and will break with older browsers
p=William Bardwell <wbardwel@curl.com>
r+sr=jst
2007-02-17 18:33:50 +00:00
timeless@mozdev.org 358db4f61b Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
cbiesinger@web.de d3ec88cd29 bug 357427 Make the nullplugin use nsIPrefBranch instead of nsIPref
r+sr=jst
2006-10-21 16:01:14 +00:00
cst@yecc.com 631403253b Bug 355299 Update obsolete plugin-related URLs
r+sr=jst
2006-10-05 23:06:49 +00:00
timeless@mozdev.org e44e2acefd Bug 20232 Replace T::GetIID() (etc.) with NS_GET_IID(T)
r=bsmedberg sr=biesi
2006-09-17 00:04:39 +00:00
mkaply@us.ibm.com 5102f10a34 OS/2 build break 2006-09-05 18:52:22 +00:00
timeless@mozdev.org 7cec9f79c8 Bug 336965 Useless null check of shell in NPP_SetWindow
r=jst sr=jst
2006-06-25 07:17:19 +00:00
gavin@gavinsharp.com 5f2462abbf Bug 265871: rename JavaScript console to Error console, patch by Kurt <supernova_00@yahoo.com>, r=mconnor, ui-r=beltzner, sr=neil/bzbarsky 2006-05-25 21:22:32 +00:00
mkaply@us.ibm.com 9429775a10 259140 - r/sr=mkaply (OS/2 only) - patch from Peter Weilbacher - resync default plugin to match Windows 2006-05-23 01:28:05 +00:00
bryner@brianryner.com 1aeb69f877 Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin. 2006-03-15 04:59:42 +00:00
timeless@mozdev.org 9ced5b09ba Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
mark@moxienet.com 97a1c81ccd Excellent, we no longer have any Jaguar tinderboxes! 322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. Third time's the charm. r=josh sr=pink 2006-02-17 20:54:32 +00:00
mark@moxienet.com 8f01e03d06 backout 322578 asdecode and resources (again) due to jaguar fire (again) 2006-02-14 06:15:27 +00:00
mark@moxienet.com ad5d7d6753 322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. r=josh sr=pink. This will break the build on Mac OS X 10.2 ("Jaguar"), and it's not going to be fixed. See bug 299214. 2006-02-14 03:42:42 +00:00
mark@moxienet.com 5749842858 322578 backing out due to 10.2 bustage 2006-01-27 22:19:42 +00:00
mark@moxienet.com e67a9c07eb 322578 Bustage fix for Mac OS X 10.2 build hosts (why haven't these tinderboxes been upgraded?!) 2006-01-27 21:49:08 +00:00
mark@moxienet.com d2b149cc87 322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. r=josh sr=pink 2006-01-27 21:00:32 +00:00
bryner@brianryner.com d380365706 Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin. 2006-01-24 19:22:02 +00:00
mark@moxienet.com 5e0b446248 Cleaning up obsolete dead code, see bug 314432. r=josh sr=pink 2005-12-28 18:21:33 +00:00
timeless@mozdev.org 66f4ec6854 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
mark@moxienet.com 498e07d475 Bug 314432, Get rid of TVector glue in Default Plugin on Mac/Intel. Built but not used in Firefox. r=josh 2005-11-17 21:38:05 +00:00
dbaron@dbaron.org b55c028d13 Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin 2005-11-14 20:09:51 +00:00
cbiesinger@web.de 13164a34e3 bug 307879 destroy the stream in the nullplugin
r=jst sr=darin
2005-09-15 16:06:31 +00:00
cbiesinger@web.de 98c349bdd7 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
smfr@smfr.org 8046192819 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
timeless@mozdev.org 2bf847e570 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 c1ef326312 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
dougt@meer.net d59d2a78ea * 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 7f9f7a46a4 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 dc95f37771 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