Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modification of JavawsAWTRobotUsageSample reproducericedtea-web-1.4-branchpoint | Jana Fabrikova | 2013-05-02 | 3 | -0/+335 |
| | |||||
* | Ensure that PluginAppletViewer is resized in case of error. | Adam Domurad | 2013-05-02 | 3 | -37/+42 |
| | |||||
* | Remove only occurence of LEGACY_XULRUNNERAPI | Adam Domurad | 2013-05-02 | 2 | -5/+6 |
| | |||||
* | Minor cleanup, fixed output from ResourceTracker and whitelist | Jiri Vanek | 2013-05-02 | 2 | -2/+2 |
| | |||||
* | change to the Makefile.am, all icons from reproducers | Jana Fabrikova | 2013-05-02 | 8 | -4/+393 |
| | |||||
* | Added default, DE and PL localization's tweeks | Jiri Vanek | 2013-05-02 | 4 | -44/+124 |
| | |||||
* | Introduce PluginPipeMock utility methods. | Adam Domurad | 2013-05-02 | 3 | -57/+188 |
| | |||||
* | MethodOverloadResolve array casting tests | Adam Domurad | 2013-05-02 | 3 | -10/+92 |
| | |||||
* | Remove incorrect undummied code in MethodOverloadResolver | Adam Domurad | 2013-05-02 | 2 | -12/+9 |
| | |||||
* | Merge with: Fix for portalbank.no (trying get after failed head requests) ↵ | Jiri Vanek | 2013-05-02 | 2 | -13/+41 |
|\ | | | | | | | and tests | ||||
| * | refactoring of AWTHelper (class from AWTFramework) | Jana Fabrikova | 2013-05-02 | 2 | -13/+42 |
| | | |||||
* | | Fix for portalbank.no (trying get after failed head requests) and tests | Jiri Vanek | 2013-05-02 | 12 | -131/+850 |
|/ | |||||
* | Renamed cz locales to be more general | Jiri Vanek | 2013-05-02 | 4 | -3/+13 |
| | | | | | 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 | 11 | -11/+647 |
| | |||||
* | Add missing copyright headers | Adam Domurad | 2013-04-30 | 4 | -0/+118 |
| | |||||
* | Modularised initialization of AwtHelper and improoved performance of ↵ | Jiri Vanek | 2013-04-29 | 4 | -19/+120 |
| | | | | ImageSeeker. Added masking to ImageSeeker | ||||
* | refactoring AWTFramework - iconPosition is of type Point | Jana Fabrikova | 2013-04-29 | 3 | -16/+27 |
| | |||||
* | fixing ChangeLog | Jana Fabrikova | 2013-04-29 | 1 | -0/+10 |
| | |||||
* | 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 | 9 | -0/+1489 |
| | |||||
* | Again, diabling accidentally enabled logs reprint | Jiri Vanek | 2013-04-26 | 1 | -1/+1 |
| | |||||
* | removed whitespace following trailing backslash | Jiri Vanek | 2013-04-26 | 2 | -3/+3 |
| | | | | | Makefile.am:370: whitespace following trailing backslash Makefile.am:371: whitespace following trailing backslash | ||||
* | Decode local-file URLs leniently | Adam Domurad | 2013-04-26 | 4 | -6/+33 |
| | |||||
* | 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 | 7 | -42/+659 |
| | | | | Also minor changes to En and De files | ||||
* | Added missing changelog for CZ localisation | Jiri Vanek | 2013-04-26 | 1 | -0/+7 |
| | |||||
* | Improved and completed CZ localisation | Jiri Vanek | 2013-04-26 | 1 | -43/+140 |
| | |||||
* | Added cs localisation for itw-settings desktop file | Jiri Vanek | 2013-04-26 | 2 | -1/+9 |
| | |||||
* | Added DE and PL localisation of itw-settings desktop file | Jiri Vanek | 2013-04-26 | 2 | -2/+14 |
| | |||||
* | Fixed regressed unittest and "cause", Fixed compilation under jdk6, Silenced ↵ | Jiri Vanek | 2013-04-26 | 11 | -143/+290 |
| | | | | unittests | ||||
* | Add accidentally not included files | Adam Domurad | 2013-04-25 | 4 | -0/+477 |
| | |||||
* | Fix a dead-lock bug that can cause Firefox to hang. | Adam Domurad | 2013-04-25 | 3 | -35/+24 |
| | |||||
* | Unit tests for AsyncCall test extension | Adam Domurad | 2013-04-25 | 2 | -0/+98 |
| | |||||
* | Tests & test extensions for mocking the plugin input & output pipes. | Adam Domurad | 2013-04-25 | 3 | -3/+15 |
| | |||||
* | Locking disabled on windows machines | Jiri Vanek | 2013-04-25 | 2 | -3/+15 |
| | |||||
* | Splashscreen now strip commit id from released versions | Jiri Vanek | 2013-04-25 | 3 | -2/+43 |
| | |||||
* | Remove unnecessary line that can result in NPE | Adam Domurad | 2013-04-24 | 2 | -2/+5 |
| | |||||
* | Add tests for newly added UrlUtils functions | Adam Domurad | 2013-04-23 | 2 | -1/+42 |
| | |||||
* | Introduce more UrlUtils functions. | Adam Domurad | 2013-04-23 | 6 | -56/+114 |
| | |||||
* | Ensure document-base is properly encoded | Adam Domurad | 2013-04-23 | 3 | -3/+13 |
| | |||||
* | Reproducer for URL parameters in document-base. | Adam Domurad | 2013-04-23 | 4 | -0/+184 |
| | |||||
* | Clean-up of dead & outdated parts of NetxPanel | Adam Domurad | 2013-04-23 | 3 | -29/+17 |
| | |||||
* | Reproducer for incorrect AppContext context-classloader | Adam Domurad | 2013-04-23 | 6 | -0/+361 |
| | |||||
* | Ensure JarFile handles do not leak. | Adam Domurad | 2013-04-23 | 2 | -1/+16 |
| | |||||
* | JNLPClassLoader unit tests for file leaks | Adam Domurad | 2013-04-23 | 3 | -3/+277 |
| | |||||
* | Rewrite of MethodOverloadResolver | Adam Domurad | 2013-04-23 | 4 | -602/+770 |
| | |||||
* | Fix PR1299: WebStart doesn't read socket proxy settings from firefox correctly | Adam Domurad | 2013-04-23 | 3 | -1/+9 |
| | |||||
* | testing server allowed from makefile | Jiri Vanek | 2013-04-19 | 3 | -5/+33 |
| | | | | | | | | | | | * Makefile.am: (stamps/netx-dist-tests-prepare-reproducers.stamp) added stamps/netx-dist.stamp stamps/plugin.stamp dependence (stamps/test-extensions-compile.stamp) added stamps/netx-dist.stamp stamps/plugin.stamp dependence (stamps/compile-reproducers-testcases.stamp) added stamps/plugin.stamp dependence (run-test-server-on-44321) new target, starts server in deploy dir, on port 44321 (run-test-server-on-random-port) new target, starts server in deploy dir, on random port * tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java: (main) added better access to random port | ||||
* | Added various self-describing tests for codebase | Jiri Vanek | 2013-04-17 | 20 | -12/+1510 |
| |