Displaying 3 results from an estimated 3 matches for "137189".
Did you mean:
13189
2007 Nov 06
0
configure.ac src/Makefile.am src/plugin.c
..._SetValueProc (mozilla_funcs.setvalue, instance,
- NPPVpluginKeepLibraryInMemory, (void *) PR_TRUE))
- return NPERR_INCOMPATIBLE_VERSION_ERROR;
+ if (!make_sure_this_thing_stays_in_memory ())
+ return NPERR_INVALID_INSTANCE_ERROR;
#if 0
/* see https://bugzilla.mozilla.org/show_bug.cgi?id=137189 for why this doesn't work
* probably needs user agent sniffing to make this work correctly (iff gecko
@@ -404,7 +422,7 @@ NP_Initialize (NPNetscapeFuncs * moz_funcs, NPPluginFuncs * plugin_funcs)
NPError
NP_Shutdown (void)
{
- g_printerr ("You should not see this text until you...
2007 Nov 06
1
src/plugin.c
...plugin was copied from its installed location at " PLUGIN_FILE ".\n"
+ "Please use the --with-plugin-dir configure option to install it into a different place.\n");
return NPERR_INVALID_INSTANCE_ERROR;
+ }
#if 0
/* see https://bugzilla.mozilla.org/show_bug.cgi?id=137189 for why this doesn't work
* probably needs user agent sniffing to make this work correctly (iff gecko
2008 Jul 23
3
tcp-wrappers.patch
I'd like to see tcp-wrappers.patch getting integrated into dovecot.
I ported the original 1.0 patch to 1.1, but would prefer not to have to maintain another local patch.
As the name suggests, the patch adds libwrap support to dovecot. We use is to limit access from outside our network to secure (imaps/pop3s) protocols only and to exclude certain internal addresses from accessing dovecot in