aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Experimental Applet without AWT (Applet3)Sven Gothel2014-01-301-6/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DISCLAIMER: - Only new Applet3 applets are supported under X11 for now - AWT Applet are disabled - Namespace com.jogamp.* and jogamp.* is only chosen to indicate new AWT-less code - Applet3 code path does not invoke any AWT function - JNLP code path still utilizes AWT/Swing (UIs, ..) TODO: - Refactor AWT dependencies properly via UI interfaces ? - Decide whether we shall merge netx and plugin namespace ? IMHO the right thing to do, jumping hoops due to separation. - Add support for Windows, OSX, Wayland, .. Applet3: - New AWT-less Applet3 interfaces are: - com.jogamp.plugin.applet.Applet3 - User implements - com.jogamp.plugin.applet.Applet3Context - Plugin implements - com.jogamp.plugin.ui.NativeWindowUpstream - Plugin window, aka browser parent of Applet3 - com.jogamp.plugin.ui.NativeWindowDownstream - Applet3 user window - User interfaces are exported as: - plugin3-public.jar - plugin3-public-src.zip
* Support building against OpenJDK9Omair Majid2014-01-241-1/+1
| | | | | | | | | | OpenJDK9 does not have a PermGen and does not accept PermGen related flags. Remove them. 2014-01-23 Omair Majid <[email protected]> * Makefile.am [ENABLE_DOCS] [JAVADOC_SUPPORTS_J_OPTIONS]: Don't specify perm gen size.
* Clean up summary_unit.txt and summary_reproducers.txt for "make clean"Andrew Azores2013-09-251-0/+2
|
* adding xsl style for generating text summary after reproducers or unit tests runJana Fabrikova2013-09-191-0/+2
|
* Makefile.am: returned modified (EXTRA_DIST) variable. It is enriched for ↵Jiri Vanek2013-09-161-0/+3
| | | | netx-dist-tests-whitelist and NEW_LINE_IFS to enable reproducers tests in dist tarball
* IcedTea-Web is now following XDG .config and .cache specification(RH947647)Jiri Vanek2013-07-181-4/+19
|
* Refactored HTML processing out of Makefile.am into html-gen.sh.Andrew Azores2013-07-111-58/+3
|
* Implemented new about dialogue (by Andrew Azores). Andrew added to authorsJiri Vanek2013-07-101-41/+76
|
* Added tagsup (optional dependence) as sanitizer for (possibly) invalid xml filesJiri Vanek2013-06-211-7/+24
|
* Synchronized launchers to be from one sourceJiri Vanek2013-05-201-8/+15
|
* change to the Makefile.am, all icons from reproducersJana Fabrikova2013-05-021-1/+9
|
* modifying makefile for awtframework default iconJana Fabrikova2013-05-021-4/+6
|
* removed whitespace following trailing backslashJiri Vanek2013-04-261-2/+2
| | | | | Makefile.am:370: whitespace following trailing backslash Makefile.am:371: whitespace following trailing backslash
* Tests & test extensions for mocking the plugin input & output pipes.Adam Domurad2013-04-251-1/+1
|
* testing server allowed from makefileJiri Vanek2013-04-191-3/+17
| | | | | | | | | | | * 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 code to parse properties and to find correct configuration files from ↵Jiri Vanek2013-03-281-2/+2
| | | | c++ part of plugin.
* Fix run-cpp-unit-tests on F18Adam Domurad2013-03-191-0/+2
|
* PR1260: IcedTea-Web should not rely on GTKDeepak Bhole2013-01-161-6/+0
|
* Added jacoco code coverage supportJiri Vanek2012-12-111-6/+256
| | | | | | | Note - in time of this commit one needs custom build of jacoco containing the xboot.patch form approving discussion: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121127/ba8f6a1e/xboot-0001.patch The tracking of upstraming can be found on jacoco page.
* Fix unit-test targets to not rely on installed directoryAdam Domurad2012-12-061-2/+2
|
* Avoid warning message printed in clean target if softkiller is not compiled.Pavel Tisnovsky2012-12-051-1/+1
|
* Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.Adam Domurad2012-12-041-2/+2
|
* Added browser softkiller and related Makefile.Pavel Tisnovsky2012-12-031-2/+11
|
* Fix new make targets not cleaning properlyAdam Domurad2012-11-211-8/+11
|
* Unit test integration for UnitTest++ with icedtea-webAdam Domurad2012-11-211-1/+77
|
* Swapped logs and report xslt operationsJiri Vanek2012-11-201-2/+2
|
* Splashscreen integrated to javaws and pluginJiri Vanek2012-11-021-0/+2
|
* Renamed reproducers-related variables and targetsJiri Vanek2012-10-191-91/+96
|
* Reproducers are now correctly compiled against liveconect(plugin.jar)Jiri Vanek2012-09-241-2/+2
|
* PR1161: X509VariableTrustManager does not work correctly with OpenJDK7Deepak Bhole2012-09-171-0/+3
|
* Reproducer for PR1112, main class in signed jar loaded via INDEX.LISTAdam Domurad2012-08-281-0/+2
|
* Added PR822 reproducerJiri Vanek2012-08-271-1/+1
|
* Export only a minimum of symbols. This should fix PR472.Thomas Meyer2012-08-071-1/+2
|
* Fix in Makefile missing absolute path for keytool.Danesh Dadachanji2012-07-311-1/+1
|
* Removal of not removed file during recent refactoringJiri Vanek2012-07-031-0/+4
| | | | Also with changes originaly done in the "bad" one
* Refactored reproducers directry structureJiri Vanek2012-07-021-7/+25
|
* Correctly backup all log files re-writable by emma during code-coverageJiri Vanek2012-06-281-6/+17
|
* Removed repeated r-runing of tests during coverageJiri Vanek2012-06-281-6/+19
|
* Fixes PR1011 w/ reproducer, folders now allowed in archive tag.Adam Domurad2012-06-281-0/+4
| | | | | Previously folders in the archive tag were treated as jars. They are now correctly treated as resource folders.
* Added possibility to create and launch reproducers with custom makefile.Jiri Vanek2012-06-261-84/+128
|
* testInBrowser annotationJiri Vanek2012-06-191-1/+1
|
* removed error-bringing empty lineJiri Vanek2012-06-121-1/+0
|
* Implemented xml logging backendJiri Vanek2012-06-111-11/+8
|
* EXPORTED_TEST_CERT_SUFIX repalced by EXPORTED_TEST_CERT_SUFFIXJiri Vanek2012-05-301-4/+4
|
* handling of multiple testing certificates in bulkJiri Vanek2012-05-301-28/+59
|
* Fix whitelisting to use src dir instead of build dir.Danesh Dadachanji2012-05-251-1/+1
|
* Reproducers engine enhanced for jars in subdirectories by "." naming conventionJiri Vanek2012-05-241-1/+34
|
* Introduced whitelist for reproducersJiri Vanek2012-05-241-2/+17
|
* Fixed error in reproducers source preparationJiri Vanek2012-05-231-15/+17
|
* Removed trailing spaces after slash in Makefile.amJiri Vanek2012-05-221-3/+3
|