Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(856)

Issue 1169543002: Fix the API for ServiceFactoryBinder to be type safe. (Closed)

Created:
5 years, 6 months ago by qsr
Modified:
5 years, 6 months ago
Reviewers:
ppi
CC:
mojo-reviews_chromium.org, gregsimon, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 12

Patch Set 2 : Follow review #

Total comments: 2

Patch Set 3 : Follow review #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -31 lines) Patch
M examples/java_android/echo/src/org/chromium/examples/java_echo/EchoClientApp.java View 1 chunk +2 lines, -2 lines 0 comments Download
M examples/java_android/echo/src/org/chromium/examples/java_echo/EchoServerApp.java View 4 chunks +7 lines, -6 lines 0 comments Download
M examples/java_android/example_service/src/org/chromium/examples/android/ExampleServiceApp.java View 2 chunks +3 lines, -2 lines 0 comments Download
M mojo/public/java/application/src/org/chromium/mojo/application/ApplicationConnection.java View 3 chunks +5 lines, -2 lines 0 comments Download
M mojo/public/java/application/src/org/chromium/mojo/application/ServiceFactoryBinder.java View 1 2 2 chunks +5 lines, -7 lines 0 comments Download
M mojo/public/java/bindings/src/org/chromium/mojo/bindings/InterfaceRequest.java View 1 1 chunk +8 lines, -0 lines 0 comments Download
M services/authentication/src/org/chromium/mojo/authentication/AuthenticationApp.java View 2 chunks +3 lines, -2 lines 0 comments Download
M services/device_info/src/org/chromium/services/device_info/DeviceInfoService.java View 3 chunks +4 lines, -6 lines 0 comments Download
M services/location/src/org/chromium/services/location/LocationServiceApp.java View 2 chunks +3 lines, -2 lines 0 comments Download
M services/sensors/src/org/chromium/mojo/sensors/Sensors.java View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
qsr
5 years, 6 months ago (2015-06-04 14:39:10 UTC) #1
ppi
https://codereview.chromium.org/1169543002/diff/1/mojo/public/java/application/src/org/chromium/mojo/application/ApplicationConnection.java File mojo/public/java/application/src/org/chromium/mojo/application/ApplicationConnection.java (right): https://codereview.chromium.org/1169543002/diff/1/mojo/public/java/application/src/org/chromium/mojo/application/ApplicationConnection.java#newcode99 mojo/public/java/application/src/org/chromium/mojo/application/ApplicationConnection.java:99: .bind(InterfaceRequest.asInterfaceRequestUnsafe(pipe)); nit: wdyt about moving ".bind(" to the line ...
5 years, 6 months ago (2015-06-05 09:39:43 UTC) #2
qsr
https://codereview.chromium.org/1169543002/diff/1/mojo/public/java/application/src/org/chromium/mojo/application/ApplicationConnection.java File mojo/public/java/application/src/org/chromium/mojo/application/ApplicationConnection.java (right): https://codereview.chromium.org/1169543002/diff/1/mojo/public/java/application/src/org/chromium/mojo/application/ApplicationConnection.java#newcode99 mojo/public/java/application/src/org/chromium/mojo/application/ApplicationConnection.java:99: .bind(InterfaceRequest.asInterfaceRequestUnsafe(pipe)); On 2015/06/05 09:39:42, ppi wrote: > nit: wdyt ...
5 years, 6 months ago (2015-06-05 11:19:53 UTC) #3
ppi
lgtm % updating the commit name. Should this now say "Fix the API for ServiceFactoryBinder ...
5 years, 6 months ago (2015-06-05 11:25:09 UTC) #4
qsr
https://codereview.chromium.org/1169543002/diff/20001/mojo/public/java/application/src/org/chromium/mojo/application/ServiceFactoryBinder.java File mojo/public/java/application/src/org/chromium/mojo/application/ServiceFactoryBinder.java (right): https://codereview.chromium.org/1169543002/diff/20001/mojo/public/java/application/src/org/chromium/mojo/application/ServiceFactoryBinder.java#newcode18 mojo/public/java/application/src/org/chromium/mojo/application/ServiceFactoryBinder.java:18: * Bind an instance of the interface to the ...
5 years, 6 months ago (2015-06-05 11:30:29 UTC) #5
qsr
5 years, 6 months ago (2015-06-05 11:31:05 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
24ffae5460e05c3bc3f01c426d337d69e2003ec6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698