aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp
Commit message (Collapse)AuthorAgeFilesLines
* Spawn Java side during C++ unit tests. Many new tests.Adam Domurad2013-08-233-64/+70
|
* Refactor plugin data creation.Adam Domurad2013-08-232-80/+59
|
* Fix PR1271: icedtea-web does not handle javascript:-protocol URLsAdam Domurad2013-08-192-6/+33
|
* Fix many memory leaks due to utf8fromidentifier misuseAdam Domurad2013-07-306-127/+125
|
* IcedTea-Web is now following XDG .config and .cache specification(RH947647)Jiri Vanek2013-07-181-1/+1
|
* Fix potential NPE on GetValue messageAdam Domurad2013-06-281-1/+2
|
* IcedTeaScriptableJavaObject simplificationsAdam Domurad2013-06-212-170/+94
|
* Move 'get_scriptable_java_package_object' and 'get_scriptable_java_object' ↵Adam Domurad2013-06-214-21/+22
| | | | into their correct respective classes.
* 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
| | | | | | * /plugin/icedteanp/IcedTeaNPPlugin.cc: (get_jvm_args) Java call replaced by call to recently added read_deploy_property_value function.
* 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 ↵Jiri Vanek2013-03-284-0/+321
| | | | c++ part of plugin.
* 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
| | | | * plugin/icedteanp/IcedTeaNPPlugin.cc: (appletviewer_executable) renamed to (appletviewer_default_executable). (appletviewer_default_rtjar) new variable to keep default rt.jar path. (get_plugin_executable) and (string get_plugin_rt_jar) new functions, returniong the default variables for now.
* 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
| | | | | | | Note - in time of this commit one needs custom build of jacoco containing the xboot.patch form approving discussion: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121127/ba8f6a1e/xboot-0001.patch The tracking of upstraming can be found on jacoco page.
* 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
| | | | | * netx/net/sourceforge/jnlp/NetxPanel.java: (init) ErrorSplash is shown if fatal exception is cough
* Unit test integration for UnitTest++ with icedtea-webAdam Domurad2012-11-212-2/+4
|