aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* testInBrowser annotationJiri Vanek2012-06-191-0/+55
|
* rewritten deadlock testJiri Vanek2012-06-191-0/+11
|
* Fixed two memory leaks in C++ side of pluginAdam Domurad2012-06-151-0/+9
|
* Fixed PR855: AppletStub getDocumentBase() doesn't return full URLDanesh Dadachanji2012-06-141-0/+15
|
* Added reproducer to handle browser testcase for ServiceManager.Danesh Dadachanji2012-06-131-0/+8
|
* handle ignored tests in xml and html outputs correctlyJiri Vanek2012-06-131-0/+7
|
* Fixes PR722: Now ignores unsigned content in META-INF/ during signing processAdam Domurad2012-06-121-0/+8
|
* Implemented xml logging backendJiri Vanek2012-06-111-0/+35
|
* Added news entry about fixing PR518.Adam Domurad2012-06-111-0/+4
|
* Added the ability to configure (enable/disable/set custom path to) browsersSaad Mohammad2012-06-071-0/+8
|
* Fixed bug in previous commit for PR861Deepak Bhole2012-06-071-0/+6
|
* PR861: Allow loading from non codebase hosts. Allow code to connect to ↵Deepak Bhole2012-06-051-0/+20
| | | | hosting server
* fixed date in changelogJiri Vanek2012-06-051-1/+1
|
* Added KnownToFail annotationJiri Vanek2012-06-051-0/+19
|
* isDateInRange renamed to isDateInRange_internallForIcedTeaWebTestingJiri Vanek2012-06-051-0/+8
|
* Added signed jnlp file testsSaad Mohammad2012-06-041-0/+78
|
* Handle absolute paths passed into jnlp_href's value.Danesh Dadachanji2012-06-041-0/+14
|
* Fix for PR518, adds utility function for wrapping NPStringAdam Domurad2012-06-041-0/+16
| | | | in std::string.
* 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.