diff options
author | Jiri Vanek <[email protected]> | 2013-11-01 13:23:25 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-11-01 13:23:25 +0100 |
commit | f7d9707866ab118b6981207be54ab78c8b022fdc (patch) | |
tree | d4fedab3eeba02c2660cc4e4c0cadaee5696f5ba /ChangeLog | |
parent | 113381d62d1eabb685f248573beff4195076740b (diff) |
Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javaside
* 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 now contains pthread_self and g_thread_self. Fixed indentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2013-11-01 Jiri Vanek <[email protected]> + Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javaside + * 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 now contains pthread_self and g_thread_self. Fixed indentation. + +2013-11-01 Jiri Vanek <[email protected]> + * tests/netx/unit/net/sourceforge/jnlp/runtime/JNLPClassLoaderTest.java: added tests for custom attributes (getCustomAtributes), (getCustomAtributesEmpty) and test to ensure order during searching for attributes in manifests (checkOrderWhenReadingAttributes). |