[gwt-contrib] RPC policy files usage?

2010-02-22 Thread Ed
I like to start a discussion on the usage of the RPC policy files in noserver mode, and I am interested if this might be improved. Let me explain my use case and show my problems that I experience. I have 4 GWT app's connecting all to the same backend app. All GWT app's have two backend

Re: [gwt-contrib] Re: JSON.parse vs. eval

2010-02-22 Thread Joel Webber
What Thomas said. But yes, if we could make a good safe-eval JSON parser available, that would be great. The old json library is both unsafe (because it uses eval()) and ugly (because it was written long before overlay types). On Sat, Feb 20, 2010 at 10:22 AM, Thomas Broyer t.bro...@gmail.com

[gwt-contrib] Add Math.cbrt, improve Math.log10, add some Math tests

2010-02-22 Thread jat
Reviewers: jlabanca, Description: This addresses two issues: - http://code.google.com/p/google-web-toolkit/issues/detail?id=4308 - http://code.google.com/p/google-web-toolkit/issues/detail?id=4637 Please review this at http://gwt-code-reviews.appspot.com/150803 Affected files:

[gwt-contrib] Re: Add Math.cbrt, improve Math.log10, add some Math tests

2010-02-22 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/150803/diff/1/4 File user/test/com/google/gwt/emultest/java/lang/MathTest.java (right): http://gwt-code-reviews.appspot.com/150803/diff/1/4#newcode2 Line 2: * Copyright 2007 Google Inc. 2010 http://gwt-code-reviews.appspot.com/150803 --

[gwt-contrib] Re: RPC policy files usage?

2010-02-22 Thread Ladislav Gazo
Hi Ed, maybe this will give you some relevant answers: http://code.google.com/p/acris/wiki/SeparateClientAndServer , especially the part Accessing RPC files from server. There is a solution how to access RPC files in no-server mode remotely also. On 22. Feb, 11:17 h., Ed post2edb...@hotmail.com

[gwt-contrib] [google-web-toolkit] r7604 committed - Remove type parameter on TreeView and use TreeModel as a source of Lis...

2010-02-22 Thread codesite-noreply
Revision: 7604 Author: jlaba...@google.com Date: Mon Feb 22 11:51:55 2010 Log: Remove type parameter on TreeView and use TreeModel as a source of ListModels. http://code.google.com/p/google-web-toolkit/source/detail?r=7604 Added:

Re: [gwt-contrib] Re: Scheduler vs. DeferredCommand

2010-02-22 Thread BobV
Scheduler is the preferred API. I have most of a patch to move the implementation of the existing DeferredCommand API over to Scheduler. http://code.google.com/p/google-web-toolkit/issues/detail?id=4668 -- Bob Vawter Google Web Toolkit Team --

Re: [gwt-contrib] Re: RPC policy files usage?

2010-02-22 Thread ed bras
Hi Ladislav, Thanks for your response. I do almost the same thing as Acris does, I only have my files located in the classpath (I also use GWT-SL to read my policy files).. But Acris also doesn't solve the problem of having all these policy files scattered around and assumes that you have them

[gwt-contrib] Issue 1700: ImageSrcIE6 throws native NPE exception

2010-02-22 Thread jlabanca
Reviewers: jgw, Description: ImageSrcIE6 throws an NPE exception if you set the source of a cloned img element. IE6 will fetch a single image multiple times if the image isn't in cache. GWT works around this by setting the src on the first image only, then adding an array of kids that need to

[gwt-contrib] [google-web-toolkit] r7605 committed - Add Math.cbrt, improve Math.log10, add tests....

2010-02-22 Thread codesite-noreply
Revision: 7605 Author: j...@google.com Date: Mon Feb 22 13:53:24 2010 Log: Add Math.cbrt, improve Math.log10, add tests. Public review: http://gwt-code-reviews.appspot.com/150803/show Issue: 4308, 4637 Patch by: jat, elk Review by: jlabanca