Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4785)

Issue 646042: Add support for AsyncProvider in GIN (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by fazal.asim
Modified:
13 years, 3 months ago
CC:
google-gin_googlegroups.com
Base URL:
http://google-gin.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Add AsyncProvider support in GIN

Patch Set 1 #

Patch Set 2 : formatting fixes #

Total comments: 18

Patch Set 3 : addressing review comments #

Total comments: 8

Patch Set 4 : code review fixes #

Patch Set 5 : Fixes AsyncProviderTest to work in web mode #

Unified diffs Side-by-side diffs Delta from patch set Stats (+474 lines, -11 lines) Patch
A samples/simple/src/com/google/gwt/inject/example/simple/client/SimpleAsyncWidget.java View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
M samples/simple/src/com/google/gwt/inject/example/simple/client/SimpleConstants.java View 2 chunks +3 lines, -1 line 0 comments Download
M samples/simple/src/com/google/gwt/inject/example/simple/client/SimpleConstants.properties View 1 chunk +2 lines, -1 line 0 comments Download
M samples/simple/src/com/google/gwt/inject/example/simple/client/SimpleGinjector.java View 2 chunks +3 lines, -0 lines 0 comments Download
M samples/simple/src/com/google/gwt/inject/example/simple/client/SimpleWidget.java View 1 2 5 chunks +35 lines, -8 lines 0 comments Download
A src/com/google/gwt/inject/client/AsyncProvider.java View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
M src/com/google/gwt/inject/rebind/BindingsProcessor.java View 1 2 7 chunks +28 lines, -1 line 0 comments Download
A src/com/google/gwt/inject/rebind/binding/AsyncProviderBinding.java View 1 2 3 1 chunk +118 lines, -0 lines 0 comments Download
M test/com/google/gwt/inject/GinClientTestSuite.java View 2 chunks +2 lines, -0 lines 0 comments Download
A test/com/google/gwt/inject/client/implicit/AsyncProviderGinjector.java View 1 chunk +28 lines, -0 lines 0 comments Download
A test/com/google/gwt/inject/client/implicit/AsyncProviderTest.java View 1 2 3 4 1 chunk +133 lines, -0 lines 0 comments Download
A test/com/google/gwt/inject/client/implicit/FooAsync.java View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download

Messages

Total messages: 8
Aragos
Thanks for this contribution - looks good! I added a few comments below but they ...
14 years, 1 month ago (2010-03-20 00:49:55 UTC) #1
hermesfreitasjunior
Awesome! http://codereview.appspot.com/646042/diff/2001/3010 File src/com/google/gwt/inject/rebind/binding/AsyncProviderBinding.java (right): http://codereview.appspot.com/646042/diff/2001/3010#newcode84 src/com/google/gwt/inject/rebind/binding/AsyncProviderBinding.java:84: " com.google.gwt.core.client.GWT.runAsync(" + Assuming AsynProvider<T> I think you ...
14 years, 1 month ago (2010-03-20 12:40:30 UTC) #2
fazal.asim
thanks for reviewing guys! http://codereview.appspot.com/646042/diff/2001/3008 File samples/simple/src/com/google/gwt/inject/example/simple/client/SimpleWidget.java (right): http://codereview.appspot.com/646042/diff/2001/3008#newcode75 samples/simple/src/com/google/gwt/inject/example/simple/client/SimpleWidget.java:75: On 2010/03/20 00:49:56, Aragos wrote: ...
14 years, 1 month ago (2010-03-23 22:47:24 UTC) #3
Aragos
http://codereview.appspot.com/646042/diff/2001/3010 File src/com/google/gwt/inject/rebind/binding/AsyncProviderBinding.java (right): http://codereview.appspot.com/646042/diff/2001/3010#newcode2 src/com/google/gwt/inject/rebind/binding/AsyncProviderBinding.java:2: * Copyright 20 Google Inc. On 2010/03/20 00:49:56, Aragos ...
14 years, 1 month ago (2010-03-24 00:20:31 UTC) #4
fazal.asim
http://codereview.appspot.com/646042/diff/12001/13007 File samples/simple/src/com/google/gwt/inject/example/simple/client/SimpleAsyncWidget.java (right): http://codereview.appspot.com/646042/diff/12001/13007#newcode1 samples/simple/src/com/google/gwt/inject/example/simple/client/SimpleAsyncWidget.java:1: // Copyright 2010 Google Inc. All Rights Reserved. On ...
14 years, 1 month ago (2010-03-24 00:37:30 UTC) #5
Aragos
LGTM. :) I'll patch and submit as soon as I find a quiet moment.
14 years, 1 month ago (2010-03-24 00:52:43 UTC) #6
Aragos
I patched the latest version of this change and removed some Java5 incompatibilities (@Overrides for ...
14 years, 1 month ago (2010-03-24 01:25:13 UTC) #7
Aragos
14 years, 1 month ago (2010-03-30 21:34:47 UTC) #8
LGTM, patched this into the Gin codebase. By the way, rietveld doesn't send out
an email when a new patch set is uploaded which is why I didn't see this until
today. A message can speed up the reviewing process. :)
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b