aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp
Commit message (Expand)AuthorAgeFilesLines
* Move 'get_scriptable_java_package_object' and 'get_scriptable_java_object' in...Adam Domurad2013-06-214-21/+22
* Fix memory leak due to allocated NPClassAdam Domurad2013-06-211-45/+51
* More unit tests for scriptable object creation, destructionAdam Domurad2013-06-212-2/+28
* Made it work with OpenJDK build 25 by creating application as soon as possibleJiri Vanek2013-06-201-0/+5
* Silenced deployment.properties and zero size applet exceptions with testsJiri Vanek2013-06-061-1/+3
* Remove unused IcedTeaRunnable.h & IcedTeaRunnable.ccAdam Domurad2013-06-042-177/+0
* Handle resizing plugin message more robustly by not blocking worker threadAdam Domurad2013-06-031-37/+46
* Fixed possible deadlock for applet->js->applet call with testcaseJiri Vanek2013-05-201-12/+23
* Fix PR854: Resizing an applet several times causes 100% CPU loadAdam Domurad2013-05-171-12/+1
* Ensure that PluginAppletViewer is resized in case of error.Adam Domurad2013-05-022-37/+32
* Remove only occurence of LEGACY_XULRUNNERAPIAdam Domurad2013-05-021-5/+1
* MethodOverloadResolve array casting testsAdam Domurad2013-05-021-0/+4
* Remove incorrect undummied code in MethodOverloadResolverAdam Domurad2013-05-021-12/+3
* Fix a dead-lock bug that can cause Firefox to hang.Adam Domurad2013-04-251-26/+4
* Tests & test extensions for mocking the plugin input & output pipes.Adam Domurad2013-04-251-2/+1
* 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