Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Applet-tags now ignore any invalid (eg corrupt) jars | Adam Domurad | 2012-07-09 | 2 | -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 Mohammad | 2012-07-03 | 14 | -19/+876 | |
| | | | | extensions | |||||
* | Added missing changset | Jiri Vanek | 2012-07-03 | 1 | -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 refactoring | Jiri Vanek | 2012-07-03 | 3 | -393/+19 | |
| | | | | Also with changes originaly done in the "bad" one | |||||
* | Added missing headers for some tests | Jiri Vanek | 2012-07-02 | 26 | -9/+927 | |
| | ||||||
* | Refactored reproducers directry structure | Jiri Vanek | 2012-07-02 | 215 | -1779/+2729 | |
| | ||||||
* | Fixed resource tests and Browsers.none behavior | Jiri Vanek | 2012-06-29 | 4 | -11/+44 | |
| | ||||||
* | Fix problem in resolving classes | Omair Majid | 2012-06-28 | 3 | -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-coverage | Jiri Vanek | 2012-06-28 | 2 | -6/+25 | |
| | ||||||
* | Removed repeated r-runing of tests during coverage | Jiri Vanek | 2012-06-28 | 2 | -7/+32 | |
| | ||||||
* | Fixes PR1011 w/ reproducer, folders now allowed in archive tag. | Adam Domurad | 2012-06-28 | 9 | -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 Vanek | 2012-06-26 | 2 | -8/+23 | |
| | | | | Wrapped last changelog entry | |||||
* | Added TestInBrowser annotation into new ↵ | Jiri Vanek | 2012-06-26 | 1 | -2/+6 | |
| | | | | InternalClassloaderWithDownloadedResource's testcases | |||||
* | Added possibility to create and launch reproducers with custom makefile. | Jiri Vanek | 2012-06-26 | 3 | -89/+169 | |
| | ||||||
* | Reproducer for classes which should be loaded before verification but are not | Jiri Vanek | 2012-06-26 | 9 | -0/+654 | |
| | ||||||
* | Last hope for not downloaded resources to be verified | Jiri Vanek | 2012-06-26 | 2 | -2/+29 | |
| | ||||||
* | Small comment cleanup to classes with missing or wrong descriptions. | Adam Domurad | 2012-06-25 | 7 | -6/+24 | |
| | ||||||
* | Allow passing of plugin tables and browser tables in NP_Initialize that | Adam Domurad | 2012-06-25 | 2 | -91/+109 | |
| | | | | are not the expected length but still large enough for our purposes. | |||||
* | Refactored two loops to for-each loops in JCV | Adam Domurad | 2012-06-19 | 2 | -9/+8 | |
| | ||||||
* | removed safe-mode firefox arg | Jiri Vanek | 2012-06-19 | 1 | -1/+1 | |
| | ||||||
* | Tested and used @TestInBrowser | Jiri Vanek | 2012-06-19 | 11 | -43/+433 | |
| | ||||||
* | added default swithces for firefox 13 and higher | Jiri Vanek | 2012-06-19 | 1 | -0/+11 | |
| | ||||||
* | testInBrowser annotation | Jiri Vanek | 2012-06-19 | 19 | -16/+822 | |
| | ||||||
* | rewritten deadlock test | Jiri Vanek | 2012-06-19 | 5 | -9/+43 | |
| | ||||||
* | Adding needed NOT_A_VALID_JAR.jar file to last reproducer | Adam Domurad | 2012-06-18 | 1 | -0/+0 | |
| | ||||||
* | New reproducer: JNLP should fail on invalid jar file, applet-tag ignore it | Adam Domurad | 2012-06-18 | 4 | -0/+230 | |
| | ||||||
* | Fixed two memory leaks in C++ side of plugin | Adam Domurad | 2012-06-15 | 3 | -8/+16 | |
| | ||||||
* | Fixed PR855: AppletStub getDocumentBase() doesn't return full URL | Danesh Dadachanji | 2012-06-14 | 8 | -14/+320 | |
| | ||||||
* | Added reproducer to handle browser testcase for ServiceManager. | Danesh Dadachanji | 2012-06-13 | 3 | -10/+81 | |
| | ||||||
* | handle ignored tests in xml and html outputs correctly | Jiri Vanek | 2012-06-13 | 3 | -1/+22 | |
| | ||||||
* | Fixes PR722: Now ignores unsigned content in META-INF/ during signing process | Adam Domurad | 2012-06-12 | 3 | -20/+15 | |
| | ||||||
* | removed error-bringing empty line | Jiri Vanek | 2012-06-12 | 1 | -1/+0 | |
| | ||||||
* | Implemented xml logging backend | Jiri Vanek | 2012-06-11 | 10 | -48/+554 | |
| | ||||||
* | Added news entry about fixing PR518. | Adam Domurad | 2012-06-11 | 2 | -0/+5 | |
| | ||||||
* | Added the ability to configure (enable/disable/set custom path to) browsers | Saad Mohammad | 2012-06-07 | 3 | -6/+52 | |
| | ||||||
* | Fixed bug in previous commit for PR861 | Deepak Bhole | 2012-06-07 | 2 | -4/+12 | |
| | ||||||
* | PR861: Allow loading from non codebase hosts. Allow code to connect to ↵ | Deepak Bhole | 2012-06-05 | 4 | -17/+155 | |
| | | | | hosting server | |||||
* | fixed date in changelog | Jiri Vanek | 2012-06-05 | 1 | -1/+1 | |
| | ||||||
* | Added KnownToFail annotation | Jiri Vanek | 2012-06-05 | 9 | -49/+305 | |
| | ||||||
* | isDateInRange renamed to isDateInRange_internallForIcedTeaWebTesting | Jiri Vanek | 2012-06-05 | 3 | -15/+23 | |
| | ||||||
* | Added patch so that applet-tags take last param. | Adam Domurad | 2012-06-04 | 1 | -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. | |||||
* | Added reproducer for applets taking last param | Adam Domurad | 2012-06-04 | 4 | -0/+236 | |
| | ||||||
* | Fixing build for real, sorry for the noise. | Adam Domurad | 2012-06-04 | 1 | -1/+1 | |
| | | | | For old versions of mozilla, there was a spurious ( in NPVariantAsString. | |||||
* | Added signed jnlp file tests | Saad Mohammad | 2012-06-04 | 35 | -0/+2099 | |
| | ||||||
* | Handle absolute paths passed into jnlp_href's value. | Danesh Dadachanji | 2012-06-04 | 4 | -5/+165 | |
| | ||||||
* | Fix build for older versions of mozilla. (Typo in untested #ifdef) | Adam Domurad | 2012-06-04 | 1 | -1/+1 | |
| | ||||||
* | Fix for PR518, adds utility function for wrapping NPString | Adam Domurad | 2012-06-04 | 6 | -56/+60 | |
| | | | | in std::string. | |||||
* | Fixed minor typo in ChangeLog | Deepak Bhole | 2012-06-01 | 1 | -1/+1 | |
| | ||||||
* | Fixed PR863: Error passing strings to applet methods in Chromium | Deepak Bhole | 2012-06-01 | 6 | -12/+34 | |
| | ||||||
* | EXPORTED_TEST_CERT_SUFIX repalced by EXPORTED_TEST_CERT_SUFFIX | Jiri Vanek | 2012-05-30 | 2 | -5/+5 | |
| |