| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Use g_mutex_free instead of g_free to free appletviewer_mutex (fixes | Deepak Bhole | 2012-05-23 | 1 | -2/+2 |
|/ |
|
* | Changed usage of sprintf to snprintf. Made some small malloc'd buffers on the... | Adam Domurad | 2012-05-22 | 2 | -29/+31 |
* | 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 |
* | Return 0 id to Java side if call/eval fail. | Deepak Bhole | 2012-02-28 | 1 | -3/+9 |
* | Define mime descriptions for 1.7, when built with Java7 | doko | 2012-02-27 | 1 | -2/+16 |
* | PR820: IcedTea-Web 1.1.3 crashing Firefox when loading Citrix XenApp | Deepak Bhole | 2012-02-27 | 2 | -64/+84 |
* | PR852: Classloader not being flushed after last applet from a site is closed | Deepak Bhole | 2012-01-27 | 1 | -0/+3 |
* | PR838: IcedTea plugin crashes with chrome browser when javascript is executedicedtea-web-1.2-branchpoint | Deepak Bhole | 2012-01-09 | 1 | -1/+7 |
* | Use correct response parameter when returning array member vs member itself | Deepak Bhole | 2011-12-22 | 1 | -3/+3 |
* | RH586194: Unable to connect to connect with Juniper VPN client | Deepak Bhole | 2011-12-21 | 1 | -46/+5 |
* | Made compatible with both versions of xulrunner | Jiri Vanek | 2011-12-21 | 1 | -1/+5 |
* | Fixed function name in comment for sendMember. | Deepak Bhole | 2011-12-16 | 1 | -1/+1 |
* | made compatible with rhel5 libraries | Jiri Vanek | 2011-09-01 | 1 | -12/+41 |
* | 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 |
* | Fix PR721: IcedTeaPlugin.so cannot run g_main_context_iteration on a differen... | Deepak Bhole | 2011-06-08 | 8 | -106/+209 |
* | PR735: Firefox 4 sometimes freezes if the applet calls showDocument() | Deepak Bhole | 2011-05-27 | 4 | -24/+79 |
* | 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 |
* | Use NPN_GetURLNotify (non-blocking) instead of NPN_GetURL (blocking)icedtea-web-1.1-branchpoint | Deepak Bhole | 2011-04-21 | 1 | -1/+1 |
* | 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 |
* | Fixed RH691259: Midori sends a SIGSEGV with the IcedTea NP Plugin | Deepak Bhole | 2011-04-18 | 1 | -7/+11 |
* | 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 |
* | Set class path to JRE/lib/rt.jar for both plugin and javaws. | Denis Lila | 2011-04-05 | 1 | -40/+30 |
* | 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 |
* | Replace PDF documentation with editable HTML version of the same content. | Andrew John Hughes | 2011-03-29 | 2 | -0/+117 |
* | Fix race condition. | Denis Lila | 2011-03-08 | 1 | -5/+6 |
* | Make ICEDTEAPLUGIN_DEBUG=suspend start the JVM in suspend mode | Omair Majid | 2011-03-07 | 1 | -1/+9 |
* | 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 |
* | Send initialization information to Java side via a new function (also takes | Deepak Bhole | 2011-03-03 | 1 | -17/+26 |
* | Added check for instance validity before making calls to the browser | Deepak Bhole | 2011-03-03 | 1 | -4/+28 |
* | Minor cleanup of C++ code -- removed unused thread_counter | Deepak Bhole | 2011-03-03 | 2 | -26/+0 |
* | minor refactoring + dead code removal | Denis Lila | 2011-02-28 | 1 | -36/+24 |