<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Browser/src/com/android/browser/search/SearchEngines.java, branch replicant-6.0</title>
<subtitle>packages/apps/browser
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/'/>
<entry>
<title>Remove the psychic labs feature.</title>
<updated>2011-11-18T11:42:58+00:00</updated>
<author>
<name>Narayan Kamath</name>
<email>narayan@google.com</email>
</author>
<published>2011-11-17T14:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=f3174a588cdf63ef59055998c23aad4b36b7856e'/>
<id>f3174a588cdf63ef59055998c23aad4b36b7856e</id>
<content type='text'>
Reverts the UrlInputView to a standard autocomplete
that causes less trouble for IMEs.

bug:5598837
Change-Id: If469d76f4feda88e4a122264a39d317737404578
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverts the UrlInputView to a standard autocomplete
that causes less trouble for IMEs.

bug:5598837
Change-Id: If469d76f4feda88e4a122264a39d317737404578
</pre>
</div>
</content>
</entry>
<entry>
<title>Browser settings refactor</title>
<updated>2011-04-26T20:03:32+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2011-04-25T16:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=35e9dd6283a2d65687104eb0b3a459c02dcb150b'/>
<id>35e9dd6283a2d65687104eb0b3a459c02dcb150b</id>
<content type='text'>
Change-Id: I6fc1b21f7ea692fbe37a17bf900e9b7408a9c077
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6fc1b21f7ea692fbe37a17bf900e9b7408a9c077
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement the psychic search engine.</title>
<updated>2011-03-02T22:45:45+00:00</updated>
<author>
<name>Narayan Kamath</name>
<email>narayan@google.com</email>
</author>
<published>2011-02-23T15:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=5119edd5744cfc6d3a8ed480a8853586c737bed4'/>
<id>5119edd5744cfc6d3a8ed480a8853586c737bed4</id>
<content type='text'>
(a) Add a new subclass of SearchEngine that receives
suggestions provided by psychic and displays them in the
suggestions dropdown.
(b) Add a Labs setting that can turn this feature on or
off.

Change-Id: Icae05b6b55f489278028e5af560d9b36014a0f59
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(a) Add a new subclass of SearchEngine that receives
suggestions provided by psychic and displays them in the
suggestions dropdown.
(b) Add a Labs setting that can turn this feature on or
off.

Change-Id: Icae05b6b55f489278028e5af560d9b36014a0f59
</pre>
</div>
</content>
</entry>
<entry>
<title>Special case searching in incognito mode</title>
<updated>2011-01-24T22:46:46+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2011-01-24T21:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=b77bdc4dddf867e49a0157ca56119b85e12fb440'/>
<id>b77bdc4dddf867e49a0157ca56119b85e12fb440</id>
<content type='text'>
 Bug: 3336558
 The default flow when the user hits enter in UrlInputView is handled
 by IntentHandler. If the input isn't a URL, it is treated as a search
 request, which is causes an intent to be fired off from the search
 engine. This is logged, which we can't have in incognito mode. For now,
 handle this by having the UrlInputView detect search requests, lookup
 the search engine info, and use that to build the search request URL
 directly, previnting logging.

Change-Id: I4b98240f4b2aff265638b53cb65677bc1bd507c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Bug: 3336558
 The default flow when the user hits enter in UrlInputView is handled
 by IntentHandler. If the input isn't a URL, it is treated as a search
 request, which is causes an intent to be fired off from the search
 engine. This is logged, which we can't have in incognito mode. For now,
 handle this by having the UrlInputView detect search requests, lookup
 the search engine info, and use that to build the search request URL
 directly, previnting logging.

Change-Id: I4b98240f4b2aff265638b53cb65677bc1bd507c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Add user-selected search providers to browser</title>
<updated>2010-09-15T13:49:01+00:00</updated>
<author>
<name>Bjorn Bringert</name>
<email>bringert@android.com</email>
</author>
<published>2010-09-13T13:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=d69f51ddd5b6c28c9d16725e65facaf830d650e1'/>
<id>d69f51ddd5b6c28c9d16725e65facaf830d650e1</id>
<content type='text'>
The lists of search providers are taken from Chrome.

Change-Id: I320f43f06d3a79a3b7a065c73859853dedf0a6b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The lists of search providers are taken from Chrome.

Change-Id: I320f43f06d3a79a3b7a065c73859853dedf0a6b5
</pre>
</div>
</content>
</entry>
</feed>
