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

Issue 304273010: Move thumbnail to history component (Closed)

Created:
6 years, 6 months ago by nshaik
Modified:
6 years, 6 months ago
Reviewers:
blundell, sky, sdefresne
CC:
chromium-reviews, skanuj+watch_chromium.org, melevin+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, browser-components-watch_chromium.org, dominich, jfweitz+watch_chromium.org, David Black, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, Jered
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Move thumbnail to history component Move //chrome/common/thumbnail_score.{cc,h} into history component Since it does not depends on anything outside of //base and there is no plan to componentize thumbnails, it can be moved to //components/history/core/common BUG=372363 TEST=unit_tests --gtest_filter=Thumb* R=sdefresne,blundell,sky Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276444

Patch Set 1 #

Total comments: 12

Patch Set 2 : Rebasing to ToT and moving tests to component unittests #

Total comments: 4

Patch Set 3 : Rebasing to ToT and formatting code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -372 lines) Patch
M chrome/browser/history/expire_history_backend_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history_service.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history_types.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/top_sites.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/top_sites_database.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/top_sites_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/top_sites_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/thumbnails/thumbnail_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/thumbnails/thumbnailing_context.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/search/instant_extended_interactive_uitest.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D chrome/common/thumbnail_score.h View 1 chunk +0 lines, -112 lines 0 comments Download
D chrome/common/thumbnail_score.cc View 1 chunk +0 lines, -140 lines 0 comments Download
M chrome/common/thumbnail_score_unittest.cc View 1 1 chunk +0 lines, -88 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 chunks +5 lines, -0 lines 0 comments Download
M components/history.gypi View 1 1 chunk +14 lines, -0 lines 0 comments Download
A + components/history/core/common/thumbnail_score.h View 1 2 3 chunks +4 lines, -5 lines 0 comments Download
A + components/history/core/common/thumbnail_score.cc View 1 2 7 chunks +11 lines, -11 lines 0 comments Download
A + components/history/core/common/thumbnail_score_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
nshaik
6 years, 6 months ago (2014-06-02 17:58:11 UTC) #1
sdefresne
I think you need to update your repository to get the changes that created the ...
6 years, 6 months ago (2014-06-02 19:56:54 UTC) #2
blundell
https://codereview.chromium.org/304273010/diff/1/chrome/common/thumbnail_score_unittest.cc File chrome/common/thumbnail_score_unittest.cc (left): https://codereview.chromium.org/304273010/diff/1/chrome/common/thumbnail_score_unittest.cc#oldcode5 chrome/common/thumbnail_score_unittest.cc:5: #include "chrome/common/thumbnail_score.h" This test should move too, and should ...
6 years, 6 months ago (2014-06-03 08:30:33 UTC) #3
nshaik
sdefresne@,blundell@ for OWNERS @sky for chrome/browser/thumbnails/thumbnail_service.h chrome/browser/thumbnails/thumbnailing_context.h chrome/browser/ui/search/instant_extended_interactive_uitest.cc chrome/common/thumbnail_score.cc chrome/common/thumbnail_score.h chrome/common/thumbnail_score_unittest.cc Please review. https://codereview.chromium.org/304273010/diff/1/chrome/browser/history/DEPS File ...
6 years, 6 months ago (2014-06-08 08:43:41 UTC) #4
sky
Said files LGTM
6 years, 6 months ago (2014-06-09 15:54:31 UTC) #5
sdefresne
lgtm
6 years, 6 months ago (2014-06-10 07:56:55 UTC) #6
blundell
LGTM https://codereview.chromium.org/304273010/diff/20001/components/components_tests.gyp File components/components_tests.gyp (right): https://codereview.chromium.org/304273010/diff/20001/components/components_tests.gyp#newcode259 components/components_tests.gyp:259: # Dependencies of thumbnail s/thumbnail/history https://codereview.chromium.org/304273010/diff/20001/components/components_tests.gyp#newcode385 components/components_tests.gyp:385: ['include', ...
6 years, 6 months ago (2014-06-10 08:03:42 UTC) #7
nshaik
https://codereview.chromium.org/304273010/diff/20001/components/components_tests.gyp File components/components_tests.gyp (right): https://codereview.chromium.org/304273010/diff/20001/components/components_tests.gyp#newcode259 components/components_tests.gyp:259: # Dependencies of thumbnail On 2014/06/10 08:03:42, blundell wrote: ...
6 years, 6 months ago (2014-06-11 08:02:27 UTC) #8
nshaik
The CQ bit was checked by naiem.shaik@gmail.com
6 years, 6 months ago (2014-06-11 08:03:53 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/naiem.shaik@gmail.com/304273010/40001
6 years, 6 months ago (2014-06-11 08:05:18 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-11 14:07:33 UTC) #11
commit-bot: I haz the power
6 years, 6 months ago (2014-06-11 17:49:31 UTC) #12
Message was sent while issue was closed.
Change committed as 276444

Powered by Google App Engine
This is Rietveld 408576698