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

Issue 875463003: ★ Record the image dominant color in the image database. (Closed)

Created:
5 years, 11 months ago by lpromero
Modified:
5 years, 11 months ago
CC:
chromium-reviews, noyau+watch_chromium.org, Kibeom Kim (inactive)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

★ Record the image dominant color in the image database. This CL adds a column in the bookmarks images database. It contains the dominant color extracted from the image. Since this computation can be lengthy, it is done in the background, when the image is stored in the database. For old databases, a migration path is provided and the dominant color is computed and stored upon querying the image for the first time. BUG=448443 Committed: https://crrev.com/a110f52e83cebd2b6f0ed37c34abeac8bfcb1b72 Cr-Commit-Position: refs/heads/master@{#312916}

Patch Set 1 #

Patch Set 2 : Fix GN #

Unified diffs Side-by-side diffs Delta from patch set Stats (+420 lines, -183 lines) Patch
M components/enhanced_bookmarks.gypi View 2 chunks +2 lines, -0 lines 0 comments Download
M components/enhanced_bookmarks/BUILD.gn View 1 2 chunks +2 lines, -0 lines 0 comments Download
M components/enhanced_bookmarks/DEPS View 1 chunk +1 line, -9 lines 0 comments Download
M components/enhanced_bookmarks/bookmark_image_service.h View 5 chunks +28 lines, -19 lines 0 comments Download
M components/enhanced_bookmarks/bookmark_image_service.cc View 11 chunks +61 lines, -46 lines 0 comments Download
A components/enhanced_bookmarks/image_record.h View 1 chunk +30 lines, -0 lines 0 comments Download
M components/enhanced_bookmarks/image_store.h View 2 chunks +12 lines, -11 lines 0 comments Download
M components/enhanced_bookmarks/image_store.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/enhanced_bookmarks/image_store_ios_unittest.mm View 3 chunks +13 lines, -10 lines 0 comments Download
M components/enhanced_bookmarks/image_store_unittest.cc View 7 chunks +105 lines, -39 lines 0 comments Download
M components/enhanced_bookmarks/image_store_util.h View 2 chunks +4 lines, -0 lines 0 comments Download
M components/enhanced_bookmarks/image_store_util.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M components/enhanced_bookmarks/image_store_util_ios.mm View 2 chunks +6 lines, -0 lines 0 comments Download
M components/enhanced_bookmarks/persistent_image_store.h View 3 chunks +4 lines, -3 lines 0 comments Download
M components/enhanced_bookmarks/persistent_image_store.cc View 9 chunks +131 lines, -26 lines 0 comments Download
M components/enhanced_bookmarks/test_image_store.h View 2 chunks +3 lines, -4 lines 0 comments Download
M components/enhanced_bookmarks/test_image_store.cc View 4 chunks +10 lines, -14 lines 0 comments Download

Messages

Total messages: 19 (5 generated)
lpromero
5 years, 11 months ago (2015-01-23 17:48:54 UTC) #2
noyau (Ping after 24h)
lgtm CC +kkimlabs
5 years, 11 months ago (2015-01-23 17:53:32 UTC) #3
lpromero
5 years, 11 months ago (2015-01-23 17:54:33 UTC) #4
lpromero
On 2015/01/23 17:54:33, lpromero wrote: bsalomon@: For context, I added you for the DEPS changes. ...
5 years, 11 months ago (2015-01-23 17:55:30 UTC) #5
lpromero
On 2015/01/23 17:55:30, lpromero wrote: > On 2015/01/23 17:54:33, lpromero wrote: > > bsalomon@: For ...
5 years, 11 months ago (2015-01-23 18:01:37 UTC) #7
Kibeom Kim (inactive)
5 years, 11 months ago (2015-01-23 18:15:37 UTC) #9
bsalomon
On 2015/01/23 18:15:37, Kibeom Kim wrote: lgtm
5 years, 11 months ago (2015-01-23 18:21:48 UTC) #10
Ian Wen
Question: is computing dominant color a length job to do? On clank we compute the ...
5 years, 11 months ago (2015-01-23 18:22:49 UTC) #12
lpromero
On 2015/01/23 18:22:49, Ian Wen wrote: > Question: is computing dominant color a length job ...
5 years, 11 months ago (2015-01-23 18:40:47 UTC) #13
Ian Wen
On 2015/01/23 18:40:47, lpromero wrote: > On 2015/01/23 18:22:49, Ian Wen wrote: > > Question: ...
5 years, 11 months ago (2015-01-23 18:57:04 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/875463003/40001
5 years, 11 months ago (2015-01-23 19:10:30 UTC) #16
lpromero
On 2015/01/23 18:57:04, Ian Wen wrote: > On 2015/01/23 18:40:47, lpromero wrote: > > On ...
5 years, 11 months ago (2015-01-23 19:11:34 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:40001)
5 years, 11 months ago (2015-01-23 20:18:18 UTC) #18
commit-bot: I haz the power
5 years, 11 months ago (2015-01-23 20:19:12 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a110f52e83cebd2b6f0ed37c34abeac8bfcb1b72
Cr-Commit-Position: refs/heads/master@{#312916}

Powered by Google App Engine
This is Rietveld 408576698