Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spawn Java side during C++ unit tests. Many new tests. | Adam Domurad | 2013-08-23 | 3 | -64/+70 |
| | |||||
* | Refactor plugin data creation. | Adam Domurad | 2013-08-23 | 2 | -80/+59 |
| | |||||
* | Fix PR1271: icedtea-web does not handle javascript:-protocol URLs | Adam Domurad | 2013-08-19 | 2 | -6/+33 |
| | |||||
* | Fix many memory leaks due to utf8fromidentifier misuse | Adam Domurad | 2013-07-30 | 6 | -127/+125 |
| | |||||
* | IcedTea-Web is now following XDG .config and .cache specification(RH947647) | Jiri Vanek | 2013-07-18 | 1 | -1/+1 |
| | |||||
* | Fix potential NPE on GetValue message | Adam Domurad | 2013-06-28 | 1 | -1/+2 |
| | |||||
* | IcedTeaScriptableJavaObject simplifications | Adam Domurad | 2013-06-21 | 2 | -170/+94 |
| | |||||
* | Move 'get_scriptable_java_package_object' and 'get_scriptable_java_object' ↵ | Adam Domurad | 2013-06-21 | 4 | -21/+22 |
| | | | | into their correct respective classes. | ||||
* | Fix memory leak due to allocated NPClass | Adam Domurad | 2013-06-21 | 1 | -45/+51 |
| | |||||
* | More unit tests for scriptable object creation, destruction | Adam Domurad | 2013-06-21 | 2 | -2/+28 |
| | |||||
* | Made it work with OpenJDK build 25 by creating application as soon as possible | Jiri Vanek | 2013-06-20 | 1 | -0/+5 |
| | |||||
* | Silenced deployment.properties and zero size applet exceptions with tests | Jiri Vanek | 2013-06-06 | 1 | -1/+3 |
| | |||||
* | Remove unused IcedTeaRunnable.h & IcedTeaRunnable.cc | Adam Domurad | 2013-06-04 | 2 | -177/+0 |
| | |||||
* | Handle resizing plugin message more robustly by not blocking worker thread | Adam Domurad | 2013-06-03 | 1 | -37/+46 |
| | |||||
* | Fixed possible deadlock for applet->js->applet call with testcase | Jiri Vanek | 2013-05-20 | 1 | -12/+23 |
| | |||||
* | Fix PR854: Resizing an applet several times causes 100% CPU load | Adam Domurad | 2013-05-17 | 1 | -12/+1 |
| | |||||
* | Ensure that PluginAppletViewer is resized in case of error. | Adam Domurad | 2013-05-02 | 2 | -37/+32 |
| | |||||
* | Remove only occurence of LEGACY_XULRUNNERAPI | Adam Domurad | 2013-05-02 | 1 | -5/+1 |
| | |||||
* | MethodOverloadResolve array casting tests | Adam Domurad | 2013-05-02 | 1 | -0/+4 |
| | |||||
* | Remove incorrect undummied code in MethodOverloadResolver | Adam Domurad | 2013-05-02 | 1 | -12/+3 |
| | |||||
* | Fix a dead-lock bug that can cause Firefox to hang. | Adam Domurad | 2013-04-25 | 1 | -26/+4 |
| | |||||
* | Tests & test extensions for mocking the plugin input & output pipes. | Adam Domurad | 2013-04-25 | 1 | -2/+1 |
| | |||||
* | Remove unnecessary line that can result in NPE | Adam Domurad | 2013-04-24 | 1 | -2/+0 |
| | |||||
* | Ensure document-base is properly encoded | Adam Domurad | 2013-04-23 | 1 | -2/+1 |
| | |||||
* | Clean-up of dead & outdated parts of NetxPanel | Adam Domurad | 2013-04-23 | 1 | -1/+1 |
| | |||||
* | Rewrite of MethodOverloadResolver | Adam Domurad | 2013-04-23 | 2 | -602/+373 |
| | |||||
* | removed java call to obtain jvm args for plugin | Jiri Vanek | 2013-04-17 | 1 | -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 NPAPI | Adam Domurad | 2013-04-11 | 8 | -273/+3 |
| | |||||
* | Plugin is now honoring the custom jre | Jiri Vanek | 2013-04-04 | 1 | -4/+24 |
| | |||||
* | Don't interrupt message handling threads | Adam Domurad | 2013-03-28 | 2 | -23/+37 |
| | |||||
* | Added code to parse properties and to find correct configuration files from ↵ | Jiri Vanek | 2013-03-28 | 4 | -0/+321 |
| | | | | c++ part of plugin. | ||||
* | Integration of unsigned applet confirmation dialogue. | Adam Domurad | 2013-03-26 | 1 | -1/+12 |
| | |||||
* | Revert behaviour of PluginParameterParser#isInt to fail on overflow | Adam Domurad | 2013-03-22 | 1 | -1/+6 |
| | |||||
* | All occurences of hardcoded paths to java repalced by call of functions | Jiri Vanek | 2013-03-20 | 1 | -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 applets | Adam Domurad | 2013-02-07 | 1 | -0/+4 |
| | |||||
* | Provide names for unnamed threads for better debugging | Adam Domurad | 2013-02-06 | 3 | -3/+8 |
| | |||||
* | PR1260: IcedTea-Web should not rely on GTK | Deepak Bhole | 2013-01-16 | 3 | -30/+2 |
| | |||||
* | Unit tests for PR1198: JSObject not passed correctly to Javascript | Adam Domurad | 2013-01-15 | 1 | -9/+18 |
| | |||||
* | Fix for PR1198: JSObject passed incorrectly to Javascript | Adam Domurad | 2013-01-15 | 8 | -171/+183 |
| | |||||
* | Minor code formatting & cosmetic changes | Adam Domurad | 2013-01-04 | 2 | -10/+14 |
| | |||||
* | Clean up NP_Initialize; add more C++ unit tests | Adam Domurad | 2012-12-21 | 1 | -92/+33 |
| | |||||
* | Fix 2 memory leaks, pass corresponding C++ unit tests | Adam Domurad | 2012-12-20 | 1 | -2/+2 |
| | |||||
* | Added jacoco code coverage support | Jiri Vanek | 2012-12-11 | 1 | -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.out | Adam Domurad | 2012-12-11 | 1 | -1/+0 |
| | |||||
* | PR1217: Add command line arguments for plugins | Saad Mohammad | 2012-12-05 | 3 | -42/+120 |
| | |||||
* | PluginAppletViewer refactoring | Adam Domurad | 2012-12-04 | 2 | -245/+317 |
| | |||||
* | Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags. | Adam Domurad | 2012-12-04 | 4 | -678/+171 |
| | |||||
* | Refactor IcedTeaPluginUtilities::javaResultToNPVariant into multiple functions | Adam Domurad | 2012-11-30 | 2 | -89/+122 |
| | |||||
* | Better error reporting from applets | Jiri Vanek | 2012-11-27 | 1 | -2/+5 |
| | | | | | * netx/net/sourceforge/jnlp/NetxPanel.java: (init) ErrorSplash is shown if fatal exception is cough | ||||
* | Unit test integration for UnitTest++ with icedtea-web | Adam Domurad | 2012-11-21 | 2 | -2/+4 |
| |