aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary line that can result in NPEAdam Domurad2013-04-241-2/+0
* Ensure document-base is properly encodedAdam Domurad2013-04-231-2/+1
* Clean-up of dead & outdated parts of NetxPanelAdam Domurad2013-04-231-1/+1
* Rewrite of MethodOverloadResolverAdam Domurad2013-04-232-602/+373
* removed java call to obtain jvm args for pluginJiri Vanek2013-04-171-37/+5
* Remove legacy support for the old version of NPAPIAdam Domurad2013-04-118-273/+3
* Plugin is now honoring the custom jreJiri Vanek2013-04-041-4/+24
* Don't interrupt message handling threadsAdam Domurad2013-03-282-23/+37
* Added code to parse properties and to find correct configuration files from c...Jiri Vanek2013-03-284-0/+321
* Integration of unsigned applet confirmation dialogue.Adam Domurad2013-03-261-1/+12
* Revert behaviour of PluginParameterParser#isInt to fail on overflowAdam Domurad2013-03-221-1/+6
* All occurences of hardcoded paths to java repalced by call of functionsJiri Vanek2013-03-201-11/+24
* Only destroy full initialized appletsAdam Domurad2013-02-071-0/+4
* Provide names for unnamed threads for better debuggingAdam Domurad2013-02-063-3/+8
* PR1260: IcedTea-Web should not rely on GTKDeepak Bhole2013-01-163-30/+2
* Unit tests for PR1198: JSObject not passed correctly to JavascriptAdam Domurad2013-01-151-9/+18
* Fix for PR1198: JSObject passed incorrectly to JavascriptAdam Domurad2013-01-158-171/+183
* Minor code formatting & cosmetic changesAdam Domurad2013-01-042-10/+14
* 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