| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace all .cvsignore files with .gitignore | Ivan Maidanski | 2012-10-15 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-06-10 Ivan Maidanski <ivmai@mail.ru> * compat/.gitignore, * compat/java.net/.gitignore, * doc/.gitignore, * doc/api/.gitignore, * doc/www.gnu.org/.gitignore, * doc/www.gnu.org/announce/.gitignore, * doc/www.gnu.org/cp-tools/.gitignore, * doc/www.gnu.org/docs/.gitignore, * doc/www.gnu.org/downloads/.gitignore, * doc/www.gnu.org/events/.gitignore, * doc/www.gnu.org/faq/.gitignore, * examples/.gitignore, * external/.gitignore, * external/jsr166/.gitignore, * external/relaxngDatatype/.gitignore, * external/sax/.gitignore, * external/w3c_dom/.gitignore, * gnu/classpath/.gitignore, * gnu/java/locale/.gitignore, * gnu/java/security/.gitignore, * gnu/test/.gitignore, * include/.gitignore, * java/util/.gitignore, * lib/.gitignore, * native/.gitignore, * native/fdlibm/.gitignore, * native/jawt/.gitignore, * native/jni/.gitignore, * native/jni/classpath/.gitignore, * native/jni/gconf-peer/.gitignore, * native/jni/gstreamer-peer/.gitignore, * native/jni/gtk-peer/.gitignore, * native/jni/java-io/.gitignore, * native/jni/java-lang/.gitignore, * native/jni/java-math/.gitignore, * native/jni/java-net/.gitignore, * native/jni/java-nio/.gitignore, * native/jni/java-util/.gitignore, * native/jni/midi-alsa/.gitignore, * native/jni/midi-dssi/.gitignore, * native/jni/native-lib/.gitignore, * native/jni/qt-peer/.gitignore, * native/jni/xmlj/.gitignore, * native/plugin/.gitignore, * native/testsuite/.gitignore, * native/vmi/.gitignore, * resource/.gitignore, * resource/META-INF/services/.gitignore, * scripts/.gitignore, * test/.gitignore, * test/gnu.java.lang.reflect/.gitignore, * test/java.io/.gitignore, * test/java.lang.reflect/.gitignore, * test/java.net/.gitignore, * test/java.util/.gitignore, * tools/.gitignore, * tools/gnu/classpath/tools/doclets/.gitignore, * tools/gnu/classpath/tools/doclets/debugdoclet/.gitignore, * tools/gnu/classpath/tools/doclets/htmldoclet/.gitignore, * tools/gnu/classpath/tools/doclets/xmldoclet/.gitignore, * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/.gitignore, * tools/gnu/classpath/tools/gjdoc/.gitignore, * tools/gnu/classpath/tools/gjdoc/expr/.gitignore, * tools/gnu/classpath/tools/java2xhtml/.gitignore, * tools/gnu/classpath/tools/taglets/.gitignore, * vm/.gitignore, * vm/reference/.gitignore: Renamed from .cvsignore. Signed-off-by: Pekka Enberg <penberg@kernel.org> | ||||
| * | Handle XULRunner 1.9.1. | Andrew John Hughes | 2009-02-05 | 1 | -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 Topic | 2007-04-16 | 1 | -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 Fitzsimmons | 2006-10-31 | 1 | -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 Fitzsimmons | 2006-08-17 | 1 | -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 Fitzsimmons | 2006-07-05 | 1 | -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 Fitzsimmons | 2006-06-20 | 1 | -1/+1 |
| | | | | | | * native/plugin/Makefile.am (libgcjwebplugin_la_CXXFLAGS): Define APPLETVIEWER_EXECUTABLE to gappletviewer. | ||||
| * | 2006-06-13 Lillian Angel <langel@redhat.com> | Lillian Angel | 2006-06-13 | 1 | -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 Fitzsimmons | 2006-06-09 | 1 | -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 Angel | 2006-06-08 | 1 | -0/+6 |
| | | | | | | * native/plugin/gcjwebplugin.cc: (NP_Shutdown): Freed whitelist_filename. | ||||
| * | 2006-06-08 Lillian Angel <langel@redhat.com> | Lillian Angel | 2006-06-08 | 2 | -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 Angel | 2006-06-08 | 2 | -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 Fitzsimmons | 2006-06-08 | 1 | -2/+1 |
| | | | | | | * native/plugin/gcjwebplugin.cc (SECURITY_DESCRIPTION): Update message. | ||||
| * | 2006-06-08 Tom Fitzsimmons <fitzsim@redhat.com> | Lillian Angel | 2006-06-08 | 1 | -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 Angel | 2006-06-06 | 1 | -1/+1 |
| | | |||||
| * | 2006-06-06 Lillian Angel <langel@redhat.com> | Lillian Angel | 2006-06-06 | 1 | -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 Angel | 2006-06-05 | 1 | -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 Angel | 2006-06-05 | 2 | -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 Tromey | 2006-05-14 | 1 | -0/+5 |
| | | |||||
| * | 2006-05-09 Thomas Fitzsimmons <fitzsim@redhat.com> | Thomas Fitzsimmons | 2006-05-09 | 3 | -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. | |||||
