Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Free two memory leaks | Adam Domurad | 2012-11-21 | 2 | -5/+10 |
| | |||||
* | Fixed dates in changelog | Jiri Vanek | 2012-11-20 | 1 | -1/+1 |
| | |||||
* | Swapped logs and report xslt operations | Jiri Vanek | 2012-11-20 | 2 | -2/+7 |
| | |||||
* | adding annotations of testcases to JSToJGet reproducer | Jana Fabrikova | 2012-11-20 | 2 | -1/+17 |
| | |||||
* | Reproducer for PR1198: JSObject#eval creates invalid JSObject | Adam Domurad | 2012-11-13 | 1 | -0/+12 |
| | |||||
* | Fix PR1166: Embedded JNLP File is not supported in applet tag | Saad Mohammad | 2012-11-13 | 6 | -4/+65 |
| | |||||
* | Unit tests for PR1166 | Saad Mohammad | 2012-11-13 | 4 | -1/+297 |
| | |||||
* | Reproducer for PR1166 | Saad Mohammad | 2012-11-13 | 7 | -0/+434 |
| | |||||
* | Add NEWS entry for PR1027 | Saad Mohammad | 2012-11-08 | 2 | -0/+7 |
| | |||||
* | Remove accidental change to test whitelist | Saad Mohammad | 2012-11-08 | 1 | -1/+1 |
| | |||||
* | Reproducer for DownloadService | Saad Mohammad | 2012-11-08 | 6 | -1/+863 |
| | |||||
* | Add DownloadService implementation | Saad Mohammad | 2012-11-08 | 6 | -9/+496 |
| | |||||
* | Added cz_CS locales with test | Jiri Vanek | 2012-11-02 | 5 | -0/+761 |
| | |||||
* | Splashscreen integrated to javaws and plugin | Jiri Vanek | 2012-11-02 | 12 | -100/+416 |
| | |||||
* | Simplifying the testcases output in JSToJSet and JSToJGet reproducers. | Jana Fabrikova | 2012-10-31 | 3 | -27/+32 |
| | |||||
* | Reproducer for PR1186 | Omair Majid | 2012-10-29 | 4 | -0/+167 |
| | | | | | 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 | 5 | -1/+107 |
| | | | | | 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 | 6 | -0/+386 |
| | |||||
* | Added clipboard reproducers (PR708) | Jiri Vanek | 2012-10-26 | 16 | -2/+1373 |
| | |||||
* | KnownToFail texts are now bold in html report | Jiri Vanek | 2012-10-23 | 2 | -3/+9 |
| | |||||
* | Fixing whitelist content | Adam Domurad | 2012-10-22 | 1 | -1/+1 |
| | |||||
* | Revise MultipleSignaturesTest to demonstrate PR822 | Adam Domurad | 2012-10-22 | 10 | -32/+113 |
| | |||||
* | Reproducer for PR822 | Adam Domurad | 2012-10-22 | 9 | -0/+508 |
| | |||||
* | New message for when JNLP is fully signed by different certs | Adam Domurad | 2012-10-19 | 3 | -1/+16 |
| | |||||
* | Fix regression with trivially signed (eg, just META-INF/) jars | Adam Domurad | 2012-10-19 | 3 | -12/+24 |
| | |||||
* | Use interface types in JCV classes where applicable | Adam Domurad | 2012-10-19 | 5 | -33/+40 |
| | |||||
* | Major rework of JarCertVerifier certificate management. | Danesh Dadachanji | 2012-10-22 | 16 | -410/+1882 |
| | | | | | | 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 | 2 | -0/+7 |
| | |||||
* | Renamed reproducers-related variables and targets | Jiri Vanek | 2012-10-19 | 6 | -105/+135 |
| | |||||
* | 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 | 3 | -37/+30 |
| | |||||
* | Modification of JSToJGet simple reproducer testcases for better readability. | Jana Fabrikova | 2012-10-15 | 2 | -51/+35 |
| | |||||
* | PR1145: IcedTea-Web can cause ClassCircularityError | Omair Majid | 2012-10-05 | 3 | -13/+11 |
| | | | | | | | | | | | | | | | | | | | It is possible for the ClassLoader to encounter a ClassCircularityError. This can happen when the ClassLoader detects that checking if a class 'A' has been loaded triggers another check of whether 'A' has been loaded before the first check has completed. This can happen easily when trying to load Policy or Permission classes, which lie in our code path that checks whether a class has been loaded. One possible fix is to ensure these classes are not in the path of code that gets executed when we are trying to check for a class. This can be done by removing the call to getAccessControlContextForClassLoading. The javadocs for ClassLoader.findLoadedClass do not mention any permissions required to call the method nor do they mention that the method can throw a SecurityException. The native code that implements findLoadedClass does not have any security checks either. The doProvileged block is probably not needed here and removing it breaks the circularity. | ||||
* | Editing the ChangeLog file to satisfy the rules of writing changelogs. | Jana Fabrikova | 2012-10-03 | 1 | -4/+5 |
| | |||||
* | Added the changelog message for the new reproducer JSToJGet. | Jana Fabrikova | 2012-10-03 | 1 | -0/+5 |
| | |||||
* | Adding a new simple reproducer JSToJGet for testing Liveconnect - getting ↵ | Jana Fabrikova | 2012-10-03 | 6 | -0/+823 |
| | | | | members from Java side. | ||||
* | Fix two typos. | martin | 2012-10-02 | 3 | -2/+7 |
| | |||||
* | Fixed missing package declaration | Adam Domurad | 2012-09-26 | 2 | -1/+6 |
| | |||||
* | Added rules listeners | Jiri Vanek | 2012-09-25 | 7 | -35/+475 |
| | |||||
* | Added basic ClosingLIstener support, implementation and example | Jiri Vanek | 2012-09-24 | 13 | -5/+449 |
| | |||||
* | Reproducers are now correctly compiled against liveconect(plugin.jar) | Jiri Vanek | 2012-09-24 | 2 | -2/+10 |
| | |||||
* | PR1161: X509VariableTrustManager does not work correctly with OpenJDK7 | Deepak Bhole | 2012-09-17 | 9 | -76/+416 |
| | |||||
* | Add signed jnlp tests for applications with multiple jars | Saad Mohammad | 2012-09-07 | 12 | -0/+807 |
| | |||||
* | Added strict test | Jiri Vanek | 2012-09-07 | 2 | -10/+77 |
| | |||||
* | Fixing several typos from previous push. | Jiri Vanek | 2012-09-06 | 4 | -7/+17 |
| | |||||
* | Fixing several errors which were causing incorrect behaviour causing correct ↵ | Jiri Vanek | 2012-09-05 | 7 | -31/+120 |
| | | | | reproduction of PR905 | ||||
* | Added multiple-applets tests | Jiri Vanek | 2012-09-05 | 18 | -3/+1166 |
| | |||||
* | Single instance support for jnlp-href and tests | Jiri Vanek | 2012-09-05 | 10 | -8/+709 |
| | |||||
* | Fix for PR920: Classes attempted to load twice when class extends from ↵ | Adam Domurad | 2012-08-28 | 3 | -15/+11 |
| | | | | outside jar | ||||
* | Reproducer for PR920, linkage error sometimes occurs | Adam Domurad | 2012-08-28 | 8 | -1/+289 |
| |