aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Fixed minor typo in ChangeLogDeepak Bhole2012-06-011-1/+1
|
* Fixed PR863: Error passing strings to applet methods in ChromiumDeepak Bhole2012-06-011-0/+13
|
* EXPORTED_TEST_CERT_SUFIX repalced by EXPORTED_TEST_CERT_SUFFIXJiri Vanek2012-05-301-1/+1
|
* handling of multiple testing certificates in bulkJiri Vanek2012-05-301-0/+26
|
* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions): ↵Jiri Vanek2012-05-291-1/+6
| | | | New rethrow of exceptions and following condition make more accurate
* fixed changelog according to reviwerJiri Vanek2012-05-291-2/+26
|
* Get rid of repeated sout/serr in reproducers testcases/unit tests and ↵Jiri Vanek2012-05-281-0/+18
| | | | introduce bottleneck for loging.
* Changed for-loops over iterators and indices to for-each loops if theyAdam Domurad2012-05-251-0/+18
| | | | were sufficient and clearer.
* Introduced constant NUM_STR_BUFFER_SIZE to replace magic constants.Adam Domurad2012-05-251-0/+13
| | | | Clarified some uses of snprintf.
* Fix whitelisting to use src dir instead of build dir.Danesh Dadachanji2012-05-251-0/+6
|
* Fixed spaces -> tabs in ChangeLogAdam Domurad2012-05-241-2/+3
|
* Removed residual free(str) on stack variable.Adam Domurad2012-05-241-0/+5
|
* Reproducers engine enhanced for jars in subdirectories by "." naming conventionJiri Vanek2012-05-241-0/+9
|
* Introduced whitelist for reproducersJiri Vanek2012-05-241-0/+10
|
* Reapplied the patches, sorry for the mess!Adam Domurad2012-05-241-0/+4
|
* Finished commit rollbacks.Adam Domurad2012-05-241-4/+4
|
* Backed out changeset 43a78616b1ddAdam Domurad2012-05-241-12/+48
|
* Added Martin Olsson's typo fixAdam Domurad2012-05-241-0/+4
|
* Enhanced about dialogJiri Vanek2012-05-231-0/+11
|
* Fixed error in reproducers source preparationJiri Vanek2012-05-231-0/+7
|
* Changed usage of sprintf to snprintf. Made some small malloc'd buffers on ↵Adam Domurad2012-05-221-0/+12
| | | | | | the stack. These changes are unlikely to change functionality, for if the buffer is too small to write to, something has already gone wrong. However, they are good as an additional safety guarantee, preventing memory from corruption in the case that something goes wrong.
* Fixed security tests to pass both jdk6 and 7Jiri Vanek2012-05-221-0/+13
|
* added midori and epiphany to be counted as testable browsersJiri Vanek2012-05-221-0/+6
|
* Missing changelog entryJiri Vanek2012-05-211-0/+16
|
* Fixed behavior when encoded/characters needed encoding included in url (PR811)Jiri Vanek2012-05-181-0/+13
|
* More tests for Spaces and characters in urlsJiri Vanek2012-05-181-0/+18
|
* Went through the source of IcedTeaWeb with FindBugs and went over all ↵Adam Domurad2012-05-171-0/+14
| | | | reported cases of == being used to compare String's. Some usage cases were valid (eg, .equals eventually called, magic String value). I noted one such usage case. The others were changed to .equals calls.
* 2012-05-14 Jiri Vanek <[email protected]>Jiri Vanek2012-05-161-2/+8
| | | | | | | | * tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java: * tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java: System.out replaced with System.err + fixed tabs in previous changelog
* 2012-05-14 Jiri Vanek <[email protected]>Jiri Vanek2012-05-161-0/+5
| | | | | * tests/junit-runner/JunitLikeXmlOutputListener.java: fixed indentation and spacing
* Reduce no. of loads of the cache index fileThomas Meyer2012-05-111-0/+15
|
* Added bug annotation forr testing engineJiri Vanek2012-05-021-0/+22
|
* Add resources.jar to classpathOmair Majid2012-04-241-0/+11
| | | | | | | | | | | | | 2012-04-24 Omair Majid <[email protected]> * Makefile.am (RUNTIME): Add resources.jar. (stamps/run-unit-test-code-coverage.stamp) [WITH_EMMA]: Add resouces.jar to classpath. (stamps/run-reproducers-test-code-coverage.stamp) [WITH_EMMA]: Include resources.jar in classpath. (stamps/bootstrap-directory.stamp): Create a link to resources.jar in BOOT_DIR.
* PR918: java applet windows uses a low resulution black/white iconOmair Majid2012-04-191-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-04-19 Omair Majid <[email protected]> * NEWS: Update with fix. * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java: Remove windowIcon. (initialize): Do not call loadWindowIcon. (getWindowIcon): Remove. (setWindowIcon): Remove. (loadWindowIcon): Remove. * netx/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java (checkTopLevelWindow): Do not set the icon for all top level windows. Use the default java icon instead. * netx/net/sourceforge/jnlp/util/ImageResources.java: New file. Provides access to icons. * netx/net/sourceforge/jnlp/JNLPSplashScreen.java (JNLPSplashScreen), * netx/net/sourceforge/jnlp/cache/DefaultDownloadIndicator.java (getListener), * netx/net/sourceforge/jnlp/controlpanel/AdvancedProxySettingsDialog.java (AdvancedProxySettingsDialog), * netx/net/sourceforge/jnlp/controlpanel/CacheViewer.java (CacheViewer), * netx/net/sourceforge/jnlp/controlpanel/ControlPanel.java (ControlPanel), * netx/net/sourceforge/jnlp/security/SecurityDialog.java (SecurityDialog), * netx/net/sourceforge/jnlp/security/viewer/CertificateViewer.java (CertificateViewer), * netx/net/sourceforge/jnlp/util/BasicExceptionDialog.java (show), * plugin/icedteanp/java/sun/applet/JavaConsole.java (initialize): Explicitly load icons. * tests/netx/unit/net/sourceforge/jnlp/util/ImageResourcesTest.java: Test for ImageResources class.
* Added possibility to run signed applets during reproducers runs.Jiri Vanek2012-04-181-0/+27
| | | | Added example reproducer.
* Fixed xfork test with kill signalJiri Vanek2012-04-171-0/+9
|
* Added and used java arguments (now Xmx2G) for emma runs.Jiri Vanek2012-04-111-0/+8
|
* Minor changes - spaces/tabs replacementsJiri Vanek2012-04-111-25/+26
|
* Validate the recently_used file at every load. This will fix the StringIndex-Thomas Meyer2012-04-101-0/+21
| | | | | | OutOfBoundsException for a corrupted path entry thrown in CacheUtil.pathToURLPath(). This Exception was catched in RessourceTracker.Downloader.run() and only printed in debug mode.
* Rename JarSigner to JarCertVerifier.Danesh Dadachanji2012-04-051-0/+20
|
* fixed bugs in jnlp testing engineJiri Vanek2012-04-051-0/+17
|
* Changed the vendor and homepage tags of all JNLPs in the testsuite to point ↵Danesh Dadachanji2012-04-031-0/+62
| | | | to IcedTea.
* Fix pac testsOmair Majid2012-04-031-0/+13
| | | | | | | | | | | | | | | | | | | The testDateRange* tests were rewritten so date wrapping is handled correctly. Also fixes two bugs in pac-funcs.js (a missed return value and using getYear instead of getFullYear). 2012-04-03 Omair Majid <[email protected]> * netx/net/sourceforge/jnlp/runtime/pac-funcs.js: Replace incorrect use of getYear() with getFullYear(). (inYearMonthDateRange): Add missing conditional case. * tests/netx/pac/pac-funcs-test.js (runTest): New function. (runTests): Call runTest. (incDate): Deal with month/year wrapping around. (decDate): Removed. (testDateRange, testDateRange2, testDateRange3): Handle wrapping of month and days.
* Test virtual server thread marked as daeomn by defaultJiri Vanek2012-04-031-0/+7
|
* Fixed check for a certificate whose start date has not yet been reached.Danesh Dadachanji2012-04-021-0/+7
|
* PR898: signed applications with big jnlp-file doesn't startOmair Majid2012-03-221-0/+11
| | | | | | JNLPMatcher was using PipedInputStream and PipedOutputStream without threads which was deadlocking on large files. Use ByteArrayOutputStream instead to avoid this.
* Fix unit test missing title and vendor tags in JNLP stream.Danesh Dadachanji2012-03-191-0/+6
|
* Fixed chanagelog to fit 80chars columnJiri Vanek2012-03-191-24/+31
|
* added splash screen tests for upcoming splashscreenJiri Vanek2012-03-191-0/+51
|
* Fix JNLP parser to halt when required title and vendor elements are missing.Danesh Dadachanji2012-03-161-0/+17
|
* PR895: IcedTea-Web searches for missing classes on each loadClass or findClassDeepak Bhole2012-03-141-0/+15
|