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

Issue 14358005: Omnibox refactor, moved OnResultChanged to OmniboxController (Closed)

Created:
7 years, 8 months ago by beaudoin
Modified:
7 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Omnibox refactor, moved OnResultChanged to OmniboxController Follow up on https://codereview.chromium.org/13932034/ BUG=234733 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201839

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rebased on change to previous patch. #

Patch Set 3 : Rebased #

Patch Set 4 : Before unit test removal #

Patch Set 5 : Removed unit test. #

Total comments: 8

Patch Set 6 : Answered nits, moved OnPopupBoundsChanged to OmniboxController. #

Patch Set 7 : Rebased #

Total comments: 2

Patch Set 8 : Fixed nit. #

Total comments: 7

Patch Set 9 : Fixed nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -124 lines) Patch
M chrome/browser/ui/omnibox/omnibox_controller.h View 1 2 3 4 5 6 7 8 2 chunks +37 lines, -1 line 0 comments Download
M chrome/browser/ui/omnibox/omnibox_controller.cc View 1 2 3 4 5 6 7 8 2 chunks +100 lines, -3 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.h View 1 2 3 4 5 6 7 chunks +20 lines, -10 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.cc View 1 2 3 4 5 6 7 22 chunks +35 lines, -110 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Mathieu
https://chromiumcodereview.appspot.com/14358005/diff/1/chrome/browser/ui/omnibox/omnibox_controller.cc File chrome/browser/ui/omnibox/omnibox_controller.cc (right): https://chromiumcodereview.appspot.com/14358005/diff/1/chrome/browser/ui/omnibox/omnibox_controller.cc#newcode76 chrome/browser/ui/omnibox/omnibox_controller.cc:76: if (popup_->IsOpen()) { I've never liked this method name ...
7 years, 8 months ago (2013-04-24 16:45:56 UTC) #1
beaudoin
Still early stage, don't spend too much time reviewing this.
7 years, 7 months ago (2013-04-30 15:30:40 UTC) #2
sreeram
On 2013/04/30 15:30:40, beaudoin wrote: > Still early stage, don't spend too much time reviewing ...
7 years, 7 months ago (2013-04-30 18:07:50 UTC) #3
beaudoin
This is ready for review. Slowly moving more and more code into OmniboxController.
7 years, 7 months ago (2013-05-03 18:57:27 UTC) #4
Mathieu
On 2013/05/03 18:57:27, beaudoin wrote: > This is ready for review. Slowly moving more and ...
7 years, 7 months ago (2013-05-03 19:08:47 UTC) #5
Mathieu
Bleh, here are the nits. https://codereview.chromium.org/14358005/diff/16001/chrome/browser/ui/omnibox/omnibox_controller.cc File chrome/browser/ui/omnibox/omnibox_controller.cc (right): https://codereview.chromium.org/14358005/diff/16001/chrome/browser/ui/omnibox/omnibox_controller.cc#newcode43 chrome/browser/ui/omnibox/omnibox_controller.cc:43: // instant extended, remove ...
7 years, 7 months ago (2013-05-03 19:09:02 UTC) #6
beaudoin
Answered Mathieu's comments. As I was digging down to understand what's going on I found ...
7 years, 7 months ago (2013-05-04 03:06:51 UTC) #7
beaudoin
I meant: move OnPopupBoundsChanged to the OmniboxController.
7 years, 7 months ago (2013-05-04 03:22:36 UTC) #8
sreeram
lgtm https://codereview.chromium.org/14358005/diff/27001/chrome/browser/ui/omnibox/omnibox_edit_model.cc File chrome/browser/ui/omnibox/omnibox_edit_model.cc (right): https://codereview.chromium.org/14358005/diff/27001/chrome/browser/ui/omnibox/omnibox_edit_model.cc#newcode263 chrome/browser/ui/omnibox/omnibox_edit_model.cc:263: search_provider->ClearInstantSuggestion(); Why put back the check? I took ...
7 years, 7 months ago (2013-05-22 15:33:45 UTC) #9
beaudoin
+pkasting for OWNERS. https://codereview.chromium.org/14358005/diff/27001/chrome/browser/ui/omnibox/omnibox_edit_model.cc File chrome/browser/ui/omnibox/omnibox_edit_model.cc (right): https://codereview.chromium.org/14358005/diff/27001/chrome/browser/ui/omnibox/omnibox_edit_model.cc#newcode263 chrome/browser/ui/omnibox/omnibox_edit_model.cc:263: search_provider->ClearInstantSuggestion(); On 2013/05/22 15:33:45, sreeram wrote: ...
7 years, 7 months ago (2013-05-22 17:06:00 UTC) #10
Peter Kasting
Rubber-stamp LGTM https://codereview.chromium.org/14358005/diff/32001/chrome/browser/ui/omnibox/omnibox_controller.cc File chrome/browser/ui/omnibox/omnibox_controller.cc (right): https://codereview.chromium.org/14358005/diff/32001/chrome/browser/ui/omnibox/omnibox_controller.cc#newcode91 chrome/browser/ui/omnibox/omnibox_controller.cc:91: // Accepts the temporary text as the ...
7 years, 7 months ago (2013-05-22 23:56:54 UTC) #11
beaudoin
https://codereview.chromium.org/14358005/diff/32001/chrome/browser/ui/omnibox/omnibox_controller.cc File chrome/browser/ui/omnibox/omnibox_controller.cc (right): https://codereview.chromium.org/14358005/diff/32001/chrome/browser/ui/omnibox/omnibox_controller.cc#newcode91 chrome/browser/ui/omnibox/omnibox_controller.cc:91: // Accepts the temporary text as the user text, ...
7 years, 7 months ago (2013-05-23 14:16:41 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/beaudoin@chromium.org/14358005/39001
7 years, 7 months ago (2013-05-23 14:17:29 UTC) #13
sreeram
https://codereview.chromium.org/14358005/diff/32001/chrome/browser/ui/omnibox/omnibox_edit_model.h File chrome/browser/ui/omnibox/omnibox_edit_model.h (right): https://codereview.chromium.org/14358005/diff/32001/chrome/browser/ui/omnibox/omnibox_edit_model.h#newcode92 chrome/browser/ui/omnibox/omnibox_edit_model.h:92: omnibox_controller_->set_popup_model(popup_model); On 2013/05/23 14:16:41, beaudoin wrote: > On 2013/05/22 ...
7 years, 7 months ago (2013-05-23 14:18:45 UTC) #14
commit-bot: I haz the power
7 years, 7 months ago (2013-05-23 18:50:28 UTC) #15
Message was sent while issue was closed.
Change committed as 201839

Powered by Google App Engine
This is Rietveld 408576698