aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
Commit message (Expand)AuthorAgeFilesLines
* 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-021-7/+3
* Fix a dead-lock bug that can cause Firefox to hang.Adam Domurad2013-04-251-26/+4
* Remove unnecessary line that can result in NPEAdam Domurad2013-04-241-2/+0
* Ensure document-base is properly encodedAdam Domurad2013-04-231-2/+1
* Integration of unsigned applet confirmation dialogue.Adam Domurad2013-03-261-1/+12
* Only destroy full initialized appletsAdam Domurad2013-02-071-0/+4
* Fix for PR1198: JSObject passed incorrectly to JavascriptAdam Domurad2013-01-151-54/+6
* Minor code formatting & cosmetic changesAdam Domurad2013-01-041-4/+6
* PluginAppletViewer refactoringAdam Domurad2012-12-041-245/+89
* Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.Adam Domurad2012-12-041-505/+29
* Better error reporting from appletsJiri Vanek2012-11-271-2/+5
* Splashscreen integrated to javaws and pluginJiri Vanek2012-11-021-16/+165
* Fix possible endless loop while waiting for the applet object instance to get...Thomas Meyer2012-07-191-1/+10
* 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-251-11/+11
* PR852: Classloader not being flushed after last applet from a site is closedDeepak Bhole2012-01-271-0/+3
* 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
* 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
* Make PluginDebug a bit lazier.Denis Lila2011-03-311-37/+37
* Fix race condition.Denis Lila2011-03-081-5/+6
* - PR475, RH604061: Allow applets from the same page to use the same classloaderDeepak Bhole2011-03-041-1/+8
* Remove dead, commented, unused code.Andrew Su2011-01-201-23/+1
* 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-061-1823/+1799
* Fix warnings produced by NetX and the plugin (both Java and C++).Andrew John Hughes2010-12-031-491/+490
* Patch to permanantly fix frame pop-out issue for appletsDeepak Bhole2010-11-291-44/+21
* Double-buffer applet frame drawing.Deepak Bhole2010-11-041-0/+25
* Stabilize plugin initializationDeepak Bhole2010-10-261-94/+204
* Initial import from IcedTea6.andrew2010-10-191-0/+2056