[gwt-contrib] Re: Preparing for GWT 2.11 release

2023-05-23 Thread Rocco De Angelis
Hi Colin, if you need some help, I'm feeling to help. Specially the jakarta stuff is important for us. Do you find the time to have a look to the open PR? BR Rocco Colin Alworth schrieb am Mittwoch, 17. Mai 2023 um 16:44:58 UTC+2: > There have been a few suggestions of making a release in the

Re: [gwt-contrib] Re: GWT 2.10 release?

2021-10-12 Thread Rocco De Angelis
Nice +1 chani...@gmail.com schrieb am Dienstag, 5. Oktober 2021 um 16:38:08 UTC+2: > Thank a millon, looks great ! +1 > > On Friday, October 1, 2021 at 2:55:21 p.m. UTC-4 krypto...@gmail.com > wrote: > >> awesome +1 >> >> On Fri, Oct 1, 2021 at 2:31 PM mcmi...@gmail.com >> wrote: >> >>>

Re: [gwt-contrib] Re: Goodbye IE 8–9 

2021-10-12 Thread Rocco De Angelis
+1 for dropping support for all IE versions (8-10) Jens schrieb am Mittwoch, 6. Oktober 2021 um 10:22:50 UTC+2: > I think the gecko permutation has very little to no special treatment of > IE 11 and there are some bugs reported because of that. So there isn't much > to deprecated for IE 11. >

[gwt-contrib] Re: HashCode H$ property should be not enumerable

2020-06-12 Thread Rocco De Angelis
Regarding the ie support: We have really a lot of large customers (https://resources.softwareag.com/customers) in all business sectors and also a lot of customers in the financial sector which are normally very slow updating software. Last year we removed the support for ie8, ie9 and ie10 for

Re: [gwt-contrib] Add Object.clone as throwing implementation

2014-06-17 Thread Rocco De Angelis
see what needs to be done. On Mon, May 26, 2014 at 11:37 AM, Rocco De Angelis rdeang...@gmail.com javascript: wrote: Hi all, I would like to added a clone method to the java.lang.Object class in the GWT SDK which simply throws a CloneNotSupportedException. This makes it possible

Re: [gwt-contrib] Add Object.clone as throwing implementation

2014-05-27 Thread Rocco De Angelis
Hi Roberto, okay I understand the problem. But is it really necessary to also add the clone method to JSO? Implementing a clone method for objects in javaScript can be very hard if it should work in all cases :) -- You received this message because you are subscribed to the Google Groups GWT

[gwt-contrib] Add Object.clone as throwing implementation

2014-05-26 Thread Rocco De Angelis
Hi all, I would like to added a clone method to the java.lang.Object class in the GWT SDK which simply throws a CloneNotSupportedException. This makes it possible to implement the clone method in subclasses. See: https://gwt-review.googlesource.com/#/c/6035/ Daniel Kurka has already done a

[gwt-contrib] Re: Issue with development mode plugin and Custom selection script / hosted.html that allows separate debugging of multiple GWT applications on a single page

2013-10-18 Thread Rocco De Angelis
Hi Jamie, I had the same problem. I implemented a very similar approach described by you. I introduced in a top level gwt.xml a property to enable the debuging which will be inherit by all my application. define-property name=debugPlugin values=false/ extend-property name=debugPlugin