Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testInBrowser annotation | Jiri Vanek | 2012-06-19 | 1 | -0/+55 |
| | |||||
* | rewritten deadlock test | Jiri Vanek | 2012-06-19 | 1 | -0/+11 |
| | |||||
* | Fixed two memory leaks in C++ side of plugin | Adam Domurad | 2012-06-15 | 1 | -0/+9 |
| | |||||
* | Fixed PR855: AppletStub getDocumentBase() doesn't return full URL | Danesh Dadachanji | 2012-06-14 | 1 | -0/+15 |
| | |||||
* | Added reproducer to handle browser testcase for ServiceManager. | Danesh Dadachanji | 2012-06-13 | 1 | -0/+8 |
| | |||||
* | handle ignored tests in xml and html outputs correctly | Jiri Vanek | 2012-06-13 | 1 | -0/+7 |
| | |||||
* | Fixes PR722: Now ignores unsigned content in META-INF/ during signing process | Adam Domurad | 2012-06-12 | 1 | -0/+8 |
| | |||||
* | Implemented xml logging backend | Jiri Vanek | 2012-06-11 | 1 | -0/+35 |
| | |||||
* | Added news entry about fixing PR518. | Adam Domurad | 2012-06-11 | 1 | -0/+4 |
| | |||||
* | Added the ability to configure (enable/disable/set custom path to) browsers | Saad Mohammad | 2012-06-07 | 1 | -0/+8 |
| | |||||
* | Fixed bug in previous commit for PR861 | Deepak Bhole | 2012-06-07 | 1 | -0/+6 |
| | |||||
* | PR861: Allow loading from non codebase hosts. Allow code to connect to ↵ | Deepak Bhole | 2012-06-05 | 1 | -0/+20 |
| | | | | hosting server | ||||
* | fixed date in changelog | Jiri Vanek | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | Added KnownToFail annotation | Jiri Vanek | 2012-06-05 | 1 | -0/+19 |
| | |||||
* | isDateInRange renamed to isDateInRange_internallForIcedTeaWebTesting | Jiri Vanek | 2012-06-05 | 1 | -0/+8 |
| | |||||
* | Added signed jnlp file tests | Saad Mohammad | 2012-06-04 | 1 | -0/+78 |
| | |||||
* | Handle absolute paths passed into jnlp_href's value. | Danesh Dadachanji | 2012-06-04 | 1 | -0/+14 |
| | |||||
* | Fix for PR518, adds utility function for wrapping NPString | Adam Domurad | 2012-06-04 | 1 | -0/+16 |
| | | | | in std::string. | ||||
* | Fixed minor typo in ChangeLog | Deepak Bhole | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | Fixed PR863: Error passing strings to applet methods in Chromium | Deepak Bhole | 2012-06-01 | 1 | -0/+13 |
| | |||||
* | EXPORTED_TEST_CERT_SUFIX repalced by EXPORTED_TEST_CERT_SUFFIX | Jiri Vanek | 2012-05-30 | 1 | -1/+1 |
| | |||||
* | handling of multiple testing certificates in bulk | Jiri Vanek | 2012-05-30 | 1 | -0/+26 |
| | |||||
* | netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions): ↵ | Jiri Vanek | 2012-05-29 | 1 | -1/+6 |
| | | | | New rethrow of exceptions and following condition make more accurate | ||||
* | fixed changelog according to reviwer | Jiri Vanek | 2012-05-29 | 1 | -2/+26 |
| | |||||
* | Get rid of repeated sout/serr in reproducers testcases/unit tests and ↵ | Jiri Vanek | 2012-05-28 | 1 | -0/+18 |
| | | | | introduce bottleneck for loging. | ||||
* | Changed for-loops over iterators and indices to for-each loops if they | Adam Domurad | 2012-05-25 | 1 | -0/+18 |
| | | | | were sufficient and clearer. | ||||
* | Introduced constant NUM_STR_BUFFER_SIZE to replace magic constants. | Adam Domurad | 2012-05-25 | 1 | -0/+13 |
| | | | | Clarified some uses of snprintf. | ||||
* | Fix whitelisting to use src dir instead of build dir. | Danesh Dadachanji | 2012-05-25 | 1 | -0/+6 |
| | |||||
* | Fixed spaces -> tabs in ChangeLog | Adam Domurad | 2012-05-24 | 1 | -2/+3 |
| | |||||
* | Removed residual free(str) on stack variable. | Adam Domurad | 2012-05-24 | 1 | -0/+5 |
| | |||||
* | Reproducers engine enhanced for jars in subdirectories by "." naming convention | Jiri Vanek | 2012-05-24 | 1 | -0/+9 |
| | |||||
* | Introduced whitelist for reproducers | Jiri Vanek | 2012-05-24 | 1 | -0/+10 |
| | |||||
* | Reapplied the patches, sorry for the mess! | Adam Domurad | 2012-05-24 | 1 | -0/+4 |
| | |||||
* | Finished commit rollbacks. | Adam Domurad | 2012-05-24 | 1 | -4/+4 |
| | |||||
* | Backed out changeset 43a78616b1dd | Adam Domurad | 2012-05-24 | 1 | -12/+48 |
| | |||||
* | Added Martin Olsson's typo fix | Adam Domurad | 2012-05-24 | 1 | -0/+4 |
| | |||||
* | Enhanced about dialog | Jiri Vanek | 2012-05-23 | 1 | -0/+11 |
| | |||||
* | Fixed error in reproducers source preparation | Jiri Vanek | 2012-05-23 | 1 | -0/+7 |
| | |||||
* | Changed usage of sprintf to snprintf. Made some small malloc'd buffers on ↵ | Adam Domurad | 2012-05-22 | 1 | -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 7 | Jiri Vanek | 2012-05-22 | 1 | -0/+13 |
| | |||||
* | added midori and epiphany to be counted as testable browsers | Jiri Vanek | 2012-05-22 | 1 | -0/+6 |
| | |||||
* | Missing changelog entry | Jiri Vanek | 2012-05-21 | 1 | -0/+16 |
| | |||||
* | Fixed behavior when encoded/characters needed encoding included in url (PR811) | Jiri Vanek | 2012-05-18 | 1 | -0/+13 |
| | |||||
* | More tests for Spaces and characters in urls | Jiri Vanek | 2012-05-18 | 1 | -0/+18 |
| | |||||
* | Went through the source of IcedTeaWeb with FindBugs and went over all ↵ | Adam Domurad | 2012-05-17 | 1 | -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 Vanek | 2012-05-16 | 1 | -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 Vanek | 2012-05-16 | 1 | -0/+5 |
| | | | | | * tests/junit-runner/JunitLikeXmlOutputListener.java: fixed indentation and spacing | ||||
* | Reduce no. of loads of the cache index file | Thomas Meyer | 2012-05-11 | 1 | -0/+15 |
| | |||||
* | Added bug annotation forr testing engine | Jiri Vanek | 2012-05-02 | 1 | -0/+22 |
| | |||||
* | Add resources.jar to classpath | Omair Majid | 2012-04-24 | 1 | -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. |