index
:
jigong/icedtea-web.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tests/netx/unit/net/sourceforge/jnlp/runtime/JNLPClassLoaderTest.java: added...
Jiri Vanek
2013-11-01
1
-0
/
+9
*
netx/net/sourceforge/jnlp/JARDesc.java: made immutable
Jiri Vanek
2013-10-30
1
-0
/
+5
*
Fix PR1513, signed applets with external main-class support
Andrew Azores
2013-10-29
1
-0
/
+7
*
Plugin debug can now be controlled from itw_settings, in same way java side. ...
Jiri Vanek
2013-10-25
1
-0
/
+30
*
All output messages redirected to PLUGIN_{DEBUG,ERROR} macros
Jiri Vanek
2013-10-25
1
-0
/
+15
*
OutputController.getCallerClass now gets out also from sun.applet.PluginDebug...
Jiri Vanek
2013-10-25
1
-0
/
+5
*
Fix array index out of bounds due to malformed plugin message (PR539)
Andrew Azores
2013-10-24
1
-0
/
+15
*
C-part of plugin is now also trying to follow XDG
Jiri Vanek
2013-10-23
1
-0
/
+7
*
Reset the LogConfig in unit tests
Omair Majid
2013-10-22
1
-0
/
+7
*
More synchronized error/debug methods
Jiri Vanek
2013-10-22
1
-0
/
+11
*
Logic to extract main class attribute generalized to common methods.
Jiri Vanek
2013-10-21
1
-0
/
+12
*
Minor fix in DEBUG initialisation
Jiri Vanek
2013-10-20
1
-0
/
+7
*
Back out changeset 420d72e5cee7
Andrew Azores
2013-10-17
1
-0
/
+11
*
Resolve multiple-applet deadlock issue in JNLPClassLoader
Andrew Azores
2013-10-16
1
-0
/
+18
*
SecurityDialog centers itself before becoming visible
Andrew Azores
2013-10-11
1
-0
/
+5
*
Remove duplicate key computation in proxy code
Omair Majid
2013-10-09
1
-0
/
+6
*
Move some proxy logic to BrowserAwareProxySelector
Omair Majid
2013-10-09
1
-0
/
+15
*
DeploymentConfiguration properties reproducer fix
Andrew Azores
2013-10-07
1
-0
/
+6
*
Fix regression in ResourceUrlCreator due to PR1204 patch
Andrew Azores
2013-10-03
1
-0
/
+10
*
* Cache viewer update:
Jacob Wisor
2013-10-03
1
-0
/
+46
*
Unit tests for BrowserAwareProxySelector
Omair Majid
2013-10-01
1
-0
/
+18
*
Add unit tests for PluginProxySelector
Omair Majid
2013-10-01
1
-0
/
+8
*
Fix for PR1204, handling of query strings and absolute paths.
Andrew Azores
2013-09-26
1
-0
/
+23
*
Clean up summary_unit.txt and summary_reproducers.txt for "make clean"
Andrew Azores
2013-09-25
1
-0
/
+5
*
Introduced logging bottleneck
Jiri Vanek
2013-09-25
1
-0
/
+125
*
PR1474: Can't get javaws to use SOCKS proxy
Omair Majid
2013-09-24
1
-0
/
+13
*
Unit tests for JNLPProxySelector
Omair Majid
2013-09-23
1
-0
/
+23
*
Unit test for InformationDesc
Omair Majid
2013-09-20
1
-0
/
+11
*
adding xsl style for generating text summary after reproducers or unit tests run
Jana Fabrikova
2013-09-19
1
-0
/
+9
*
Removed java 1.3 comaptible (redundant) code from ParseException
Jiri Vanek
2013-09-18
1
-0
/
+7
*
Fix ResourcesTest to not assert the existence of ~/.mozilla/plugins/ directory
Andrew Azores
2013-09-16
1
-0
/
+8
*
Use Arrays.asList instead of custom implementation
Omair Majid
2013-09-16
1
-0
/
+9
*
Makefile.am: returned modified (EXTRA_DIST) variable. It is enriched for net...
Jiri Vanek
2013-09-16
1
-0
/
+6
*
CVE-2012-4540, RH869040: Heap-based buffer overflow after triggering event at...
Jiri Vanek
2013-09-16
1
-0
/
+7
*
Added new utility class for retrieving localized messages for reproducers.
Andrew Azores
2013-09-13
1
-0
/
+9
*
Made temporary files location JFileChooser open at the currently specified lo...
Jacob Wisor
2013-09-11
1
-0
/
+18
*
PR1533: Inherit jnlp.packEnabled and jnlp.versionEnabled like other properties
Omair Majid
2013-09-09
1
-0
/
+16
*
Fixed "could not clear cache" message and cache location in CacheReproducer
Andrew Azores
2013-09-04
1
-0
/
+8
*
merging
Andrew Azores
2013-09-04
1
-0
/
+33
|
\
|
*
netx/net/sourceforge/jnlp/Launcher.java - Fix applet context being null durin...
Jiri Vanek
2013-09-04
1
-0
/
+5
|
*
Test case for PR1533
Omair Majid
2013-08-30
1
-0
/
+6
|
*
PR1058: XFileOpenService openMultiFileDialog ClassCastException
Omair Majid
2013-08-30
1
-0
/
+7
|
*
Do not wait for applet initialization when binding Java applets for NPAPI.
Adam Domurad
2013-08-27
1
-0
/
+15
*
|
Extracted integer response casting/handling logic in SecurityDialogs to new m...
Andrew Azores
2013-09-04
1
-0
/
+8
|
/
*
Spawn Java side during C++ unit tests. Many new tests.
Adam Domurad
2013-08-23
1
-0
/
+34
*
Refactor plugin data creation.
Adam Domurad
2013-08-23
1
-0
/
+5
*
Fix PR1271: icedtea-web does not handle javascript:-protocol URLs
Adam Domurad
2013-08-19
1
-0
/
+15
*
Fix and tests for PR974, extension JNLPs unavailable when embedded in HTML ap...
Andrew Azores
2013-08-15
1
-0
/
+32
*
Removed HTTP 400 BAD REQUEST as it was unneeded (test server won't be checkin...
Andrew Azores
2013-08-13
1
-0
/
+6
*
Refactored TinyHttpdImpl. Changed constructor, reflect this in ServerLauncher...
Andrew Azores
2013-08-12
1
-3
/
+13
[prev]
[next]