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

Issue 11428004: Sync the bookmark's icon URL (Closed)

Created:
8 years ago by pkotwicz
Modified:
8 years ago
Reviewers:
Nicolas Zea, sky
CC:
chromium-reviews, Raghu Simha, haitaol1, browser-components-watch_chromium.org, akalin, tim (not reviewing)
Visibility:
Public.

Description

Sync the bookmark's icon URL. BUG=160726 Test=TwoClientBookmarksSyncTest.* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170326

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 1

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -59 lines) Patch
M chrome/browser/bookmarks/bookmark_model.h View 1 2 3 4 5 6 7 8 3 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_model.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_change_processor.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/bookmark_change_processor.cc View 1 2 3 4 chunks +17 lines, -9 lines 0 comments Download
M chrome/browser/sync/test/integration/bookmarks_helper.h View 1 2 3 4 5 6 2 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/sync/test/integration/bookmarks_helper.cc View 2 3 10 chunks +68 lines, -34 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc View 1 2 3 4 2 chunks +44 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc View 2 3 1 chunk +3 lines, -1 line 0 comments Download
M sync/protocol/bookmark_specifics.proto View 2 3 1 chunk +1 line, -0 lines 0 comments Download
M sync/protocol/proto_value_conversions.cc View 2 3 1 chunk +1 line, -0 lines 0 comments Download
M sync/protocol/proto_value_conversions_unittest.cc View 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
pkotwicz
Nicolas, can you please take a look? This CL depends on https://codereview.chromium.org/11413153/
8 years ago (2012-11-25 23:28:03 UTC) #1
Nicolas Zea
https://codereview.chromium.org/11428004/diff/1/chrome/browser/bookmarks/bookmark_model.cc File chrome/browser/bookmarks/bookmark_model.cc (right): https://codereview.chromium.org/11428004/diff/1/chrome/browser/bookmarks/bookmark_model.cc#newcode897 chrome/browser/bookmarks/bookmark_model.cc:897: node->set_icon_url(image_result.icon_url); similar to my other comment, is there a ...
8 years ago (2012-11-27 18:56:09 UTC) #2
pkotwicz
https://codereview.chromium.org/11428004/diff/1/chrome/browser/sync/glue/bookmark_change_processor.cc File chrome/browser/sync/glue/bookmark_change_processor.cc (right): https://codereview.chromium.org/11428004/diff/1/chrome/browser/sync/glue/bookmark_change_processor.cc#newcode760 chrome/browser/sync/glue/bookmark_change_processor.cc:760: updated_specifics.set_icon_url(bookmark_node->icon_url().spec()); I'm not sure I completely understand your concern. ...
8 years ago (2012-11-27 22:50:39 UTC) #3
Nicolas Zea
On 2012/11/27 22:50:39, pkotwicz wrote: > https://codereview.chromium.org/11428004/diff/1/chrome/browser/sync/glue/bookmark_change_processor.cc > File chrome/browser/sync/glue/bookmark_change_processor.cc (right): > > https://codereview.chromium.org/11428004/diff/1/chrome/browser/sync/glue/bookmark_change_processor.cc#newcode760 > ...
8 years ago (2012-11-27 23:42:18 UTC) #4
pkotwicz
On a client that upgrades (and therefore doesn't have favicon urls in sync), when would ...
8 years ago (2012-11-28 00:01:44 UTC) #5
Nicolas Zea
On 2012/11/28 00:01:44, pkotwicz wrote: > On a client that upgrades (and therefore doesn't have ...
8 years ago (2012-11-28 00:17:34 UTC) #6
pkotwicz
Added comments as requested. Sorry about the ugly diff. If you look at the diff ...
8 years ago (2012-11-28 01:40:53 UTC) #7
Nicolas Zea
sync LGTM https://codereview.chromium.org/11428004/diff/9005/chrome/browser/sync/test/integration/bookmarks_helper.h File chrome/browser/sync/test/integration/bookmarks_helper.h (right): https://codereview.chromium.org/11428004/diff/9005/chrome/browser/sync/test/integration/bookmarks_helper.h#newcode93 chrome/browser/sync/test/integration/bookmarks_helper.h:93: // |node|'s type should be BookmarkNode::URL. actually, ...
8 years ago (2012-11-28 02:00:33 UTC) #8
pkotwicz
Scott, can you please take a look at the bookmarks/ changes?
8 years ago (2012-11-28 15:09:52 UTC) #9
sky
LGTM
8 years ago (2012-11-28 15:50:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/11428004/4028
8 years ago (2012-11-29 22:32:11 UTC) #11
commit-bot: I haz the power
8 years ago (2012-11-30 01:24:48 UTC) #12
Message was sent while issue was closed.
Change committed as 170326

Powered by Google App Engine
This is Rietveld 408576698