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

Issue 1032683002: [Icons NTP] Refactoring: Moving FallbackIconService to components\favicon\core (Closed)

Created:
5 years, 9 months ago by huangs
Modified:
5 years, 9 months ago
Reviewers:
bsalomon, sky, Ryan Sleevi
CC:
chromium-reviews, Peter Kasting
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Icons NTP] Refactoring: Moving FallbackIconService to components\favicon\core The class used to be in components\favicon_base. The DEP changes arise due to movement of fallback icon drawing code. BUG=467712 Committed: https://crrev.com/ced2f17446e45420a4d6072d67adce436e32a6de Cr-Commit-Position: refs/heads/master@{#322157}

Patch Set 1 #

Patch Set 2 : Putting back +third_party/skia/include for favicon_base DEPS. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -179 lines) Patch
M chrome/browser/ui/webui/fallback_icon_source.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/fallback_icon_source.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/webui/large_icon_source.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/large_icon_source.cc View 1 chunk +1 line, -2 lines 0 comments Download
M components/favicon.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M components/favicon/core/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/favicon/core/DEPS View 1 chunk +3 lines, -0 lines 2 comments Download
A + components/favicon/core/fallback_icon_service.h View 4 chunks +6 lines, -8 lines 0 comments Download
A + components/favicon/core/fallback_icon_service.cc View 5 chunks +7 lines, -10 lines 0 comments Download
M components/favicon_base.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M components/favicon_base/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M components/favicon_base/DEPS View 1 1 chunk +0 lines, -1 line 0 comments Download
D components/favicon_base/fallback_icon_service.h View 1 chunk +0 lines, -51 lines 0 comments Download
D components/favicon_base/fallback_icon_service.cc View 1 chunk +0 lines, -97 lines 0 comments Download

Messages

Total messages: 26 (7 generated)
huangs
This is sliced off crrev.com/996253002. Later I'll add FallbackIconClient and do more refactoring. OWNER reviews: ...
5 years, 9 months ago (2015-03-24 17:01:07 UTC) #2
danakj
On 2015/03/24 17:01:07, huangs wrote: > This is sliced off crrev.com/996253002. Later I'll add FallbackIconClient ...
5 years, 9 months ago (2015-03-24 17:02:16 UTC) #3
sky
LGTM
5 years, 9 months ago (2015-03-24 18:29:02 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1032683002/20001
5 years, 9 months ago (2015-03-24 20:06:20 UTC) #8
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/51658)
5 years, 9 months ago (2015-03-24 20:14:30 UTC) #10
huangs
Ping pkasting@ and bsalomon@: I need your approvals for additions to components/favicon/core/DEPS . Thanks!
5 years, 9 months ago (2015-03-24 20:16:29 UTC) #11
Peter Kasting
On 2015/03/24 20:16:29, huangs wrote: > Ping pkasting@ and bsalomon@: I need your approvals for ...
5 years, 9 months ago (2015-03-24 20:52:48 UTC) #12
huangs
You were listed in \net\base\registry_controlled_domains\OWNER. I moved a dependency to "+net/base/registry_controlled_domains/registry_controlled_domain.h" and the system recommended ...
5 years, 9 months ago (2015-03-24 21:18:15 UTC) #13
Peter Kasting
On 2015/03/24 21:18:15, huangs wrote: > You were listed in > \net\base\registry_controlled_domains\OWNER. I moved a ...
5 years, 9 months ago (2015-03-24 21:19:55 UTC) #14
huangs
The failed test states ** Presubmit ERRORS ** Missing LGTM from OWNERS of dependencies added ...
5 years, 9 months ago (2015-03-24 21:30:23 UTC) #15
Peter Kasting
On 2015/03/24 21:30:23, huangs wrote: > The failed test states > > ** Presubmit ERRORS ...
5 years, 9 months ago (2015-03-24 21:32:09 UTC) #16
huangs
No problem, thanks!
5 years, 9 months ago (2015-03-24 21:36:06 UTC) #17
huangs
OWNER review for rsleevi@. I need approval because I moved "+net/base/registry_controlled_domains/registry_controlled_domain.h" from components/favicon_base/DEPS to components/favicon/core/DEPS ...
5 years, 9 months ago (2015-03-24 21:39:19 UTC) #19
Ryan Sleevi
lgtm
5 years, 9 months ago (2015-03-24 21:43:22 UTC) #20
bsalomon
https://codereview.chromium.org/1032683002/diff/20001/components/favicon/core/DEPS File components/favicon/core/DEPS (right): https://codereview.chromium.org/1032683002/diff/20001/components/favicon/core/DEPS#newcode8 components/favicon/core/DEPS:8: "+third_party/skia/include", lgtm
5 years, 9 months ago (2015-03-25 14:08:59 UTC) #21
huangs
Thanks. Committing! https://codereview.chromium.org/1032683002/diff/20001/components/favicon/core/DEPS File components/favicon/core/DEPS (right): https://codereview.chromium.org/1032683002/diff/20001/components/favicon/core/DEPS#newcode8 components/favicon/core/DEPS:8: "+third_party/skia/include", On 2015/03/25 14:08:59, bsalomon wrote: > ...
5 years, 9 months ago (2015-03-25 14:09:59 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1032683002/20001
5 years, 9 months ago (2015-03-25 14:10:27 UTC) #24
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-25 14:20:54 UTC) #25
commit-bot: I haz the power
5 years, 9 months ago (2015-03-25 14:21:35 UTC) #26
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ced2f17446e45420a4d6072d67adce436e32a6de
Cr-Commit-Position: refs/heads/master@{#322157}

Powered by Google App Engine
This is Rietveld 408576698