aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp/java/sun/applet
Commit message (Expand)AuthorAgeFilesLines
* 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-253-16/+14
* 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
* 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
* Backed out 0256de6a4bf6 as it is prone to race conditions.Deepak Bhole2011-05-271-18/+9
* Prevent applet from shutting down down if another tab with the same page isDeepak Bhole2011-05-021-9/+18
* Fix appcontext related plugin bugs.Denis Lila2011-04-291-10/+26
* Dont show error dialogs on exceptions with the pluginOmair Majid2011-04-201-0/+2
* Switch to explicit locks and condition queues in PluginAppletViewerAndrew John Hughes2011-04-181-68/+74
* Fix applet rezising issue seen with some browsers (Midori)Deepak Bhole2011-04-181-1/+25
* Use Object.wait() instead of periodic wakes in PluginAppletViewer.Deepak Bhole2011-04-141-56/+98
* Refactor PluginAppletViewer.java.Denis Lila2011-04-141-170/+74
* Fix some concurrency problems in PluginAppletViewer.java.Denis Lila2011-04-131-26/+35
* Prevent NPE in appletClose() by calling it only via the thread-safeDeepak Bhole2011-04-071-1/+1
* Fix PluginDebug regression.dlila2011-04-011-1/+6
* Add citation.Denis Lila2011-03-311-1/+2
* Made PluginObjectStore a singleton.Denis Lila2011-03-312-10/+16
* Make PluginDebug a bit lazier.Denis Lila2011-03-3115-93/+96
* Remove race conditions in PluginObjectStore.java.Denis Lila2011-03-311-45/+64
* Fix race condition.Denis Lila2011-03-081-5/+6
* Minor refactoring.Denis Lila2011-03-076-107/+41
* - PR475, RH604061: Allow applets from the same page to use the same classloaderDeepak Bhole2011-03-041-1/+8
* minor refactoring + dead code removalDenis Lila2011-02-281-36/+24
* Move TimedHashMap to netxOmair Majid2011-02-151-57/+1
* Remove dead, commented, unused code.Andrew Su2011-01-2011-284/+1
* Fix RH665104: OpenJDK Firefox Java plugin loses a cookieDeepak Bhole2010-12-221-3/+7
* add support for validating configurationOmair Majid2010-12-132-4/+2
* PR597: Fix special character handling for applet tagsDeepak Bhole2010-12-081-10/+20
* Fix Javadoc warnings.Andrew John Hughes2010-12-081-1/+1
* Fixed indentation and spacing for all .java files.Deepak Bhole2010-12-0624-3713/+3705
* Fix warnings produced by NetX and the plugin (both Java and C++).Andrew John Hughes2010-12-037-1877/+1878
* Patch to permanantly fix frame pop-out issue for appletsDeepak Bhole2010-11-291-44/+21
* CVE-2010-3860 IcedTea System property information leak via public staticOmair Majid2010-11-241-5/+0
* integrate basic proxy configuration supportOmair Majid2010-11-233-275/+7
* add configuration support for user prompts and other access control optionsOmair Majid2010-11-181-1/+5