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

Issue 10917041: Cleanup FaviconSQLHandler::Update (Closed)

Created:
8 years, 3 months ago by pkotwicz
Modified:
8 years, 3 months ago
Reviewers:
michaelbai
CC:
chromium-reviews, browser-components-watch_chromium.org
Visibility:
Public.

Description

Cleanup FaviconSQLHandler::Update Bug=10896006 Test=Try bots R=michaelbai TBR=sky Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155491

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Rebased #

Patch Set 4 : Rebased #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : Rebased #

Total comments: 1

Patch Set 7 : Moved changes to thumbnail_database to http://codereview.chromium.org/10911149/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -32 lines) Patch
M chrome/browser/history/android/favicon_sql_handler.cc View 1 2 3 4 1 chunk +27 lines, -32 lines 0 comments Download
M chrome/browser/history/thumbnail_database.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/history/thumbnail_database.cc View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
pkotwicz
Michael can you please take a look at this CL? The android_test try bot output ...
8 years, 3 months ago (2012-09-06 14:12:43 UTC) #1
pkotwicz
8 years, 3 months ago (2012-09-06 19:11:21 UTC) #2
pkotwicz
To give some context http://codereview.chromium.org/10802066/ depends on this CL and the diff http://codereview.chromium.org/10802066/ is based ...
8 years, 3 months ago (2012-09-06 19:12:34 UTC) #3
michaelbai
http://codereview.chromium.org/10917041/diff/11001/chrome/browser/history/android/favicon_sql_handler.cc File chrome/browser/history/android/favicon_sql_handler.cc (right): http://codereview.chromium.org/10917041/diff/11001/chrome/browser/history/android/favicon_sql_handler.cc#newcode63 chrome/browser/history/android/favicon_sql_handler.cc:63: if (!thumbnail_db_->DeleteIconMappings(i->url)) This not right, you will delete all ...
8 years, 3 months ago (2012-09-07 00:29:59 UTC) #4
pkotwicz
http://codereview.chromium.org/10917041/diff/11001/chrome/browser/history/android/favicon_sql_handler.cc File chrome/browser/history/android/favicon_sql_handler.cc (right): http://codereview.chromium.org/10917041/diff/11001/chrome/browser/history/android/favicon_sql_handler.cc#newcode63 chrome/browser/history/android/favicon_sql_handler.cc:63: if (!thumbnail_db_->DeleteIconMappings(i->url)) Is it the case, that in the ...
8 years, 3 months ago (2012-09-07 01:07:04 UTC) #5
pkotwicz
I have updated the code in FaviconSQLHandler to what I think it is supposed to ...
8 years, 3 months ago (2012-09-07 14:57:57 UTC) #6
michaelbai
http://codereview.chromium.org/10917041/diff/14003/chrome/browser/history/android/favicon_sql_handler.cc File chrome/browser/history/android/favicon_sql_handler.cc (right): http://codereview.chromium.org/10917041/diff/14003/chrome/browser/history/android/favicon_sql_handler.cc#newcode58 chrome/browser/history/android/favicon_sql_handler.cc:58: m != icon_mappings.end(); ++m) { In which case, there ...
8 years, 3 months ago (2012-09-07 16:55:43 UTC) #7
michaelbai
lgtm Please wait for the android_tests try bot succeeding before landing it.
8 years, 3 months ago (2012-09-07 18:19:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/10917041/17
8 years, 3 months ago (2012-09-07 19:31:18 UTC) #9
commit-bot: I haz the power
8 years, 3 months ago (2012-09-07 21:39:39 UTC) #10
Change committed as 155491

Powered by Google App Engine
This is Rietveld 408576698