<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Browser/src/com/android/browser/AutoFillProfileDatabase.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>De-classicify Android Browser part 2</title>
<updated>2013-08-26T03:07:02+00:00</updated>
<author>
<name>Jonathan Dixon</name>
<email>joth@google.com</email>
</author>
<published>2013-08-26T02:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=f9e1705d4012706664a2bdf63a50b8a784b833dd'/>
<id>f9e1705d4012706664a2bdf63a50b8a784b833dd</id>
<content type='text'>
Bug: 10427705

Allows Browser to compile even when WebViewClassic is no longer in
frameworks/base. The deleted functionality was already disabled at
runtime when using non-classic webview.

Change-Id: I21b58ec52ac059c699b49a2dd80008d9a9e6791a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 10427705

Allows Browser to compile even when WebViewClassic is no longer in
frameworks/base. The deleted functionality was already disabled at
runtime when using non-classic webview.

Change-Id: I21b58ec52ac059c699b49a2dd80008d9a9e6791a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup browser to use WebView proxy</title>
<updated>2012-03-02T11:18:30+00:00</updated>
<author>
<name>Jonathan Dixon</name>
<email>joth@google.com</email>
</author>
<published>2012-02-24T00:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=4d2fcaba7fb8eb1723943ac9a10e76d509330bd1'/>
<id>4d2fcaba7fb8eb1723943ac9a10e76d509330bd1</id>
<content type='text'>
Has to escape out to WebViewClassic whenever it needs a hidden API.

Interdepends on https://android-git.corp.google.com/g/165608

Change-Id: Ic61dd7f57f75381864075605d5901f2688648cbd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Has to escape out to WebViewClassic whenever it needs a hidden API.

Interdepends on https://android-git.corp.google.com/g/165608

Change-Id: Ic61dd7f57f75381864075605d5901f2688648cbd
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement the "Delete Profile" button in the AutoFill editor.</title>
<updated>2010-10-29T10:34:36+00:00</updated>
<author>
<name>Ben Murdoch</name>
<email>benm@google.com</email>
</author>
<published>2010-10-26T14:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=23da30e29c15ac47aab3fa7ec7091d22dbf86177'/>
<id>23da30e29c15ac47aab3fa7ec7091d22dbf86177</id>
<content type='text'>
Sync a null profile to BrowserSettings and remove the current
profile data from the editor UI and database.

Change-Id: I9ee911640882841b500914be5c381f686bc20e81
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sync a null profile to BrowserSettings and remove the current
profile data from the editor UI and database.

Change-Id: I9ee911640882841b500914be5c381f686bc20e81
</pre>
</div>
</content>
</entry>
<entry>
<title>Full profile editor and syncing with WebSettings.</title>
<updated>2010-10-14T14:32:33+00:00</updated>
<author>
<name>Ben Murdoch</name>
<email>benm@google.com</email>
</author>
<published>2010-10-13T12:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=36a23dd3e46167507070bd9f0e6237570d721b2f'/>
<id>36a23dd3e46167507070bd9f0e6237570d721b2f</id>
<content type='text'>
Add all fields to the AutoFill profile editor and sync them
over to WebSettings through BrowserSettings.

Change-Id: I5eb69ba802571d2261ea11851bdf1b515ca8fb8c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add all fields to the AutoFill profile editor and sync them
over to WebSettings through BrowserSettings.

Change-Id: I5eb69ba802571d2261ea11851bdf1b515ca8fb8c
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync Autofill profile data native side</title>
<updated>2010-10-13T10:33:39+00:00</updated>
<author>
<name>Ben Murdoch</name>
<email>benm@google.com</email>
</author>
<published>2010-10-08T11:41:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=0cb8189efd19242f4b2962378bf32de122dafde0'/>
<id>0cb8189efd19242f4b2962378bf32de122dafde0</id>
<content type='text'>
When the user adds or edits the AutoFill profile, sync that
data to the native WebKit code through the BrowserSettings
object. Also sync the profile data on startup if it is
available.

Change-Id: I6146a842cb765f8ed91c109537038baad6b547fb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the user adds or edits the AutoFill profile, sync that
data to the native WebKit code through the BrowserSettings
object. Also sync the profile data on startup if it is
available.

Change-Id: I6146a842cb765f8ed91c109537038baad6b547fb
</pre>
</div>
</content>
</entry>
<entry>
<title>AutoFill Profile editor UI initial checkin</title>
<updated>2010-10-06T10:37:57+00:00</updated>
<author>
<name>Ben Murdoch</name>
<email>benm@google.com</email>
</author>
<published>2010-09-10T21:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=af55452d7f37c20201663b80ca77b64457323361'/>
<id>af55452d7f37c20201663b80ca77b64457323361</id>
<content type='text'>
Make a start on a simple AutoFill profile editor so that
we can get rid of the default John Smith profile we've
been using for testing. This CL also moves the autofill
settings from the Privacy Preferences page to the Personal
Preferences page.

Note that this is just the profile editor in the Browser
and although the data entered is persisted to disk, it is
not yet synced with the native AutoFill code so for now we
continue to use the canned profile native side.

Change-Id: Ie609c5f25fffc914267605efdb10444379c29388
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make a start on a simple AutoFill profile editor so that
we can get rid of the default John Smith profile we've
been using for testing. This CL also moves the autofill
settings from the Privacy Preferences page to the Personal
Preferences page.

Note that this is just the profile editor in the Browser
and although the data entered is persisted to disk, it is
not yet synced with the native AutoFill code so for now we
continue to use the canned profile native side.

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