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

Issue 2713513004: [Webview, Child Accounts] Always Google Play Services to show the reauthentication page. (Closed)

Created:
3 years, 10 months ago by Bernhard Bauer
Modified:
3 years, 10 months ago
Reviewers:
dgn
CC:
chromium-reviews, mikecase+watch_chromium.org, jbudorick+watch_chromium.org, agrieve+watch_chromium.org, aberent
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Webview, Child Accounts] Always allow Google Play Services to show the reauthentication page. The reauthentication page is necessary to fix account issues e.g. after a password change. The whitelisting is only for accounts.google.com and only if the calling package is the Google Play Services UI. BUG=695048 Review-Url: https://codereview.chromium.org/2713513004 Cr-Commit-Position: refs/heads/master@{#452528} Committed: https://chromium.googlesource.com/chromium/src/+/47c6658e306effae6981843a7352972048e7c7ef

Patch Set 1 #

Patch Set 2 : fix test #

Patch Set 3 : fix #

Patch Set 4 : fix #

Patch Set 5 : fix #

Total comments: 6

Patch Set 6 : review #

Messages

Total messages: 32 (27 generated)
Bernhard Bauer
Nicolas, could you take a look in Anthony's absence?
3 years, 10 months ago (2017-02-23 11:57:20 UTC) #24
dgn
lgtm https://codereview.chromium.org/2713513004/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProvider.java File chrome/android/java/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProvider.java (right): https://codereview.chromium.org/2713513004/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProvider.java#newcode212 chrome/android/java/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProvider.java:212: return callingPackage != null && callingPackage.equals(GOOGLE_PLAY_SERVICES_UI_PACKAGE) nit: TextUtils.equals() ...
3 years, 10 months ago (2017-02-23 12:19:50 UTC) #25
Bernhard Bauer
Thanks! https://codereview.chromium.org/2713513004/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProvider.java File chrome/android/java/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProvider.java (right): https://codereview.chromium.org/2713513004/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProvider.java#newcode212 chrome/android/java/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProvider.java:212: return callingPackage != null && callingPackage.equals(GOOGLE_PLAY_SERVICES_UI_PACKAGE) On 2017/02/23 ...
3 years, 10 months ago (2017-02-23 16:36:22 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2713513004/100001
3 years, 10 months ago (2017-02-23 16:37:00 UTC) #29
commit-bot: I haz the power
3 years, 10 months ago (2017-02-23 17:14:45 UTC) #32
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/47c6658e306effae6981843a7352...

Powered by Google App Engine
This is Rietveld 408576698