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

Issue 880203004: Break out manifest icon logic from ShortcutHelper (Closed)

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

Description

Break out manifest icon logic from ShortcutHelper * Parcels out logic from the ShortcutHelper that deals with Manifest icons and puts it into the ManifestIconSelector. * Renames the ShortcutHelperTest to ManifestIconSelectorTest since that class entirely tested Manifest icon support, anyway. BUG=453170 Committed: https://crrev.com/44329fdcf31d412ee6a202a5e287acd9d41f17f9 Cr-Commit-Position: refs/heads/master@{#314394}

Patch Set 1 #

Patch Set 2 : Rebasing. #

Patch Set 3 : Generalizing #

Patch Set 4 : Removing #

Total comments: 15

Patch Set 5 : Statics everywhere #

Patch Set 6 : Header removal #

Total comments: 10

Patch Set 7 : Other comments #

Patch Set 8 : Other patch landed #

Total comments: 8

Patch Set 9 : Addressing comments #

Patch Set 10 : Changing unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+289 lines, -724 lines) Patch
M chrome/browser/android/banners/app_banner_manager.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -8 lines 0 comments Download
A chrome/browser/android/manifest_icon_selector.h View 1 2 3 4 5 6 7 8 1 chunk +79 lines, -0 lines 0 comments Download
A chrome/browser/android/manifest_icon_selector.cc View 1 2 3 4 5 6 7 8 1 chunk +151 lines, -0 lines 0 comments Download
A + chrome/browser/android/manifest_icon_selector_unittest.cc View 1 2 3 4 5 6 7 8 9 12 chunks +45 lines, -76 lines 0 comments Download
M chrome/browser/android/shortcut_helper.h View 1 2 3 4 2 chunks +0 lines, -26 lines 0 comments Download
M chrome/browser/android/shortcut_helper.cc View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -119 lines 0 comments Download
D chrome/browser/android/shortcut_helper_unittest.cc View 1 chunk +0 lines, -494 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (4 generated)
gone
The total diff looks strange, but the patch SEEMS to have uploaded correctly. Happens when ...
5 years, 10 months ago (2015-01-29 01:13:29 UTC) #2
gone
Poke.
5 years, 10 months ago (2015-01-30 01:32:25 UTC) #3
gone
5 years, 10 months ago (2015-01-30 18:00:45 UTC) #5
aurimas (slooooooooow)
lgtm
5 years, 10 months ago (2015-01-30 18:46:27 UTC) #6
mlamouri (slow - plz ping)
https://chromiumcodereview.appspot.com/880203004/diff/60001/chrome/browser/android/manifest_icon_selector.cc File chrome/browser/android/manifest_icon_selector.cc (right): https://chromiumcodereview.appspot.com/880203004/diff/60001/chrome/browser/android/manifest_icon_selector.cc#newcode11 chrome/browser/android/manifest_icon_selector.cc:11: #include "content/public/common/manifest.h" nit: already included in the header, fwiw. ...
5 years, 10 months ago (2015-01-30 19:25:43 UTC) #7
gone
https://chromiumcodereview.appspot.com/880203004/diff/60001/chrome/browser/android/manifest_icon_selector.cc File chrome/browser/android/manifest_icon_selector.cc (right): https://chromiumcodereview.appspot.com/880203004/diff/60001/chrome/browser/android/manifest_icon_selector.cc#newcode11 chrome/browser/android/manifest_icon_selector.cc:11: #include "content/public/common/manifest.h" On 2015/01/30 19:25:42, Mounir Lamouri wrote: > ...
5 years, 10 months ago (2015-01-30 20:08:11 UTC) #8
mlamouri (slow - plz ping)
It seems that you didn't apply the comments I made for the unittest file. I've ...
5 years, 10 months ago (2015-01-30 22:32:13 UTC) #9
gone
https://chromiumcodereview.appspot.com/880203004/diff/100001/chrome/browser/android/manifest_icon_selector.h File chrome/browser/android/manifest_icon_selector.h (right): https://chromiumcodereview.appspot.com/880203004/diff/100001/chrome/browser/android/manifest_icon_selector.h#newcode30 chrome/browser/android/manifest_icon_selector.h:30: content::WebContents* web_contents); On 2015/01/30 22:32:13, Mounir Lamouri wrote: > ...
5 years, 10 months ago (2015-01-30 22:43:31 UTC) #10
gone
Ping.
5 years, 10 months ago (2015-02-03 00:21:08 UTC) #11
mlamouri (slow - plz ping)
lgtm with comments addressed. https://chromiumcodereview.appspot.com/880203004/diff/140001/chrome/browser/android/manifest_icon_selector.h File chrome/browser/android/manifest_icon_selector.h (right): https://chromiumcodereview.appspot.com/880203004/diff/140001/chrome/browser/android/manifest_icon_selector.h#newcode26 chrome/browser/android/manifest_icon_selector.h:26: // Returns the icon url ...
5 years, 10 months ago (2015-02-03 17:14:14 UTC) #12
gone
https://chromiumcodereview.appspot.com/880203004/diff/140001/chrome/browser/android/manifest_icon_selector.h File chrome/browser/android/manifest_icon_selector.h (right): https://chromiumcodereview.appspot.com/880203004/diff/140001/chrome/browser/android/manifest_icon_selector.h#newcode26 chrome/browser/android/manifest_icon_selector.h:26: // Returns the icon url if a suitable icon ...
5 years, 10 months ago (2015-02-03 19:25:06 UTC) #13
gone
newt@ for OWNERs
5 years, 10 months ago (2015-02-03 19:25:41 UTC) #15
newt (away)
lgtm
5 years, 10 months ago (2015-02-03 19:44:27 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/880203004/180001
5 years, 10 months ago (2015-02-03 19:56:00 UTC) #18
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 10 months ago (2015-02-03 20:13:00 UTC) #19
commit-bot: I haz the power
5 years, 10 months ago (2015-02-03 20:15:10 UTC) #20
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/44329fdcf31d412ee6a202a5e287acd9d41f17f9
Cr-Commit-Position: refs/heads/master@{#314394}

Powered by Google App Engine
This is Rietveld 408576698