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

Issue 1947493002: Site Settings Android: A few polish items. (Closed)

Created:
4 years, 7 months ago by Finnur
Modified:
4 years, 7 months ago
Reviewers:
Theresa, gone
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Site Settings Android: A few polish items. From issue 601918: - Change "+ Add site" blue action link to be "+ Add site exception" - Change dialog text to be: "Allow [JavaScript/the permission in question etc.] for a specific site." From issue 467788: - Update the individual site settings page toggles with verbs that match the permissions bubbles From issue 604753 (partial fix): - Improve alignment of Site Settings list a bit (move icon a bit to the right). - Color the Site List heading blue. Also add an updated image for Protected Content (slightly larger) and the Media icon, which is for the container menu that will house Protected Content and Autoplay. BUG=601918, 467788, 604753 Committed: https://crrev.com/2d4101ec17e44ff061d5e65bc52f386d9985e881 Cr-Commit-Position: refs/heads/master@{#392363} Committed: https://crrev.com/91faabbb0fd92d636378508b4aa644b11bc4877b Cr-Commit-Position: refs/heads/master@{#392899}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : Address feedback #

Patch Set 4 : #

Patch Set 5 : Sync and merge #

Patch Set 6 : Fix merge and address feedback #

Patch Set 7 : Address issue with GN #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -35 lines) Patch
M chrome/android/java/res/drawable-hdpi/permission_protected_media.png View 1 2 Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/settings_media.png View 1 2 Binary file 0 comments Download
M chrome/android/java/res/drawable-mdpi/permission_protected_media.png View 1 2 Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/settings_media.png View 1 2 Binary file 0 comments Download
M chrome/android/java/res/drawable-xhdpi/permission_protected_media.png View 1 2 Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/settings_media.png View 1 2 Binary file 0 comments Download
M chrome/android/java/res/drawable-xxhdpi/permission_protected_media.png View 1 2 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/settings_media.png View 1 2 Binary file 0 comments Download
M chrome/android/java/res/drawable-xxxhdpi/permission_protected_media.png View 1 2 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/settings_media.png View 1 2 Binary file 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download
M chrome/android/java/res/xml/site_settings_preferences.xml View 1 2 3 4 5 1 chunk +14 lines, -14 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/ExpandablePreferenceGroup.java View 1 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ContentSettingsResources.java View 1 2 3 4 5 3 chunks +7 lines, -7 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SiteSettingsPreference.java View 1 2 3 4 5 1 chunk +35 lines, -0 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 3 4 5 6 3 chunks +24 lines, -13 lines 0 comments Download
M chrome/android/java_sources.gni View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 39 (21 generated)
Finnur
4 years, 7 months ago (2016-05-03 16:03:19 UTC) #8
Finnur
Friendly ping...
4 years, 7 months ago (2016-05-04 11:17:42 UTC) #11
Theresa
Just a couple of comments + run optimize-png-files.sh on the png's if you haven't already. ...
4 years, 7 months ago (2016-05-04 16:33:11 UTC) #12
Finnur
https://codereview.chromium.org/1947493002/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SiteSettingsPreference.java File chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SiteSettingsPreference.java (right): https://codereview.chromium.org/1947493002/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SiteSettingsPreference.java#newcode32 chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SiteSettingsPreference.java:32: icon.setPadding(margin, icon.getPaddingTop(), 0, icon.getPaddingBottom()); > Can we use a ...
4 years, 7 months ago (2016-05-06 15:12:44 UTC) #13
Theresa
https://codereview.chromium.org/1947493002/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SiteSettingsPreference.java File chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SiteSettingsPreference.java (right): https://codereview.chromium.org/1947493002/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SiteSettingsPreference.java#newcode32 chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SiteSettingsPreference.java:32: icon.setPadding(margin, icon.getPaddingTop(), 0, icon.getPaddingBottom()); On 2016/05/06 15:12:44, Finnur wrote: ...
4 years, 7 months ago (2016-05-06 15:58:16 UTC) #14
Finnur
Fair enough. Updated. PTAL.
4 years, 7 months ago (2016-05-09 13:24:32 UTC) #16
Theresa
lgtm
4 years, 7 months ago (2016-05-09 16:34:47 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947493002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947493002/180001
4 years, 7 months ago (2016-05-09 17:23:14 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/179765)
4 years, 7 months ago (2016-05-09 17:31:21 UTC) #21
Finnur
dfalcantara@: Can you give OWNERS approval for string and image assets changing? (And please check ...
4 years, 7 months ago (2016-05-09 17:40:14 UTC) #23
gone
lgtm
4 years, 7 months ago (2016-05-09 17:57:45 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947493002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947493002/180001
4 years, 7 months ago (2016-05-09 17:58:14 UTC) #26
commit-bot: I haz the power
Committed patchset #6 (id:180001)
4 years, 7 months ago (2016-05-09 18:04:52 UTC) #28
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/2d4101ec17e44ff061d5e65bc52f386d9985e881 Cr-Commit-Position: refs/heads/master@{#392363}
4 years, 7 months ago (2016-05-09 18:08:51 UTC) #30
Finnur
A revert of this CL (patchset #6 id:180001) has been created in https://codereview.chromium.org/1968503002/ by finnur@chromium.org. ...
4 years, 7 months ago (2016-05-10 15:25:13 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947493002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947493002/200001
4 years, 7 months ago (2016-05-11 11:04:14 UTC) #35
commit-bot: I haz the power
Committed patchset #7 (id:200001)
4 years, 7 months ago (2016-05-11 12:01:58 UTC) #37
commit-bot: I haz the power
4 years, 7 months ago (2016-05-11 12:03:08 UTC) #39
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/91faabbb0fd92d636378508b4aa644b11bc4877b
Cr-Commit-Position: refs/heads/master@{#392899}

Powered by Google App Engine
This is Rietveld 408576698