Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed date in changelog | Jiri Vanek | 2012-06-05 | 1 | -1/+1 | |
| | ||||||
* | Added KnownToFail annotation | Jiri Vanek | 2012-06-05 | 9 | -49/+305 | |
| | ||||||
* | isDateInRange renamed to isDateInRange_internallForIcedTeaWebTesting | Jiri Vanek | 2012-06-05 | 3 | -15/+23 | |
| | ||||||
* | Added patch so that applet-tags take last param. | Adam Domurad | 2012-06-04 | 1 | -3/+0 | |
| | | | | | Our plugin had previously took the first param, except for a few special param's like archive. With this patch the last param is taken consistently. | |||||
* | Added reproducer for applets taking last param | Adam Domurad | 2012-06-04 | 4 | -0/+236 | |
| | ||||||
* | Fixing build for real, sorry for the noise. | Adam Domurad | 2012-06-04 | 1 | -1/+1 | |
| | | | | For old versions of mozilla, there was a spurious ( in NPVariantAsString. | |||||
* | Added signed jnlp file tests | Saad Mohammad | 2012-06-04 | 35 | -0/+2099 | |
| | ||||||
* | Handle absolute paths passed into jnlp_href's value. | Danesh Dadachanji | 2012-06-04 | 4 | -5/+165 | |
| | ||||||
* | Fix build for older versions of mozilla. (Typo in untested #ifdef) | Adam Domurad | 2012-06-04 | 1 | -1/+1 | |
| | ||||||
* | Fix for PR518, adds utility function for wrapping NPString | Adam Domurad | 2012-06-04 | 6 | -56/+60 | |
| | | | | 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 | 6 | -12/+34 | |
| | ||||||
* | EXPORTED_TEST_CERT_SUFIX repalced by EXPORTED_TEST_CERT_SUFFIX | Jiri Vanek | 2012-05-30 | 2 | -5/+5 | |
| | ||||||
* | handling of multiple testing certificates in bulk | Jiri Vanek | 2012-05-30 | 3 | -28/+90 | |
| | ||||||
* | netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions): ↵ | Jiri Vanek | 2012-05-29 | 2 | -15/+24 | |
| | | | | New rethrow of exceptions and following condition make more accurate | |||||
* | fixed changelog according to reviwer | Jiri Vanek | 2012-05-29 | 1 | -2/+26 | |
| | ||||||
* | Added ignoration of inner classes during retrieving test id | Jiri Vanek | 2012-05-29 | 1 | -0/+6 | |
| | ||||||
* | Get rid of repeated sout/serr in reproducers testcases/unit tests and ↵ | Jiri Vanek | 2012-05-28 | 28 | -332/+155 | |
| | | | | introduce bottleneck for loging. | |||||
* | Changed for-loops over iterators and indices to for-each loops if they | Adam Domurad | 2012-05-25 | 14 | -80/+94 | |
| | | | | were sufficient and clearer. | |||||
* | Introduced constant NUM_STR_BUFFER_SIZE to replace magic constants. | Adam Domurad | 2012-05-25 | 4 | -58/+71 | |
| | | | | Clarified some uses of snprintf. | |||||
* | Fix whitelisting to use src dir instead of build dir. | Danesh Dadachanji | 2012-05-25 | 2 | -1/+7 | |
| | ||||||
* | 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 | 2 | -1/+5 | |
| | ||||||
* | Reproducers engine enhanced for jars in subdirectories by "." naming convention | Jiri Vanek | 2012-05-24 | 2 | -1/+43 | |
| | ||||||
* | Introduced whitelist for reproducers | Jiri Vanek | 2012-05-24 | 3 | -2/+28 | |
| | ||||||
* | Reapplied the patches, sorry for the mess! | Adam Domurad | 2012-05-24 | 2 | -2/+6 | |
| | ||||||
* | Finished commit rollbacks. | Adam Domurad | 2012-05-24 | 1 | -4/+4 | |
| | ||||||
* | Backed out changeset 43a78616b1dd | Adam Domurad | 2012-05-24 | 2 | -14/+50 | |
| | ||||||
* | fixing conflict in ChangeLog | Adam Domurad | 2012-05-24 | 2 | -50/+14 | |
|\ | ||||||
| * | Added Martin Olsson's typo fix | Adam Domurad | 2012-05-24 | 2 | -2/+6 | |
| | | ||||||
* | | AUTHORS: Added Martin Olsson to list. | Deepak Bhole | 2012-05-23 | 2 | -0/+5 | |
| | | ||||||
* | | Use g_mutex_free instead of g_free to free appletviewer_mutex (fixes | Deepak Bhole | 2012-05-23 | 2 | -2/+8 | |
| | | | | | | | | | | | | crash). Patch from Martin Olsson. | |||||
* | | ChangeLog: Converted spaces to tabs in an older entry | Deepak Bhole | 2012-05-23 | 1 | -9/+13 | |
| | | ||||||
* | | netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error in ↵ | Jiri Vanek | 2012-05-23 | 2 | -4/+9 | |
| | | | | | | | | PBadNonrelativeUrl | |||||
* | | Added more debugging outputs (especially paths to keystores) for ↵ | Jiri Vanek | 2012-05-23 | 5 | -3/+39 | |
| | | | | | | | | JNLPClassLoader and CertificateUtils | |||||
* | | * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions): | Jiri Vanek | 2012-05-23 | 2 | -29/+59 | |
|/ | | | | | | | Any exception from this method is consumed somewhere. I have cough exception, reprint it in debug mode and re-throw (to be lost). Main condition in this method had several possible NullPointer exceptions. Separated and thrown before this condition. | |||||
* | fixed typo | Jiri Vanek | 2012-05-23 | 1 | -1/+1 | |
| | ||||||
* | Enhanced about dialog | Jiri Vanek | 2012-05-23 | 4 | -4/+24 | |
| | ||||||
* | Fixed error in reproducers source preparation | Jiri Vanek | 2012-05-23 | 2 | -15/+24 | |
| | ||||||
* | Changed usage of sprintf to snprintf. Made some small malloc'd buffers on ↵ | Adam Domurad | 2012-05-22 | 3 | -29/+43 | |
| | | | | | | 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 | 10 | -25/+37 | |
| | ||||||
* | Removed trailing spaces after slash in Makefile.am | Jiri Vanek | 2012-05-22 | 1 | -3/+3 | |
| | ||||||
* | added midori and epiphany to be counted as testable browsers | Jiri Vanek | 2012-05-22 | 3 | -9/+24 | |
| | ||||||
* | Missing changelog entry | Jiri Vanek | 2012-05-21 | 1 | -0/+16 | |
| | ||||||
* | Added check for browsers and targets ensuring theirs proper linking with ↵ | Jiri Vanek | 2012-05-21 | 2 | -7/+136 | |
| | | | | icedtea-web plugin | |||||
* | Fixed output to be printed just in case of debug mode | Jiri Vanek | 2012-05-21 | 1 | -1/+3 | |
| | ||||||
* | Fixed behavior when encoded/characters needed encoding included in url (PR811) | Jiri Vanek | 2012-05-18 | 4 | -11/+169 | |
| | ||||||
* | More tests for Spaces and characters in urls | Jiri Vanek | 2012-05-18 | 16 | -6/+1070 | |
| | ||||||
* | Removal of synchronization on Boolean in PluginStreamHandler. | Adam Domurad | 2012-05-18 | 1 | -8/+4 | |
| | | | | | | Synchronization on Boolean is dangerous and was unnecessary in this context. As well, the Boolean flag that was being used during shut down was changed to a volatile boolean so changes could be seen without synchronization. | |||||
* | Went through the source of IcedTeaWeb with FindBugs and went over all ↵ | Adam Domurad | 2012-05-17 | 6 | -11/+26 | |
| | | | | 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. |