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

Issue 1068223002: Implement Site Settings \ Images category. (Closed)

Created:
5 years, 8 months ago by Finnur
Modified:
5 years, 8 months ago
Reviewers:
newt (away)
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement Site Settings \ Images category. BUG=425698 Committed: https://crrev.com/6c047d636359cd9136acf509839ac9c2d3fcaf2e Cr-Commit-Position: refs/heads/master@{#325231}

Patch Set 1 #

Patch Set 2 : Polish #

Patch Set 3 : Add test #

Patch Set 4 : Polish #

Patch Set 5 : Sync'ed to latest #

Total comments: 20

Patch Set 6 : Address feedback + cleanup #

Total comments: 27

Patch Set 7 : Address feedback and sync #

Total comments: 1

Patch Set 8 : Address feedback #

Patch Set 9 : Sync and fix merge conflict #

Unified diffs Side-by-side diffs Delta from patch set Stats (+503 lines, -349 lines) Patch
M chrome/android/java/res/xml/content_preferences.xml View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/android/java/res/xml/single_website_preferences.xml View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java View 1 2 3 4 5 6 7 8 12 chunks +84 lines, -74 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/AddExceptionPreference.java View 1 2 3 4 5 4 chunks +14 lines, -16 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ContentPreferences.java View 1 2 3 4 5 6 7 8 4 chunks +6 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ContentSettingException.java View 1 2 3 4 5 6 7 1 chunk +75 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 6 7 8 5 chunks +8 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/JavaScriptExceptionInfo.java View 1 2 3 4 5 1 chunk +0 lines, -61 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/preferences/website/PopupExceptionInfo.java View 1 2 3 4 5 1 chunk +0 lines, -61 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SingleWebsitePreferences.java View 1 2 3 4 5 6 7 8 7 chunks +11 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/Website.java View 1 2 3 4 5 6 7 8 3 chunks +39 lines, -15 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/WebsitePermissionsFetcher.java View 1 2 3 4 5 6 6 chunks +41 lines, -9 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/WebsitePreferenceBridge.java View 1 2 3 4 5 6 1 chunk +9 lines, -22 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/WebsitePreferences.java View 1 2 3 4 5 6 7 8 8 chunks +51 lines, -10 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/WebsiteSettingsCategoryFilter.java View 3 chunks +11 lines, -0 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/preferences/website/ContentPreferencesTest.java View 1 2 3 4 5 3 chunks +57 lines, -12 lines 0 comments Download
M chrome/browser/android/preferences/pref_service_bridge.cc View 1 2 3 4 5 6 7 8 6 chunks +72 lines, -66 lines 0 comments Download
A chrome/test/data/android/images.html View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
A + chrome/test/data/android/img.png View 1 2 Binary file 0 comments Download

Messages

Total messages: 19 (5 generated)
Finnur
As per mocks...
5 years, 8 months ago (2015-04-08 15:29:21 UTC) #2
newt (away)
https://codereview.chromium.org/1068223002/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java File chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java (right): https://codereview.chromium.org/1068223002/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java#newcode673 chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java:673: public boolean imagesEnabled() { "areImagesEnabled()" and "areImagesManaged()". also let's ...
5 years, 8 months ago (2015-04-09 23:43:20 UTC) #3
Finnur
Tackled the cleanup (and other feedback). Haven't had a chance to run end-to-end testing on ...
5 years, 8 months ago (2015-04-10 17:03:26 UTC) #4
newt (away)
Thanks, Finnur. This is great cleanup! One out-of-line comment: I suggested renaming "ContentSettingExceptionInfo" to "ContentSettingException". ...
5 years, 8 months ago (2015-04-10 18:46:50 UTC) #5
Finnur
https://codereview.chromium.org/1068223002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java File chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java (right): https://codereview.chromium.org/1068223002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java#newcode220 chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java:220: * @return Whether a particular content setting type is ...
5 years, 8 months ago (2015-04-13 12:59:33 UTC) #6
Finnur
Oh, by the way, I ran an end-to-end test on the three categories affected by ...
5 years, 8 months ago (2015-04-13 13:14:28 UTC) #7
newt (away)
This all looks good to me now. Thanks! https://codereview.chromium.org/1068223002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ContentSettingExceptionInfo.java File chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ContentSettingExceptionInfo.java (right): https://codereview.chromium.org/1068223002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ContentSettingExceptionInfo.java#newcode14 chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ContentSettingExceptionInfo.java:14: public ...
5 years, 8 months ago (2015-04-13 22:49:07 UTC) #8
Finnur
Done. PTAL.
5 years, 8 months ago (2015-04-14 11:36:22 UTC) #9
newt (away)
lgtm
5 years, 8 months ago (2015-04-14 16:41:57 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1068223002/140001
5 years, 8 months ago (2015-04-15 08:04:00 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/54239)
5 years, 8 months ago (2015-04-15 08:13:02 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1068223002/160001
5 years, 8 months ago (2015-04-15 11:17:53 UTC) #17
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 8 months ago (2015-04-15 12:41:56 UTC) #18
commit-bot: I haz the power
5 years, 8 months ago (2015-04-15 12:43:01 UTC) #19
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/6c047d636359cd9136acf509839ac9c2d3fcaf2e
Cr-Commit-Position: refs/heads/master@{#325231}

Powered by Google App Engine
This is Rietveld 408576698