aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp
Commit message (Expand)AuthorAgeFilesLines
* Clean up NP_Initialize; add more C++ unit testsAdam Domurad2012-12-211-92/+33
* Fix 2 memory leaks, pass corresponding C++ unit testsAdam Domurad2012-12-201-2/+2
* Added jacoco code coverage supportJiri Vanek2012-12-111-31/+24
* Remove left-in System.outAdam Domurad2012-12-111-1/+0
* PR1217: Add command line arguments for pluginsSaad Mohammad2012-12-053-42/+120
* PluginAppletViewer refactoringAdam Domurad2012-12-042-245/+317
* Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.Adam Domurad2012-12-044-678/+171
* Refactor IcedTeaPluginUtilities::javaResultToNPVariant into multiple functionsAdam Domurad2012-11-302-89/+122
* Better error reporting from appletsJiri Vanek2012-11-271-2/+5
* Unit test integration for UnitTest++ with icedtea-webAdam Domurad2012-11-212-2/+4
* Free two memory leaksAdam Domurad2012-11-211-5/+5
* Splashscreen integrated to javaws and pluginJiri Vanek2012-11-021-16/+165
* Fix two typos.martin2012-10-022-2/+2
* 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