[gwt-contrib] Re: Recent browser-specific change to JSONObject

2009-11-17 Thread Sripathi Krishnan
Sending to the contributors mailing list.. --Sri 2009/11/17 Matt Bishop m...@re-entry.ca I am referring to this recent checkin: http://code.google.com/p/google-web-toolkit/source/diff?spec=svn6936r=6936format=sidepath=/releases/2.0/user/src/com/google/gwt/json/client/JSONObject.java The

Re: [gwt-contrib] Re: Recent browser-specific change to JSONObject

2009-11-17 Thread John Tamplin
The change was rolled back due to FF production mode issues, but will be added back in the future when those issues are corrected. However, since different browsers add different properties, I think iterating over the keys without checking hasOwnProperty is already broken. Also, JSONObject is