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
/
plugin
/
icedteanp
/
java
/
sun
/
applet
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unit tests for JNLPProxySelector
Omair Majid
2013-09-23
2
-1
/
+6
*
Fix PR1271: icedtea-web does not handle javascript:-protocol URLs
Adam Domurad
2013-08-19
2
-6
/
+33
*
IcedTea-Web is now following XDG .config and .cache specification(RH947647)
Jiri Vanek
2013-07-18
1
-1
/
+1
*
Fix potential NPE on GetValue message
Adam Domurad
2013-06-28
1
-1
/
+2
*
Made it work with OpenJDK build 25 by creating application as soon as possible
Jiri Vanek
2013-06-20
1
-0
/
+5
*
Silenced deployment.properties and zero size applet exceptions with tests
Jiri Vanek
2013-06-06
1
-1
/
+3
*
Handle resizing plugin message more robustly by not blocking worker thread
Adam Domurad
2013-06-03
1
-37
/
+46
*
Fixed possible deadlock for applet->js->applet call with testcase
Jiri Vanek
2013-05-20
1
-12
/
+23
*
Fix PR854: Resizing an applet several times causes 100% CPU load
Adam Domurad
2013-05-17
1
-12
/
+1
*
Ensure that PluginAppletViewer is resized in case of error.
Adam Domurad
2013-05-02
2
-37
/
+32
*
MethodOverloadResolve array casting tests
Adam Domurad
2013-05-02
1
-0
/
+4
*
Remove incorrect undummied code in MethodOverloadResolver
Adam Domurad
2013-05-02
1
-12
/
+3
*
Fix a dead-lock bug that can cause Firefox to hang.
Adam Domurad
2013-04-25
1
-26
/
+4
*
Tests & test extensions for mocking the plugin input & output pipes.
Adam Domurad
2013-04-25
1
-2
/
+1
*
Remove unnecessary line that can result in NPE
Adam Domurad
2013-04-24
1
-2
/
+0
*
Ensure document-base is properly encoded
Adam Domurad
2013-04-23
1
-2
/
+1
*
Clean-up of dead & outdated parts of NetxPanel
Adam Domurad
2013-04-23
1
-1
/
+1
*
Rewrite of MethodOverloadResolver
Adam Domurad
2013-04-23
2
-602
/
+373
*
Don't interrupt message handling threads
Adam Domurad
2013-03-28
2
-23
/
+37
*
Integration of unsigned applet confirmation dialogue.
Adam Domurad
2013-03-26
1
-1
/
+12
*
Revert behaviour of PluginParameterParser#isInt to fail on overflow
Adam Domurad
2013-03-22
1
-1
/
+6
*
Only destroy full initialized applets
Adam Domurad
2013-02-07
1
-0
/
+4
*
Provide names for unnamed threads for better debugging
Adam Domurad
2013-02-06
3
-3
/
+8
*
Unit tests for PR1198: JSObject not passed correctly to Javascript
Adam Domurad
2013-01-15
1
-9
/
+18
*
Fix for PR1198: JSObject passed incorrectly to Javascript
Adam Domurad
2013-01-15
2
-168
/
+96
*
Minor code formatting & cosmetic changes
Adam Domurad
2013-01-04
2
-10
/
+14
*
Remove left-in System.out
Adam Domurad
2012-12-11
1
-1
/
+0
*
PluginAppletViewer refactoring
Adam Domurad
2012-12-04
2
-245
/
+317
*
Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.
Adam Domurad
2012-12-04
2
-505
/
+119
*
Better error reporting from applets
Jiri Vanek
2012-11-27
1
-2
/
+5
*
Splashscreen integrated to javaws and plugin
Jiri Vanek
2012-11-02
1
-16
/
+165
*
Fix a small bug in the contain() method
Thomas Meyer
2012-08-19
1
-9
/
+11
*
Fixes PR588, Icedtea-web now saves cookies set in java cookie jar
Adam Domurad
2012-08-17
2
-1
/
+32
*
Fix possible endless loop while waiting for the applet object instance to get...
Thomas Meyer
2012-07-19
1
-1
/
+10
*
Small comment cleanup to classes with missing or wrong descriptions.
Adam Domurad
2012-06-25
5
-6
/
+7
*
Added patch so that applet-tags take last param.
Adam Domurad
2012-06-04
1
-3
/
+0
*
Changed for-loops over iterators and indices to for-each loops if they
Adam Domurad
2012-05-25
3
-16
/
+14
*
Removal of synchronization on Boolean in PluginStreamHandler.
Adam Domurad
2012-05-18
1
-8
/
+4
*
Went through the source of IcedTeaWeb with FindBugs and went over all reporte...
Adam Domurad
2012-05-17
2
-6
/
+6
*
PR918: java applet windows uses a low resulution black/white icon
Omair Majid
2012-04-19
1
-0
/
+2
*
Launch errors are not being printed to terminal
Omair Majid
2012-03-14
1
-1
/
+1
*
PR852: Classloader not being flushed after last applet from a site is closed
Deepak Bhole
2012-01-27
1
-0
/
+3
*
PR749: sun.applet.PluginStreamHandler#handleMessage(String) really slow
Deepak Bhole
2011-07-21
1
-19
/
+59
*
PR735: Firefox 4 sometimes freezes if the applet calls showDocument()
Deepak Bhole
2011-05-27
1
-2
/
+2
*
Call dispose() from swing thread when applet is closed.
Deepak Bhole
2011-05-27
1
-3
/
+8
*
Backed out 0256de6a4bf6 as it is prone to race conditions.
Deepak Bhole
2011-05-27
1
-18
/
+9
*
Prevent applet from shutting down down if another tab with the same page is
Deepak Bhole
2011-05-02
1
-9
/
+18
*
Fix appcontext related plugin bugs.
Denis Lila
2011-04-29
1
-10
/
+26
*
Dont show error dialogs on exceptions with the plugin
Omair Majid
2011-04-20
1
-0
/
+2
*
Switch to explicit locks and condition queues in PluginAppletViewer
Andrew John Hughes
2011-04-18
1
-68
/
+74
[next]