|
|
Propagate the search request params from the browser to the Instant search base page to fix the embedded search request logging issues.
- Adds an attribute in EmbeddedSearch SearchBox API to pass the embedded search request params (such as omnibox query suggestion stats, original query, etc) to the Instant search base page at the query submission time.
Server side bug: b/17555463
Server side CL: cl/76305813
BUG= 421258
TEST=none
Committed: https://crrev.com/562c49c8edf16a40ef3f76fb6a57d7ac17331216
Cr-Commit-Position: refs/heads/master@{#304544}
Total comments: 18
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+296 lines, -27 lines) |
Patch |
 |
M |
chrome/browser/android/tab_android.cc
|
View
|
1
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_instant_controller.cc
|
View
|
1
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search/instant_controller.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search/instant_controller.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search/instant_search_prerenderer.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search/instant_search_prerenderer.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search/instant_search_prerenderer_unittest.cc
|
View
|
1
|
3 chunks |
+29 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search/search_ipc_router.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search/search_ipc_router.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search/search_ipc_router_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search/search_tab_helper.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search/search_tab_helper.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/OWNERS
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/instant_types.h
|
View
|
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/instant_types.cc
|
View
|
1
|
2 chunks |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/instant_types_unittest.cc
|
View
|
1
2
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages.h
|
View
|
1
2
3
|
2 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/searchbox_api.js
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/searchbox/searchbox.h
|
View
|
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/searchbox/searchbox.cc
|
View
|
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/searchbox/searchbox_extension.cc
|
View
|
|
3 chunks |
+39 lines, -0 lines |
0 comments
|
Download
|
Total messages: 34 (19 generated)
|