summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | Fix for build breakKristian Monsen2011-10-241-2/+3
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Part of fix for bug 5455901 Fix makefile, turn off exporting everythingKristian Monsen2011-10-211-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Part of fix for bug 5455901 Export symbols from baseKristian Monsen2011-10-215-11/+36
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Part of fix for bug 5455901 Add exports needed for autofill and cookiesKristian Monsen2011-10-217-8/+61
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Part of fix for bug 5455901 Export symbols from net/Kristian Monsen2011-10-2129-55/+94
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Part of fix for bug 5455901 Export symbols in android/Kristian Monsen2011-10-213-3/+6
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Part of fix for bug 5455901 adding net_export.hKristian Monsen2011-10-211-0/+34
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Remove temporary debug loggingSteve Block2011-10-193-74/+0
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | am c0c5e0fc: Fix SQLitePersistentCookieStore\'s getDbThread() to be threadsafeSteve Block2011-10-141-12/+26
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Fix SQLitePersistentCookieStore's getDbThread() to be threadsafeSteve Block2011-10-141-12/+26
* | | | | | | | | | | am df5ec85c: Merge "Causing webviews to hang." into ics-mr0Chris Craik2011-10-131-21/+12
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Merge "Causing webviews to hang." into ics-mr0Chris Craik2011-10-131-21/+12
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Causing webviews to hang.Chris Craik2011-10-131-21/+12
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
* | | | | | | | | | am 08712c35: (-s ours) Remove temporary debug logging - DO NOT MERGESteve Block2011-10-130-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | / / / / / / / / | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Remove temporary debug logging - DO NOT MERGESteve Block2011-10-133-74/+0
|/ / / / / / / /
* | | | | | | | Fix SQLitePersistentCookieStore's getDbThread() to be threadsafeSteve Block2011-10-131-12/+21
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | More logging in Thread to help debuggingSteve Block2011-10-102-15/+43
| |_|_|_|_|/ |/| | | | |
* | | | | | Add more logging to Thread and WaitableEvent to help debuggingSteve Block2011-10-072-0/+36
| |_|_|_|/ |/| | | |
* | | | | Use notable values when clearing Thread::startup_data_ to help with debuggingSteve Block2011-09-301-0/+10
| |_|_|/ |/| | |
* | | | Reapply: Fix for bug 5226268 [Browser] http keep-aliveKristian Monsen2011-09-192-0/+11
| |_|/ |/| |
* | | Reconcile with ics-factoryrom-releaseThe Android Open Source Project2011-09-190-0/+0
|\ \ \ | |_|/ |/| |
| * | Fix for bug 5226268 [Browser] http keep-alive DO NOT MERGEKristian Monsen2011-09-182-0/+11
| |/
* | am c391e782: (-s ours) Fix for bug 5226268 [Browser] http keep-alive DO NOT M...Kristian Monsen2011-09-180-0/+0
|\ \ | |/ |/|
| * Fix for bug 5226268 [Browser] http keep-alive DO NOT MERGEKristian Monsen2011-09-182-0/+11
|/
* Fix for bug 4487538 Current DrainKristian Monsen2011-09-084-0/+24
* Merge "external/chromium: Handle SSL proxy case for UID tracking. ...Ashish Sharma2011-09-061-1/+11
|\
| * external/chromium: Handle SSL proxy case for UID tracking.Ashish Sharma2011-09-051-1/+11
* | Merge "Fix for bug 5232736 Remove "DigiNotar Root CA""Kristian Monsen2011-09-028-10/+326
|\ \
| * | Fix for bug 5232736 Remove "DigiNotar Root CA"Kristian Monsen2011-09-018-10/+326
| |/
* | Adding method for closing idle connectionsKristian Monsen2011-09-022-0/+11
|/
* Testing for bug 5122864 libwebcore related libraries increased by 3MB in ICS ...Kristian Monsen2011-08-161-2/+2
* transport socket pool: Fix missing init for valid UIDsJP Abgrall2011-08-121-1/+5
* Part of fix for bug 5152544 Reduce the number of warningKristian Monsen2011-08-112-0/+15
* Testing for bug 5122864 libwebcore related libraries increased by 3MB in ICS ...Kristian Monsen2011-08-101-2/+2
* external/chromium: Fix a comma typo.Ashish Sharma2011-08-091-2/+2
* Network traffic accounting for client applications that use chromiumAshish Sharma2011-08-0930-15/+359
* Fix for bug 5105584Kristian Monsen2011-08-032-5/+8
* Another build fix for x86 buildsKristian Monsen2011-07-291-1/+7
* Fix build break in AOSPKristian Monsen2011-07-291-0/+2
* Part of fix for 5065047: build libchromium as a shared libKristian Monsen2011-07-2810-52/+113
* Preparation for fixing bug 5065047: build libchromium as a shared libKristian Monsen2011-07-287-19/+4
* Merge Chromium at 12.0.742.130: Update CHROMIUM_MERGE_REVISIONKristian Monsen2011-07-261-2/+2
* Merge Chromium at 12.0.742.130: Fix conflictsKristian Monsen2011-07-261-11/+0
* Merge Chromium at 12.0.742.130: Initial merge by gitKristian Monsen2011-07-2680-299/+6326
* Merge "Query the platform for the Autofill server URL."Ben Murdoch2011-07-254-0/+59
|\
| * Query the platform for the Autofill server URL.Ben Murdoch2011-07-214-0/+59
* | Remove the v8 dependecy from libchromium.Kristian Monsen2011-07-212-2/+6
|/
* Implement AutofillCountry::ApplicationLocale() on Android.Ben Murdoch2011-07-133-3/+18
* Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown2011-07-122-5/+0
|\
| * Remove the simulator target from all makefiles.Jeff Brown2011-07-112-5/+0