aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testInBrowser annotationJiri Vanek2012-06-1919-16/+822
|
* rewritten deadlock testJiri Vanek2012-06-195-9/+43
|
* Adding needed NOT_A_VALID_JAR.jar file to last reproducerAdam Domurad2012-06-181-0/+0
|
* New reproducer: JNLP should fail on invalid jar file, applet-tag ignore itAdam Domurad2012-06-184-0/+230
|
* Fixed two memory leaks in C++ side of pluginAdam Domurad2012-06-153-8/+16
|
* Fixed PR855: AppletStub getDocumentBase() doesn't return full URLDanesh Dadachanji2012-06-148-14/+320
|
* Added reproducer to handle browser testcase for ServiceManager.Danesh Dadachanji2012-06-133-10/+81
|
* handle ignored tests in xml and html outputs correctlyJiri Vanek2012-06-133-1/+22
|
* Fixes PR722: Now ignores unsigned content in META-INF/ during signing processAdam Domurad2012-06-123-20/+15
|
* removed error-bringing empty lineJiri Vanek2012-06-121-1/+0
|
* Implemented xml logging backendJiri Vanek2012-06-1110-48/+554
|
* Added news entry about fixing PR518.Adam Domurad2012-06-112-0/+5
|
* Added the ability to configure (enable/disable/set custom path to) browsersSaad Mohammad2012-06-073-6/+52
|
* Fixed bug in previous commit for PR861Deepak Bhole2012-06-072-4/+12
|
* PR861: Allow loading from non codebase hosts. Allow code to connect to ↵Deepak Bhole2012-06-054-17/+155
| | | | hosting server
* fixed date in changelogJiri Vanek2012-06-051-1/+1
|
* Added KnownToFail annotationJiri Vanek2012-06-059-49/+305
|
* isDateInRange renamed to isDateInRange_internallForIcedTeaWebTestingJiri Vanek2012-06-053-15/+23
|
* Added patch so that applet-tags take last param.Adam Domurad2012-06-041-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 paramAdam Domurad2012-06-044-0/+236
|
* Fixing build for real, sorry for the noise.Adam Domurad2012-06-041-1/+1
| | | | For old versions of mozilla, there was a spurious ( in NPVariantAsString.
* Added signed jnlp file testsSaad Mohammad2012-06-0435-0/+2099
|
* Handle absolute paths passed into jnlp_href's value.Danesh Dadachanji2012-06-044-5/+165
|
* Fix build for older versions of mozilla. (Typo in untested #ifdef)Adam Domurad2012-06-041-1/+1
|
* Fix for PR518, adds utility function for wrapping NPStringAdam Domurad2012-06-046-56/+60
| | | | 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-016-12/+34
|
* EXPORTED_TEST_CERT_SUFIX repalced by EXPORTED_TEST_CERT_SUFFIXJiri Vanek2012-05-302-5/+5
|
* handling of multiple testing certificates in bulkJiri Vanek2012-05-303-28/+90
|
* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions): ↵Jiri Vanek2012-05-292-15/+24
| | | | New rethrow of exceptions and following condition make more accurate
* fixed changelog according to reviwerJiri Vanek2012-05-291-2/+26
|
* Added ignoration of inner classes during retrieving test idJiri Vanek2012-05-291-0/+6
|
* Get rid of repeated sout/serr in reproducers testcases/unit tests and ↵Jiri Vanek2012-05-2828-332/+155
| | | | introduce bottleneck for loging.
* Changed for-loops over iterators and indices to for-each loops if theyAdam Domurad2012-05-2514-80/+94
| | | | were sufficient and clearer.
* Introduced constant NUM_STR_BUFFER_SIZE to replace magic constants.Adam Domurad2012-05-254-58/+71
| | | | Clarified some uses of snprintf.
* Fix whitelisting to use src dir instead of build dir.Danesh Dadachanji2012-05-252-1/+7
|
* Fixed spaces -> tabs in ChangeLogAdam Domurad2012-05-241-2/+3
|
* Removed residual free(str) on stack variable.Adam Domurad2012-05-242-1/+5
|
* Reproducers engine enhanced for jars in subdirectories by "." naming conventionJiri Vanek2012-05-242-1/+43
|
* Introduced whitelist for reproducersJiri Vanek2012-05-243-2/+28
|
* Reapplied the patches, sorry for the mess!Adam Domurad2012-05-242-2/+6
|
* Finished commit rollbacks.Adam Domurad2012-05-241-4/+4
|
* Backed out changeset 43a78616b1ddAdam Domurad2012-05-242-14/+50
|
* fixing conflict in ChangeLogAdam Domurad2012-05-242-50/+14
|\
| * Added Martin Olsson's typo fixAdam Domurad2012-05-242-2/+6
| |
* | AUTHORS: Added Martin Olsson to list.Deepak Bhole2012-05-232-0/+5
| |
* | Use g_mutex_free instead of g_free to free appletviewer_mutex (fixesDeepak Bhole2012-05-232-2/+8
| | | | | | | | | | | | crash). Patch from Martin Olsson.
* | ChangeLog: Converted spaces to tabs in an older entryDeepak Bhole2012-05-231-9/+13
| |
* | netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error in ↵Jiri Vanek2012-05-232-4/+9
| | | | | | | | PBadNonrelativeUrl
* | Added more debugging outputs (especially paths to keystores) for ↵Jiri Vanek2012-05-235-3/+39
| | | | | | | | JNLPClassLoader and CertificateUtils