Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed HTTP 400 BAD REQUEST as it was unneeded (test server won't be ↵ | Andrew Azores | 2013-08-13 | 2 | -10/+0 | |
| | | | | checking anyway) | |||||
* | Refactored TinyHttpdImpl. Changed constructor, reflect this in ↵ | Andrew Azores | 2013-08-12 | 4 | -151/+325 | |
| | | | | ServerLauncher. Unit tests moved out of ServerAccessTest into new TinyHttpdImplTest. New unit tests added. | |||||
* | Fix many memory leaks due to utf8fromidentifier misuse | Adam Domurad | 2013-07-30 | 2 | -2/+24 | |
| | ||||||
* | tests/reproducers/simple/simpletest1/resources/favicon.ico: new file hould ↵ | Jiri Vanek | 2013-07-30 | 1 | -0/+0 | |
| | | | | | | be served by test server in reproducers run and so prevent FNF exception ChangeLog: fixed few entries below (added emty line between author and body) | |||||
* | IcedTea-Web is now following XDG .config and .cache specification(RH947647) | Jiri Vanek | 2013-07-18 | 5 | -29/+1119 | |
| | ||||||
* | About dialogue made accessible from plugin | Jiri Vanek | 2013-07-17 | 1 | -3/+6 | |
| | ||||||
* | JNLP file is now re-downloading only if is local and have href. Real couse ↵ | Jiri Vanek | 2013-06-24 | 4 | -3/+286 | |
| | | | | of PR1473 | |||||
* | Move 'get_scriptable_java_package_object' and 'get_scriptable_java_object' ↵ | Adam Domurad | 2013-06-21 | 1 | -18/+18 | |
| | | | | into their correct respective classes. | |||||
* | More unit tests for scriptable object creation, destruction | Adam Domurad | 2013-06-21 | 5 | -19/+146 | |
| | ||||||
* | Added tagsup (optional dependence) as sanitizer for (possibly) invalid xml files | Jiri Vanek | 2013-06-21 | 7 | -151/+187 | |
| | ||||||
* | Extract URL to file logic in TinyHttpdImpl.java, with unit tests | Andrew Azores | 2013-06-18 | 2 | -4/+62 | |
| | ||||||
* | Handled semicolon in internal server (with reproducers) | Jiri Vanek | 2013-06-10 | 6 | -0/+272 | |
| | ||||||
* | Made all tests running wit junit4.10 and higher | Jiri Vanek | 2013-06-06 | 1 | -2/+1 | |
| | | | | | * tests/junit-runner/CommandLine.java: (runMain) is no longer overriding and (runMainAndExit) is now calling System.exit rather then system.exit | |||||
* | Silenced deployment.properties and zero size applet exceptions with tests | Jiri Vanek | 2013-06-06 | 4 | -1/+158 | |
| | ||||||
* | Fix PR1465 - java.io.FileNotFoundException while trying to download a JAR file | Adam Domurad | 2013-06-05 | 2 | -3/+27 | |
| | ||||||
* | Add NativeLibraryStorageTEst | Adam Domurad | 2013-06-03 | 3 | -74/+333 | |
| | ||||||
* | Extract NativeLibraryStorage class from JNLPClassLoader | Adam Domurad | 2013-06-03 | 1 | -14/+0 | |
| | ||||||
* | Move inner test class MockedOneJarJNLPFile to top-level DummyJNLPFileWithJar | Adam Domurad | 2013-05-29 | 2 | -51/+61 | |
| | ||||||
* | Fixed possible deadlock for applet->js->applet call with testcase | Jiri Vanek | 2013-05-20 | 3 | -0/+239 | |
| | ||||||
* | Reproducer for PR854 | Adam Domurad | 2013-05-17 | 3 | -0/+194 | |
| | ||||||
* | modification of JavawsAWTRobotUsageSample reproducericedtea-web-1.4-branchpoint | Jana Fabrikova | 2013-05-02 | 2 | -0/+328 | |
| | ||||||
* | change to the Makefile.am, all icons from reproducers | Jana Fabrikova | 2013-05-02 | 5 | -2/+364 | |
| | ||||||
* | Introduce PluginPipeMock utility methods. | Adam Domurad | 2013-05-02 | 2 | -57/+179 | |
| | ||||||
* | MethodOverloadResolve array casting tests | Adam Domurad | 2013-05-02 | 1 | -10/+77 | |
| | ||||||
* | Merge with: Fix for portalbank.no (trying get after failed head requests) ↵ | Jiri Vanek | 2013-05-02 | 1 | -13/+32 | |
|\ | | | | | | | and tests | |||||
| * | refactoring of AWTHelper (class from AWTFramework) | Jana Fabrikova | 2013-05-02 | 1 | -13/+32 | |
| | | ||||||
* | | Fix for portalbank.no (trying get after failed head requests) and tests | Jiri Vanek | 2013-05-02 | 6 | -46/+704 | |
|/ | ||||||
* | Renamed cz locales to be more general | Jiri Vanek | 2013-05-02 | 2 | -3/+4 | |
| | | | | | netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties renamed to netx/net/sourceforge/jnlp/resources/Messages_cs.properties tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java and tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java adapted to new cz locales filename. | |||||
* | modifying makefile for awtframework default icon | Jana Fabrikova | 2013-05-02 | 9 | -7/+607 | |
| | ||||||
* | Add missing copyright headers | Adam Domurad | 2013-04-30 | 3 | -0/+111 | |
| | ||||||
* | Modularised initialization of AwtHelper and improoved performance of ↵ | Jiri Vanek | 2013-04-29 | 3 | -19/+100 | |
| | | | | ImageSeeker. Added masking to ImageSeeker | |||||
* | refactoring AWTFramework - iconPosition is of type Point | Jana Fabrikova | 2013-04-29 | 2 | -16/+18 | |
| | ||||||
* | AWTFramework - fixing return values of searching methods | Jana Fabrikova | 2013-04-29 | 3 | -17/+31 | |
| | ||||||
* | Disabled accidentally enabled reprint of logs during locales tests | Jiri Vanek | 2013-04-29 | 1 | -1/+1 | |
| | ||||||
* | adding awtframework (without reproducers) | Jana Fabrikova | 2013-04-26 | 8 | -0/+1465 | |
| | ||||||
* | Again, diabling accidentally enabled logs reprint | Jiri Vanek | 2013-04-26 | 1 | -1/+1 | |
| | ||||||
* | removed whitespace following trailing backslash | Jiri Vanek | 2013-04-26 | 1 | -1/+1 | |
| | | | | | Makefile.am:370: whitespace following trailing backslash Makefile.am:371: whitespace following trailing backslash | |||||
* | Decode local-file URLs leniently | Adam Domurad | 2013-04-26 | 1 | -2/+18 | |
| | ||||||
* | Reverting accidentaly enabled logs reprint | Jiri Vanek | 2013-04-26 | 1 | -1/+1 | |
| | ||||||
* | Added polish transaltion and tests to it | Jiri Vanek | 2013-04-26 | 3 | -4/+70 | |
| | | | | Also minor changes to En and De files | |||||
* | Fixed regressed unittest and "cause", Fixed compilation under jdk6, Silenced ↵ | Jiri Vanek | 2013-04-26 | 6 | -132/+214 | |
| | | | | unittests | |||||
* | Add accidentally not included files | Adam Domurad | 2013-04-25 | 3 | -0/+472 | |
| | ||||||
* | Unit tests for AsyncCall test extension | Adam Domurad | 2013-04-25 | 1 | -0/+93 | |
| | ||||||
* | Splashscreen now strip commit id from released versions | Jiri Vanek | 2013-04-25 | 1 | -0/+18 | |
| | ||||||
* | Add tests for newly added UrlUtils functions | Adam Domurad | 2013-04-23 | 1 | -1/+37 | |
| | ||||||
* | Introduce more UrlUtils functions. | Adam Domurad | 2013-04-23 | 1 | -4/+4 | |
| | ||||||
* | Reproducer for URL parameters in document-base. | Adam Domurad | 2013-04-23 | 3 | -0/+174 | |
| | ||||||
* | Reproducer for incorrect AppContext context-classloader | Adam Domurad | 2013-04-23 | 5 | -0/+347 | |
| | ||||||
* | JNLPClassLoader unit tests for file leaks | Adam Domurad | 2013-04-23 | 1 | -0/+263 | |
| | ||||||
* | Rewrite of MethodOverloadResolver | Adam Domurad | 2013-04-23 | 1 | -0/+383 | |
| |