Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Load classes from jars listed on the Class-Path in manifest | Omair Majid | 2011-04-20 | 2 | -27/+107 | |
| | | | | | An applet the demonstrates the bug is located at http://jung.sourceforge.net/applet/showlayouts2.html | |||||
* | PR687: BasicService.getCodeBase() returns null for IcedTea6 1.9.7 + OSGI | Omair Majid | 2011-04-20 | 2 | -16/+49 | |
| | | | | | | | | The patch modifies how we try to find the JNLPClassLoader (from which we find the ApplicationInstance). We first search the Context ClassLoader (and it's parents) and then we search the ClassLoader for the classes on the stack (and their parents). The Launcher always sets the Context ClassLoader of the applications/applets it launches. | |||||
* | Dont show error dialogs on exceptions with the plugin | Omair Majid | 2011-04-20 | 2 | -0/+8 | |
| | ||||||
* | Update itw-setting's cache viewer to display new directory structure | Andrew Su | 2011-04-20 | 2 | -10/+17 | |
| | ||||||
* | Allow delete only when plugin or javaws is not running | Andrew Su | 2011-04-20 | 2 | -0/+36 | |
| | ||||||
* | Enforce cache size limit | Andrew Su | 2011-04-20 | 2 | -17/+72 | |
| | ||||||
* | Unhide components for setting cache size limit in itw-settings | Andrew Su | 2011-04-20 | 2 | -20/+24 | |
| | ||||||
* | Store lru after modifying the entries | Andrew Su | 2011-04-20 | 2 | -0/+6 | |
| | ||||||
* | Changed cache to prevent jar overwriting when update happens. | Andrew Su | 2011-04-18 | 9 | -56/+615 | |
| | ||||||
* | Fix concurrent classloading problem in JNLPClassLoader.loadClass. | Denis Lila | 2011-04-18 | 3 | -3/+12 | |
| | ||||||
* | Switch to explicit locks and condition queues in PluginAppletViewer | Andrew John Hughes | 2011-04-18 | 2 | -68/+107 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2010-04-14 Andrew John Hughes <[email protected]> * plugin/icedteanp/java/sun/applet/PluginAppletViewer.java, (PluginAppletPanelFactory.createPanel(PluginStreamHandler, int,long,int,int,URL,Hashtable)): Remove duplication of wait for panel.isAlive(). (PluginAppletViewer.panelLock): New lock used to track panel creation. (PluginAppletViewer.panelLive): Condition queue for panel creation. (PluginAppletViewer.appletsLock): New lock used to track additions to the applets map. (PluginAppletViewer.appletAdded): Condition queue for applet addition. (PluginAppletViewer.statusLock): New lock for status changes. (PluginAppletViewer.initComplete): Condition queue for initialisation completion. (PluginAppletViewer.framePanel(int,long,NetxPanel)): Replace synchronized block with use of appletsLock and notification on appletAdded condition queue. (AppletEventListener.appletStateChanged(AppletEvent)): Signal the panelLive condition queue that the panel is live. (PluginAppletViewer.handleMessage(int,int,String)): Wait on appletAdded condition queue for applet to be added to the applets map. (PluginAppletViewer.updateStatus(Int,PAV_INIT_STATUS)): Signal when a status change occurs using the initComplete condition queue. (PluginAppletViewer.waitForAppletInit(NetxPanel)): Wait on the panelLive condition queue until the panel is created. (PluginAppletViewer.handleMessage(int,String)): Wait on the initComplete condition queue until initialisation is complete. Wait on the panelLive signal until panel is created. (waitTillTimeout(ReentrantLock,Condition,long)): Convert to use ReentrantLock and Condition. Add assertion to check the lock is held. Avoid conversion between milliseconds and nanoseconds. | |||||
* | Fix applet rezising issue seen with some browsers (Midori) | Deepak Bhole | 2011-04-18 | 2 | -1/+32 | |
| | ||||||
* | Fixed RH691259: Midori sends a SIGSEGV with the IcedTea NP Plugin | Deepak Bhole | 2011-04-18 | 2 | -7/+18 | |
| | ||||||
* | Support Gentoo install location for JUnit 4. | Andrew John Hughes | 2011-04-14 | 2 | -1/+6 | |
| | | | | | | | 2010-04-11 Andrew John Hughes <[email protected]> * configure.ac: Check Gentoo install location for JUnit 4. | |||||
* | Use Object.wait() instead of periodic wakes in PluginAppletViewer. | Deepak Bhole | 2011-04-14 | 2 | -56/+117 | |
| | ||||||
* | Refactor PluginAppletViewer.java. | Denis Lila | 2011-04-14 | 2 | -170/+92 | |
| | ||||||
* | Make CacheDirectory final and not instantiable. | Andrew Su | 2011-04-13 | 2 | -1/+11 | |
| | ||||||
* | Fix some concurrency problems in PluginAppletViewer.java. | Denis Lila | 2011-04-13 | 2 | -26/+45 | |
| | ||||||
* | Backout 4f195bca0dc8 - unapproved patch | Andrew John Hughes | 2011-04-11 | 3 | -7/+86 | |
| | ||||||
* | Backed out changeset 1cce62b89f07 - unapproved patch | Andrew John Hughes | 2011-04-11 | 6 | -92/+9 | |
| |