aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp
Commit message (Expand)AuthorAgeFilesLines
* Pipes moved into XDG_RUNTIME_DIRJiri Vanek2013-11-293-17/+33
* Enabled file logging in plugin, user enabled to choose logs dirJiri Vanek2013-11-297-63/+235
* Java console resurrected and connected to new logging.Jiri Vanek2013-11-054-395/+26
* Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javasideJiri Vanek2013-11-011-35/+38
* Plugin debug can now be controlled from itw_settings, in same way java side. ...Jiri Vanek2013-10-255-19/+106
* All output messages redirected to PLUGIN_{DEBUG,ERROR} macrosJiri Vanek2013-10-257-46/+46
* Fix array index out of bounds due to malformed plugin message (PR539)Andrew Azores2013-10-241-1/+6
* C-part of plugin is now also trying to follow XDGJiri Vanek2013-10-231-1/+14
* More synchronized error/debug methodsJiri Vanek2013-10-222-36/+32
* Minor fix in DEBUG initialisationJiri Vanek2013-10-201-1/+1
* Back out changeset 420d72e5cee7Andrew Azores2013-10-175-328/+145
* Remove duplicate key computation in proxy codeOmair Majid2013-10-091-3/+7
* Move some proxy logic to BrowserAwareProxySelectorOmair Majid2013-10-092-31/+39
* Add unit tests for PluginProxySelectorOmair Majid2013-10-011-1/+6
* Fix for PR1204, handling of query strings and absolute paths.Andrew Azores2013-09-261-11/+17
* Introduced logging bottleneckJiri Vanek2013-09-2513-70/+82
* Unit tests for JNLPProxySelectorOmair Majid2013-09-232-1/+6
* CVE-2012-4540, RH869040: Heap-based buffer overflow after triggering event at...Jiri Vanek2013-09-161-15/+3
* Do not wait for applet initialization when binding Java applets for NPAPI.Adam Domurad2013-08-275-145/+328
* 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' 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