index
:
jigong/icedtea-web.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
added default swithces for firefox 13 and higher
Jiri Vanek
2012-06-19
1
-0
/
+11
*
testInBrowser annotation
Jiri Vanek
2012-06-19
19
-16
/
+822
*
rewritten deadlock test
Jiri Vanek
2012-06-19
5
-9
/
+43
*
Adding needed NOT_A_VALID_JAR.jar file to last reproducer
Adam Domurad
2012-06-18
1
-0
/
+0
*
New reproducer: JNLP should fail on invalid jar file, applet-tag ignore it
Adam Domurad
2012-06-18
4
-0
/
+230
*
Fixed two memory leaks in C++ side of plugin
Adam Domurad
2012-06-15
3
-8
/
+16
*
Fixed PR855: AppletStub getDocumentBase() doesn't return full URL
Danesh Dadachanji
2012-06-14
8
-14
/
+320
*
Added reproducer to handle browser testcase for ServiceManager.
Danesh Dadachanji
2012-06-13
3
-10
/
+81
*
handle ignored tests in xml and html outputs correctly
Jiri Vanek
2012-06-13
3
-1
/
+22
*
Fixes PR722: Now ignores unsigned content in META-INF/ during signing process
Adam Domurad
2012-06-12
3
-20
/
+15
*
removed error-bringing empty line
Jiri Vanek
2012-06-12
1
-1
/
+0
*
Implemented xml logging backend
Jiri Vanek
2012-06-11
10
-48
/
+554
*
Added news entry about fixing PR518.
Adam Domurad
2012-06-11
2
-0
/
+5
*
Added the ability to configure (enable/disable/set custom path to) browsers
Saad Mohammad
2012-06-07
3
-6
/
+52
*
Fixed bug in previous commit for PR861
Deepak Bhole
2012-06-07
2
-4
/
+12
*
PR861: Allow loading from non codebase hosts. Allow code to connect to hostin...
Deepak Bhole
2012-06-05
4
-17
/
+155
*
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
*
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
*
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
*
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): New...
Jiri Vanek
2012-05-29
2
-15
/
+24
*
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 introd...
Jiri Vanek
2012-05-28
28
-332
/
+155
*
Changed for-loops over iterators and indices to for-each loops if they
Adam Domurad
2012-05-25
14
-80
/
+94
*
Introduced constant NUM_STR_BUFFER_SIZE to replace magic constants.
Adam Domurad
2012-05-25
4
-58
/
+71
*
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
*
|
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 PBad...
Jiri Vanek
2012-05-23
2
-4
/
+9
[next]