Chromium Code Reviews

Issue 6078005: Make starred History*Provider results stay in the autocomplete dropdown, update tests (Closed)

Created:
9 years, 12 months ago by msw
Modified:
9 years, 7 months ago
Reviewers:
Peter Kasting, Paweł Hajdan Jr.
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Make starred History*Provider results stay in the autocomplete dropdown, update tests. Don't delete bookmarked AutoCompleteMatches from the dropdown list, remove their history data and hide their backing store instead. Expose HistoryProvider::DeleteMatch() and add delete tests. BUG=67822 TEST=New unit tests + Check that starred History*Provider results aren't removed from the omnibox autocomplete dropdown set of matches. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70648

Patch Set 1 #

Total comments: 5

Patch Set 2 : Use QuitTask and avoid DeleteMatch task/run workaround #

Total comments: 2

Patch Set 3 : Adding additional Quit() comment #

Unified diffs Side-by-side diffs Stats (+56 lines, -8 lines)
M chrome/browser/autocomplete/history_contents_provider_unittest.cc View 3 chunks +50 lines, -3 lines 0 comments
M chrome/browser/autocomplete/history_provider.h View 2 chunks +3 lines, -2 lines 0 comments
M chrome/browser/autocomplete/history_provider.cc View 1 chunk +3 lines, -3 lines 0 comments

Messages

Total messages: 8 (0 generated)
msw
This behavior is better, but we should investigate the reappearance of page titles for starred ...
9 years, 12 months ago (2010-12-23 13:42:29 UTC) #1
Paweł Hajdan Jr.
Drive-by with a minor test comment. No need to wait for another review by me. ...
9 years, 11 months ago (2011-01-03 08:51:12 UTC) #2
msw
Thanks for the drive-by CR! See my comment, and please do get back to me! ...
9 years, 11 months ago (2011-01-04 07:57:27 UTC) #3
Paweł Hajdan Jr.
http://codereview.chromium.org/6078005/diff/1/chrome/browser/autocomplete/history_contents_provider_unittest.cc File chrome/browser/autocomplete/history_contents_provider_unittest.cc (right): http://codereview.chromium.org/6078005/diff/1/chrome/browser/autocomplete/history_contents_provider_unittest.cc#newcode51 chrome/browser/autocomplete/history_contents_provider_unittest.cc:51: MessageLoop::current()->PostTask(FROM_HERE, On 2011/01/04 07:57:27, msw wrote: > On 2011/01/03 ...
9 years, 11 months ago (2011-01-04 16:00:13 UTC) #4
Peter Kasting
LGTM http://codereview.chromium.org/6078005/diff/1/chrome/browser/autocomplete/history_contents_provider_unittest.cc File chrome/browser/autocomplete/history_contents_provider_unittest.cc (right): http://codereview.chromium.org/6078005/diff/1/chrome/browser/autocomplete/history_contents_provider_unittest.cc#newcode51 chrome/browser/autocomplete/history_contents_provider_unittest.cc:51: MessageLoop::current()->PostTask(FROM_HERE, On 2011/01/04 07:57:27, msw wrote: > On ...
9 years, 11 months ago (2011-01-04 22:16:01 UTC) #5
msw
Okay, I've taken a different approach after doing a bit of debugging and talking to ...
9 years, 11 months ago (2011-01-06 19:06:31 UTC) #6
Peter Kasting
LGTM http://codereview.chromium.org/6078005/diff/9001/chrome/browser/autocomplete/history_contents_provider_unittest.cc File chrome/browser/autocomplete/history_contents_provider_unittest.cc (right): http://codereview.chromium.org/6078005/diff/9001/chrome/browser/autocomplete/history_contents_provider_unittest.cc#newcode93 chrome/browser/autocomplete/history_contents_provider_unittest.cc:93: // We must quit the message loop (if ...
9 years, 11 months ago (2011-01-06 19:10:38 UTC) #7
msw
9 years, 11 months ago (2011-01-06 20:24:56 UTC) #8
Added extra Quit() comment... will land after lunch.

http://codereview.chromium.org/6078005/diff/9001/chrome/browser/autocomplete/...
File chrome/browser/autocomplete/history_contents_provider_unittest.cc (right):

http://codereview.chromium.org/6078005/diff/9001/chrome/browser/autocomplete/...
chrome/browser/autocomplete/history_contents_provider_unittest.cc:93: // We must
quit the message loop (if running) to return control to the test.
On 2011/01/06 19:10:39, Peter Kasting wrote:
> Nit: I'd probably add "Note that calling Quit() directly will checkfail if the
> loop isn't running, so we post a task, which is safe for either case."

Done.

Powered by Google App Engine