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
path:
root
/
netx
Commit message (
Expand
)
Author
Age
Files
Lines
*
All IcedTea-Web dialogues are centered to middle of active screen
Jiri Vanek
2013-01-10
7
-24
/
+113
*
First part of fix of recreating desktop icon
Jiri Vanek
2013-01-10
2
-5
/
+124
*
Converted Messages.properties to Unix format
Deepak Bhole
2013-01-07
1
-475
/
+475
*
Fix CodeBaseClassLoaderTest.testParentClassLoaderIsAskedForClassesApplication
Adam Domurad
2013-01-03
1
-3
/
+8
*
Fixed xtrust all behaviour for desktop icons. Now returning true only if desk...
Jiri Vanek
2012-12-24
1
-1
/
+1
*
netx/net/sourceforge/jnlp/runtime/ApplicationInstance.java - (shouldCreateSho...
Jiri Vanek
2012-12-21
1
-0
/
+3
*
Minor fix for possible NPE (non fatal) during splashscreen creation
Jiri Vanek
2012-12-21
3
-5
/
+37
*
PR909: URL is invalid after normalization
Saad Mohammad
2012-12-20
1
-99
/
+14
*
PR1189: Icedtea-plugin requires code attribute when using jnlp_href
Saad Mohammad
2012-12-10
1
-1
/
+3
*
PR1217: Add command line arguments for plugins
Saad Mohammad
2012-12-05
5
-0
/
+104
*
Fix grammar in splash screen exception message
Adam Domurad
2012-12-04
1
-1
/
+1
*
Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.
Adam Domurad
2012-12-04
6
-81
/
+323
*
Better error reporting from applets
Jiri Vanek
2012-11-27
1
-0
/
+2
*
Fix PR1166: Embedded JNLP File is not supported in applet tag
Saad Mohammad
2012-11-13
3
-4
/
+48
*
Add DownloadService implementation
Saad Mohammad
2012-11-08
5
-9
/
+461
*
Added cz_CS locales with test
Jiri Vanek
2012-11-02
1
-0
/
+467
*
Splashscreen integrated to javaws and plugin
Jiri Vanek
2012-11-02
5
-83
/
+198
*
PR1186: System.getProperty("deployment.user.security.trusted.cacerts") is null
Omair Majid
2012-10-29
2
-1
/
+22
*
New message for when JNLP is fully signed by different certs
Adam Domurad
2012-10-19
2
-1
/
+7
*
Fix regression with trivially signed (eg, just META-INF/) jars
Adam Domurad
2012-10-19
1
-10
/
+11
*
Use interface types in JCV classes where applicable
Adam Domurad
2012-10-19
4
-33
/
+33
*
Major rework of JarCertVerifier certificate management.
Danesh Dadachanji
2012-10-22
12
-408
/
+1198
*
PR1145: IcedTea-Web can cause ClassCircularityError
Omair Majid
2012-10-05
1
-13
/
+1
*
PR1161: X509VariableTrustManager does not work correctly with OpenJDK7
Deepak Bhole
2012-09-17
5
-73
/
+376
*
Single instance support for jnlp-href and tests
Jiri Vanek
2012-09-05
3
-8
/
+52
*
Fix for PR920: Classes attempted to load twice when class extends from outsid...
Adam Domurad
2012-08-28
1
-15
/
+2
*
Fir regression that sometimes results in ClassCircularityError
Deepak Bhole
2012-08-27
1
-0
/
+2
*
Fixed long term failing unit-test, fixed NPE from ClassLoader
Jiri Vanek
2012-08-27
3
-6
/
+41
*
Fix some javadoc warnings
Thomas Meyer
2012-08-19
6
-6
/
+7
*
Restrict manifest classpath searching for JNLPs.
Danesh Dadachanji
2012-08-15
1
-1
/
+5
*
Unit test for JCV.isMetaInfFile()
Adam Domurad
2012-08-14
1
-1
/
+1
*
Added splashscreen implementation
Jiri Vanek
2012-08-13
29
-11
/
+3839
*
Fix PR955: regression: SweetHome3D fails to run
Danesh Dadachanji
2012-08-08
7
-51
/
+328
*
Add license header to files
Saad Mohammad
2012-08-07
7
-0
/
+259
*
Fix PR1049: Empty jars are handled correctly during signature validation
Saad Mohammad
2012-08-01
2
-1
/
+16
*
Fix RH838417, Fix RH838559: Disambiguate signed applet security prompt from c...
Danesh Dadachanji
2012-07-20
2
-12
/
+14
*
Added forgotten LaunchDesc.java, fixes build. sorry!
Adam Domurad
2012-07-10
1
-0
/
+42
*
Refactor Object launchType; to LaunchDesc launchType; in JNLPFile
Adam Domurad
2012-07-10
6
-17
/
+17
*
Minor cleanup that removes avoidable code from loop.
Saad Mohammad
2012-07-09
1
-13
/
+12
*
Added forgotten file: IllegalResourceDescriptorException
Adam Domurad
2012-07-09
1
-0
/
+13
*
Applet-tags now ignore any invalid (eg corrupt) jars
Adam Domurad
2012-07-09
2
-17
/
+77
*
Fix PR1040, PR1041, PR1042: Allows signed jars to function correctly using ex...
Saad Mohammad
2012-07-03
1
-19
/
+104
*
Fix problem in resolving classes
Omair Majid
2012-06-28
1
-2
/
+14
*
Fixes PR1011 w/ reproducer, folders now allowed in archive tag.
Adam Domurad
2012-06-28
2
-25
/
+60
*
Last hope for not downloaded resources to be verified
Jiri Vanek
2012-06-26
1
-1
/
+20
*
Small comment cleanup to classes with missing or wrong descriptions.
Adam Domurad
2012-06-25
1
-0
/
+4
*
Refactored two loops to for-each loops in JCV
Adam Domurad
2012-06-19
1
-9
/
+3
*
Fixes PR722: Now ignores unsigned content in META-INF/ during signing process
Adam Domurad
2012-06-12
1
-20
/
+6
*
Fixed bug in previous commit for PR861
Deepak Bhole
2012-06-07
1
-4
/
+6
*
PR861: Allow loading from non codebase hosts. Allow code to connect to hostin...
Deepak Bhole
2012-06-05
2
-17
/
+134
[next]