aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
...
* 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-173-1/+77
* Refactor consume_message with helper consume_plugin_messageAdam Domurad2012-08-091-59/+64
* Export only a minimum of symbols. This should fix PR472.Thomas Meyer2012-08-071-0/+4
* Fixes PR1106, buffer overflow in plugin tableAdam Domurad2012-08-071-1/+6
* CVE-2012-3422, RH840592: Potential read from an uninitialized memory locationDeepak Bhole2012-07-241-0/+10
* Small correction in strSplitAdam Domurad2012-07-241-1/+1
* Fix possible endless loop while waiting for the applet object instance to get...Thomas Meyer2012-07-191-1/+10
* Small fixes to C++ side of plugin, submitted by Martin Olsson.Adam Domurad2012-07-093-9/+10
* Small comment cleanup to classes with missing or wrong descriptions.Adam Domurad2012-06-255-6/+7
* Allow passing of plugin tables and browser tables in NP_Initialize thatAdam Domurad2012-06-251-91/+96
* Fixed two memory leaks in C++ side of pluginAdam Domurad2012-06-152-8/+7
* Fixed PR855: AppletStub getDocumentBase() doesn't return full URLDanesh Dadachanji2012-06-141-14/+1
* Added patch so that applet-tags take last param.Adam Domurad2012-06-041-3/+0
* Fixing build for real, sorry for the noise.Adam Domurad2012-06-041-1/+1
* Fix build for older versions of mozilla. (Typo in untested #ifdef)Adam Domurad2012-06-041-1/+1
* Fix for PR518, adds utility function for wrapping NPStringAdam Domurad2012-06-044-56/+43
* Fixed PR863: Error passing strings to applet methods in ChromiumDeepak Bhole2012-06-014-12/+20
* Changed for-loops over iterators and indices to for-each loops if theyAdam Domurad2012-05-254-21/+20
* Introduced constant NUM_STR_BUFFER_SIZE to replace magic constants.Adam Domurad2012-05-253-58/+58
* Removed residual free(str) on stack variable.Adam Domurad2012-05-241-1/+0
* Reapplied the patches, sorry for the mess!Adam Domurad2012-05-241-2/+2
* Backed out changeset 43a78616b1ddAdam Domurad2012-05-241-2/+2
* fixing conflict in ChangeLogAdam Domurad2012-05-241-2/+2
|\
| * Added Martin Olsson's typo fixAdam Domurad2012-05-241-2/+2
* | Use g_mutex_free instead of g_free to free appletviewer_mutex (fixesDeepak Bhole2012-05-231-2/+2
|/
* Changed usage of sprintf to snprintf. Made some small malloc'd buffers on the...Adam Domurad2012-05-222-29/+31
* 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
* Return 0 id to Java side if call/eval fail.Deepak Bhole2012-02-281-3/+9
* Define mime descriptions for 1.7, when built with Java7doko2012-02-271-2/+16
* PR820: IcedTea-Web 1.1.3 crashing Firefox when loading Citrix XenAppDeepak Bhole2012-02-272-64/+84
* PR852: Classloader not being flushed after last applet from a site is closedDeepak Bhole2012-01-271-0/+3
* PR838: IcedTea plugin crashes with chrome browser when javascript is executedicedtea-web-1.2-branchpointDeepak Bhole2012-01-091-1/+7
* Use correct response parameter when returning array member vs member itselfDeepak Bhole2011-12-221-3/+3
* RH586194: Unable to connect to connect with Juniper VPN clientDeepak Bhole2011-12-211-46/+5
* Made compatible with both versions of xulrunnerJiri Vanek2011-12-211-1/+5
* Fixed function name in comment for sendMember.Deepak Bhole2011-12-161-1/+1
* made compatible with rhel5 librariesJiri Vanek2011-09-011-12/+41
* 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
* Fix PR721: IcedTeaPlugin.so cannot run g_main_context_iteration on a differen...Deepak Bhole2011-06-088-106/+209
* PR735: Firefox 4 sometimes freezes if the applet calls showDocument()Deepak Bhole2011-05-274-24/+79
* 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
* Use NPN_GetURLNotify (non-blocking) instead of NPN_GetURL (blocking)icedtea-web-1.1-branchpointDeepak Bhole2011-04-211-1/+1