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

Issue 1100283002: Add connection info popup within Page Info on Android. (Closed)

Created:
5 years, 8 months ago by tsergeant
Modified:
5 years, 7 months ago
Reviewers:
Ted C
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add connection info popup within Page Info on Android. Partial revert of 00e86ade3b71d372ebe49c3e24da75361e841dc7 This is a revived version of WebsiteSettingsPopupLegacy, which contains detailed connection and certificate information, similar to the desktop website settings popup. The popup is accessed through a 'Details' link in the page info popup. BUG=425158 Committed: https://crrev.com/f21c52aeafa701b18ed505347ee0e7a7d07e5d53 Cr-Commit-Position: refs/heads/master@{#327429}

Patch Set 1 #

Patch Set 2 : Close WebsiteSettingsPopup when opening ConnectionInfoPopup #

Total comments: 9

Patch Set 3 : Adjust color and padding #

Total comments: 2

Patch Set 4 : Review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+993 lines, -3 lines) Patch
A chrome/android/java/res/drawable-hdpi/pageinfo_bad.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/pageinfo_good.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/pageinfo_warning.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/pageinfo_bad.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/pageinfo_good.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/pageinfo_warning.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/pageinfo_bad.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/pageinfo_good.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/pageinfo_warning.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/pageinfo_bad.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/pageinfo_good.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/pageinfo_warning.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/pageinfo_bad.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/pageinfo_good.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/pageinfo_warning.png View Binary file 0 comments Download
A chrome/android/java/res/drawable/connection_info_reset_cert_decisions.xml View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/connection_info.xml View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
M chrome/android/java/res/layout/website_settings.xml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/res/layout/website_settings_permission_row.xml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/res/values/colors.xml View 1 2 1 chunk +7 lines, -1 line 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java View 1 2 3 1 chunk +246 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/ConnectionInfoPopup.java View 1 2 3 1 chunk +241 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java View 1 2 3 5 chunks +35 lines, -0 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 3 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/android/resource_id.h View 1 chunk +20 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/certificate_viewer_android.h View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/certificate_viewer_android.cc View 1 2 3 1 chunk +92 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/connection_info_popup_android.h View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/connection_info_popup_android.cc View 1 2 3 1 chunk +202 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
tsergeant
tedchoc@, can you please review?
5 years, 8 months ago (2015-04-24 02:59:11 UTC) #3
Ted C
On 2015/04/24 02:59:11, tsergeant wrote: > tedchoc@, can you please review? Did you end up ...
5 years, 8 months ago (2015-04-24 21:55:39 UTC) #4
tsergeant
On 2015/04/24 21:55:39, Ted C wrote: > On 2015/04/24 02:59:11, tsergeant wrote: > > tedchoc@, ...
5 years, 8 months ago (2015-04-27 00:24:23 UTC) #5
Ted C
lgtm w/ some small cleanups The reverted files are in dire need of cleanup as ...
5 years, 8 months ago (2015-04-27 19:04:01 UTC) #6
Ted C
https://codereview.chromium.org/1100283002/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java File chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java (right): https://codereview.chromium.org/1100283002/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java#newcode87 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java:87: (int) mContext.getResources().getDimension(R.dimen.connection_info_padding_spinner); I suspect you'll find this value to ...
5 years, 7 months ago (2015-04-28 01:17:40 UTC) #7
tsergeant
I've addressed the comments - there ended up being a reasonable number of changes, so ...
5 years, 7 months ago (2015-04-28 03:15:00 UTC) #8
Ted C
On 2015/04/28 03:15:00, tsergeant wrote: > I've addressed the comments - there ended up being ...
5 years, 7 months ago (2015-04-28 18:53:05 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1100283002/80001
5 years, 7 months ago (2015-04-29 00:34:20 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1100283002/80001
5 years, 7 months ago (2015-04-29 02:31:31 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:80001)
5 years, 7 months ago (2015-04-29 03:27:05 UTC) #15
commit-bot: I haz the power
5 years, 7 months ago (2015-04-29 03:28:00 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/f21c52aeafa701b18ed505347ee0e7a7d07e5d53
Cr-Commit-Position: refs/heads/master@{#327429}

Powered by Google App Engine
This is Rietveld 408576698