History log of /external/chromium/android/autofill/url_fetcher_proxy.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cecae02673edd6b4cee88a9b87a61055a91f70bb 20-Jul-2011 Kristian Monsen <kristianm@google.com> Part of fix for 5065047: build libchromium as a shared lib

Linking chromium_net as a static lib.

Needed to update the jni to be handled internally instead
of using the one from webkit it got linked with.

Change-Id: Ia717a29afa879be39835d22faacb6c4810728b53
/external/chromium/android/autofill/url_fetcher_proxy.h
4ec1b5c8bfb53483c6105db0656c81740f798f10 28-Jul-2011 Kristian Monsen <kristianm@google.com> Preparation for fixing bug 5065047: build libchromium as a shared lib

Use FormField from chromium instead of Android.

Change-Id: I63565da382ea5dd10e7aed57a5a0f47293d160a0
/external/chromium/android/autofill/url_fetcher_proxy.h
8474bd350e233cca45dcbfe5f8e4f542675c4c66 06-Jul-2011 Kristian Monsen <kristianm@google.com> Merge Chromium at r12.0.742.93: Compile fixes from moving url_request_context_getter

Change-Id: I9daca7590633f466d3066e359a3bb8c6d29d6d19
http://codereview.chromium.org/6778025
/external/chromium/android/autofill/url_fetcher_proxy.h
532b5811cf4c192c4333b19108d6a303edb23691 02-Jun-2011 Kristian Monsen <kristianm@google.com> Merge Chromium at r11.0.672.0: Compile fix in url_fetcher_proxy.h

Typedef removed in:
http://src.chromium.org/viewvc/chrome/trunk/src/net/url_request/url_request_status.h?r1=70592&r2=71285&pathrev=74924

Change-Id: I2819b8a476bec59dc8c99d75efa81eb4351bf9b2
/external/chromium/android/autofill/url_fetcher_proxy.h
9aa5f8b435409e063e76e6e4f12f5c4e85997e0a 24-May-2011 Kristian Monsen <kristianm@google.com> Merge Chromium at 10.0.634.0: Fix conflict and compile from thread.h move

thread.h was moved in this CL:
http://codereview.chromium.org/6028009

Change-Id: I19110c2c356d07b3e3bd5256161bec45c21c057f
/external/chromium/android/autofill/url_fetcher_proxy.h
40eae52c5e5dbf475a0cf368c9ccbb7f8a0653f4 17-Dec-2010 Ben Murdoch <benm@google.com> Fix crash in AutoFill

We recently changed WebKit to use one URLRequestContext per WebView.
However AutoFill did not get migrated to the new system and so
we have observed crashes due to a dangling pointer. We have one
AutoFill object per WebView and hence one Profile object per webview.
we access the URLRequestContext through the Profile so inject the
correct context in when the AutoFill object is created.

Needs a change in external/webkit, see
Iace23ae8c0240f0134894c12d2f7281161aa6150

Bug: 3291654

Change-Id: I004ab7ac9c6a72be1b62aa8e44322b97a371c136
/external/chromium/android/autofill/url_fetcher_proxy.h
c5a01be107ec80b0d7062dcc836c0608dd467f17 22-Nov-2010 Ben Murdoch <benm@google.com> Fix bug in URLFetcherProxy

The url() function only returns a valid URL once a response has been
received as it represents the final URL that was connected to after
any redirects. It's therefore not correct to use it in the DoStart
method of URLFetcherProxy. Instead, cache the url that gets passed
into the URLFetcherProxy and use that.

Change-Id: I509f5bc490362b45c5814fc7b1bc57168903b17b
/external/chromium/android/autofill/url_fetcher_proxy.h
164f7496de0fbee436b385a79ead9e3cb81a50c1 17-Nov-2010 Ben Murdoch <benm@google.com> Fix crash in AutoFill

It is possible that the AutoFillManager has been deleted before the
URLFetcherProxy::DoComplete callback runs. In this case, we will crash.

Store the pending callback in a map and remove it if the URLFetcherProxy
gets deleted.

Bug: 3197857
Change-Id: I63821a06ff91953426a84a00f80d0ad4c553be3d
/external/chromium/android/autofill/url_fetcher_proxy.h
dbeb7bfd58939b6a020a91552afd12c32108a7c7 06-Oct-2010 Iain Merrick <husky@google.com> Merge Chromium at 7.0.540.0 : Fix Android autofill code.

Typo fixed in URLFetcher, same fix applied to URLFetcherProxy.

Profile has some new methods, adding stubs to ProfileImplAndroid.

GetAppCacheService, GetFileSystemHostContext:
http://src.chromium.org/viewvc/chrome?view=rev&revision=55773

GetStatusTray:
http://src.chromium.org/viewvc/chrome?view=rev&revision=56596

GetBlobStorageContext:
http://src.chromium.org/viewvc/chrome?view=rev&revision=57707

GetProfileSynService (extra parameter):
http://src.chromium.org/viewvc/chrome?view=rev&revision=58993

Change-Id: I508c899a2af3bf095115855e43b5eb191a2ee450
/external/chromium/android/autofill/url_fetcher_proxy.h
851c24f8cc7438c16c50ead815bde972a60b4a18 30-Sep-2010 Steve Block <steveblock@google.com> Fix a couple of bugs in URLFetcherProxy

We should always use ProfileImplAndroid::GetDefaultRequestContext()
as the request context. Also, we must create the URLFetcher on the
correct thread.

These were introduced in https://android-git.corp.google.com/g/69748

Change-Id: I986e2f7a339e202d62230613f02a8a6c8922f89b
/external/chromium/android/autofill/url_fetcher_proxy.h
6662b631f1f14f6db83e053e0dd7887bb18adb91 23-Sep-2010 Steve Block <steveblock@google.com> Refactor URLFetcherProxy to minimise the Android-specific diff

URLFetcherProxy now extends URLFetcher to minimise the diff in code
that uses this class.

Change-Id: Id5abdfb82f334cf36f01f178ac300d64f0017e9f
/external/chromium/android/autofill/url_fetcher_proxy.h
7d214dfa174224b459660971e5b5cce2e06be02a 06-Aug-2010 Ben Murdoch <benm@google.com> Intial set of changes to enable autofill on Android.

This is the initial checkin of AutoFill code into external/chromium.
There's still lots to do, but this basically gets autofill working
end to end, using a precanned profile injected from WebCore. By
default, autofill is not enabled at the moment. For testing you can
turn it on by setting the ENABLE_AUTOFILL environment variable to
"true" and rebuilding.

There is a corresponding change in external/webkit.

Change-Id: I74ef1ccc3fd0625f1bb8e2f85b43a60d23c59ffc
/external/chromium/android/autofill/url_fetcher_proxy.h