Re: [gwt-contrib] Re: safari isOrHasChild impl

2012-06-08 Thread Thomas Broyer
On Friday, June 8, 2012 12:09:51 AM UTC+2, Stephen Haberman wrote: AFAICT, Safari 2 is no longer part of the supported browsers list, so my take on it would be to clean-up the codebase and remove every safari2-specific path. There are overall a lot of cleanup (remove event listeners

Re: [gwt-contrib] Re: safari isOrHasChild impl

2012-06-08 Thread Stephen Haberman
Well, 3 years ago, BobV removed support for Safari 2 from GWT-RPC: http://code.google.com/p/google-web-toolkit/source/detail?r=5666 Cool. I'll work on a patch to update isOrHasChild. - Stephen -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: safari isOrHasChild impl

2012-06-07 Thread Thomas Broyer
On Thursday, June 7, 2012 9:44:04 PM UTC+2, Stephen Haberman wrote: Hey, Digging around today, I noticed that awhile ago isOrHasChild was specialized per-browser, but not for webkit/safari due to at that time (2008/safari2) a bug in safari's contains:

Re: [gwt-contrib] Re: safari isOrHasChild impl

2012-06-07 Thread John Tamplin
On Thu, Jun 7, 2012 at 4:40 PM, Thomas Broyer t.bro...@gmail.com wrote: AFAICT, Safari 2 is no longer part of the supported browsers list, so my take on it would be to clean-up the codebase and remove every safari2-specific path. There are overall a lot of cleanup (remove event listeners for

Re: [gwt-contrib] Re: safari isOrHasChild impl

2012-06-07 Thread Stephen Haberman
AFAICT, Safari 2 is no longer part of the supported browsers list, so my take on it would be to clean-up the codebase and remove every safari2-specific path. There are overall a lot of cleanup (remove event listeners for instance, which have been deprecated for several *years*) Sounds fun