| Commit message (Expand) | Author | Age | Files | Lines |
* | unittests warning cleanup: fixed typechecks, rawtypes, redundant casts... | Jiri Vanek | 2013-12-13 | 18 | -79/+77 |
* | Tests for PR1592 | Andrew Azores | 2013-12-03 | 10 | -0/+811 |
* | Better validation of crytical dirs with proper message on startup | Jiri Vanek | 2013-12-02 | 3 | -3/+277 |
* | Enabled file logging in plugin, user enabled to choose logs dir | Jiri Vanek | 2013-11-29 | 1 | -0/+12 |
* | JNLPClassLoaderDeadlock reproducer made more reliable | Andrew Azores | 2013-11-27 | 3 | -4/+5 |
* | Reverted "fix to ManifestedJar1Test cases", better manifestedjar tests, added... | Jiri Vanek | 2013-11-27 | 1 | -0/+19 |
* | Added null check when getting manifest attributes for case of jar without man... | Jiri Vanek | 2013-11-27 | 2 | -2/+49 |
* | Removed most of checks to no output from reproducers | Jiri Vanek | 2013-11-25 | 12 | -31/+33 |
* | fix to ManifestedJar1Test cases | Jiri Vanek | 2013-11-25 | 1 | -4/+3 |
* | do DefaultLaunchHandlerTest unittest indepndent on system settings | Jiri Vanek | 2013-11-22 | 1 | -0/+9 |
* | Added test-extension to silence stdout/err of itw when run from junit | Jiri Vanek | 2013-11-13 | 4 | -9/+95 |
* | Enabled access to manifests' attributes from JNLPFile class, implemented http... | Jiri Vanek | 2013-11-13 | 3 | -1/+274 |
* | Reproducer test cleanup to remove deprecation warnings and type checking warn... | Andrew Azores | 2013-11-07 | 42 | -182/+190 |
* | tests/netx/unit/net/sourceforge/jnlp/runtime/JNLPClassLoaderTest.java: added... | Jiri Vanek | 2013-11-01 | 2 | -16/+163 |
* | Plugin debug can now be controlled from itw_settings, in same way java side. ... | Jiri Vanek | 2013-10-25 | 1 | -2/+28 |
* | All output messages redirected to PLUGIN_{DEBUG,ERROR} macros | Jiri Vanek | 2013-10-25 | 1 | -0/+62 |
* | Fix array index out of bounds due to malformed plugin message (PR539) | Andrew Azores | 2013-10-24 | 4 | -0/+108 |
* | Reset the LogConfig in unit tests | Omair Majid | 2013-10-22 | 1 | -0/+12 |
* | Back out changeset 420d72e5cee7 | Andrew Azores | 2013-10-17 | 1 | -7/+8 |
* | Resolve multiple-applet deadlock issue in JNLPClassLoader | Andrew Azores | 2013-10-16 | 5 | -0/+214 |
* | Move some proxy logic to BrowserAwareProxySelector | Omair Majid | 2013-10-09 | 2 | -38/+40 |
* | DeploymentConfiguration properties reproducer fix | Andrew Azores | 2013-10-07 | 1 | -3/+8 |
* | Fix regression in ResourceUrlCreator due to PR1204 patch | Andrew Azores | 2013-10-03 | 1 | -37/+99 |
* | Unit tests for BrowserAwareProxySelector | Omair Majid | 2013-10-01 | 1 | -0/+227 |
* | Add unit tests for PluginProxySelector | Omair Majid | 2013-10-01 | 1 | -0/+195 |
* | Fix for PR1204, handling of query strings and absolute paths. | Andrew Azores | 2013-09-26 | 5 | -2/+308 |
* | Introduced logging bottleneck | Jiri Vanek | 2013-09-25 | 9 | -67/+794 |
* | PR1474: Can't get javaws to use SOCKS proxy | Omair Majid | 2013-09-24 | 1 | -7/+20 |
* | Unit tests for JNLPProxySelector | Omair Majid | 2013-09-23 | 1 | -0/+321 |
* | Unit test for InformationDesc | Omair Majid | 2013-09-20 | 1 | -0/+209 |
* | adding xsl style for generating text summary after reproducers or unit tests run | Jana Fabrikova | 2013-09-19 | 1 | -0/+63 |
* | Fixed minor typo in JEditorPaneBasedExceptionDialogTest (mus -> must) severla... | Jiri Vanek | 2013-09-18 | 1 | -4/+4 |
* | Fix ResourcesTest to not assert the existence of ~/.mozilla/plugins/ directory | Andrew Azores | 2013-09-16 | 1 | -47/+31 |
* | Use Arrays.asList instead of custom implementation | Omair Majid | 2013-09-16 | 2 | -26/+12 |
* | Added new utility class for retrieving localized messages for reproducers. | Andrew Azores | 2013-09-13 | 3 | -13/+182 |
* | PR1533: Inherit jnlp.packEnabled and jnlp.versionEnabled like other properties | Omair Majid | 2013-09-09 | 1 | -0/+68 |
* | Fixed "could not clear cache" message and cache location in CacheReproducer | Andrew Azores | 2013-09-04 | 1 | -40/+55 |
* | merging | Andrew Azores | 2013-09-04 | 2 | -8/+67 |
|\ |
|
| * | Test case for PR1533 | Omair Majid | 2013-08-30 | 1 | -0/+60 |
| * | Do not wait for applet initialization when binding Java applets for NPAPI. | Adam Domurad | 2013-08-27 | 1 | -8/+7 |
* | | Extracted integer response casting/handling logic in SecurityDialogs to new m... | Andrew Azores | 2013-09-04 | 1 | -0/+70 |
|/ |
|
* | Spawn Java side during C++ unit tests. Many new tests. | Adam Domurad | 2013-08-23 | 11 | -23/+731 |
* | Fix PR1271: icedtea-web does not handle javascript:-protocol URLs | Adam Domurad | 2013-08-19 | 4 | -0/+156 |
* | Fix and tests for PR974, extension JNLPs unavailable when embedded in HTML ap... | Andrew Azores | 2013-08-15 | 8 | -0/+436 |
* | Removed HTTP 400 BAD REQUEST as it was unneeded (test server won't be checkin... | Andrew Azores | 2013-08-13 | 2 | -10/+0 |
* | Refactored TinyHttpdImpl. Changed constructor, reflect this in ServerLauncher... | Andrew Azores | 2013-08-12 | 4 | -151/+325 |
* | Fix many memory leaks due to utf8fromidentifier misuse | Adam Domurad | 2013-07-30 | 2 | -2/+24 |
* | tests/reproducers/simple/simpletest1/resources/favicon.ico: new file hould b... | Jiri Vanek | 2013-07-30 | 1 | -0/+0 |
* | IcedTea-Web is now following XDG .config and .cache specification(RH947647) | Jiri Vanek | 2013-07-18 | 5 | -29/+1119 |
* | About dialogue made accessible from plugin | Jiri Vanek | 2013-07-17 | 1 | -3/+6 |