Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR1217: Add command line arguments for plugins | Saad Mohammad | 2012-12-05 | 1 | -0/+26 |
| | |||||
* | Avoid warning message printed in clean target if softkiller is not compiled. | Pavel Tisnovsky | 2012-12-05 | 1 | -0/+5 |
| | |||||
* | Fix grammar in splash screen exception message | Adam Domurad | 2012-12-04 | 1 | -0/+5 |
| | |||||
* | PluginAppletViewer refactoring | Adam Domurad | 2012-12-04 | 1 | -0/+9 |
| | |||||
* | Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags. | Adam Domurad | 2012-12-04 | 1 | -0/+35 |
| | |||||
* | Fixed logging bottleneck | Jiri Vanek | 2012-12-03 | 1 | -0/+10 |
| | | | | | 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 | 1 | -0/+10 |
| | |||||
* | Refactor IcedTeaPluginUtilities::javaResultToNPVariant into multiple functions | Adam Domurad | 2012-11-30 | 1 | -0/+11 |
| | |||||
* | C++ unit testing: Simple mocking of browser-table functions | Adam Domurad | 2012-11-30 | 1 | -0/+11 |
| | |||||
* | Better error reporting from applets | Jiri Vanek | 2012-11-27 | 1 | -0/+11 |
| | | | | | * netx/net/sourceforge/jnlp/NetxPanel.java: (init) ErrorSplash is shown if fatal exception is cough | ||||
* | Added Jan Kmetko as current SplashScreen artwork author | Jiri Vanek | 2012-11-27 | 1 | -0/+4 |
| | |||||
* | Fixed epiphany switch | Jiri Vanek | 2012-11-27 | 1 | -0/+6 |
| | | | | * 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 | 1 | -0/+31 |
| | | | | processes handling moved to separate class. | ||||
* | Fix new make targets not cleaning properly | Adam Domurad | 2012-11-21 | 1 | -0/+4 |
| | |||||
* | Unit test integration for UnitTest++ with icedtea-web | Adam Domurad | 2012-11-21 | 1 | -0/+13 |
| | |||||
* | Add UnitTest++ source code into ITW, without integration. | Adam Domurad | 2012-11-21 | 1 | -0/+50 |
| | |||||
* | Free two memory leaks | Adam Domurad | 2012-11-21 | 1 | -0/+5 |
| | |||||
* | Fixed dates in changelog | Jiri Vanek | 2012-11-20 | 1 | -1/+1 |
| | |||||
* | Swapped logs and report xslt operations | Jiri Vanek | 2012-11-20 | 1 | -0/+5 |
| | |||||
* | adding annotations of testcases to JSToJGet reproducer | Jana Fabrikova | 2012-11-20 | 1 | -0/+6 |
| | |||||
* | 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 | 1 | -0/+15 |
| | |||||
* | Unit tests for PR1166 | Saad Mohammad | 2012-11-13 | 1 | -0/+11 |
| | |||||
* | Reproducer for PR1166 | Saad Mohammad | 2012-11-13 | 1 | -0/+16 |
| | |||||
* | Add NEWS entry for PR1027 | Saad Mohammad | 2012-11-08 | 1 | -0/+5 |
| | |||||
* | Reproducer for DownloadService | Saad Mohammad | 2012-11-08 | 1 | -0/+12 |
| | |||||
* | Add DownloadService implementation | Saad Mohammad | 2012-11-08 | 1 | -0/+35 |
| | |||||
* | Added cz_CS locales with test | Jiri Vanek | 2012-11-02 | 1 | -0/+11 |
| | |||||
* | Splashscreen integrated to javaws and plugin | Jiri Vanek | 2012-11-02 | 1 | -0/+37 |
| | |||||
* | Simplifying the testcases output in JSToJSet and JSToJGet reproducers. | Jana Fabrikova | 2012-10-31 | 1 | -0/+7 |
| | |||||
* | Reproducer for PR1186 | Omair Majid | 2012-10-29 | 1 | -0/+7 |
| | | | | | 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/+12 |
| | | | | | 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 | 1 | -0/+5 |
| | |||||
* | Added clipboard reproducers (PR708) | Jiri Vanek | 2012-10-26 | 1 | -2/+42 |
| | |||||
* | KnownToFail texts are now bold in html report | Jiri Vanek | 2012-10-23 | 1 | -0/+6 |
| | |||||
* | Revise MultipleSignaturesTest to demonstrate PR822 | Adam Domurad | 2012-10-22 | 1 | -0/+27 |
| | |||||
* | Reproducer for PR822 | Adam Domurad | 2012-10-22 | 1 | -0/+25 |
| | |||||
* | New message for when JNLP is fully signed by different certs | Adam Domurad | 2012-10-19 | 1 | -0/+9 |
| | |||||
* | Fix regression with trivially signed (eg, just META-INF/) jars | Adam Domurad | 2012-10-19 | 1 | -0/+11 |
| | |||||
* | Use interface types in JCV classes where applicable | Adam Domurad | 2012-10-19 | 1 | -0/+7 |
| | |||||
* | Major rework of JarCertVerifier certificate management. | Danesh Dadachanji | 2012-10-22 | 1 | -0/+70 |
| | | | | | | 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/+5 |
| | |||||
* | Renamed reproducers-related variables and targets | Jiri Vanek | 2012-10-19 | 1 | -0/+25 |
| | |||||
* | Add automatic closing to AppletTakesLastParam browser test | Adam Domurad | 2012-10-16 | 1 | -0/+7 |
| | |||||
* | Modification of JSToJGet simple reproducer testcases for better readability. | Jana Fabrikova | 2012-10-15 | 1 | -0/+5 |
| | |||||
* | PR1145: IcedTea-Web can cause ClassCircularityError | Omair Majid | 2012-10-05 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | 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 |
| | |||||
* | Fix two typos. | martin | 2012-10-02 | 1 | -0/+5 |
| | |||||
* | Fixed missing package declaration | Adam Domurad | 2012-09-26 | 1 | -0/+5 |
| |