Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reproducer for PR1189 | Saad Mohammad | 2012-12-10 | 4 | -0/+205 | |
| | ||||||
* | Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags. | Adam Domurad | 2012-12-04 | 5 | -24/+311 | |
| | ||||||
* | Fixed logging bottleneck | Jiri Vanek | 2012-12-03 | 2 | -4/+43 | |
| | | | | | Xml logging is now filtering not-unicode characters. Logging have more propper test-method recognition | |||||
* | Added browser softkiller and related Makefile. | Pavel Tisnovsky | 2012-12-03 | 3 | -1/+453 | |
| | ||||||
* | Refactor IcedTeaPluginUtilities::javaResultToNPVariant into multiple functions | Adam Domurad | 2012-11-30 | 1 | -0/+36 | |
| | ||||||
* | C++ unit testing: Simple mocking of browser-table functions | Adam Domurad | 2012-11-30 | 3 | -2/+141 | |
| | ||||||
* | Better error reporting from applets | Jiri Vanek | 2012-11-27 | 2 | -0/+312 | |
| | | | | | * netx/net/sourceforge/jnlp/NetxPanel.java: (init) ErrorSplash is shown if fatal exception is cough | |||||
* | Fixed epiphany switch | Jiri Vanek | 2012-11-27 | 1 | -1/+1 | |
| | | | | * tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java: -new-tab fixed to --new-tab | |||||
* | Firefox session-backup and stubs for softkiller, multiple listeners, | Jiri Vanek | 2012-11-23 | 13 | -123/+695 | |
| | | | | processes handling moved to separate class. | |||||
* | Adding forgotten files for PR1198 reproducer | Adam Domurad | 2012-11-21 | 4 | -0/+228 | |
| | ||||||
* | Unit test integration for UnitTest++ with icedtea-web | Adam Domurad | 2012-11-21 | 2 | -0/+153 | |
| | ||||||
* | Add UnitTest++ source code into ITW, without integration. | Adam Domurad | 2012-11-21 | 46 | -0/+2074 | |
| | ||||||
* | adding annotations of testcases to JSToJGet reproducer | Jana Fabrikova | 2012-11-20 | 1 | -1/+11 | |
| | ||||||
* | Unit tests for PR1166 | Saad Mohammad | 2012-11-13 | 3 | -1/+286 | |
| | ||||||
* | Reproducer for PR1166 | Saad Mohammad | 2012-11-13 | 6 | -0/+418 | |
| | ||||||
* | Reproducer for DownloadService | Saad Mohammad | 2012-11-08 | 4 | -0/+850 | |
| | ||||||
* | Added cz_CS locales with test | Jiri Vanek | 2012-11-02 | 1 | -0/+281 | |
| | ||||||
* | Splashscreen integrated to javaws and plugin | Jiri Vanek | 2012-11-02 | 2 | -1/+1 | |
| | ||||||
* | Simplifying the testcases output in JSToJSet and JSToJGet reproducers. | Jana Fabrikova | 2012-10-31 | 2 | -27/+25 | |
| | ||||||
* | Reproducer for PR1186 | Omair Majid | 2012-10-29 | 3 | -0/+160 | |
| | | | | | Add a reproducer to verify that deployment properties are available to jnlp applications as system properties. | |||||
* | PR1186: System.getProperty("deployment.user.security.trusted.cacerts") is null | Omair Majid | 2012-10-29 | 1 | -0/+72 | |
| | | | | | Copy deployment configration read into system properties so it is visibile to target programs. | |||||
* | Adding new reproducer for LiveConnect JS->J "set" tests. | Jana Fabrikova | 2012-10-29 | 5 | -0/+381 | |
| | ||||||
* | Added clipboard reproducers (PR708) | Jiri Vanek | 2012-10-26 | 15 | -0/+1331 | |
| | ||||||
* | KnownToFail texts are now bold in html report | Jiri Vanek | 2012-10-23 | 1 | -3/+3 | |
| | ||||||
* | Revise MultipleSignaturesTest to demonstrate PR822 | Adam Domurad | 2012-10-22 | 8 | -31/+85 | |
| | ||||||
* | Reproducer for PR822 | Adam Domurad | 2012-10-22 | 8 | -0/+483 | |
| | ||||||
* | Fix regression with trivially signed (eg, just META-INF/) jars | Adam Domurad | 2012-10-19 | 1 | -2/+2 | |
| | ||||||
* | Major rework of JarCertVerifier certificate management. | Danesh Dadachanji | 2012-10-22 | 2 | -2/+613 | |
| | | | | | | This is a long-planned rework of JarCertVerifier, allowing it to handle multiple certificates. The algorithms used to verify jars with multiple certificates vary between JNLPs and Applets. | |||||
* | Add a @KnownToFail | Adam Domurad | 2012-10-22 | 1 | -0/+2 | |
| | ||||||
* | Renamed reproducers-related variables and targets | Jiri Vanek | 2012-10-19 | 4 | -14/+14 | |
| | ||||||
* | Add automatic closing to AppletBaseURL tests | Adam Domurad | 2012-10-16 | 2 | -29/+15 | |
| | ||||||
* | Add automatic closing to AppletTakesLastParam browser test | Adam Domurad | 2012-10-16 | 2 | -37/+23 | |
| | ||||||
* | Modification of JSToJGet simple reproducer testcases for better readability. | Jana Fabrikova | 2012-10-15 | 1 | -51/+30 | |
| | ||||||
* | Adding a new simple reproducer JSToJGet for testing Liveconnect - getting ↵ | Jana Fabrikova | 2012-10-03 | 6 | -0/+823 | |
| | | | | members from Java side. | |||||
* | Fixed missing package declaration | Adam Domurad | 2012-09-26 | 1 | -1/+1 | |
| | ||||||
* | Added rules listeners | Jiri Vanek | 2012-09-25 | 6 | -33/+455 | |
| | ||||||
* | Added basic ClosingLIstener support, implementation and example | Jiri Vanek | 2012-09-24 | 12 | -5/+422 | |
| | ||||||
* | Add signed jnlp tests for applications with multiple jars | Saad Mohammad | 2012-09-07 | 11 | -0/+775 | |
| | ||||||
* | Added strict test | Jiri Vanek | 2012-09-07 | 1 | -10/+62 | |
| | ||||||
* | Fixing several typos from previous push. | Jiri Vanek | 2012-09-06 | 3 | -7/+7 | |
| | ||||||
* | Fixing several errors which were causing incorrect behaviour causing correct ↵ | Jiri Vanek | 2012-09-05 | 6 | -31/+102 | |
| | | | | reproduction of PR905 | |||||
* | Added multiple-applets tests | Jiri Vanek | 2012-09-05 | 17 | -3/+1138 | |
| | ||||||
* | Single instance support for jnlp-href and tests | Jiri Vanek | 2012-09-05 | 6 | -0/+635 | |
| | ||||||
* | Reproducer for PR920, linkage error sometimes occurs | Adam Domurad | 2012-08-28 | 7 | -0/+267 | |
| | ||||||
* | Reproducer for PR1112, main class in signed jar loaded via INDEX.LIST | Adam Domurad | 2012-08-28 | 5 | -0/+280 | |
| | ||||||
* | Reproducer for PR1145, ClassCircularityError sometimes occurs when custom ↵ | Adam Domurad | 2012-08-27 | 3 | -0/+205 | |
| | | | | policy set. | |||||
* | Added PR822 reproducer | Jiri Vanek | 2012-08-27 | 13 | -1/+818 | |
| | ||||||
* | Fixed long term failing unit-test, fixed NPE from ClassLoader | Jiri Vanek | 2012-08-27 | 1 | -33/+178 | |
| | | | | | | | | | | | | | | | * netx/net/sourceforge/jnlp/NullJnlpFileException.java: new class to distinguish plain NPE from null jnlp file. * netx/net/sourceforge/jnlp/SecurityDesc.java: (getSandBoxPermissions) added throw of NullJnlpFileException in case of null jnlp file. * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (findClass) added Override annotation, add catch of NullJnlpFileException and re-throw of CNF exception. * tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java: (testResourceLoadSuccessCaching) (testResourceLoadFailureCaching) (testParentClassLoaderIsAskedForClasses) - internal JNLPFile's (getSecurity) null in SecurityDesc constructorrepalced by this. (testNullFileSecurityDesc) new test to ensure NPE in null JNLPFile case. | |||||
* | Added tests for PR905 - parameters in jnlp/html application/applet resources | Jiri Vanek | 2012-08-23 | 11 | -0/+757 | |
| | ||||||
* | destroyProcess in ProcessAssassin is now calling sigInt instead of unwrapped ↵ | Jiri Vanek | 2012-08-21 | 1 | -8/+26 | |
| | | | | sigTerm |