[gwt-contrib] Re: Fix issue 5807 on server side. Previously reviewed at 1370803. (issue1384802)

2011-03-16 Thread drfibonacci
http://gwt-code-reviews.appspot.com/1384802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix issue 5807 on server side. Previously reviewed at 1370803. (issue1384802)

2011-03-16 Thread drfibonacci
Great thought, Thomas. I changed resolveServiceClass to take a RequestContext class as you suggest. On 2011/03/12 10:16:35, tbroyer wrote: A few more thoughts: - resolveServiceClass would benefit from being cached at the ServiceLayerCache level - I know this is only about the server-side,

[gwt-contrib] Re: Promotes Gin's AsyncProvider to GWT, along with a more general (issue1387801)

2011-03-16 Thread aragos
I support the move of the AsyncCallback! What is the purpose of adding AsyncProvider to GWT's types? It seems only really useful if using dependency injection (other usages are usually abuses :) and I don't see why GWT would want that kind of dependency?

Re: [gwt-contrib] Re: Promotes Gin's AsyncProvider to GWT, along with a more general (issue1387801)

2011-03-16 Thread John Tamplin
On Mon, Mar 14, 2011 at 12:37 PM, Ray Ryan rj...@google.com wrote: [+google-...@googlegroups.com] What dependency? DI is a pattern, not a commitment to a particular framework. That said, I agree that taking AsyncProvider from Gin is a bit presumptuous. I meant to include the gin community

[gwt-contrib] Re: Fix issue 5807 on server side. Previously reviewed at 1370803. (issue1384802)

2011-03-16 Thread t . broyer
ServiceInheritanceTest is still missing from RequestContextSuite (not Jre) http://gwt-code-reviews.appspot.com/1384802/diff/1006/user/src/com/google/gwt/requestfactory/server/LocatorServiceLayer.java File user/src/com/google/gwt/requestfactory/server/LocatorServiceLayer.java (right):

[gwt-contrib] Re: Fix issue 5807 on server side. Previously reviewed at 1370803. (issue1384802)

2011-03-16 Thread drfibonacci
http://gwt-code-reviews.appspot.com/1384802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix issue 5807 on server side. Previously reviewed at 1370803. (issue1384802)

2011-03-16 Thread t . broyer
http://gwt-code-reviews.appspot.com/1384802/diff/6005/user/src/com/google/gwt/requestfactory/server/LocatorServiceLayer.java File user/src/com/google/gwt/requestfactory/server/LocatorServiceLayer.java (right):

[gwt-contrib] Re: Comment on RpcAuth in google-web-toolkit

2011-03-16 Thread codesite-noreply
Comment by kujans...@googlemail.com: Are there any news? Or even a release ETA? Would love to see that :) For more information: http://code.google.com/p/google-web-toolkit/wiki/RpcAuth -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix issue 5807 on server side. Previously reviewed at 1370803. (issue1384802)

2011-03-16 Thread drfibonacci
http://gwt-code-reviews.appspot.com/1384802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix issue 5807 on server side. Previously reviewed at 1370803. (issue1384802)

2011-03-16 Thread drfibonacci
I removed the corresponding try/catch in ResolverServiceLayer also. http://gwt-code-reviews.appspot.com/1384802/diff/6005/user/src/com/google/gwt/requestfactory/server/LocatorServiceLayer.java File user/src/com/google/gwt/requestfactory/server/LocatorServiceLayer.java (right):

Re: [gwt-contrib] GWT DevMode support for Chrome hosted Webapps/Extensions

2011-03-16 Thread Chris Conroy
Mark, This is something we are interested in supporting at some point in the future. The issue tracking it is here: http://code.google.com/p/google-web-toolkit/issues/detail?id=5577 On Sun, Feb 20, 2011 at 7:16 PM, Mark Renouf mark.ren...@gmail.com wrote: Hi all, I'm just writing to let

[gwt-contrib] Re: Fix issue 5807 on server side. Previously reviewed at 1370803. (issue1384802)

2011-03-16 Thread t . broyer
On 2011/03/16 16:52:48, drfibonacci wrote: I removed the corresponding try/catch in ResolverServiceLayer also. http://gwt-code-reviews.appspot.com/1384802/diff/6005/user/src/com/google/gwt/requestfactory/server/LocatorServiceLayer.java File

Re: [gwt-contrib] GWT DevMode support for Chrome hosted Webapps/Extensions

2011-03-16 Thread Mark Renouf
Great, thanks for the heads up, I will star the issue. Let me know if I can help. On Wed, Mar 16, 2011 at 12:58 PM, Chris Conroy con...@google.com wrote: Mark, This is something we are interested in supporting at some point in the future. The issue tracking it is here: 

[gwt-contrib] [google-web-toolkit] r9857 committed - Fix issue 5807 on server side. Previously reviewed at 1370803....

2011-03-16 Thread codesite-noreply
Revision: 9857 Author: drfibona...@google.com Date: Wed Mar 16 07:05:51 2011 Log: Fix issue 5807 on server side. Previously reviewed at 1370803. Review at http://gwt-code-reviews.appspot.com/1384802 http://code.google.com/p/google-web-toolkit/source/detail?r=9857 Added:

[gwt-contrib] Update UiBinder to use SafeHtml instead of String in HtmlPanelParser constructor (issue1384805)

2011-03-16 Thread sbrubaker
Reviewers: rjrjr, Description: Update UiBinder to use SafeHtml instead of String in HtmlPanelParser constructor Review by: rj...@google.com Please review this at http://gwt-code-reviews.appspot.com/1384805/ Affected files: M

[gwt-contrib] Fix docs/warnings (issue1380805)

2011-03-16 Thread rice
Reviewers: jat, Description: Fix docs/warnings Please review this at http://gwt-code-reviews.appspot.com/1380805/ Affected files: M dev/core/src/com/google/gwt/core/ext/DefaultSelectionProperty.java M dev/core/src/com/google/gwt/core/ext/Linker.java M

[gwt-contrib] Re: Fix docs/warnings (issue1380805)

2011-03-16 Thread nchalko
On 2011/03/16 20:14:54, rice wrote: LGTM for the validation parts. http://gwt-code-reviews.appspot.com/1380805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Update UiBinder to use SafeHtml instead of String in HtmlPanelParser constructor (issue1384805)

2011-03-16 Thread sbrubaker
http://gwt-code-reviews.appspot.com/1384805/diff/1/user/src/com/google/gwt/uibinder/elementparsers/HTMLPanelParser.java File user/src/com/google/gwt/uibinder/elementparsers/HTMLPanelParser.java (right):

[gwt-contrib] Re: Update UiBinder to use SafeHtml instead of String in HtmlPanelParser constructor (issue1384805)

2011-03-16 Thread sbrubaker
http://gwt-code-reviews.appspot.com/1384805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9858 committed - Fix the worst concurrent modification problems in compiler memory-ligh...

2011-03-16 Thread codesite-noreply
Revision: 9858 Author: sco...@google.com Date: Wed Mar 16 09:22:21 2011 Log: Fix the worst concurrent modification problems in compiler memory-light set/map. Due to a bug in com.google.gwt.dev.util.collect.HashMap.put(), we were eagerly growing the underlying table even when the key was

[gwt-contrib] [google-web-toolkit] r9859 committed - Make devmode.js have a module specific filename...

2011-03-16 Thread codesite-noreply
Revision: 9859 Author: unn...@google.com Date: Wed Mar 16 11:12:59 2011 Log: Make devmode.js have a module specific filename Review by: j...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9859 Modified:

[gwt-contrib] Adds flag to enable EnumOrdinalizer result stats (issue1386802)

2011-03-16 Thread jbrosenberg
Reviewers: cromwellian, Description: Adds flag to enable EnumOrdinalizer result stats Please review this at http://gwt-code-reviews.appspot.com/1386802/ Affected files: M dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java M

[gwt-contrib] [google-web-toolkit] r9860 committed - Rolling back ServiceInheritanceTest to make it GWT safe so can run in ...

2011-03-16 Thread codesite-noreply
Revision: 9860 Author: drfibona...@google.com Date: Wed Mar 16 12:12:36 2011 Log: Rolling back ServiceInheritanceTest to make it GWT safe so can run in RequestFactorySuite also Review at http://gwt-code-reviews.appspot.com/1384802

[gwt-contrib] Re: Update UiBinder to use SafeHtml instead of String in HtmlPanelParser constructor (issue1384805)

2011-03-16 Thread rjrjr
http://gwt-code-reviews.appspot.com/1384805/diff/2003/user/src/com/google/gwt/user/client/ui/HTMLPanel.java File user/src/com/google/gwt/user/client/ui/HTMLPanel.java (right): http://gwt-code-reviews.appspot.com/1384805/diff/2003/user/src/com/google/gwt/user/client/ui/HTMLPanel.java#newcode134

[gwt-contrib] Re: Fix issue 5807 on server side. Previously reviewed at 1370803. (issue1384802)

2011-03-16 Thread drfibonacci
http://gwt-code-reviews.appspot.com/1384802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix issue 5807 on server side. Previously reviewed at 1370803. (issue1384802)

2011-03-16 Thread David Chandler
I removed the latest patch set since the latest diffs were broken. I used the rietveld script so SVN base path was correct, but the internal rollback and reapply seems to have confused rietveld. I may have to create a new issue. On Wed, Mar 16, 2011 at 7:30 PM, drfibona...@google.com wrote:

[gwt-contrib] Fixing issue 5807 on server side, new issue due to rietveld problems (issue1384806)

2011-03-16 Thread drfibonacci
Reviewers: drfibonacci, Description: Fixing issue 5807 on server side, new issue due to rietveld problems Formerly at 1384802 Please review this at http://gwt-code-reviews.appspot.com/1384806/ Affected files: M user/src/com/google/gwt/requestfactory/server/LocatorServiceLayer.java M

[gwt-contrib] Re: Fix issue 5807 on server side. Previously reviewed at 1370803. (issue1384802)

2011-03-16 Thread drfibonacci
http://gwt-code-reviews.appspot.com/1384802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors