aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid potential NPE in JNLPSecurityManager#addPermission when debug is enabledAndrew Azores2013-11-052-3/+13
* Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javasideJiri Vanek2013-11-013-35/+51
* tests/netx/unit/net/sourceforge/jnlp/runtime/JNLPClassLoaderTest.java: added...Jiri Vanek2013-11-013-16/+172
* netx/net/sourceforge/jnlp/JARDesc.java: made immutableJiri Vanek2013-10-302-7/+13
* Fix PR1513, signed applets with external main-class supportAndrew Azores2013-10-292-15/+15
* Plugin debug can now be controlled from itw_settings, in same way java side. ...Jiri Vanek2013-10-257-21/+164
* All output messages redirected to PLUGIN_{DEBUG,ERROR} macrosJiri Vanek2013-10-259-46/+123
* OutputController.getCallerClass now gets out also from sun.applet.PluginDebug...Jiri Vanek2013-10-252-1/+8
* Fix array index out of bounds due to malformed plugin message (PR539)Andrew Azores2013-10-246-1/+129
* C-part of plugin is now also trying to follow XDGJiri Vanek2013-10-232-1/+21
* Reset the LogConfig in unit testsOmair Majid2013-10-223-0/+26
* More synchronized error/debug methodsJiri Vanek2013-10-223-36/+43
* Logic to extract main class attribute generalized to common methods.Jiri Vanek2013-10-212-32/+71
* Minor fix in DEBUG initialisationJiri Vanek2013-10-203-2/+9
* Back out changeset 420d72e5cee7Andrew Azores2013-10-177-335/+164
* Add RH976833 fix note to NEWSAndrew Azores2013-10-161-0/+1
* Resolve multiple-applet deadlock issue in JNLPClassLoaderAndrew Azores2013-10-167-62/+305
* SecurityDialog centers itself before becoming visibleAndrew Azores2013-10-112-2/+6
* Remove duplicate key computation in proxy codeOmair Majid2013-10-092-3/+13
* Move some proxy logic to BrowserAwareProxySelectorOmair Majid2013-10-095-69/+94
* DeploymentConfiguration properties reproducer fixAndrew Azores2013-10-072-3/+14
* Fix regression in ResourceUrlCreator due to PR1204 patchAndrew Azores2013-10-033-55/+148
* * Cache viewer update:Jacob Wisor2013-10-036-105/+478
* Unit tests for BrowserAwareProxySelectorOmair Majid2013-10-015-43/+297
* Add unit tests for PluginProxySelectorOmair Majid2013-10-013-1/+209
* Fix for PR1204, handling of query strings and absolute paths.Andrew Azores2013-09-268-32/+369
* Clean up summary_unit.txt and summary_reproducers.txt for "make clean"Andrew Azores2013-09-252-0/+7
* Introduced logging bottleneckJiri Vanek2013-09-25119-1138/+2584
* PR1474: Can't get javaws to use SOCKS proxyOmair Majid2013-09-245-19/+51
* Unit tests for JNLPProxySelectorOmair Majid2013-09-238-15/+363
* Unit test for InformationDescOmair Majid2013-09-205-14/+225
* adding xsl style for generating text summary after reproducers or unit tests runJana Fabrikova2013-09-193-0/+74
* Removed java 1.3 comaptible (redundant) code from ParseExceptionJiri Vanek2013-09-182-42/+10
* Fixed minor typo in JEditorPaneBasedExceptionDialogTest (mus -> must) severla...Jiri Vanek2013-09-181-4/+4
* Fix ResourcesTest to not assert the existence of ~/.mozilla/plugins/ directoryAndrew Azores2013-09-162-47/+39
* Use Arrays.asList instead of custom implementationOmair Majid2013-09-163-26/+21
* Makefile.am: returned modified (EXTRA_DIST) variable. It is enriched for net...Jiri Vanek2013-09-162-0/+9
* CVE-2012-4540, RH869040: Heap-based buffer overflow after triggering event at...Jiri Vanek2013-09-163-15/+12
* Added new utility class for retrieving localized messages for reproducers.Andrew Azores2013-09-134-13/+191
* Made temporary files location JFileChooser open at the currently specified lo...Jacob Wisor2013-09-116-5/+34
* PR1533: Inherit jnlp.packEnabled and jnlp.versionEnabled like other propertiesOmair Majid2013-09-095-27/+94
* Fixed "could not clear cache" message and cache location in CacheReproducerAndrew Azores2013-09-043-41/+64
* mergingAndrew Azores2013-09-0410-158/+436
|\
| * netx/net/sourceforge/jnlp/Launcher.java - Fix applet context being null durin...Jiri Vanek2013-09-042-0/+7
| * Test case for PR1533Omair Majid2013-08-302-0/+66
| * PR1058: XFileOpenService openMultiFileDialog ClassCastExceptionOmair Majid2013-08-302-5/+13
| * Do not wait for applet initialization when binding Java applets for NPAPI.Adam Domurad2013-08-277-153/+350
* | Extracted integer response casting/handling logic in SecurityDialogs to new m...Andrew Azores2013-09-043-39/+100
|/
* Spawn Java side during C++ unit tests. Many new tests.Adam Domurad2013-08-2315-87/+835
* Refactor plugin data creation.Adam Domurad2013-08-233-80/+64