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

Issue 1116653002: Introduce authentication service. (Closed)

Created:
5 years, 7 months ago by qsr
Modified:
5 years, 7 months ago
Reviewers:
alhaad, tonyg, ppi
CC:
mojo-reviews_chromium.org, 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

Introduce authentication service. This service allows to request oauth2 token. The only current implementation is for Android. Also the implementation is currently using a single project for authentication. R=ppi@chromium.org, tonyg@chromium.org BUG=https://github.com/domokit/mojo/issues/94 Committed: https://chromium.googlesource.com/external/mojo/+/9b79e2c6ea8ecf19fe7904eeea1e331ef30c0ff1

Patch Set 1 #

Total comments: 38

Patch Set 2 : Follow review #

Total comments: 16

Patch Set 3 : Follow review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+411 lines, -48 lines) Patch
M examples/android/src/org/chromium/examples/android/ExampleServiceApp.java View 2 chunks +2 lines, -3 lines 0 comments Download
M mojo/public/java/application/src/org/chromium/mojo/application/ApplicationDelegate.java View 1 chunk +1 line, -3 lines 0 comments Download
M mojo/public/java/application/src/org/chromium/mojo/application/ApplicationImpl.java View 1 chunk +1 line, -2 lines 0 comments Download
M services/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M services/android/intent_receiver.mojom View 1 1 chunk +15 lines, -5 lines 0 comments Download
A services/authentication/BUILD.gn View 1 1 chunk +33 lines, -0 lines 0 comments Download
A services/authentication/authentication.mojom View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A + services/authentication/src/org/chromium/mojo/authentication/AuthenticationApp.java View 1 3 chunks +22 lines, -16 lines 0 comments Download
A services/authentication/src/org/chromium/mojo/authentication/AuthenticationServiceImpl.java View 1 2 1 chunk +195 lines, -0 lines 0 comments Download
M services/device_info/src/org/chromium/services/device_info/DeviceInfoService.java View 1 chunk +1 line, -2 lines 0 comments Download
M services/location/src/org/chromium/services/location/LocationServiceApp.java View 1 chunk +2 lines, -3 lines 0 comments Download
M services/sensors/src/org/chromium/mojo/sensors/Sensors.java View 1 chunk +1 line, -2 lines 0 comments Download
M shell/android/apk/src/org/chromium/mojo/shell/IntentReceiverRegistry.java View 1 2 6 chunks +54 lines, -3 lines 0 comments Download
M shell/android/apk/src/org/chromium/mojo/shell/IntentReceiverService.java View 2 chunks +14 lines, -0 lines 0 comments Download
M shell/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java View 1 chunk +8 lines, -0 lines 0 comments Download
M shell/android/intent_receiver_manager_impl.h View 1 1 chunk +6 lines, -2 lines 0 comments Download
M shell/android/intent_receiver_manager_impl.cc View 1 5 chunks +28 lines, -7 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
qsr
5 years, 7 months ago (2015-04-29 11:01:50 UTC) #1
ppi
https://codereview.chromium.org/1116653002/diff/1/examples/dart/console_example/BUILD.gn File examples/dart/console_example/BUILD.gn (right): https://codereview.chromium.org/1116653002/diff/1/examples/dart/console_example/BUILD.gn#newcode14 examples/dart/console_example/BUILD.gn:14: "//services/authentication:bindings", Is this intentional? There are no changed .dart ...
5 years, 7 months ago (2015-04-29 13:32:24 UTC) #2
tonyg
This looks great. A couple of comments, but I defer to ppi on the lg2m. ...
5 years, 7 months ago (2015-04-29 13:47:43 UTC) #4
qsr
https://codereview.chromium.org/1116653002/diff/1/examples/dart/console_example/BUILD.gn File examples/dart/console_example/BUILD.gn (right): https://codereview.chromium.org/1116653002/diff/1/examples/dart/console_example/BUILD.gn#newcode14 examples/dart/console_example/BUILD.gn:14: "//services/authentication:bindings", On 2015/04/29 13:32:23, ppi wrote: > Is this ...
5 years, 7 months ago (2015-04-29 14:22:20 UTC) #5
ppi
https://codereview.chromium.org/1116653002/diff/20001/services/authentication/authentication.mojom File services/authentication/authentication.mojom (right): https://codereview.chromium.org/1116653002/diff/20001/services/authentication/authentication.mojom#newcode9 services/authentication/authentication.mojom:9: // TODO(qsr): This API only handles google account at ...
5 years, 7 months ago (2015-04-29 15:13:44 UTC) #6
qsr
https://codereview.chromium.org/1116653002/diff/20001/services/authentication/authentication.mojom File services/authentication/authentication.mojom (right): https://codereview.chromium.org/1116653002/diff/20001/services/authentication/authentication.mojom#newcode9 services/authentication/authentication.mojom:9: // TODO(qsr): This API only handles google account at ...
5 years, 7 months ago (2015-04-29 15:29:58 UTC) #7
ppi
lgtm
5 years, 7 months ago (2015-04-29 15:31:39 UTC) #8
qsr
5 years, 7 months ago (2015-04-29 15:33:15 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
9b79e2c6ea8ecf19fe7904eeea1e331ef30c0ff1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698