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

Issue 9852002: Have URL Modifications sent Regardless of Typed. (Closed)

Created:
8 years, 9 months ago by mrossetti
Modified:
8 years, 8 months ago
Reviewers:
Peter Kasting, sky, akalin
CC:
chromium-reviews, Raghu Simha, ncarter (slow), akalin, tim (not reviewing), brettw-cc_chromium.org
Visibility:
Public.

Description

Have URL Modifications sent Regardless of Typed. URL visit adds and modifications are now noticed regardless of typed count. Filtering is no longer done before making notifications. Clients of the notifications filter on typed count if desired. Also, if a change notification indicates that a page title is now blank, ignore that change in the InMemoryURLIndex. Renamed NOTIFICATION_HISTORY_TYPED_URLS_MODIFIED to NOTIFICATION_HISTORY_URLS_MODIFIED to better reflect its new purpose. Reviewers:   pkasting: Overall general changes.   sky: Owner review for chrome/browser/history and minor changes in chrome/browser/ui/omnibox.   akalin: TBR: Owner review for minor changes in chrome/browser/sync. BUG=102957, 87803 TEST=All unit tests pass. TBR=akalin@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=131865

Patch Set 1 #

Patch Set 2 : #

Total comments: 14

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -59 lines) Patch
M chrome/browser/history/expire_history_backend_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history_backend.cc View 1 2 3 3 chunks +13 lines, -28 lines 0 comments Download
M chrome/browser/history/in_memory_history_backend.cc View 1 2 3 3 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/history/in_memory_url_index.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_change_processor.cc View 1 2 3 4 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/history_menu_bridge.mm View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_view_browsertest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/chrome_notification_types.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mrossetti
Ready for review.
8 years, 8 months ago (2012-04-09 23:53:30 UTC) #1
Peter Kasting
LGTM http://codereview.chromium.org/9852002/diff/8001/chrome/browser/history/history_backend.cc File chrome/browser/history/history_backend.cc (right): http://codereview.chromium.org/9852002/diff/8001/chrome/browser/history/history_backend.cc#newcode882 chrome/browser/history/history_backend.cc:882: URLRows changed_urls; Nit: You can save copying the ...
8 years, 8 months ago (2012-04-10 02:18:56 UTC) #2
sky
http://codereview.chromium.org/9852002/diff/8001/chrome/browser/history/history_backend.cc File chrome/browser/history/history_backend.cc (right): http://codereview.chromium.org/9852002/diff/8001/chrome/browser/history/history_backend.cc#newcode889 chrome/browser/history/history_backend.cc:889: row.set_id(row_id); Doesn't GetRowForURL set the id? http://codereview.chromium.org/9852002/diff/8001/chrome/browser/history/in_memory_history_backend.cc File chrome/browser/history/in_memory_history_backend.cc ...
8 years, 8 months ago (2012-04-10 16:29:01 UTC) #3
mrossetti
Issues addressed. http://codereview.chromium.org/9852002/diff/8001/chrome/browser/history/history_backend.cc File chrome/browser/history/history_backend.cc (right): http://codereview.chromium.org/9852002/diff/8001/chrome/browser/history/history_backend.cc#newcode882 chrome/browser/history/history_backend.cc:882: URLRows changed_urls; Sweet! On 2012/04/10 02:18:57, Peter ...
8 years, 8 months ago (2012-04-11 19:38:55 UTC) #4
sky
8 years, 8 months ago (2012-04-11 20:58:42 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698