summaryrefslogtreecommitdiff
path: root/native/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Handle XULRunner 1.9.1.Andrew John Hughes2009-02-051-0/+22
| | | | | | | | | | 2009-02-05 Andrew Haley <aph@redhat.com> PR libgcj/38861 * native/plugin/gcjwebplugin.cc: Cope with the changed header file format. https://bugzilla.mozilla.org/show_bug.cgi?id=455458 (GCJ_GetJavaClass): Likewise. (NP_Initialize): Likewise.
* 2007-04-16 Dalibor Topic <robilad@kaffe.org>Dalibor Topic2007-04-161-1/+1
| | | | | * native/plugin/Makefile.am (libgcjwebplugin_la_LDFLAGS): Added AM_LDFLAGS for automake 1.10.
* 2006-10-30 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-10-311-4/+5
| | | | | | * native/plugin/gcjwebplugin.cc (GCJ_New): Move GThread initialization to NP_Initialize. (NP_Initialize): Initialize GThread library.
* 2006-08-17 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-08-171-1/+1
| | | | | | PR classpath/28537 * native/plugin/Makefile.am (libgcjwebplugin_la_CXXFLAGS): Transform gappletviewer name using program_transform_name.
* 2006-07-05 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-07-051-2/+2
| | | | | | * native/plugin/Makefile.am (nativeexeclib_LTLIBRARIES): Rename from lib_LTLIBRARIES. (install-plugin): Depend on nativeexeclib_LTLIBRARIES.
* 2006-06-20 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-06-201-1/+1
| | | | | * native/plugin/Makefile.am (libgcjwebplugin_la_CXXFLAGS): Define APPLETVIEWER_EXECUTABLE to gappletviewer.
* 2006-06-13 Lillian Angel <langel@redhat.com>Lillian Angel2006-06-131-22/+22
| | | | | | | * native/plugin/gcjwebplugin.cc (NP_Initialize): Removed code to create whitelist file. (GCJ_New): Added code to create whitelist file. (plugin_user_trusts_documentbase): Fixed error message.
* 2006-06-09 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-06-091-9/+13
| | | | | * native/plugin/gcjwebplugin.cc (PLUGIN_ERROR_THREE): New macro. (NP_Initialize): Use PLUGIN_ERROR_THREE in place of g_strconcat.
* 2006-06-08 Lillian Angel <langel@redhat.com>Lillian Angel2006-06-081-0/+6
| | | | | * native/plugin/gcjwebplugin.cc: (NP_Shutdown): Freed whitelist_filename.
* 2006-06-08 Lillian Angel <langel@redhat.com>Lillian Angel2006-06-082-21/+31
| | | | | | | | | | | | | * native/plugin/Makefile.am: Removed DATA_DIRECTORY. * native/plugin/gcjwebplugin.cc: Added new global fields for whitelist_file and data_directory. Removed WHITELIST_FILE. (NP_Initialize): Initialized new fields. Also, Changed to use new fields. (NP_Shutdown): Freed data_directory. (GCJ_New): Changed to use new fields. (plugin_ask_user_about_documentbase): Likewise.
* 2006-06-08 Lillian Angel <langel@redhat.com>Lillian Angel2006-06-082-7/+7
| | | | | | | | * native/plugin/Makefile.am: Changed DATA_DIRECTORY to be ~/.gcjwebplugin. * native/plugin/gcjwebplugin.cc: Changed all instances of PLUGIN_DATA_DIRECTORY to DATA_DIRECTORY.
* 2006-06-08 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-06-081-2/+1
| | | | | * native/plugin/gcjwebplugin.cc (SECURITY_DESCRIPTION): Update message.
* 2006-06-08 Tom Fitzsimmons <fitzsim@redhat.com>Lillian Angel2006-06-081-4/+13
| | | | | | | | Lillian Angel <langel@redhat.com> * native/plugin/gcjwebplugin.cc (NP_Shutdown): Added code to free plugin mutex and whitelist file. Also, reset initialized field.
* *** empty log message ***Lillian Angel2006-06-061-1/+1
|
* 2006-06-06 Lillian Angel <langel@redhat.com>Lillian Angel2006-06-061-6/+12
| | | | | | * native/plugin/gcjwebplugin.cc: Fixed failure message and commenting. (NP_Initialize): Added more comments.
* 2006-06-05 Lillian Angel <langel@redhat.com>Lillian Angel2006-06-051-10/+60
| | | | | | | | | | | * native/plugin/gcjwebplugin.cc: Added new field to keep track of initialization. (plugin_start_appletviewer): Fixed to return an error value, if an error was encountered when loading the appletviewer. (GCJ_NEW): Added call to plugin_failed if the loading of the appletviewer has failed. (plugin_failed): New helper function. Shows a warning if the appletviewer has not been installed.
* 2006-06-05 Lillian Angel <langel@redhat.com>Lillian Angel2006-06-052-93/+378
| | | | | | | | | | | | | | | | | | | | | | | | | | * native/plugin/Makefile.am: Fixed to use a set plugin directory in the .mozilla directory. All applet logs are now stored here, instead of /tmp. * native/plugin/gcjwebplugin.cc: Added new fields for security warning. (GCJ_NEW): Added code to generate a security warning for all pages that spawn an appletviewer. This warning asks the user if they trust the applet and if they would like to add it to a 'whitelist'. This whitelist keeps track of all the addresses the user would like to trust indefinitely. (plugin_user_trusts_documentbase): New helper function. (plugin_add_documentbase_to_whitelist): New helper function. (plugin_ask_user_about_documentbase): New helper function. (plugin_in_pipe_callback): Fixed check to determine if channel_error has been set. (plugin_start_appletviewer): Likewise. (plugin_create_applet_tag): Reset all fields to null after they have been freed. (plugin_send_message_to_appletviewer): Fixed all error checks to determine if channel_error has been set. (plugin_stop_appletviewer): Likewise. (NP_Initialize): Likewise. Also, added code to determine if directory and file should be created.
* * native/plugin/.cvsignore: Updated.Tom Tromey2006-05-141-0/+5
|
* 2006-05-09 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-05-093-0/+1430
* configure.ac: Add --disable-plugin and --with-vm options. Check for plugin support headers and libraries. * native/Makefile.am: Recurse into plugin directory. * native/plugin/.cvsignore: New file. * native/plugin/Makefile.am: New file. * native/plugin/gcjwebplugin.cc: New file. * tools/Makefile.am: Install appletviewer wrapper script. * tools/appletviewer.in: Replace VM location heuristic with VM_BINARY configure substitution.