aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp/java
Commit message (Expand)AuthorAgeFilesLines
* Move some proxy logic to BrowserAwareProxySelectorOmair Majid2013-10-092-31/+39
* Add unit tests for PluginProxySelectorOmair Majid2013-10-011-1/+6
* Fix for PR1204, handling of query strings and absolute paths.Andrew Azores2013-09-261-11/+17
* Introduced logging bottleneckJiri Vanek2013-09-2513-70/+82
* Unit tests for JNLPProxySelectorOmair Majid2013-09-232-1/+6
* Fix PR1271: icedtea-web does not handle javascript:-protocol URLsAdam Domurad2013-08-192-6/+33
* IcedTea-Web is now following XDG .config and .cache specification(RH947647)Jiri Vanek2013-07-181-1/+1
* Fix potential NPE on GetValue messageAdam Domurad2013-06-281-1/+2
* Made it work with OpenJDK build 25 by creating application as soon as possibleJiri Vanek2013-06-201-0/+5
* Silenced deployment.properties and zero size applet exceptions with testsJiri Vanek2013-06-061-1/+3
* Handle resizing plugin message more robustly by not blocking worker threadAdam Domurad2013-06-031-37/+46
* Fixed possible deadlock for applet->js->applet call with testcaseJiri Vanek2013-05-201-12/+23
* Fix PR854: Resizing an applet several times causes 100% CPU loadAdam Domurad2013-05-171-12/+1
* Ensure that PluginAppletViewer is resized in case of error.Adam Domurad2013-05-022-37/+32
* MethodOverloadResolve array casting testsAdam Domurad2013-05-021-0/+4
* Remove incorrect undummied code in MethodOverloadResolverAdam Domurad2013-05-021-12/+3
* Fix a dead-lock bug that can cause Firefox to hang.Adam Domurad2013-04-251-26/+4
* Tests & test extensions for mocking the plugin input & output pipes.Adam Domurad2013-04-251-2/+1
* Remove unnecessary line that can result in NPEAdam Domurad2013-04-241-2/+0
* Ensure document-base is properly encodedAdam Domurad2013-04-231-2/+1
* Clean-up of dead & outdated parts of NetxPanelAdam Domurad2013-04-231-1/+1
* Rewrite of MethodOverloadResolverAdam Domurad2013-04-232-602/+373
* Don't interrupt message handling threadsAdam Domurad2013-03-282-23/+37
* Integration of unsigned applet confirmation dialogue.Adam Domurad2013-03-261-1/+12
* Revert behaviour of PluginParameterParser#isInt to fail on overflowAdam Domurad2013-03-221-1/+6
* Only destroy full initialized appletsAdam Domurad2013-02-071-0/+4
* Provide names for unnamed threads for better debuggingAdam Domurad2013-02-063-3/+8
* Unit tests for PR1198: JSObject not passed correctly to JavascriptAdam Domurad2013-01-151-9/+18
* Fix for PR1198: JSObject passed incorrectly to JavascriptAdam Domurad2013-01-155-169/+168
* Minor code formatting & cosmetic changesAdam Domurad2013-01-042-10/+14
* Remove left-in System.outAdam Domurad2012-12-111-1/+0
* PluginAppletViewer refactoringAdam Domurad2012-12-042-245/+317
* Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.Adam Domurad2012-12-042-505/+119
* Better error reporting from appletsJiri Vanek2012-11-271-2/+5
* Splashscreen integrated to javaws and pluginJiri Vanek2012-11-021-16/+165
* Fix a small bug in the contain() methodThomas Meyer2012-08-191-9/+11
* Fixes PR588, Icedtea-web now saves cookies set in java cookie jarAdam Domurad2012-08-172-1/+32
* Fix possible endless loop while waiting for the applet object instance to get...Thomas Meyer2012-07-191-1/+10
* Small comment cleanup to classes with missing or wrong descriptions.Adam Domurad2012-06-255-6/+7
* Added patch so that applet-tags take last param.Adam Domurad2012-06-041-3/+0
* Changed for-loops over iterators and indices to for-each loops if theyAdam Domurad2012-05-254-21/+20
* Removal of synchronization on Boolean in PluginStreamHandler.Adam Domurad2012-05-181-8/+4
* Went through the source of IcedTeaWeb with FindBugs and went over all reporte...Adam Domurad2012-05-172-6/+6
* PR918: java applet windows uses a low resulution black/white iconOmair Majid2012-04-191-0/+2
* Launch errors are not being printed to terminalOmair Majid2012-03-141-1/+1
* PR852: Classloader not being flushed after last applet from a site is closedDeepak Bhole2012-01-271-0/+3
* Fix RH718693: MindTerm SSH Applet doesn't workDeepak Bhole2011-08-241-0/+75
* PR749: sun.applet.PluginStreamHandler#handleMessage(String) really slowDeepak Bhole2011-07-211-19/+59
* PR735: Firefox 4 sometimes freezes if the applet calls showDocument()Deepak Bhole2011-05-271-2/+2
* Call dispose() from swing thread when applet is closed.Deepak Bhole2011-05-271-3/+8