1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* library/browser.tcl, library/utils/cfg.tcl, library/utils/log.tcl: * library/utils/rpi.tcl, library/utils/url.tcl, library/utils/wait.tcl: * library/utils/policy.tcl: use 8.4 'eq/ne' ops. More... almost 18 years ago
* library/plugmain.tcl (npShutDown): don't bother with 'destroy .' More... almost 18 years ago
* generic/np.h: add modifications towards better thread-safety * generic/npInterp.c: by clearly denoting use of main (master) and * generic/npStream.c: instance interpreters. We are not yet ready * generic/npTcl.c: for a multi-thread calling host, but this gets us closer. More... almost 18 years ago
* win/pluginhostctrl.dll: remove ThreadingModel (was Apartment) to ensure prue single-threaded operation. This prevents the need to marshall all calls as IE would otherwise call in from different threads. See http://support.microsoft.com/kb/q150777/ for more details on in-proc server threading. More... almost 18 years ago
* win/npWinPlat.c (ContainerProc, NpPlatformDestroy): (NpPlatformSetWindow): move global data to thread-specific. (NpPlatformNew): don't modify instance->pdata. More... almost 18 years ago
* win/npWinPlat.c (NpPlatformSetWindow): ensure we don't subclass the same hwnd more than once. Don't bother with Tcl_ServiceAll. (NpPlatformDestroy): unsubclass no matter what, as Firefox has some wacky subclass semantics, and this works. More... almost 18 years ago
* tools/buildkit.tcl (xpi): use platform::identify if available More... almost 18 years ago
* library/plugmain.tcl, library/pkgIndex.tcl: Bump to version 3.1 * configure, configure.in, tclconfig/tcl.m4: TEA 3.5 update. More... almost 18 years ago
remove CONST84 usage More... almost 18 years ago
* generic/npInit.c (NP_Initialize): add more error handling More... almost 18 years ago
* generic/npCmds.c: use TCL_OBJ_CMD, remove CONST84 More... almost 18 years ago
* generic/np.h: add TCL_TSD_INIT and TCL_OBJ_CMD convenience macros and remove _ANSI_ARGS_ and CONST84 usage. More... almost 18 years ago
* win/pluginhostctrl.dll: add support for looking in newer Mozilla versions' PLUGINS dir. More... almost 18 years ago
* tools/buildkit.tcl: Add pluginhostctrl.dll to Windows xpi and * tools/install.js.in: request to register it as an ActiveX control on xpi install for IE. More... almost 18 years ago
update plugin(release) More... almost 18 years ago
* configure.in, configure: bump patchlevel to 3.0.2 More... over 18 years ago
* library/plugmain.tcl (::plugin::init_extern): simplify to only use the open|wish approach. We don't need remoted.tcl to be on the native fs, but we do need the plugin pkg native, so users can easily modify configuration/policies after install. More... over 18 years ago
(SetupConsole): fix tkcon init More... over 18 years ago
update to tkcon rcs,v1.89 2005/09/12 More... over 18 years ago
allow plugin(library) to be preset More... over 18 years ago
add npWinPlat.c changes More... over 18 years ago
see ChangeLog More... over 18 years ago
* generic/np.h: Move defining various dl* functions to np.h, * unix/npUnix.c: adding support for HP-UX and correcting the * generic/npInterp.c: TCL_KIT_DLL location on unix. Add XP_MACOSX definitions (not functional). More... over 18 years ago
* win/npWinPlat.c (ContainerProc): When receiving message for unknown hwnd, just pass to DefProc. This was a panic, but we aren't unsubclassing the ContainerProc call always in NpPlatformDestroy because someone else has further subclassed us. Make use of LongPtr calls for 64-bit compatability. More... over 18 years ago
* library/plugmain.tcl: correct remoted.tcl script discovery when running from external wish. More... over 18 years ago
* generic/npapi.h: Updated to more recent Moz version and tweaked to make XP_MACOSX use Carbon/Carbon.h instead of Quickdraw.h. More... over 18 years ago
* configure.in, configure: add PACKAGE_PATCHLEVEL of 3.0.1 with package version at 3.0. Add recogition for Aqua configure. Make use of SHLIB_SUFFIX var. More... over 18 years ago
* Makefile.in (plugkit): ensure tcllib1* modules only. Add Mac OS X object files. Correct buildkit args to match changes. More... over 18 years ago
add debugging newline More... over 18 years ago
whitespace fixes More... over 18 years ago