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

Issue 159068: Reflecting the changes on bookmarks in History page.... (Closed)

Created:
11 years, 5 months ago by tfarina (gmail-do not use)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Reflecting the changes on bookmarks in History page. BUG=8399 TEST=Open a page, open the history page, bookmark the page, see if the history reflects the changes.

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 6

Patch Set 5 : '' #

Total comments: 2

Patch Set 6 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -6 lines) Patch
M chrome/browser/dom_ui/history_ui.cc View 1 2 3 4 5 3 chunks +9 lines, -6 lines 1 comment Download
M chrome/browser/resources/history.html View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
tfarina (gmail-do not use)
11 years, 5 months ago (2009-07-19 17:36:31 UTC) #1
tfarina (gmail-do not use)
Glen, Can you review this to me? Thanks!
11 years, 5 months ago (2009-07-23 19:09:41 UTC) #2
tfarina (gmail-do not use)
On 2009/07/23 19:09:41, tfarina wrote: > Glen, > > Can you review this to me? ...
11 years, 5 months ago (2009-07-23 22:25:56 UTC) #3
Mohamed Mansour
Hi Thiago, looks great, but have to get the LGTM from Glen :) He would ...
11 years, 5 months ago (2009-07-24 00:36:21 UTC) #4
Mohamed Mansour
Glen can you take a look at this?
11 years, 5 months ago (2009-07-24 00:36:46 UTC) #5
Glen Murphy
I'm not quite sure I understand this CL - it looks like you add an ...
11 years, 5 months ago (2009-07-24 00:42:04 UTC) #6
tfarina (gmail-do not use)
http://codereview.chromium.org/159068/diff/15/1007 File chrome/browser/dom_ui/history_ui.cc (right): http://codereview.chromium.org/159068/diff/15/1007#newcode358 Line 358: type == NotificationType::URLS_STARRED) { On 2009/07/24 00:42:04, Glen ...
11 years, 5 months ago (2009-07-24 15:18:33 UTC) #7
brettw
http://codereview.chromium.org/159068/diff/20/2004 File chrome/browser/dom_ui/history_ui.h (right): http://codereview.chromium.org/159068/diff/20/2004#newcode65 Line 65: // BookmarkModelObserver implementation. As far as I can ...
11 years, 5 months ago (2009-07-24 16:18:54 UTC) #8
tfarina (gmail-do not use)
http://codereview.chromium.org/159068/diff/20/2004 File chrome/browser/dom_ui/history_ui.h (right): http://codereview.chromium.org/159068/diff/20/2004#newcode65 Line 65: // BookmarkModelObserver implementation. On 2009/07/24 16:18:55, brettw wrote: ...
11 years, 5 months ago (2009-07-24 16:56:04 UTC) #9
tfarina (gmail-do not use)
On 2009/07/24 16:56:04, tfarina wrote: > http://codereview.chromium.org/159068/diff/20/2004 > File chrome/browser/dom_ui/history_ui.h (right): > > http://codereview.chromium.org/159068/diff/20/2004#newcode65 > ...
11 years, 5 months ago (2009-07-27 21:06:59 UTC) #10
Glen Murphy
11 years, 4 months ago (2009-07-30 17:18:28 UTC) #11
http://codereview.chromium.org/159068/diff/27/2007
File chrome/browser/dom_ui/history_ui.cc (right):

http://codereview.chromium.org/159068/diff/27/2007#newcode355
Line 355: dom_ui_->CallJavascriptFunction(L"reloadList");
I don't think you want to make it reload the page - this will cause the view to
reset to default, which you don't want if you're on anything other than the
first page. The reason we do it for deletions is that large chunks tend to get
deleted at a time, invalidating the page you're looking at.

I think you need to figure out what URLs were starred, send those URLs to the
page, then get it to update the individual items accordingly. This is
significantly harder, and is why we didn't do it in the first place.

Powered by Google App Engine
This is Rietveld 408576698