OSDN Git Service

Merge change 5160 into donut
authorAndroid (Google) Code Review <android-gerrit@google.com>
Wed, 24 Jun 2009 03:03:05 +0000 (20:03 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Wed, 24 Jun 2009 03:03:05 +0000 (20:03 -0700)
commitd1c2a433c79451aac4340aef8f0d83081977df84
treec954098dfc02263fd6545a4aca870f7f478a9770
parent15e9f2dc92cf1621f95071b3c740f46079aa0f3b
parent2af730520477a41106eef3a8480bb57fda5b03b2
Merge change 5160 into donut

* changes:
  Return the url of a browser history item in the intent query column of the suggestion. This is so that global search can rewrite a query in the search dialog (i.e., fill in the search box with the url of the suggestion when the user rolls over to select the suggestion). Browser uses android:searchMode="rewriteQueryFromData" to accomplish this but global search does the default thing of using the intent query column, if present, as a rewrite for the current query.