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

Issue 28308: Make history title inclusion safer (createTextNode changes).... (Closed)

Created:
11 years, 9 months ago by Glen Murphy
Modified:
9 years, 5 months ago
Reviewers:
Finnur
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Resolve crash when deleting history by preventing the deleter from being called multiple times. We need to add UI to make what's happening clearer to the user, but this gets us over the hump for now. Also change the history page to queue deletions.Allow history search from the new tab page.Make history title inclusion safer (createTextNode changes).Show starred status on history page.BUG=8214, 8163, 8271, 8284 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10773

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 5

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -76 lines) Patch
M chrome/browser/browsing_data_remover.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/browsing_data_remover.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/dom_ui/history_ui.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/dom_ui/history_ui.cc View 1 2 3 4 5 6 7 7 chunks +18 lines, -10 lines 0 comments Download
M chrome/browser/resources/history.html View 1 2 3 4 5 10 chunks +135 lines, -63 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Glen Murphy
11 years, 9 months ago (2009-03-02 22:33:53 UTC) #1
Finnur
I am not familiar with this JS code and don't have extensive JS experience, but ...
11 years, 9 months ago (2009-03-02 23:09:07 UTC) #2
Glen Murphy
Done with the following comments: > http://codereview.chromium.org/28308/diff/1024/1028#newcode381 > Line 381: return GURL(GetBaseURL().spec() + "/#q=" + ...
11 years, 9 months ago (2009-03-03 01:25:11 UTC) #3
Finnur
11 years, 9 months ago (2009-03-03 01:32:33 UTC) #4
Looks like you are missing history_ui.h

If the only change to that is the scoped ptr stuff then LGTM.

On 2009/03/03 01:25:11, Glen Murphy wrote:
> Done with the following comments:
> 
> 
> > http://codereview.chromium.org/28308/diff/1024/1028#newcode381
> > Line 381: return GURL(GetBaseURL().spec() + "/#q=" +
> > Not sure I follow here. Why change this?
> 
> The URL that was being returned previously was wrong (it was the URL from the
> NativeUI).

Powered by Google App Engine
This is Rietveld 408576698