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

Issue 2177123003: Move SearchProvider implementation into Blink and make it a no-op. (Closed)

Created:
4 years, 5 months ago by dcheng
Modified:
4 years, 4 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, blink-reviews, chromium-apps-reviews_chromium.org, chromium-reviews, darin (slow to review), Evan Stade, extensions-reviews_chromium.org, qsr+mojo_chromium.org, tibell, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move SearchProvider implementation into Blink and make it a no-op. BUG=545585, 631325 Committed: https://crrev.com/c4fc2c3302b82b57d9a4dfcef4d9c8e292f710d0 Cr-Commit-Position: refs/heads/master@{#408307}

Patch Set 1 #

Patch Set 2 : Add new files #

Patch Set 3 : analyze fix #

Patch Set 4 : rebase #

Patch Set 5 : Rebaseline tests #

Patch Set 6 : Rebase one more test. #

Total comments: 3

Patch Set 7 : . #

Patch Set 8 : Not a move #

Total comments: 4

Patch Set 9 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -1293 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 2 chunks +0 lines, -5 lines 0 comments Download
D chrome/browser/external_extension_browsertest.cc View 1 2 3 4 1 chunk +0 lines, -165 lines 0 comments Download
D chrome/browser/search_engines/search_provider_install_data.h View 1 2 3 4 5 6 1 chunk +0 lines, -107 lines 0 comments Download
D chrome/browser/search_engines/search_provider_install_data.cc View 1 2 3 4 5 6 1 chunk +0 lines, -317 lines 0 comments Download
D chrome/browser/search_engines/search_provider_install_data_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -280 lines 0 comments Download
D chrome/browser/search_engines/search_provider_install_state_impl.h View 1 2 3 1 chunk +0 lines, -69 lines 0 comments Download
D chrome/browser/search_engines/search_provider_install_state_impl.cc View 1 2 3 1 chunk +0 lines, -107 lines 0 comments Download
M chrome/browser/ui/search_engines/search_engine_tab_helper.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 2 chunks +0 lines, -19 lines 0 comments Download
M chrome/chrome_renderer.gypi View 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/BUILD.gn View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
D chrome/common/search_provider.h View 1 chunk +0 lines, -22 lines 0 comments Download
D chrome/common/search_provider.mojom View 1 chunk +0 lines, -37 lines 0 comments Download
M chrome/renderer/BUILD.gn View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
D chrome/renderer/external_extension.h View 1 chunk +0 lines, -23 lines 0 comments Download
D chrome/renderer/external_extension.cc View 1 chunk +0 lines, -113 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties-expected.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/DOMWindow.h View 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/DOMWindow.cpp View 2 chunks +7 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/frame/External.h View 1 2 3 4 5 6 7 8 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/frame/External.idl View 1 2 3 4 5 6 7 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Window.idl View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 49 (37 generated)
dcheng
I need to rebaseline some of the tests, but none of the test failures seem ...
4 years, 5 months ago (2016-07-26 00:30:31 UTC) #15
dcheng
(Also, I'm not sure if this needs a new intent to implement and ship, probably, ...
4 years, 5 months ago (2016-07-26 00:30:55 UTC) #16
dcheng
I went ahead and filed an intent: https://crbug.com/631325 I'll wait to land this until the ...
4 years, 4 months ago (2016-07-26 12:36:33 UTC) #22
jam
Thanks for doing this. can also delete chrome/browser/search_engines/search_provider_install_data* https://codereview.chromium.org/2177123003/diff/100001/third_party/WebKit/Source/core/frame/External.idl File third_party/WebKit/Source/core/frame/External.idl (right): https://codereview.chromium.org/2177123003/diff/100001/third_party/WebKit/Source/core/frame/External.idl#newcode8 third_party/WebKit/Source/core/frame/External.idl:8: void ...
4 years, 4 months ago (2016-07-26 17:04:55 UTC) #27
jam
https://codereview.chromium.org/2177123003/diff/100001/third_party/WebKit/Source/core/frame/External.idl File third_party/WebKit/Source/core/frame/External.idl (right): https://codereview.chromium.org/2177123003/diff/100001/third_party/WebKit/Source/core/frame/External.idl#newcode8 third_party/WebKit/Source/core/frame/External.idl:8: void IsSearchProviderInstalled(); On 2016/07/26 17:04:55, jam wrote: > this ...
4 years, 4 months ago (2016-07-26 17:09:23 UTC) #28
dcheng
Deleted search_provider_install_data as well now, thanks for the pointer. https://codereview.chromium.org/2177123003/diff/100001/third_party/WebKit/Source/core/frame/External.idl File third_party/WebKit/Source/core/frame/External.idl (right): https://codereview.chromium.org/2177123003/diff/100001/third_party/WebKit/Source/core/frame/External.idl#newcode8 third_party/WebKit/Source/core/frame/External.idl:8: ...
4 years, 4 months ago (2016-07-27 00:18:38 UTC) #31
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/2177123003/diff/140001/third_party/WebKit/Source/core/frame/External.h File third_party/WebKit/Source/core/frame/External.h (right): https://codereview.chromium.org/2177123003/diff/140001/third_party/WebKit/Source/core/frame/External.h#newcode14 third_party/WebKit/Source/core/frame/External.h:14: DEFINE_WRAPPERTYPEINFO(); wtf_make_noncopiable? https://codereview.chromium.org/2177123003/diff/140001/third_party/WebKit/Source/core/frame/External.h#newcode16 third_party/WebKit/Source/core/frame/External.h:16: External() { } = ...
4 years, 4 months ago (2016-07-27 07:34:35 UTC) #36
dcheng
https://codereview.chromium.org/2177123003/diff/140001/third_party/WebKit/Source/core/frame/External.h File third_party/WebKit/Source/core/frame/External.h (right): https://codereview.chromium.org/2177123003/diff/140001/third_party/WebKit/Source/core/frame/External.h#newcode14 third_party/WebKit/Source/core/frame/External.h:14: DEFINE_WRAPPERTYPEINFO(); On 2016/07/27 07:34:35, jochen wrote: > wtf_make_noncopiable? That's ...
4 years, 4 months ago (2016-07-27 08:01:59 UTC) #39
jam
lgtm
4 years, 4 months ago (2016-07-27 17:25:09 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2177123003/160001
4 years, 4 months ago (2016-07-28 01:19:08 UTC) #45
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 4 months ago (2016-07-28 01:24:00 UTC) #47
commit-bot: I haz the power
4 years, 4 months ago (2016-07-28 01:26:23 UTC) #49
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/c4fc2c3302b82b57d9a4dfcef4d9c8e292f710d0
Cr-Commit-Position: refs/heads/master@{#408307}

Powered by Google App Engine
This is Rietveld 408576698