| Commit message (Expand) | Author | Age | Files | Lines |
* | fix typo in locating the user-level trusted client certficate store | Omair Majid | 2011-01-07 | 2 | -1/+7 |
* | use deployment-specific user and system level policy files to grant additiona... | Omair Majid | 2011-01-04 | 2 | -3/+67 |
* | allow custom permissions instead of all permissions for trusted code | Omair Majid | 2011-01-04 | 6 | -6/+62 |
* | remove control panel's dependency on JNLPRuntime and other minor cleanup | Omair Majid | 2011-01-04 | 2 | -22/+19 |
* | only print debug output when not null | Omair Majid | 2011-01-04 | 2 | -4/+8 |
* | Hide unsupported options in itw-settings' security options. | Andrew Su | 2011-01-04 | 2 | -8/+13 |
* | Removed call to set system look and feel for dialog. | Andrew Su | 2010-12-23 | 2 | -12/+6 |
* | Remove creation of swing thread for displaying dialogs. | Andrew Su | 2010-12-23 | 5 | -38/+24 |
* | Fix RH665104: OpenJDK Firefox Java plugin loses a cookie | Deepak Bhole | 2010-12-22 | 3 | -3/+16 |
* | Remove need for MiddleClickListener.java. | Andrew Su | 2010-12-21 | 5 | -150/+128 |
* | Add cache viewer for itw-settings. | Andrew Su | 2010-12-20 | 7 | -19/+678 |
* | add command line interface to the control panel | Omair Majid | 2010-12-20 | 6 | -10/+536 |
* | add a description to the top of the Control Panel | Omair Majid | 2010-12-17 | 3 | -2/+68 |
* | use full privileges when checking whether to prompt user or not | Omair Majid | 2010-12-17 | 3 | -4/+22 |
* | add symlinks under JDK_HOME/jre/bin and make javaws work without them too | Omair Majid | 2010-12-15 | 3 | -8/+40 |
* | Changed display message for about and JRE panels in the control panel. | Andrew Su | 2010-12-15 | 2 | -2/+7 |
* | Remove dependency on libjli so we can work with IcedTea7. | Andrew John Hughes | 2010-12-15 | 6 | -5/+1564 |
* | add support for validating configuration | Omair Majid | 2010-12-13 | 32 | -214/+1235 |
* | consistently parse whitespace characters in text | Omair Majid | 2010-12-13 | 2 | -7/+40 |
* | remove unused variables in JarSigner | Omair Majid | 2010-12-10 | 2 | -45/+13 |
* | PR597: Fix special character handling for applet tags | Deepak Bhole | 2010-12-08 | 4 | -68/+118 |
* | depend on sun.misc.HexDumpEncoder rather than a local copy of it | Omair Majid | 2010-12-08 | 5 | -472/+12 |
* | remove check for jnlp spec number | Omair Majid | 2010-12-08 | 4 | -22/+11 |
* | Remove unused classes JarRunner and JarSignerResources | Omair Majid | 2010-12-08 | 3 | -226/+6 |
* | Fix Javadoc warnings. | Andrew John Hughes | 2010-12-08 | 14 | -27/+65 |
* | Remove unused class net.sourceforge.jnlp.tools.KeyTool | Omair Majid | 2010-12-08 | 2 | -433/+4 |
* | Bumped version in configure.ac | Deepak Bhole | 2010-12-07 | 1 | -1/+1 |
* | Added tag icedtea-web-1.0-branchpoint for changeset 692d7e5b3103 | Deepak Bhole | 2010-12-07 | 0 | -0/+0 |
* | Added copyright header to MiddleClickListener.java.icedtea-web-1.0-branchpoint | Andrew Su | 2010-12-07 | 2 | -1/+23 |
* | fix info shown in about:plugins in firefox | Omair Majid | 2010-12-07 | 4 | -5/+20 |
* | Fixed indentation and spacing for all .java files. | Deepak Bhole | 2010-12-06 | 148 | -7308/+7316 |
* | Revert toURI().toURL() changes until we find a solution to the issues it raises: | Andrew John Hughes | 2010-12-03 | 5 | -5/+23 |
* | Fix warnings produced by NetX and the plugin (both Java and C++). | Andrew John Hughes | 2010-12-03 | 19 | -1935/+2026 |
* | add desktop entry for itweb-settings | Omair Majid | 2010-12-02 | 3 | -2/+24 |
* | Detect unpatched AppletViewerPanel so we fail early on plain OpenJDK. | Andrew John Hughes | 2010-12-01 | 4 | -7/+85 |
* | Fix ChangeLog entry. | Andrew Su | 2010-12-01 | 1 | -3/+3 |
* | Add control panel (GUI) for modifying icedtea-web settings. | Andrew Su | 2010-12-01 | 18 | -11/+2178 |
* | Add NETX_DIR on the bootclasspath to avoid older NetX releases in 1.7 and 1.8... | Andrew John Hughes | 2010-11-30 | 2 | -2/+8 |
* | Make distcheck work. | Andrew John Hughes | 2010-11-30 | 2 | -18/+64 |
* | Patch to permanantly fix frame pop-out issue for applets | Deepak Bhole | 2010-11-29 | 2 | -44/+32 |
* | Add `build' to .hgignore | doko | 2010-11-29 | 1 | -0/+1 |
* | Add documentation build support. | Andrew John Hughes | 2010-11-26 | 4 | -3/+160 |
* | fix build issues with older netx.jar on bootclasspath | Omair Majid | 2010-11-25 | 2 | -1/+7 |
* | create files with reduced permissions when possible | Omair Majid | 2010-11-24 | 14 | -29/+184 |
* | Fix PR593: Increment of invalidated iterator in IcedTeaPluginUtils (patch fro... | Deepak Bhole | 2010-11-24 | 3 | -2/+16 |
* | Fix PR552: Support for FreeBSD's pthread implementation (patch from jkim@free... | Deepak Bhole | 2010-11-24 | 4 | -4/+49 |
* | Bring in IcedTea6 1.10 NEWS and fix structure. | Andrew John Hughes | 2010-11-24 | 2 | -4/+19 |
* | CVE-2010-3860 IcedTea System property information leak via public static | Omair Majid | 2010-11-24 | 7 | -132/+34 |
* | fix PR592: netx can create invalid desktop entry files | Omair Majid | 2010-11-24 | 2 | -3/+26 |
* | internationalize a missed string in certificate viewer | Omair Majid | 2010-11-24 | 3 | -1/+9 |