| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -21/+20 |
* | 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 |
* | Fix RH718693: MindTerm SSH Applet doesn't work | Deepak Bhole | 2011-08-24 | 1 | -0/+75 |
* | 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 |
* | Fix applet rezising issue seen with some browsers (Midori) | Deepak Bhole | 2011-04-18 | 1 | -1/+25 |
* | Use Object.wait() instead of periodic wakes in PluginAppletViewer. | Deepak Bhole | 2011-04-14 | 1 | -56/+98 |
* | Refactor PluginAppletViewer.java. | Denis Lila | 2011-04-14 | 1 | -170/+74 |
* | Fix some concurrency problems in PluginAppletViewer.java. | Denis Lila | 2011-04-13 | 1 | -26/+35 |
* | Prevent NPE in appletClose() by calling it only via the thread-safe | Deepak Bhole | 2011-04-07 | 1 | -1/+1 |
* | Use varargs in PluginDebug.debug calls in JSObject.java. | Denis Lila | 2011-04-05 | 1 | -10/+10 |
* | Fix PluginDebug regression. | dlila | 2011-04-01 | 1 | -1/+6 |
* | Fix JSObject.equals. | Denis Lila | 2011-03-31 | 1 | -15/+1 |
* | Add citation. | Denis Lila | 2011-03-31 | 1 | -1/+2 |
* | Made PluginObjectStore a singleton. | Denis Lila | 2011-03-31 | 2 | -10/+16 |
* | Make PluginDebug a bit lazier. | Denis Lila | 2011-03-31 | 15 | -93/+96 |
* | Remove race conditions in PluginObjectStore.java. | Denis Lila | 2011-03-31 | 1 | -45/+64 |
* | Fix race condition. | Denis Lila | 2011-03-08 | 1 | -5/+6 |
* | Minor refactoring. | Denis Lila | 2011-03-07 | 6 | -107/+41 |
* | - PR475, RH604061: Allow applets from the same page to use the same classloader | Deepak Bhole | 2011-03-04 | 1 | -1/+8 |
* | minor refactoring + dead code removal | Denis Lila | 2011-02-28 | 1 | -36/+24 |
* | Move TimedHashMap to netx | Omair Majid | 2011-02-15 | 1 | -57/+1 |
* | Remove dead, commented, unused code. | Andrew Su | 2011-01-20 | 11 | -284/+1 |
* | Fix PR619: Improper finalization by the plugin can crash the browser | Deepak Bhole | 2011-01-20 | 1 | -0/+5 |
* | Fix RH665104: OpenJDK Firefox Java plugin loses a cookie | Deepak Bhole | 2010-12-22 | 1 | -3/+7 |
* | add support for validating configuration | Omair Majid | 2010-12-13 | 2 | -4/+2 |
* | PR597: Fix special character handling for applet tags | Deepak Bhole | 2010-12-08 | 1 | -10/+20 |
* | Fix Javadoc warnings. | Andrew John Hughes | 2010-12-08 | 1 | -1/+1 |
* | Fixed indentation and spacing for all .java files. | Deepak Bhole | 2010-12-06 | 31 | -3811/+3788 |
* | Fix warnings produced by NetX and the plugin (both Java and C++). | Andrew John Hughes | 2010-12-03 | 9 | -1917/+1921 |
* | Patch to permanantly fix frame pop-out issue for applets | Deepak Bhole | 2010-11-29 | 1 | -44/+21 |
* | CVE-2010-3860 IcedTea System property information leak via public static | Omair Majid | 2010-11-24 | 1 | -5/+0 |
* | integrate basic proxy configuration support | Omair Majid | 2010-11-23 | 3 | -275/+7 |