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

Issue 684493002: Don't persist and sync omnibox extension keywords. (Closed)

Created:
6 years, 1 month ago by vasilii
Modified:
5 years ago
Reviewers:
Peter Kasting, Dan Beam
CC:
chromium-reviews, dbeam+watch-options_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Don't persist and sync omnibox extension keywords. It was introduced in https://chromiumcodereview.appspot.com/15805002/ BUG=411197 Committed: https://crrev.com/1fb8425a95c4681b95d174a225cdd562daac525f Cr-Commit-Position: refs/heads/master@{#303010}

Patch Set 1 #

Total comments: 2

Patch Set 2 : change style to c++11 #

Total comments: 30

Patch Set 3 : addressed Peter's comments #

Patch Set 4 : don't remove from server #

Total comments: 2

Patch Set 5 : change migration way #

Total comments: 2

Patch Set 6 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -137 lines) Patch
M chrome/browser/resources/options/search_engine_manager_engine_list.js View 3 chunks +2 lines, -5 lines 0 comments Download
M chrome/browser/ui/search_engines/keyword_editor_controller.cc View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/options/search_engine_manager_handler.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/search_engine_manager_handler.cc View 5 chunks +11 lines, -8 lines 0 comments Download
M components/search_engines/keyword_table.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/search_engines/keyword_table.cc View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download
M components/search_engines/search_host_to_urls_map.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M components/search_engines/template_url_service.h View 2 chunks +3 lines, -1 line 0 comments Download
M components/search_engines/template_url_service.cc View 1 2 3 4 16 chunks +41 lines, -33 lines 0 comments Download
M components/search_engines/template_url_service_sync_unittest.cc View 1 2 3 4 8 chunks +45 lines, -16 lines 0 comments Download
M components/search_engines/template_url_service_unittest.cc View 1 2 3 4 6 chunks +26 lines, -35 lines 0 comments Download
A + components/test/data/web_database/version_58.sql View 1 2 3 4 1 chunk +16 lines, -30 lines 0 comments Download
M components/webdata/common/web_database.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M components/webdata/common/web_database_migration_unittest.cc View 1 2 3 4 2 chunks +57 lines, -1 line 0 comments Download

Messages

Total messages: 19 (3 generated)
vasilii
Hi all, please review Peter: everything Dan: webui
6 years, 1 month ago (2014-10-27 20:11:37 UTC) #3
Dan Beam
i don't really know this code that well... https://codereview.chromium.org/684493002/diff/1/chrome/browser/resources/options/search_engine_manager_engine_list.js File chrome/browser/resources/options/search_engine_manager_engine_list.js (left): https://codereview.chromium.org/684493002/diff/1/chrome/browser/resources/options/search_engine_manager_engine_list.js#oldcode185 chrome/browser/resources/options/search_engine_manager_engine_list.js:185: this.nameField_.disabled ...
6 years, 1 month ago (2014-10-28 01:36:59 UTC) #4
vasilii
https://codereview.chromium.org/684493002/diff/1/chrome/browser/resources/options/search_engine_manager_engine_list.js File chrome/browser/resources/options/search_engine_manager_engine_list.js (left): https://codereview.chromium.org/684493002/diff/1/chrome/browser/resources/options/search_engine_manager_engine_list.js#oldcode185 chrome/browser/resources/options/search_engine_manager_engine_list.js:185: this.nameField_.disabled = true; On 2014/10/28 01:36:59, Dan Beam wrote: ...
6 years, 1 month ago (2014-10-28 14:01:39 UTC) #5
Dan Beam
lgtm
6 years, 1 month ago (2014-10-29 00:14:33 UTC) #6
vasilii
Thanks. Peter?
6 years, 1 month ago (2014-10-29 09:34:29 UTC) #7
Peter Kasting
This is basically a style review, rather than a functional one; it's beyond me to ...
6 years, 1 month ago (2014-10-29 18:55:51 UTC) #8
vasilii
The extension keywords are to be removed regardless of '_' number. The normal keywords are ...
6 years, 1 month ago (2014-11-03 15:14:31 UTC) #9
Peter Kasting
https://codereview.chromium.org/684493002/diff/20001/components/search_engines/template_url_service.cc File components/search_engines/template_url_service.cc (right): https://codereview.chromium.org/684493002/diff/20001/components/search_engines/template_url_service.cc#newcode879 components/search_engines/template_url_service.cc:879: // crbug/411197. We don't store omnibox extensions anymore. On ...
6 years, 1 month ago (2014-11-03 18:42:03 UTC) #10
vasilii
https://codereview.chromium.org/684493002/diff/20001/components/search_engines/template_url_service.cc File components/search_engines/template_url_service.cc (right): https://codereview.chromium.org/684493002/diff/20001/components/search_engines/template_url_service.cc#newcode879 components/search_engines/template_url_service.cc:879: // crbug/411197. We don't store omnibox extensions anymore. On ...
6 years, 1 month ago (2014-11-04 18:22:30 UTC) #11
Peter Kasting
https://codereview.chromium.org/684493002/diff/20001/components/search_engines/template_url_service.cc File components/search_engines/template_url_service.cc (right): https://codereview.chromium.org/684493002/diff/20001/components/search_engines/template_url_service.cc#newcode879 components/search_engines/template_url_service.cc:879: // crbug/411197. We don't store omnibox extensions anymore. On ...
6 years, 1 month ago (2014-11-04 19:11:56 UTC) #12
vasilii
https://codereview.chromium.org/684493002/diff/20001/components/search_engines/template_url_service.cc File components/search_engines/template_url_service.cc (right): https://codereview.chromium.org/684493002/diff/20001/components/search_engines/template_url_service.cc#newcode879 components/search_engines/template_url_service.cc:879: // crbug/411197. We don't store omnibox extensions anymore. On ...
6 years, 1 month ago (2014-11-05 18:04:50 UTC) #13
Peter Kasting
LGTM! https://codereview.chromium.org/684493002/diff/80001/components/search_engines/keyword_table.h File components/search_engines/keyword_table.h (right): https://codereview.chromium.org/684493002/diff/80001/components/search_engines/keyword_table.h#newcode143 components/search_engines/keyword_table.h:143: bool MigrateToVersion59RemoveExtensionsKeywords(); Tiny nit: "ExtensionKeywords" seems more grammatical ...
6 years, 1 month ago (2014-11-05 23:21:14 UTC) #14
vasilii
https://codereview.chromium.org/684493002/diff/80001/components/search_engines/keyword_table.h File components/search_engines/keyword_table.h (right): https://codereview.chromium.org/684493002/diff/80001/components/search_engines/keyword_table.h#newcode143 components/search_engines/keyword_table.h:143: bool MigrateToVersion59RemoveExtensionsKeywords(); On 2014/11/05 23:21:14, Peter Kasting wrote: > ...
6 years, 1 month ago (2014-11-06 10:42:34 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/684493002/100001
6 years, 1 month ago (2014-11-06 10:43:43 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001)
6 years, 1 month ago (2014-11-06 11:59:18 UTC) #18
commit-bot: I haz the power
6 years, 1 month ago (2014-11-06 12:00:02 UTC) #19
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/1fb8425a95c4681b95d174a225cdd562daac525f
Cr-Commit-Position: refs/heads/master@{#303010}

Powered by Google App Engine
This is Rietveld 408576698