| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
Change-Id: I4c01c5383d311c7f06e91b1ded529ef6db156b3f
|
|\ \
| |/
|/|
| | |
fake headers for stlport"
|
| |
| |
| |
| |
| |
| | |
Use the correct heards for GCC, and use fake headers for stlport
Change-Id: I958dcf99aa3f4595476d621081825c0c0cedcefa
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* changes:
Update AndroidURLRequestContextGetter to take a pointer to the getter function
Remove an unused setter and getter from AndroidURLRequestContextGetter
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This allows users of AndroidURLRequestContextGetter to instantiate a
URLRequestContext lazilly.
When used in AutoFill++, this means that when the URLRequestContext is
first initialized, the WebCore thread is set-up and the necessary
settings are available.
The corresponding WebKit change is
https://android-git.corp.google.com/g/71269
Bug: 3044989
Change-Id: I8627d6ea1cdf84ce415319718b54b485ea2cca77
|
| | |
| | |
| | |
| | | |
Change-Id: I257f519a4dc8fd239a2cb874a4991a15b0536383
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|/ /
| |
| |
| |
| |
| | |
Will try to see what the performance implications are, but it should be faster.
Change-Id: I63a0a34d549d2e1b282fdd1139ff9b825681c7d1
|
|/
|
|
| |
Change-Id: I0bc4d9a1f809f80f98ad706a1e46b0335a8d95bb
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
URLFetcherProxy now extends URLFetcher to minimise the diff in code
that uses this class.
Change-Id: Id5abdfb82f334cf36f01f178ac300d64f0017e9f
|
|/
|
|
|
|
| |
IN PROGRESS.
Change-Id: Ie0f9986b3c7185748121bf1c53824d2251d0c4dd
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
AutoFill requires this for it's XML parsing.
Added from chromium src@52593
Change-Id: Ie0b1f600ed3a470f5d7eb4f939eba2f1d71e6fbe
|
|
|
|
| |
Change-Id: Iff4dc8fe876349fedbb0a976e6b9b11499184ad0
|
|
|
|
|
|
| |
Needed by autofill
Change-Id: Ibfea9ab92382af0bd0cfc6e94d21e4baa4b9d896
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I9e6f909c80b4204172cc8ca21d89f169569bcae1
|
|/
|
|
|
|
|
|
|
| |
This means we can make a subclass and control how it is used, making it thread safe.
This change is needed for the following cl in external/webkit:
https://android-git.corp.google.com/g/#change,61444
Change-Id: I14b9da50eee61e95691ab7abd1a291ecab45d7a3
|
|
|
|
| |
Change-Id: I73494647479ae622a37fab29ad84fc24d9c15de8
|
|
|
|
|
|
| |
This fixes a few compile problems and warnings.
Change-Id: I0c977b5e03565d1e8c55d108ad3d49e2061b497a
|
|
|
|
|
| |
Excluding all of external/chromium from simulator for now.
Change-Id: I7762ba4af34ef85b1cede7eea385eec47787fedb
|
|
|
|
|
|
|
|
| |
Time is running out, I guess we have to submit this and remember to upstream.
Rebased to chromium r53293
Change-Id: Ie61ca0433b1eedd90144aee87c5efcd68fdc37ac
|
|
|
|
|
|
| |
This is used to track the last merge to upstream chromium.org code.
Change-Id: I6cd0f7681186da873e520658ddd1f0940c28b3f9
|
|
|
|
| |
Change-Id: Ia79acf8670f385cee48c45b0a75371d8e950af34
|
|
|
|
|
|
|
| |
Adding sql_persistent_cookie_store.* and the dependencies in app/sql to enable persistent cookies.
The only modification from the chrome code is the threading in android/app/sqlite_persistent_cookie_store.cc.
Change-Id: Ibe817e610e8f1beecc4f2623fc3138758d2de265
|
|
|
|
|
|
| |
One less thing to worry about, and decreases the size a bit.
Change-Id: I53e4f962602972ac1d90889df56e95e0fcc0e3c7
|
|
|
|
| |
Change-Id: I91bcff10e8ce25c9459ee8b7c225fad856e06671
|
| |
|
|
|
|
|
|
|
| |
fake headers.
Added modp_b64 and some testing headers. Removed a lot of files from Android.mk
since they refer to libraries we don't have. Still needs a lot of work...
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The source files were determined by building net_unittests in chromium's source
tree. Some of the obvious libraries were left out (v8, gmock, gtest).
The Android.mk file has all the sources (minus unittests and tools) that were
used during net_unittests compilation. Nothing builds yet because of STL but
that is the next task. The .cpp files will most likely not compile anyways
because of the LOCAL_CPP_EXTENSION mod. I will have to break this into multiple
projects to get around that limitation.
|
|
|