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

Issue 7713026: [ntp4] Observe and process bookmark change notifications from the bookmarks data model. (Closed)

Created:
9 years, 4 months ago by csilv
Modified:
9 years, 3 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews, estade+watch_chromium.org, arv (Not doing code reviews)
Visibility:
Public.

Description

[ntp4] Observe and process bookmark change notifications from the bookmarks data model. BUG=93144 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98657

Patch Set 1 #

Patch Set 2 : tweak #

Patch Set 3 : all your (rebase) belong to us. #

Patch Set 4 : fix unit tests #

Total comments: 12

Patch Set 5 : code review iteration #

Patch Set 6 : code review changes; rebase #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+338 lines, -29 lines) Patch
M chrome/browser/resources/ntp4/bookmarks_page.js View 1 2 3 4 5 5 chunks +154 lines, -2 lines 0 comments Download
M chrome/browser/resources/ntp4/new_tab.js View 1 2 3 4 5 1 chunk +35 lines, -0 lines 0 comments Download
M chrome/browser/resources/ntp4/tile_page.js View 1 2 3 4 5 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/bookmarks_handler.h View 1 2 3 4 5 2 chunks +28 lines, -8 lines 0 comments Download
M chrome/browser/ui/webui/ntp/bookmarks_handler.cc View 1 2 3 4 5 4 chunks +113 lines, -17 lines 4 comments Download

Messages

Total messages: 11 (0 generated)
csilv
+estade for review
9 years, 4 months ago (2011-08-23 17:07:09 UTC) #1
Evan Stade
http://codereview.chromium.org/7713026/diff/6002/chrome/browser/resources/ntp4/bookmarks_page.js File chrome/browser/resources/ntp4/bookmarks_page.js (right): http://codereview.chromium.org/7713026/diff/6002/chrome/browser/resources/ntp4/bookmarks_page.js#newcode219 chrome/browser/resources/ntp4/bookmarks_page.js:219: bookmarkImportBegan: function() { why is this here? why can't ...
9 years, 4 months ago (2011-08-23 21:50:50 UTC) #2
Evan Stade
also, I think the description should say "observe and process..."
9 years, 4 months ago (2011-08-23 21:51:10 UTC) #3
csilv
http://codereview.chromium.org/7713026/diff/6002/chrome/browser/resources/ntp4/bookmarks_page.js File chrome/browser/resources/ntp4/bookmarks_page.js (right): http://codereview.chromium.org/7713026/diff/6002/chrome/browser/resources/ntp4/bookmarks_page.js#newcode219 chrome/browser/resources/ntp4/bookmarks_page.js:219: bookmarkImportBegan: function() { On 2011/08/23 21:50:50, Evan Stade wrote: ...
9 years, 4 months ago (2011-08-24 23:15:11 UTC) #4
Evan Stade
lgtm aside from the loaded thing
9 years, 4 months ago (2011-08-25 01:57:57 UTC) #5
csilv
On 2011/08/25 01:57:57, Evan Stade wrote: > lgtm aside from the loaded thing I decided ...
9 years, 4 months ago (2011-08-25 18:13:33 UTC) #6
Evan Stade
http://codereview.chromium.org/7713026/diff/11003/chrome/browser/ui/webui/ntp/bookmarks_handler.cc File chrome/browser/ui/webui/ntp/bookmarks_handler.cc (right): http://codereview.chromium.org/7713026/diff/11003/chrome/browser/ui/webui/ntp/bookmarks_handler.cc#newcode147 chrome/browser/ui/webui/ntp/bookmarks_handler.cc:147: getBookmarksDataIsPending_ = true; I don't really think this is ...
9 years, 4 months ago (2011-08-26 23:54:37 UTC) #7
csilv
http://codereview.chromium.org/7713026/diff/11003/chrome/browser/ui/webui/ntp/bookmarks_handler.cc File chrome/browser/ui/webui/ntp/bookmarks_handler.cc (right): http://codereview.chromium.org/7713026/diff/11003/chrome/browser/ui/webui/ntp/bookmarks_handler.cc#newcode147 chrome/browser/ui/webui/ntp/bookmarks_handler.cc:147: getBookmarksDataIsPending_ = true; On 2011/08/26 23:54:37, Evan Stade wrote: ...
9 years, 3 months ago (2011-08-29 17:54:03 UTC) #8
Evan Stade
http://codereview.chromium.org/7713026/diff/11003/chrome/browser/ui/webui/ntp/bookmarks_handler.cc File chrome/browser/ui/webui/ntp/bookmarks_handler.cc (right): http://codereview.chromium.org/7713026/diff/11003/chrome/browser/ui/webui/ntp/bookmarks_handler.cc#newcode147 chrome/browser/ui/webui/ntp/bookmarks_handler.cc:147: getBookmarksDataIsPending_ = true; I'm not saying the model->IsLoaded() check ...
9 years, 3 months ago (2011-08-29 18:17:03 UTC) #9
csilv
http://codereview.chromium.org/7713026/diff/11003/chrome/browser/ui/webui/ntp/bookmarks_handler.cc File chrome/browser/ui/webui/ntp/bookmarks_handler.cc (right): http://codereview.chromium.org/7713026/diff/11003/chrome/browser/ui/webui/ntp/bookmarks_handler.cc#newcode147 chrome/browser/ui/webui/ntp/bookmarks_handler.cc:147: getBookmarksDataIsPending_ = true; On 2011/08/29 18:17:03, Evan Stade wrote: ...
9 years, 3 months ago (2011-08-29 19:18:48 UTC) #10
Evan Stade
9 years, 3 months ago (2011-08-29 20:09:45 UTC) #11
oh I get it. LGTM

Powered by Google App Engine
This is Rietveld 408576698