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

Issue 12250033: Consolidate search terms extraction and Instant process determination. (Closed)

Created:
7 years, 10 months ago by sreeram
Modified:
7 years, 10 months ago
CC:
chromium-reviews, melevin, dhollowa+watch_chromium.org, gideonwald, dominich, David Black, samarth+watch_chromium.org, Jered, Mathieu
Visibility:
Public.

Description

Consolidate search terms extraction and Instant process determination. Reverts changes made to template_url.* in http://crrev.com/178755. BUG=170390 R=dhollowa@chromium.org,pkasting@chromium.org,sky@chromium.org TEST=none; no visible changes. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182381

Patch Set 1 #

Patch Set 2 : Fixed build/tests #

Total comments: 2

Patch Set 3 : string16() #

Patch Set 4 : More test fixes #

Total comments: 2

Patch Set 5 : Style nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+456 lines, -547 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 7 chunks +16 lines, -60 lines 0 comments Download
M chrome/browser/instant/instant_browsertest.cc View 1 1 chunk +0 lines, -31 lines 0 comments Download
M chrome/browser/instant/instant_controller.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/instant/instant_controller.cc View 5 chunks +5 lines, -7 lines 0 comments Download
M chrome/browser/instant/instant_extended_browsertest.cc View 1 2 3 3 chunks +17 lines, -6 lines 0 comments Download
M chrome/browser/instant/instant_overlay.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/instant/instant_service_factory.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/instant/instant_service_factory.cc View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/instant/instant_test_utils.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/instant/instant_test_utils.cc View 1 3 chunks +5 lines, -11 lines 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 6 chunks +16 lines, -1 line 0 comments Download
M chrome/browser/search_engines/template_url.h View 3 chunks +3 lines, -12 lines 0 comments Download
M chrome/browser/search_engines/template_url.cc View 5 chunks +0 lines, -36 lines 0 comments Download
M chrome/browser/search_engines/template_url_unittest.cc View 2 chunks +8 lines, -102 lines 0 comments Download
M chrome/browser/ui/browser_instant_controller.cc View 1 1 chunk +8 lines, -10 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac_unittest.mm View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/search/search.h View 2 chunks +56 lines, -33 lines 0 comments Download
M chrome/browser/ui/search/search.cc View 1 2 7 chunks +228 lines, -115 lines 0 comments Download
M chrome/browser/ui/search/search_tab_helper.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/search/search_tab_helper.cc View 1 4 chunks +19 lines, -43 lines 0 comments Download
M chrome/browser/ui/search/search_unittest.cc View 1 2 chunks +50 lines, -0 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.h View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.cc View 1 2 3 4 5 chunks +4 lines, -55 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_unittest.cc View 1 4 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
sreeram
dhollowa: c/b/ui/search/... and chrome_content_browser_client.cc pkasting: c/b/search_engines/... and c/b/ui/toolbar/... sky: c/b/instant/... and browser_instant_controller.cc
7 years, 10 months ago (2013-02-13 06:59:02 UTC) #1
sreeram
joaodasilva: policy_browsertest.cc sail: omnibox_view_mac_unittest.mm
7 years, 10 months ago (2013-02-13 10:00:27 UTC) #2
Joao da Silva
policy/ lgtm
7 years, 10 months ago (2013-02-13 10:26:45 UTC) #3
sky
LGTM
7 years, 10 months ago (2013-02-13 15:37:04 UTC) #4
dhollowa
LGTM. https://codereview.chromium.org/12250033/diff/3001/chrome/browser/ui/search/search.cc File chrome/browser/ui/search/search.cc (right): https://codereview.chromium.org/12250033/diff/3001/chrome/browser/ui/search/search.cc#newcode192 chrome/browser/ui/search/search.cc:192: return search_terms; For these early returns, and anywhere ...
7 years, 10 months ago (2013-02-13 17:42:28 UTC) #5
sreeram
https://codereview.chromium.org/12250033/diff/3001/chrome/browser/ui/search/search.cc File chrome/browser/ui/search/search.cc (right): https://codereview.chromium.org/12250033/diff/3001/chrome/browser/ui/search/search.cc#newcode192 chrome/browser/ui/search/search.cc:192: return search_terms; On 2013/02/13 17:42:28, dhollowa wrote: > For ...
7 years, 10 months ago (2013-02-13 17:45:05 UTC) #6
dhollowa
On 2013/02/13 17:45:05, sreeram wrote: > https://codereview.chromium.org/12250033/diff/3001/chrome/browser/ui/search/search.cc > File chrome/browser/ui/search/search.cc (right): > > https://codereview.chromium.org/12250033/diff/3001/chrome/browser/ui/search/search.cc#newcode192 > ...
7 years, 10 months ago (2013-02-13 17:52:46 UTC) #7
sail
cocoa/* LGTM
7 years, 10 months ago (2013-02-13 17:54:32 UTC) #8
sreeram
On 2013/02/13 17:52:46, dhollowa wrote: > I found myself visually searching up and down the ...
7 years, 10 months ago (2013-02-13 17:57:45 UTC) #9
sreeram
@dhollowa/@sky: Please take another look at the changes introduced in patchset #4. The InstantService needs ...
7 years, 10 months ago (2013-02-13 21:54:31 UTC) #10
Peter Kasting
LGTM; the APIs in search.h look much more comprehensible to me than IsInstantURL() was, as ...
7 years, 10 months ago (2013-02-13 22:16:27 UTC) #11
sreeram
https://codereview.chromium.org/12250033/diff/5010/chrome/browser/ui/toolbar/toolbar_model_impl.cc File chrome/browser/ui/toolbar/toolbar_model_impl.cc (right): https://codereview.chromium.org/12250033/diff/5010/chrome/browser/ui/toolbar/toolbar_model_impl.cc#newcode51 chrome/browser/ui/toolbar/toolbar_model_impl.cc:51: const content::WebContents* contents = delegate_->GetActiveWebContents(); On 2013/02/13 22:16:27, Peter ...
7 years, 10 months ago (2013-02-13 22:30:26 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sreeram@chromium.org/12250033/5013
7 years, 10 months ago (2013-02-13 22:42:36 UTC) #13
sky
Won't creating an overlay at startup effect startup timing? -Scott On Wed, Feb 13, 2013 ...
7 years, 10 months ago (2013-02-13 23:06:37 UTC) #14
sreeram
On Wed, Feb 13, 2013 at 2:34 PM, Scott Violet <sky@chromium.org> wrote: > Won't creating ...
7 years, 10 months ago (2013-02-13 23:06:39 UTC) #15
commit-bot: I haz the power
Retried try job too often on linux_clang for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_clang&number=83737
7 years, 10 months ago (2013-02-13 23:20:54 UTC) #16
dhollowa
lgtm
7 years, 10 months ago (2013-02-13 23:28:38 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sreeram@chromium.org/12250033/5013
7 years, 10 months ago (2013-02-13 23:58:01 UTC) #18
commit-bot: I haz the power
7 years, 10 months ago (2013-02-14 03:39:35 UTC) #19
Message was sent while issue was closed.
Change committed as 182381

Powered by Google App Engine
This is Rietveld 408576698