aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed DeadlockTest and listeners forwardingJiri Vanek2012-08-173-5/+14
|
* Restrict manifest classpath searching for JNLPs.Danesh Dadachanji2012-08-1510-1/+492
|
* Changelog for unsigned content in metainf reproducerAdam Domurad2012-08-141-0/+17
|
* Reproducer for unsigned content in META-INF/Adam Domurad2012-08-144-0/+143
|
* Added forgotten license headerAdam Domurad2012-08-141-0/+37
|
* Unit test for JCV.isMetaInfFile()Adam Domurad2012-08-143-1/+26
|
* Added splashscreen implementationJiri Vanek2012-08-1350-11/+7321
|
* Fixed wrong call in previous commit which was causing null process nameJiri Vanek2012-08-133-2/+9
|
* Reproducers of PR955Jiri Vanek2012-08-1310-11/+813
|
* Forgot changelog for consume_plugin_message refactoringAdam Domurad2012-08-101-0/+8
|
* Refactor consume_message with helper consume_plugin_messageAdam Domurad2012-08-091-59/+64
|
* Back out erroneous changesetThomas Meyer2012-08-091-1/+0
|
* Fix PR955: regression: SweetHome3D fails to runDanesh Dadachanji2012-08-0813-60/+1894
|
* Export only a minimum of symbols. This should fix PR472.Thomas Meyer2012-08-073-1/+11
|
* Merge branchesThomas Meyer2012-08-0711-3/+288
|\
| * Add license header to filesSaad Mohammad2012-08-078-0/+271
| |
| * Fixes PR1106, buffer overflow in plugin tableAdam Domurad2012-08-073-2/+16
| |
| * Removed firefox switch wich was causing paralel tests not to startJiri Vanek2012-08-071-1/+1
| |
* | ignore eclipse bin pathThomas Meyer2012-08-031-0/+1
|/
* Added NEWS entry for PR1049Saad Mohammad2012-08-012-0/+5
|
* Fix PR1049: Empty jars are handled correctly during signature validationSaad Mohammad2012-08-019-1/+364
|
* Fix JNLPMatcherTest timeout from being too restrictive.Danesh Dadachanji2012-08-012-1/+7
|
* CVE-2012-3422, RH840592: Potential read from an uninitialized memory locationDeepak Bhole2012-07-243-0/+25
| | | | Updated NEWS file with entry for CVE-2012-3423
* Fix in Makefile missing absolute path for keytool.Danesh Dadachanji2012-07-312-1/+5
|
* Introduced configure option --with-gtk=2|3|default to be ableJiri Vanek2012-07-314-1/+50
| | | | to compile against different version of GTK+ (2.x or 3.x).
* Small correction in strSplitAdam Domurad2012-07-242-1/+7
|
* Fix RH838417, Fix RH838559: Disambiguate signed applet security prompt from ↵Danesh Dadachanji2012-07-204-12/+27
| | | | certificate warning.
* Fix possible endless loop while waiting for the applet object instance to ↵Thomas Meyer2012-07-192-1/+16
| | | | get create get created
* try to close browser before kill itJiri Vanek2012-07-118-48/+92
|
* Added forgotten LaunchDesc.java, fixes build. sorry!Adam Domurad2012-07-101-0/+42
|
* Refactor Object launchType; to LaunchDesc launchType; in JNLPFileAdam Domurad2012-07-107-17/+33
|
* Bumped release number to 1.4preDeepak Bhole2012-07-092-1/+5
|
* Minor cleanup that removes avoidable code from loop.Saad Mohammad2012-07-092-13/+17
|
* Small fixes to C++ side of plugin, submitted by Martin Olsson.Adam Domurad2012-07-094-10/+21
| | | | Also fixed a space in my last ChangeLog.
* Adding forgotten entry to ChangeLogAdam Domurad2012-07-091-0/+16
|
* Small fix in testAdam Domurad2012-07-091-1/+1
|
* Added forgotten file: IllegalResourceDescriptorExceptionAdam Domurad2012-07-091-0/+13
|
* Applet-tags now ignore any invalid (eg corrupt) jarsAdam Domurad2012-07-092-17/+77
| | | | | icedtea-web now skips over any jars that are corrupt or not actually jars. This is how the proprietary plugin treats this situation.
* Fix PR1040, PR1041, PR1042: Allows signed jars to function correctly using ↵Saad Mohammad2012-07-0314-19/+876
| | | | extensions
* Added missing changsetJiri Vanek2012-07-031-5/+5
| | | | This was approved some week ago, but I have pushed it to now delted file and forgot to push it also to new file
* Removal of not removed file during recent refactoringJiri Vanek2012-07-033-393/+19
| | | | Also with changes originaly done in the "bad" one
* Added missing headers for some testsJiri Vanek2012-07-0226-9/+927
|
* Refactored reproducers directry structureJiri Vanek2012-07-02215-1779/+2729
|
* Fixed resource tests and Browsers.none behaviorJiri Vanek2012-06-294-11/+44
|
* Fix problem in resolving classesOmair Majid2012-06-283-3/+71
| | | | | | | | | | | | | | | | | The bug manifests when the following sequence of steps happen: 1. An applet with both a codebase and a jar (archive) is loaded 2. A class Foo is loaded using the codebase classloader 3. The Foo class tries to load a class Bar that is specified in the jar archive. The Bar class is not found. The following applet reproduces the problem: http://javadjvu.foxtrottechnologies.com/cgi-bin/djvuapplet.pl/examples/deer.djvu?zoom=page The fix addresses the problem by ensuring that the codebase classloader asks the classloader that knows about the jar archive to resolve classes too.
* Correctly backup all log files re-writable by emma during code-coverageJiri Vanek2012-06-282-6/+25
|
* Removed repeated r-runing of tests during coverageJiri Vanek2012-06-282-7/+32
|
* Fixes PR1011 w/ reproducer, folders now allowed in archive tag.Adam Domurad2012-06-289-25/+269
| | | | | Previously folders in the archive tag were treated as jars. They are now correctly treated as resource folders.
* Added slipped midori and epiphany to recognized browsers.Jiri Vanek2012-06-262-8/+23
| | | | Wrapped last changelog entry
* Added TestInBrowser annotation into new ↵Jiri Vanek2012-06-261-2/+6
| | | | InternalClassloaderWithDownloadedResource's testcases