summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Build fixes for the simulator."Patrick Scott2010-10-017-17/+24
|\
| * Build fixes for the simulator.Patrick Scott2010-10-018-22/+29
| | | | | | | | Change-Id: I4c01c5383d311c7f06e91b1ded529ef6db156b3f
* | Merge "Compile fix for the simulator Use the correct heards for GCC, and use ↵Kristian Monsen2010-10-011-5/+5
|\ \ | |/ |/| | | fake headers for stlport"
| * Compile fix for the simulatorKristian Monsen2010-10-011-5/+5
| | | | | | | | | | | | Use the correct heards for GCC, and use fake headers for stlport Change-Id: I958dcf99aa3f4595476d621081825c0c0cedcefa
* | Merge changes I8627d6ea,I257f519aSteve Block2010-10-012-15/+11
|\ \ | | | | | | | | | | | | | | | * changes: Update AndroidURLRequestContextGetter to take a pointer to the getter function Remove an unused setter and getter from AndroidURLRequestContextGetter
| * | Update AndroidURLRequestContextGetter to take a pointer to the getter functionSteve Block2010-09-302-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Remove an unused setter and getter from AndroidURLRequestContextGetterSteve Block2010-09-301-9/+1
| | | | | | | | | | | | Change-Id: I257f519a4dc8fd239a2cb874a4991a15b0536383
* | | Merge "Fix a couple of bugs in URLFetcherProxy"Steve Block2010-09-301-10/+5
|\ \ \
| * | | Fix a couple of bugs in URLFetcherProxySteve Block2010-09-301-10/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Use thumb mode, this save 0.7 MB!Kristian Monsen2010-09-301-2/+0
|/ / | | | | | | | | | | Will try to see what the performance implications are, but it should be faster. Change-Id: I63a0a34d549d2e1b282fdd1139ff9b825681c7d1
* | Add cleanspec.Shimeng (Simon) Wang2010-09-281-0/+2
|/ | | | Change-Id: I0bc4d9a1f809f80f98ad706a1e46b0335a8d95bb
* Merge "Refactor URLFetcherProxy to minimise the Android-specific diff"Steve Block2010-09-275-89/+94
|\
| * Refactor URLFetcherProxy to minimise the Android-specific diffSteve Block2010-09-275-89/+94
| | | | | | | | | | | | | | URLFetcherProxy now extends URLFetcher to minimise the diff in code that uses this class. Change-Id: Id5abdfb82f334cf36f01f178ac300d64f0017e9f
* | Fix SSL hang on zero-length response.Iain Merrick2010-09-241-0/+6
|/ | | | | | IN PROGRESS. Change-Id: Ie0f9986b3c7185748121bf1c53824d2251d0c4dd
* Intial set of changes to enable autofill on Android.Ben Murdoch2010-09-1330-11/+1194
| | | | | | | | | | | | | 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
* Add libjingle to third_partyBen Murdoch2010-09-13491-0/+107741
| | | | | | | | AutoFill requires this for it's XML parsing. Added from chromium src@52593 Change-Id: Ie0b1f600ed3a470f5d7eb4f939eba2f1d71e6fbe
* Add LICENSE and AUTHORS files @ 52593Ben Murdoch2010-09-032-0/+109
| | | | Change-Id: Iff4dc8fe876349fedbb0a976e6b9b11499184ad0
* Add chrome/common @ 52593Ben Murdoch2010-08-18277-0/+39486
| | | | | | Needed by autofill Change-Id: Ibfea9ab92382af0bd0cfc6e94d21e4baa4b9d896
* Merge "Get the builbot building the chrome stack."Patrick Scott2010-08-181-1/+1
|\
| * Get the builbot building the chrome stack.Patrick Scott2010-08-181-1/+1
| | | | | | | | Change-Id: I9e6f909c80b4204172cc8ca21d89f169569bcae1
* | Changing accept_language to virtual GetAcceptLanguage() for AndroidKristian Monsen2010-08-182-0/+9
|/ | | | | | | | | 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
* pwrite fixed in bionic so removing local change.Kristian Monsen2010-08-171-4/+0
| | | | Change-Id: I73494647479ae622a37fab29ad84fc24d9c15de8
* Only defining LOG_ASSERT if is not already defined in ANDROID.Kristian Monsen2010-08-171-0/+8
| | | | | | This fixes a few compile problems and warnings. Change-Id: I0c977b5e03565d1e8c55d108ad3d49e2061b497a
* Fix for build break in simulator.Kristian Monsen2010-08-111-0/+3
| | | | | Excluding all of external/chromium from simulator for now. Change-Id: I7762ba4af34ef85b1cede7eea385eec47787fedb
* Collection of all the changs to external chromium.Ben Murdoch2010-08-1170-354/+2085
| | | | | | | | Time is running out, I guess we have to submit this and remember to upstream. Rebased to chromium r53293 Change-Id: Ie61ca0433b1eedd90144aee87c5efcd68fdc37ac
* Add a CHROMIUM_MERGE_REVISION fileBen Murdoch2010-08-041-0/+2
| | | | | | This is used to track the last merge to upstream chromium.org code. Change-Id: I6cd0f7681186da873e520658ddd1f0940c28b3f9
* Merge Chromium src@r53293Ben Murdoch2010-08-045746-151873/+1336093
| | | | Change-Id: Ia79acf8670f385cee48c45b0a75371d8e950af34
* Adding chrome sql code to external/chromiumKristian Monsen2010-07-2210-0/+2013
| | | | | | | 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
* Using the native zlib for external/chromium.Kristian Monsen2010-07-1945-17201/+9
| | | | | | One less thing to worry about, and decreases the size a bit. Change-Id: I53e4f962602972ac1d90889df56e95e0fcc0e3c7
* Add an empty CleanSpec.mkJean-Baptiste Queru2010-03-081-0/+49
| | | | Change-Id: I91bcff10e8ce25c9459ee8b7c225fad856e06671
* Fix simulator.Patrick Scott2010-02-171-1/+1
|
* Get most of the chromium sources to compile by using a prefix header and somePatrick Scott2010-02-1717-332/+1764
| | | | | | | 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...
* Add a few more files needed to build.Patrick Scott2010-02-042-0/+120
|
* Woops, didn't mean to have this on.Patrick Scott2010-02-041-1/+1
|
* Initial source checkin.Patrick Scott2010-02-044660-0/+3185940
| | | | | | | | | | | 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.
* new project, first commitNico Sallembien2010-02-030-0/+0