Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | PR742: IcedTea-Web checks certs only upto 1 level deep before declaring them ↵ | Danesh Dadachanji | 2011-08-11 | 3 | -1/+16 | |
| | | | | untrusted. | |||||
* | Merge | Deepak Bhole | 2011-08-09 | 3 | -5/+43 | |
|\ | ||||||
| * | PR771: IcedTea-Web certificate verification code does not use the right API | Deepak Bhole | 2011-08-09 | 3 | -5/+43 | |
| | | ||||||
* | | PR765: JNLP file with all resource jars marked as 'lazy' fails to validate ↵ | Saad Mohammad | 2011-08-09 | 3 | -0/+14 | |
|/ | | | | signature and stops the launch of application | |||||
* | PR768: Signed applets/Web Start apps don't work with OpenJDK7 and up | Deepak Bhole | 2011-08-03 | 3 | -1/+9 | |
| | ||||||
* | Minor changes in algorithm that compares signed JNLP application/template | Saad Mohammad | 2011-08-03 | 3 | -54/+70 | |
| | ||||||
* | reproducers compilation extended for directory structure | Jiri Vanek | 2011-08-02 | 3 | -3/+18 | |
| | ||||||
* | minor changes in reproducers engine | Jiri Vanek | 2011-07-26 | 2 | -43/+100 | |
| | ||||||
* | PR749: sun.applet.PluginStreamHandler#handleMessage(String) really slow | Deepak Bhole | 2011-07-21 | 4 | -19/+71 | |
| | | | | Original patch from: Ricardo Martín Camarero <rickyepoderi at yahoo dot es> | |||||
* | RH718170, CVE-2011-2514: Java Web Start security warning dialog manipulation | Deepak Bhole | 2011-07-15 | 4 | -3/+16 | |
| | ||||||
* | RH718164, CVE-2011-2513: Home directory path disclosure to untrusted ↵ | Deepak Bhole | 2011-07-15 | 6 | -11/+252 | |
| | | | | applications | |||||
* | Added algorithm that compares signed JNLP application/template file with ↵ | Saad Mohammad | 2011-07-19 | 26 | -1/+1176 | |
| | | | | launching JNLP file (with test case and its resources) | |||||
* | classes are now collapsable in html report | Jiri Vanek | 2011-06-23 | 2 | -3/+8 | |
| | ||||||
* | added first set of reproducers | Jiri Vanek | 2011-06-21 | 29 | -0/+1077 | |
| | ||||||
* | run-netx-dist-tests now also copy styes | Jiri Vanek | 2011-06-21 | 2 | -2/+7 | |
| | ||||||
* | added engine for lunching reproducers | Jiri Vanek | 2011-06-19 | 15 | -2/+1569 | |
| | ||||||
* | added styles for junit xml report | Jiri Vanek | 2011-06-16 | 5 | -2/+298 | |
| | ||||||
* | Make itweb-settings resizable | Andrew Su | 2011-06-14 | 4 | -17/+57 | |
| | ||||||
* | Close the splashscreen in case of error (not just successful launch). | Denis Lila | 2011-06-10 | 2 | -10/+32 | |
| | ||||||
* | Fix undisposed window problem. It was causing AWT to never shut down. | Denis Lila | 2011-06-10 | 2 | -25/+44 | |
| | ||||||
* | Allows trusted application to access PersistenceService data from other hosts. | Saad Mohammad | 2011-06-09 | 4 | -34/+68 | |
| | ||||||
* | Fixed ChangeLog typo. | Andrew Su | 2011-06-09 | 1 | -2/+2 | |
| | ||||||
* | Enable passing applet parameters through JNLP files. | Andrew Su | 2011-06-08 | 5 | -8/+67 | |
| | ||||||
* | Change jar resource names to be stored in HashSet instead of String[]. | Andrew Su | 2011-06-08 | 2 | -7/+21 | |
| | ||||||
* | Fix PR721: IcedTeaPlugin.so cannot run g_main_context_iteration on a ↵ | Deepak Bhole | 2011-06-08 | 10 | -106/+258 | |
| | | | | different thread unless a different GMainContext *context is used | |||||
* | make splash screen a JDialog instead of a JFrame | Omair Majid | 2011-05-31 | 2 | -2/+7 | |
| | | | | | | | | | | We dont want the splash screen to be resized. Tiling window managers will resize JFrames but not JDialogs. 2011-05-31 Omair Majid <[email protected]> * netx/net/sourceforge/jnlp/JNLPSplashScreen.java: Subclass JDialog, not JFrame. | |||||
* | Check if cache directory is writable from itweb-settings | Andrew Su | 2011-05-30 | 2 | -2/+27 | |
| | ||||||
* | Fix cache to allow redownload on next run when javaws is killed | Andrew Su | 2011-05-30 | 2 | -1/+8 | |
| | ||||||
* | Remove non-standard option from itweb-settings. | Andrew Su | 2011-05-30 | 3 | -6/+10 | |
| | ||||||
* | Fix PR723: AccessControlException while downloading resource | Deepak Bhole | 2011-05-27 | 2 | -2/+25 | |
| | ||||||
* | PR735: Firefox 4 sometimes freezes if the applet calls showDocument() | Deepak Bhole | 2011-05-27 | 6 | -24/+97 | |
| | ||||||
* | Call dispose() from swing thread when applet is closed. | Deepak Bhole | 2011-05-27 | 2 | -3/+14 | |
| | | | | Do not stop applet threadgroup on exit. | |||||
* | Backed out 0256de6a4bf6 as it is prone to race conditions. | Deepak Bhole | 2011-05-27 | 2 | -18/+13 | |
| | ||||||
* | PR724: Possible NullPointerException in ↵ | Omair Majid | 2011-05-27 | 3 | -0/+10 | |
| | | | | | | | | | | JNLPClassLoader.getClassPathsFromManifest 2011-05-27 Omair Majid <[email protected]> * NEWS: Update. * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java (getClassPathsFromManifest): Check for possible nulls and empty strings. | |||||
* | Fix PR727: Split conditional to removed duplicate entries in cache. | Andrew Su | 2011-05-27 | 3 | -4/+13 | |
| | ||||||
* | Update NEWS. | Andrew Su | 2011-05-25 | 2 | -0/+5 | |
| | ||||||
* | Fix PR726. Create recently_used on startup. | Andrew Su | 2011-05-25 | 2 | -6/+19 | |
| | ||||||
* | added posibility to export junit testsuite results as xml | Jiri Vanek | 2011-05-17 | 4 | -1/+241 | |
| | ||||||
* | Reverting unapproved change 235:114a981d3552 | Andrew John Hughes | 2011-05-11 | 8 | -605/+6 | |
| | ||||||
* | Fix sorting in itw-settings' cache viewer | Andrew Su | 2011-05-10 | 2 | -1/+32 | |
| | ||||||
* | added posibility for junit to export reports to xml, addes set of styles for ↵ | Jiri Vanek | 2011-05-10 | 8 | -6/+605 | |
| | | | | easy navigation inside tests-output file (transformed to html) | |||||
* | Innerclasses and jnlp files are now skipped during testing without warning ↵ | Jiri Vanek | 2011-05-09 | 2 | -0/+6 | |
| | | | | or eror | |||||
* | Fix useless thread group creation. | Denis Lila | 2011-05-03 | 2 | -5/+24 | |
| | ||||||
* | Prevent applet from shutting down down if another tab with the same page is | Deepak Bhole | 2011-05-02 | 2 | -9/+26 | |
| | | | | opened and closed. | |||||
* | Fix appcontext related plugin bugs. | Denis Lila | 2011-04-29 | 6 | -132/+129 | |
| | ||||||
* | Support configure's --program-suffix option | Omair Majid | 2011-04-28 | 2 | -14/+30 | |
| | | | | | | | | | | | | | | 2011-04-28 Omair Majid <[email protected]> * Makefile.am (javaws, itweb_settings): New variables. (edit_launcher_script, all-local, install-exe-local) (uninstall-local, clean-launchers, javaws.desktop) (itweb-settings.desktop): Replace all uses of javaws and itweb-settings with the new variables. (launcher.build/javaws): Replace with ... (launcher.build/$(javaws)): New target. (launcher.build/itweb-settings): Replace with... (launcher.build/$(itweb-settings)): New target. | |||||
* | Bumped version in configure.ac to 1.2pre | Deepak Bhole | 2011-04-21 | 2 | -1/+5 | |
| | ||||||
* | Added tag icedtea-web-1.1-branchpoint for changeset b60550517945 | Deepak Bhole | 2011-04-21 | 0 | -0/+0 | |
| | ||||||
* | Use NPN_GetURLNotify (non-blocking) instead of NPN_GetURL (blocking)icedtea-web-1.1-branchpoint | Deepak Bhole | 2011-04-21 | 2 | -5/+12 | |
| | | | | Fixed spacing issues in previous ChangeLog entry | |||||
* | Update recently_used when deleting cache entries with itw-settings | Andrew Su | 2011-04-20 | 2 | -0/+24 | |
| |