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

Issue 773103004: Remove NOTIFICATION_HISTORY_URLS_DELETED (Closed)

Created:
6 years ago by nshaik
Modified:
5 years, 11 months ago
CC:
browser-components-watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, extensions-reviews_chromium.org, hashimoto, maniscalco+watch_chromium.org, maxbogue+watch_chromium.org, pvalenzuela+watch_chromium.org, shishir+watch_chromium.org, James Su, tim+watch_chromium.org, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove NOTIFICATION_HISTORY_URLS_DELETED Add the method OnURLsDeleted() to History{Backend,Service}Observer and change History{Backend,Service} to call this method instead of sending the notification. Port client code to implement the History{Backend,Service}Observer interface instead of using chrome::NOTIFICATION_HISTORY_URLS_DELETED. Remove obsolete code for broadcasting notification from history code and HistoryDetails type. BUG=373326 Committed: https://crrev.com/5017fc699bb6c353538103770944216450eaa43c Cr-Commit-Position: refs/heads/master@{#313406}

Patch Set 1 #

Patch Set 2 : Remove NotificationObserver from InMemoryURLIndex #

Total comments: 61

Patch Set 3 : Address review comments #

Patch Set 4 : Indent the code #

Patch Set 5 : Fix android builds #

Patch Set 6 : Address review comments #

Patch Set 7 : Removed local variables in tests #

Total comments: 14

Patch Set 8 : Address review comments #

Patch Set 9 : Fix android build #

Total comments: 2

Patch Set 10 : Fixed styling issue #

Total comments: 31

Patch Set 11 : Address review comments #

Total comments: 2

Patch Set 12 : Remove the DCHECK #

Patch Set 13 : Change Runloop::QuitClosure to Quit #

Total comments: 5

Patch Set 14 : Remove the DCHECKs #

Patch Set 15 : Rebase to tip #

Unified diffs Side-by-side diffs Delta from patch set Stats (+698 lines, -981 lines) Patch
M chrome/browser/android/provider/chrome_browser_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +5 lines, -10 lines 0 comments Download
M chrome/browser/android/provider/chrome_browser_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +11 lines, -13 lines 0 comments Download
M chrome/browser/autocomplete/history_quick_provider_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +47 lines, -6 lines 0 comments Download
M chrome/browser/autocomplete/shortcuts_backend.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +13 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/shortcuts_backend.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +31 lines, -22 lines 0 comments Download
M chrome/browser/autocomplete/shortcuts_backend_factory.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/shortcuts_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chrome_notification_types.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -7 lines 0 comments Download
M chrome/browser/extensions/api/history/history_api.h View 1 2 2 chunks +8 lines, -15 lines 0 comments Download
M chrome/browser/extensions/api/history/history_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +10 lines, -24 lines 0 comments Download
M chrome/browser/favicon/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/history/android/android_provider_backend.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/history/android/android_provider_backend_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +6 lines, -9 lines 0 comments Download
M chrome/browser/history/expire_history_backend_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/history/history_backend.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +10 lines, -13 lines 0 comments Download
M chrome/browser/history/history_backend.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +13 lines, -20 lines 0 comments Download
M chrome/browser/history/history_backend_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 16 chunks +38 lines, -56 lines 0 comments Download
D chrome/browser/history/history_details.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/browser/history/history_notifications.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -53 lines 0 comments Download
D chrome/browser/history/history_notifications.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -20 lines 0 comments Download
M chrome/browser/history/history_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +15 lines, -19 lines 0 comments Download
M chrome/browser/history/history_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 12 chunks +49 lines, -99 lines 0 comments Download
M chrome/browser/history/history_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +4 lines, -13 lines 0 comments Download
M chrome/browser/history/in_memory_history_backend.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +13 lines, -23 lines 0 comments Download
M chrome/browser/history/in_memory_history_backend.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +26 lines, -65 lines 0 comments Download
M chrome/browser/history/in_memory_url_index.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +6 lines, -15 lines 0 comments Download
M chrome/browser/history/in_memory_url_index.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +13 lines, -35 lines 0 comments Download
M chrome/browser/history/in_memory_url_index_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +4 lines, -20 lines 0 comments Download
M chrome/browser/history/top_sites.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/history/top_sites.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/history/top_sites_impl.h View 1 2 5 chunks +14 lines, -1 line 0 comments Download
M chrome/browser/history/top_sites_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +44 lines, -30 lines 0 comments Download
M chrome/browser/history/top_sites_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/history/typed_url_syncable_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/predictors/autocomplete_action_predictor.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/predictors/autocomplete_action_predictor.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +18 lines, -20 lines 0 comments Download
M chrome/browser/predictors/resource_prefetch_predictor.h View 1 2 5 chunks +5 lines, -13 lines 0 comments Download
M chrome/browser/predictors/resource_prefetch_predictor.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 8 chunks +30 lines, -50 lines 0 comments Download
M chrome/browser/sync/glue/favicon_cache.h View 1 2 5 chunks +15 lines, -11 lines 0 comments Download
M chrome/browser/sync/glue/favicon_cache.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +42 lines, -42 lines 0 comments Download
M chrome/browser/sync/glue/favicon_cache_unittest.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +6 lines, -14 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_change_processor.h View 1 2 7 chunks +17 lines, -30 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_change_processor.cc View 1 2 6 chunks +52 lines, -70 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +18 lines, -22 lines 0 comments Download
M chrome/browser/ui/cocoa/history_menu_bridge.h View 1 2 5 chunks +16 lines, -20 lines 0 comments Download
M chrome/browser/ui/cocoa/history_menu_bridge.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +27 lines, -37 lines 0 comments Download
M chrome/browser/ui/webui/history_ui.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +13 lines, -9 lines 0 comments Download
M chrome/browser/ui/webui/history_ui.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +17 lines, -23 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -3 lines 0 comments Download
M components/history/core/browser/history_backend_observer.h View 1 2 3 4 5 6 7 8 1 chunk +16 lines, -2 lines 0 comments Download
M components/history/core/browser/history_service_observer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 73 (14 generated)
nshaik
@sdefresne, PTAL.
6 years ago (2014-12-03 20:20:20 UTC) #2
sdefresne
https://codereview.chromium.org/773103004/diff/20001/chrome/browser/android/provider/chrome_browser_provider.cc File chrome/browser/android/provider/chrome_browser_provider.cc (right): https://codereview.chromium.org/773103004/diff/20001/chrome/browser/android/provider/chrome_browser_provider.cc#newcode1635 chrome/browser/android/provider/chrome_browser_provider.cc:1635: if (type == chrome::NOTIFICATION_HISTORY_KEYWORD_SEARCH_TERM_UPDATED) { Since this is now ...
6 years ago (2014-12-04 17:21:13 UTC) #3
nshaik
https://codereview.chromium.org/773103004/diff/20001/components/history/core/browser/history_backend_observer.h File components/history/core/browser/history_backend_observer.h (right): https://codereview.chromium.org/773103004/diff/20001/components/history/core/browser/history_backend_observer.h#newcode45 components/history/core/browser/history_backend_observer.h:45: virtual void OnURLsDeleted( On 2014/12/04 17:21:13, sdefresne wrote: > ...
6 years ago (2014-12-04 18:37:08 UTC) #4
sdefresne
On 2014/12/04 at 18:37:08, naiem.shaik wrote: > https://codereview.chromium.org/773103004/diff/20001/components/history/core/browser/history_backend_observer.h > File components/history/core/browser/history_backend_observer.h (right): > > https://codereview.chromium.org/773103004/diff/20001/components/history/core/browser/history_backend_observer.h#newcode45 ...
6 years ago (2014-12-04 18:46:57 UTC) #5
nshaik
PTAL. https://codereview.chromium.org/773103004/diff/20001/chrome/browser/android/provider/chrome_browser_provider.cc File chrome/browser/android/provider/chrome_browser_provider.cc (right): https://codereview.chromium.org/773103004/diff/20001/chrome/browser/android/provider/chrome_browser_provider.cc#newcode1635 chrome/browser/android/provider/chrome_browser_provider.cc:1635: if (type == chrome::NOTIFICATION_HISTORY_KEYWORD_SEARCH_TERM_UPDATED) { On 2014/12/04 17:21:12, ...
6 years ago (2014-12-07 09:34:50 UTC) #6
sdefresne
https://codereview.chromium.org/773103004/diff/120001/chrome/browser/android/provider/chrome_browser_provider.h File chrome/browser/android/provider/chrome_browser_provider.h (right): https://codereview.chromium.org/773103004/diff/120001/chrome/browser/android/provider/chrome_browser_provider.h#newcode194 chrome/browser/android/provider/chrome_browser_provider.h:194: void OnURLsDeleted(HistoryBackend* history_backend bool all_history, This won't compile due ...
6 years ago (2014-12-08 17:41:06 UTC) #7
nshaik
PTAL. https://codereview.chromium.org/773103004/diff/120001/chrome/browser/android/provider/chrome_browser_provider.h File chrome/browser/android/provider/chrome_browser_provider.h (right): https://codereview.chromium.org/773103004/diff/120001/chrome/browser/android/provider/chrome_browser_provider.h#newcode194 chrome/browser/android/provider/chrome_browser_provider.h:194: void OnURLsDeleted(HistoryBackend* history_backend bool all_history, On 2014/12/08 17:41:06, ...
6 years ago (2014-12-08 21:29:53 UTC) #8
sdefresne
LGTM https://codereview.chromium.org/773103004/diff/160001/chrome/browser/autocomplete/shortcuts_backend.cc File chrome/browser/autocomplete/shortcuts_backend.cc (right): https://codereview.chromium.org/773103004/diff/160001/chrome/browser/autocomplete/shortcuts_backend.cc#newcode339 chrome/browser/autocomplete/shortcuts_backend.cc:339: deleted_rows.end()) style: In general, curly braces are not ...
6 years ago (2014-12-10 16:41:47 UTC) #9
nshaik
PTAL, OWNERs: miguelg@chromium.org: chrome/browser/android/provider/ kalman@chromium.org: chrome/browser/extensions/api/ sky@chromium.org: chrome/browser/autocomplete/ chrome/browser/predictors/ chrome/browser/ssl (This is just inclusion of ...
6 years ago (2014-12-11 03:11:09 UTC) #11
Miguel Garcia
+haaawk since this will affect stuff downstream. Please wait until he comments before landing this. ...
6 years ago (2014-12-11 10:09:12 UTC) #13
haaawk
Thanks Miguel. You're right. This will break data_observer.h downstream. +Ian. Could you adapt data_observer.h to ...
6 years ago (2014-12-11 10:36:14 UTC) #15
sdefresne
https://codereview.chromium.org/773103004/diff/180001/chrome/browser/android/provider/chrome_browser_provider.h File chrome/browser/android/provider/chrome_browser_provider.h (left): https://codereview.chromium.org/773103004/diff/180001/chrome/browser/android/provider/chrome_browser_provider.h#oldcode189 chrome/browser/android/provider/chrome_browser_provider.h:189: virtual void OnURLVisited(HistoryService* history_service, On 2014/12/11 10:09:12, Miguel Garcia ...
6 years ago (2014-12-11 10:48:07 UTC) #16
Miguel Garcia
https://codereview.chromium.org/773103004/diff/180001/chrome/browser/android/provider/chrome_browser_provider.h File chrome/browser/android/provider/chrome_browser_provider.h (right): https://codereview.chromium.org/773103004/diff/180001/chrome/browser/android/provider/chrome_browser_provider.h#newcode194 chrome/browser/android/provider/chrome_browser_provider.h:194: void OnURLsDeleted(HistoryService* history_service, On 2014/12/11 10:48:06, sdefresne wrote: > ...
6 years ago (2014-12-11 11:38:10 UTC) #17
sky
https://codereview.chromium.org/773103004/diff/180001/chrome/browser/autocomplete/history_quick_provider_unittest.cc File chrome/browser/autocomplete/history_quick_provider_unittest.cc (right): https://codereview.chromium.org/773103004/diff/180001/chrome/browser/autocomplete/history_quick_provider_unittest.cc#newcode106 chrome/browser/autocomplete/history_quick_provider_unittest.cc:106: // Wait for OnURLsDeletedNotification. Waits for OnOURSDeletedNotification and when ...
6 years ago (2014-12-11 15:59:54 UTC) #18
sky
+pkasting in case he wants to see changes to autocomplete.
6 years ago (2014-12-11 16:00:23 UTC) #20
sdefresne
https://codereview.chromium.org/773103004/diff/180001/chrome/browser/autocomplete/history_quick_provider_unittest.cc File chrome/browser/autocomplete/history_quick_provider_unittest.cc (right): https://codereview.chromium.org/773103004/diff/180001/chrome/browser/autocomplete/history_quick_provider_unittest.cc#newcode141 chrome/browser/autocomplete/history_quick_provider_unittest.cc:141: scoped_refptr<content::MessageLoopRunner> runner = On 2014/12/11 15:59:54, sky wrote: > ...
6 years ago (2014-12-11 16:04:09 UTC) #21
sky
https://codereview.chromium.org/773103004/diff/180001/chrome/browser/autocomplete/history_quick_provider_unittest.cc File chrome/browser/autocomplete/history_quick_provider_unittest.cc (right): https://codereview.chromium.org/773103004/diff/180001/chrome/browser/autocomplete/history_quick_provider_unittest.cc#newcode141 chrome/browser/autocomplete/history_quick_provider_unittest.cc:141: scoped_refptr<content::MessageLoopRunner> runner = On 2014/12/11 16:04:08, sdefresne wrote: > ...
6 years ago (2014-12-11 17:02:04 UTC) #22
not at google - send to devlin
extensions lgtm
6 years ago (2014-12-11 17:27:36 UTC) #23
pavely
chrome/browser/sync/ lgtm https://codereview.chromium.org/773103004/diff/180001/chrome/browser/sync/glue/favicon_cache_unittest.cc File chrome/browser/sync/glue/favicon_cache_unittest.cc (right): https://codereview.chromium.org/773103004/diff/180001/chrome/browser/sync/glue/favicon_cache_unittest.cc#newcode1497 chrome/browser/sync/glue/favicon_cache_unittest.cc:1497: std::set<GURL> favicon_urls; Could you rename this variable ...
6 years ago (2014-12-11 19:45:36 UTC) #24
Peter Kasting
c/b/autocomplete LGTM https://codereview.chromium.org/773103004/diff/180001/chrome/browser/autocomplete/history_quick_provider_unittest.cc File chrome/browser/autocomplete/history_quick_provider_unittest.cc (right): https://codereview.chromium.org/773103004/diff/180001/chrome/browser/autocomplete/history_quick_provider_unittest.cc#newcode119 chrome/browser/autocomplete/history_quick_provider_unittest.cc:119: // weak Nit: Blank line above this; ...
6 years ago (2014-12-11 19:59:35 UTC) #25
nshaik
PTAL. https://codereview.chromium.org/773103004/diff/180001/chrome/browser/android/provider/chrome_browser_provider.h File chrome/browser/android/provider/chrome_browser_provider.h (right): https://codereview.chromium.org/773103004/diff/180001/chrome/browser/android/provider/chrome_browser_provider.h#newcode194 chrome/browser/android/provider/chrome_browser_provider.h:194: void OnURLsDeleted(HistoryService* history_service, On 2014/12/11 11:38:10, Miguel Garcia ...
6 years ago (2014-12-12 05:40:56 UTC) #26
nshaik
https://codereview.chromium.org/773103004/diff/200001/chrome/browser/autocomplete/shortcuts_backend.cc File chrome/browser/autocomplete/shortcuts_backend.cc (right): https://codereview.chromium.org/773103004/diff/200001/chrome/browser/autocomplete/shortcuts_backend.cc#newcode197 chrome/browser/autocomplete/shortcuts_backend.cc:197: DCHECK(0); @pkasting, please see if this CHECK is necessary.
6 years ago (2014-12-12 05:50:44 UTC) #27
nshaik
6 years ago (2014-12-12 05:50:48 UTC) #28
jeremy
c/b/ui/cocoa LGTM
6 years ago (2014-12-12 07:57:47 UTC) #29
Peter Kasting
https://codereview.chromium.org/773103004/diff/180001/chrome/browser/autocomplete/shortcuts_backend.cc File chrome/browser/autocomplete/shortcuts_backend.cc (right): https://codereview.chromium.org/773103004/diff/180001/chrome/browser/autocomplete/shortcuts_backend.cc#newcode339 chrome/browser/autocomplete/shortcuts_backend.cc:339: deleted_rows.end()) { On 2014/12/12 05:40:56, nshaik wrote: > On ...
6 years ago (2014-12-12 19:06:52 UTC) #30
nshaik
Thanks for your comments, removed the DCHECK for now. Adding ifdef every where was making ...
6 years ago (2014-12-12 21:20:13 UTC) #31
nshaik
@haaawk1, @Miguel, @Ian, can you PTAL.
6 years ago (2014-12-12 21:21:35 UTC) #32
Ian Wen
lgtm. A CL on downstream https://chrome-internal-review.googlesource.com/#/c/188097/ is ready. Once this CL is submitted, I will ...
6 years ago (2014-12-12 21:26:15 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/773103004/220001
6 years ago (2014-12-12 22:52:39 UTC) #35
nshaik
PTAL. Need your approval for @sky: chrome/browser/ chrome/browser/predictors/ chrome/browser/ssl/ @haaawk1: chrome/browser/android/
6 years ago (2014-12-12 23:59:54 UTC) #37
sky
https://codereview.chromium.org/773103004/diff/240001/chrome/browser/predictors/autocomplete_action_predictor.cc File chrome/browser/predictors/autocomplete_action_predictor.cc (right): https://codereview.chromium.org/773103004/diff/240001/chrome/browser/predictors/autocomplete_action_predictor.cc#newcode591 chrome/browser/predictors/autocomplete_action_predictor.cc:591: DCHECK(initialized_); It looks as though the observer is added ...
6 years ago (2014-12-13 00:29:19 UTC) #38
nshaik
@sky, Thanks for your comments. PTAL if the changes are fine. https://codereview.chromium.org/773103004/diff/240001/chrome/browser/predictors/autocomplete_action_predictor.cc File chrome/browser/predictors/autocomplete_action_predictor.cc (right): ...
6 years ago (2014-12-13 01:49:21 UTC) #39
sky
Seems less error prone if you set up the listeners after initialized_ is set. Is ...
6 years ago (2014-12-15 15:55:35 UTC) #40
nshaik
@Scott, I need to listen for the HistoryServiceLoaded notification which happens as part of initialization. ...
6 years ago (2014-12-15 22:03:24 UTC) #41
sky
https://codereview.chromium.org/773103004/diff/240001/chrome/browser/predictors/autocomplete_action_predictor.cc File chrome/browser/predictors/autocomplete_action_predictor.cc (right): https://codereview.chromium.org/773103004/diff/240001/chrome/browser/predictors/autocomplete_action_predictor.cc#newcode591 chrome/browser/predictors/autocomplete_action_predictor.cc:591: DCHECK(initialized_); On 2014/12/13 01:49:21, nshaik wrote: > On 2014/12/13 ...
6 years ago (2014-12-15 23:05:43 UTC) #42
nshaik
@pkasting, for chrome/browser/autocomplete @thakis, for chrome/browser/predictors, please point me to the correct person if you ...
6 years ago (2014-12-16 00:21:07 UTC) #44
sdefresne
tburkard, thestig: you recently reviewed changes to //chrome/browser/predictors, so can you review those paths in ...
6 years ago (2014-12-18 10:28:51 UTC) #47
Lei Zhang
On 2014/12/18 10:28:51, sdefresne wrote: > tburkard, thestig: you recently reviewed changes to //chrome/browser/predictors, > ...
6 years ago (2014-12-18 10:53:58 UTC) #48
Peter Kasting
On 2014/12/16 00:21:07, nshaik wrote: > @pkasting, for chrome/browser/autocomplete I already LGTMed that directory. Are ...
6 years ago (2014-12-18 18:45:53 UTC) #49
nshaik
On 2014/12/18 18:45:53, Peter Kasting wrote: > On 2014/12/16 00:21:07, nshaik wrote: > > @pkasting, ...
6 years ago (2014-12-18 18:59:42 UTC) #50
Peter Kasting
On 2014/12/18 18:59:42, nshaik wrote: > On 2014/12/18 18:45:53, Peter Kasting wrote: > > On ...
6 years ago (2014-12-18 19:07:12 UTC) #51
sky
On 2014/12/18 19:07:12, Peter Kasting wrote: > On 2014/12/18 18:59:42, nshaik wrote: > > On ...
6 years ago (2014-12-18 20:54:31 UTC) #52
Peter Kasting
On 2014/12/18 20:54:31, sky wrote: > On 2014/12/18 19:07:12, Peter Kasting wrote: > > On ...
6 years ago (2014-12-18 21:40:26 UTC) #53
Nico
On 2014/12/18 21:40:26, Peter Kasting wrote: > On 2014/12/18 20:54:31, sky wrote: > > On ...
6 years ago (2014-12-18 22:53:26 UTC) #54
nshaik
On 2014/12/18 22:53:26, Nico wrote: > On 2014/12/18 21:40:26, Peter Kasting wrote: > > On ...
6 years ago (2014-12-18 23:47:36 UTC) #55
nshaik
Scott, can you PTAL.
6 years ago (2014-12-19 22:51:31 UTC) #56
nshaik
On 2014/12/19 22:51:31, nshaik wrote: > Scott, can you PTAL. Scott, please let me know ...
5 years, 11 months ago (2014-12-29 14:34:03 UTC) #57
sky
On 2014/12/29 14:34:03, nshaik wrote: > On 2014/12/19 22:51:31, nshaik wrote: > > Scott, can ...
5 years, 11 months ago (2015-01-05 17:16:12 UTC) #58
nshaik
On 2015/01/05 17:16:12, sky wrote: > On 2014/12/29 14:34:03, nshaik wrote: > > On 2014/12/19 ...
5 years, 11 months ago (2015-01-05 18:53:13 UTC) #60
hashimoto
On 2015/01/05 18:53:13, nshaik wrote: > On 2015/01/05 17:16:12, sky wrote: > > On 2014/12/29 ...
5 years, 11 months ago (2015-01-06 04:30:55 UTC) #61
sdefresne
+ dominich: potential OWNERS of //chrome/browser/predictors following hashimoto@ suggestion
5 years, 11 months ago (2015-01-06 08:53:00 UTC) #63
nshaik
On 2015/01/06 08:53:00, sdefresne wrote: > + dominich: potential OWNERS of //chrome/browser/predictors following hashimoto@ > ...
5 years, 11 months ago (2015-01-20 02:38:35 UTC) #65
sdefresne
thestig: I see that you've already given l-g-t-m on this review, but sky raised some ...
5 years, 11 months ago (2015-01-23 21:27:03 UTC) #66
Lei Zhang
On 2015/01/23 21:27:03, sdefresne wrote: > thestig: > > I see that you've already given ...
5 years, 11 months ago (2015-01-23 21:43:01 UTC) #67
sdefresne
On 2015/01/23 at 21:43:01, thestig wrote: > On 2015/01/23 21:27:03, sdefresne wrote: > > thestig: ...
5 years, 11 months ago (2015-01-23 22:51:00 UTC) #68
Lei Zhang
On 2015/01/23 22:51:00, sdefresne wrote: > Thank you for having another look. It also looked ...
5 years, 11 months ago (2015-01-23 22:58:49 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/773103004/280001
5 years, 11 months ago (2015-01-27 23:46:22 UTC) #71
commit-bot: I haz the power
Committed patchset #15 (id:280001)
5 years, 11 months ago (2015-01-27 23:52:49 UTC) #72
commit-bot: I haz the power
5 years, 11 months ago (2015-01-27 23:53:43 UTC) #73
Message was sent while issue was closed.
Patchset 15 (id:??) landed as
https://crrev.com/5017fc699bb6c353538103770944216450eaa43c
Cr-Commit-Position: refs/heads/master@{#313406}

Powered by Google App Engine
This is Rietveld 408576698