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

Issue 409003002: Redesign GUI of Website Setting Popup Dialog (Closed)

Created:
6 years, 5 months ago by Ian Wen
Modified:
6 years, 5 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Redesign GUI of Website Setting Popup Dialog Implement the new design of SSL certificate dialog. Remove underline in hyperlink textview and add paddings around textviews. Refer to https://drive.google.com/a/google.com/file/d/0B6x6iYCtKinEUElmYWRWVlh5RlE/view for design specification. BUG=394564 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285181

Patch Set 1 #

Patch Set 2 : Update icons #

Patch Set 3 : Change java jni function names #

Total comments: 12

Patch Set 4 : #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Total comments: 8

Patch Set 7 : Add xxhdpi icons to commit #

Patch Set 8 : Add pageinfo_warning_major, delete a function call in c++ #

Total comments: 2

Patch Set 9 : Delete 2 unnecessary assertions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -65 lines) Patch
M chrome/android/java/res/drawable-hdpi/pageinfo_bad.png View 1 Binary file 0 comments Download
M chrome/android/java/res/drawable-hdpi/pageinfo_enterprise_managed.png View 1 2 3 Binary file 0 comments Download
M chrome/android/java/res/drawable-hdpi/pageinfo_good.png View 1 Binary file 0 comments Download
M chrome/android/java/res/drawable-hdpi/pageinfo_info.png View 1 2 3 Binary file 0 comments Download
M chrome/android/java/res/drawable-hdpi/pageinfo_warning_minor.png View 1 Binary file 0 comments Download
M chrome/android/java/res/drawable-mdpi/pageinfo_bad.png View 1 Binary file 0 comments Download
M chrome/android/java/res/drawable-mdpi/pageinfo_enterprise_managed.png View 1 2 3 Binary file 0 comments Download
M chrome/android/java/res/drawable-mdpi/pageinfo_good.png View 1 Binary file 0 comments Download
M chrome/android/java/res/drawable-mdpi/pageinfo_info.png View 1 2 3 Binary file 0 comments Download
M chrome/android/java/res/drawable-mdpi/pageinfo_warning_minor.png View 1 Binary file 0 comments Download
M chrome/android/java/res/drawable-xhdpi/pageinfo_bad.png View 1 Binary file 0 comments Download
M chrome/android/java/res/drawable-xhdpi/pageinfo_enterprise_managed.png View 1 2 3 Binary file 0 comments Download
M chrome/android/java/res/drawable-xhdpi/pageinfo_good.png View 1 Binary file 0 comments Download
M chrome/android/java/res/drawable-xhdpi/pageinfo_info.png View 1 2 3 Binary file 0 comments Download
M chrome/android/java/res/drawable-xhdpi/pageinfo_warning_minor.png View 1 Binary file 0 comments Download
A + chrome/android/java/res/drawable-xxhdpi/pageinfo_bad.png View 1 2 3 4 5 6 Binary file 0 comments Download
A + chrome/android/java/res/drawable-xxhdpi/pageinfo_good.png View 1 2 3 4 5 6 Binary file 0 comments Download
A + chrome/android/java/res/drawable-xxhdpi/pageinfo_info.png View 1 2 3 4 5 6 Binary file 0 comments Download
A + chrome/android/java/res/drawable-xxhdpi/pageinfo_warning_minor.png View 1 2 3 4 5 6 Binary file 0 comments Download
M chrome/android/java/res/layout/website_settings.xml View 1 2 3 4 5 1 chunk +32 lines, -24 lines 0 comments Download
M chrome/android/java/res/values/colors.xml View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java View 1 2 3 4 5 6 7 8 6 chunks +52 lines, -25 lines 0 comments Download
M chrome/browser/ui/android/website_settings_popup_android.cc View 1 2 3 4 5 6 7 2 chunks +10 lines, -14 lines 0 comments Download
M content/public/android/java/res/drawable-hdpi/pageinfo_warning_major.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
M content/public/android/java/res/drawable-mdpi/pageinfo_warning_major.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
M content/public/android/java/res/drawable-xhdpi/pageinfo_warning_major.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A + content/public/android/java/res/drawable-xxhdpi/pageinfo_warning_major.png View 1 2 3 4 5 6 7 Binary file 0 comments Download

Messages

Total messages: 24 (0 generated)
Ian Wen
Hi Aurimas, please help me do a code review. :)
6 years, 5 months ago (2014-07-22 19:19:37 UTC) #1
Ian Wen
Screenshots are located at https://code.google.com/p/chromium/issues/detail?id=394564#c9
6 years, 5 months ago (2014-07-22 20:50:43 UTC) #2
aurimas (slooooooooow)
https://codereview.chromium.org/409003002/diff/40001/chrome/android/java/res/values/dimens.xml File chrome/android/java/res/values/dimens.xml (right): https://codereview.chromium.org/409003002/diff/40001/chrome/android/java/res/values/dimens.xml#newcode9 chrome/android/java/res/values/dimens.xml:9: <dimen name="certificate_viewer_padding">24dp</dimen> Rename to certificate_viewer_padding_wide since you are adding ...
6 years, 5 months ago (2014-07-22 22:05:37 UTC) #3
Ian Wen
https://codereview.chromium.org/409003002/diff/40001/chrome/android/java/res/values/dimens.xml File chrome/android/java/res/values/dimens.xml (right): https://codereview.chromium.org/409003002/diff/40001/chrome/android/java/res/values/dimens.xml#newcode9 chrome/android/java/res/values/dimens.xml:9: <dimen name="certificate_viewer_padding">24dp</dimen> On 2014/07/22 22:05:36, aurimas wrote: > Rename ...
6 years, 5 months ago (2014-07-23 00:05:41 UTC) #4
aurimas (slooooooooow)
https://codereview.chromium.org/409003002/diff/40001/chrome/android/java/res/values/dimens.xml File chrome/android/java/res/values/dimens.xml (right): https://codereview.chromium.org/409003002/diff/40001/chrome/android/java/res/values/dimens.xml#newcode9 chrome/android/java/res/values/dimens.xml:9: <dimen name="certificate_viewer_padding">24dp</dimen> On 2014/07/23 00:05:41, Ian Wen wrote: > ...
6 years, 5 months ago (2014-07-23 00:13:32 UTC) #5
Ian Wen
https://codereview.chromium.org/409003002/diff/40001/chrome/android/java/res/values/dimens.xml File chrome/android/java/res/values/dimens.xml (right): https://codereview.chromium.org/409003002/diff/40001/chrome/android/java/res/values/dimens.xml#newcode9 chrome/android/java/res/values/dimens.xml:9: <dimen name="certificate_viewer_padding">24dp</dimen> On 2014/07/23 00:13:31, aurimas wrote: > On ...
6 years, 5 months ago (2014-07-23 00:38:16 UTC) #6
aurimas (slooooooooow)
lgtm % comments https://chromiumcodereview.appspot.com/409003002/diff/80001/chrome/android/java/res/layout/website_settings.xml File chrome/android/java/res/layout/website_settings.xml (right): https://chromiumcodereview.appspot.com/409003002/diff/80001/chrome/android/java/res/layout/website_settings.xml#newcode7 chrome/android/java/res/layout/website_settings.xml:7: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" Please format this xml ...
6 years, 5 months ago (2014-07-23 01:17:40 UTC) #7
Ian Wen
https://codereview.chromium.org/409003002/diff/80001/chrome/android/java/res/layout/website_settings.xml File chrome/android/java/res/layout/website_settings.xml (right): https://codereview.chromium.org/409003002/diff/80001/chrome/android/java/res/layout/website_settings.xml#newcode7 chrome/android/java/res/layout/website_settings.xml:7: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" On 2014/07/23 01:17:40, aurimas wrote: > Please ...
6 years, 5 months ago (2014-07-23 01:30:07 UTC) #8
David Trainor- moved to gerrit
On 2014/07/23 01:30:07, Ian Wen wrote: > https://codereview.chromium.org/409003002/diff/80001/chrome/android/java/res/layout/website_settings.xml > File chrome/android/java/res/layout/website_settings.xml (right): > > https://codereview.chromium.org/409003002/diff/80001/chrome/android/java/res/layout/website_settings.xml#newcode7 ...
6 years, 5 months ago (2014-07-23 17:17:10 UTC) #9
David Trainor- moved to gerrit
https://codereview.chromium.org/409003002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java File chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java (right): https://codereview.chromium.org/409003002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java#newcode37 chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java:37: private static final int DESCRIPTION_TEXT_SIZE = 12; can you ...
6 years, 5 months ago (2014-07-23 17:23:55 UTC) #10
Ian Wen
On 2014/07/23 17:17:10, David Trainor wrote: > On 2014/07/23 01:30:07, Ian Wen wrote: > > ...
6 years, 5 months ago (2014-07-23 17:25:29 UTC) #11
aurimas (slooooooooow)
On 2014/07/23 17:25:29, Ian Wen wrote: > On 2014/07/23 17:17:10, David Trainor wrote: > > ...
6 years, 5 months ago (2014-07-23 17:36:19 UTC) #12
Ian Wen
We do not use pageinfo_warning_major.png in Clank. It seems to be only used on desktop ...
6 years, 5 months ago (2014-07-23 17:43:47 UTC) #13
Ian Wen
https://codereview.chromium.org/409003002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java File chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java (right): https://codereview.chromium.org/409003002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java#newcode37 chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java:37: private static final int DESCRIPTION_TEXT_SIZE = 12; On 2014/07/23 ...
6 years, 5 months ago (2014-07-23 18:28:26 UTC) #14
David Trainor- moved to gerrit
lgtm
6 years, 5 months ago (2014-07-23 19:46:37 UTC) #15
Ian Wen
The CQ bit was checked by ianwen@chromium.org
6 years, 5 months ago (2014-07-23 20:15:07 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ianwen@chromium.org/409003002/140001
6 years, 5 months ago (2014-07-23 20:17:56 UTC) #17
Yaron
lgtm just 2 nits https://codereview.chromium.org/409003002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java File chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java (right): https://codereview.chromium.org/409003002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java#newcode139 chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java:139: assert mCertificateLayout != null; This ...
6 years, 5 months ago (2014-07-23 20:43:27 UTC) #18
Ian Wen
The CQ bit was unchecked by ianwen@chromium.org
6 years, 5 months ago (2014-07-23 21:03:19 UTC) #19
Ian Wen
The CQ bit was checked by ianwen@chromium.org
6 years, 5 months ago (2014-07-23 21:03:19 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ianwen@chromium.org/409003002/140001
6 years, 5 months ago (2014-07-23 21:03:54 UTC) #21
Ian Wen
The CQ bit was checked by ianwen@chromium.org
6 years, 5 months ago (2014-07-23 21:09:08 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ianwen@chromium.org/409003002/160001
6 years, 5 months ago (2014-07-23 21:11:44 UTC) #23
commit-bot: I haz the power
6 years, 5 months ago (2014-07-24 10:59:10 UTC) #24
Message was sent while issue was closed.
Change committed as 285181

Powered by Google App Engine
This is Rietveld 408576698