diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 34 insertions, 2 deletions
@@ -1,3 +1,35 @@ +2013-11-05 Jiri Vanek <[email protected]> + + Java console resurrected and connected to new logging. + * NEWS: mentioned console for plugin and javaws + * Changelog: removed one wrong tab + * netx/net/sourceforge/jnlp/config/Defaults.java: added + DeploymentConfiguration.CONSOLE_SHOW_PLUGIN, + and DeploymentConfiguration.CONSOLE_SHOW_JAVAWS. + * netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java: + added and javadoc-ed CONSOLE_SHOW_PLUGIN,CONSOLE_SHOW_JAVAWS, DISABLE, + SHOW, HIDE, KEY_CONSOLE_STARTUP_MODE. + * netx/net/sourceforge/jnlp/resources/Messages.properties: localized console + * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java : removed legacy STD*_FILE + * netx/net/sourceforge/jnlp/util/BasicExceptionDialog.java: Added button + to show console on demand. Added (getShowButton) method to share code with + * netx/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialog.java: + Added button to show console on demand and explaining line. + * netx/net/sourceforge/jnlp/util/logging/JavaConsole.java: moved from + plugin, and reworked. Especially get rid of perpetual loading of file. + Made singleton. + * netx/net/sourceforge/jnlp/util/logging/LogConfig.java: added (isLogToConsole) + returning (JavaConsole.isEnabled) status. + * netx/net/sourceforge/jnlp/util/logging/OutputController.java: added (Level.isError) + and (Level.isOutput) methods to determine original channel, and can log to console. + * plugin/icedteanp/java/sun/applet/JavaConsole.java: moved to netx + * plugin/icedteanp/java/sun/applet/PluginAppletSecurityContext.java: + (streamhandler) made private with setter + * plugin/icedteanp/java/sun/applet/PluginMain.java : removed legacy STD*_FILE, + added set of classloaders information provider to console. (handlePluginMessage) + show and hide of console is checking it's status. (showConsole) and (hideConsole) + moved to JavaConsole. + 2013-11-05 Andrew Azores <[email protected]> * netx/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java: @@ -10,7 +42,7 @@ * netx/net/sourceforge/jnlp/util/logging/OutputController.java: (getHeader) added thread id and name to log header. * plugin/icedteanp/IcedTeaPluginUtils.h: (PLUGIN_DEBUG) (PLUGIN_ERROR) - headerrs generation code moved to macro (CREATE_HEADER0). Both + headers generation code moved to macro (CREATE_HEADER0). Both headers now contains pthread_self and g_thread_self. Fixed indentation. 2013-11-01 Jiri Vanek <[email protected]> @@ -63,7 +95,7 @@ TEST(PLUGIN_DEBUG_ERROR_PROFILING_debug_on_headers_on) TEST(PLUGIN_DEBUG_ERROR_PROFILING_debug_off_headers_on) (100x slower then without headers) - + 2013-10-25 Jiri Vanek <[email protected]> all output messages redirected to PLUGIN_{DEBUG,ERROR} macros |