DescriptionTo support Instant search in Android Chrome, this CL
(1) Prerenders an Instant search base page on the receipt of a high-confidence search suggestion.
(2) Prefetches the search results for the high-confidence suggestion using the prerendered page.
(3) When the user commits the search query, Android Chrome submits the query to the prerendered page and swaps the active tab contents with the prerendered contents.
BUG=382694
TEST= Apply this patch, build Android Chrome and run it against the server url specified in go/yzcku. Type a search query in the LocationBar. Android Chrome should identify the high-confidence suggestion for the typed query and prefetch the results for that suggestion. Commit the typed query. Android Chrome should swap the active tab contents with the prerendered page contents. You should see the search results instantaneously.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277818
Patch Set 1 : '' #
Total comments: 4
Patch Set 2 : Addressed comments #
Total comments: 2
Patch Set 3 : Addressed coment #Patch Set 4 : '' #Patch Set 5 : Rebase #
Messages
Total messages: 21 (1 generated)
|