aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Collapse)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
| | | | | | * /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
|
* 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
| | | | Updated NEWS file with entry for CVE-2012-3423
* Small correction in strSplitAdam Domurad2012-07-241-1/+1
|
* Fix possible endless loop while waiting for the applet object instance to ↵Thomas Meyer2012-07-191-1/+10
| | | | get create get created
* Small fixes to C++ side of plugin, submitted by Martin Olsson.Adam Domurad2012-07-093-9/+10
| | | | Also fixed a space in my last ChangeLog.
* 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
| | | | are not the expected length but still large enough for our purposes.
* 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
| | | | | Our plugin had previously took the first param, except for a few special param's like archive. With this patch the last param is taken consistently.
* Fixing build for real, sorry for the noise.Adam Domurad2012-06-041-1/+1
| | | | For old versions of mozilla, there was a spurious ( in NPVariantAsString.
* 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
| | | | in std::string.
* 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
| | | | were sufficient and clearer.