summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Collapse)AuthorAgeFilesLines
* Convert exit calls to abort for AndroidSelim Gurun2012-06-051-0/+4
| | | | | | | | Bug: 6603427 This is to track some silent failures happening in mediaserver. Change-Id: I9345cee5e0137b723fd5a2b7c787c235af4462b8
* Part of fix for bug 5523834, backporting cache fixesKristian Monsen2011-11-0210-61/+187
| | | | | | | | | | | Cherry-picking CL http://src.chromium.org/viewvc/chrome?view=rev&revision=103323 Did not cherry-pick the changes in trunk/src/net/disk_cache/backend_unittest.cc as we are not running the tests on Android. Change-Id: I4e04bf061bdb6746030f3a93501cff9b384c58df
* Part of fix for bug 5523834, backporting cache fixesKristian Monsen2011-11-014-12/+65
| | | | | | | Cherry-picking CL http://src.chromium.org/viewvc/chrome?view=rev&revision=93059 Change-Id: I2e68fa722b65bd107846b6c8e84112844386bd94
* Part of fix for bug 5523834, backporting cache fixesKristian Monsen2011-11-015-4/+37
| | | | | | | Cherry-picking CL http://src.chromium.org/viewvc/chrome?view=rev&revision=92390 Change-Id: I77f8cbd61c90e90ca437fd73bf10afa29e606d7f
* Part of fix for bug 5523834, backporting cache fixesKristian Monsen2011-11-014-22/+56
| | | | | | | Cherry-picking CL http://src.chromium.org/viewvc/chrome?view=rev&revision=84877 Change-Id: Iaaa408fbf4375570e5d8bbb59314f8bedc7393a1
* Merge Chromium at r12.0.742.93: Initial merge by gitKristian Monsen2011-07-0826-219/+609
| | | | Change-Id: Ic5ee2fec31358bbee305f7e915442377bfa6cda6
* Merge Chromium at r11.0.696.0: Initial merge by gitKristian Monsen2011-06-2912-331/+158
| | | | Change-Id: I273dde2843af0839dfc08b419bb443fbd449532d
* Merge Chromium.org at r11.0.672.0: Initial merge by git.Kristian Monsen2011-06-1420-674/+904
| | | | Change-Id: I8b4aaf611a2a405fe3fe10e8a94ea7658645c192
* Merge Chromium at r10.0.634.0: Initial merge by git.Kristian Monsen2011-05-2524-681/+947
| | | | Change-Id: Iac2af492818d119bcc2562eb5fdabf5ab0b6df9c
* Merge Chromium at 10.0.621.0: Initial merge by git.Kristian Monsen2011-05-167-28/+87
| | | | Change-Id: I070cc91c608dfa4a968a5a54c173260765ac8097
* Merge chromium at 9.0.597.55: Initial merge by git.Ben Murdoch2011-01-111-10/+1
| | | | Change-Id: Id686a88437441ec7e17abb3328a404c7b6c3c6ad
* Remove some warnings on AndroidKristian Monsen2010-12-091-0/+4
| | | | | | Fix for bug 3239659 Change-Id: I2a01d779ba290dcd184da8fe160b9078ce72e0db
* Merge Chromium at r66597: Initial merge by git.Ben Murdoch2010-12-034-197/+175
| | | | Change-Id: I9639f8a997f90ec219573aa22a49f5dbde78cc7b
* Merge Chromium at r65505: Initial merge by git.Ben Murdoch2010-11-1815-188/+311
| | | | Change-Id: I31d8f1d8cd33caaf7f47ffa7350aef42d5fbdb45
* Merge Chromium at r63472 : Initial merge by git.Iain Merrick2010-11-0326-111/+251
| | | | Change-Id: Ifb9ee821af006a5f2211e81471be93ae440a1f5a
* Syncing external/chromium with chromium release 61029, part 4Kristian Monsen2010-10-221-1/+0
| | | | | | | Removing code that is not needed anymore as the compile errors have been fixed in more general ways. Change-Id: I483d7b4a474db030cb10e446692326f739679fff
* Merge Chromium at 7.0.540.0 : Initial merge by gitIain Merrick2010-10-1951-779/+2253
| | | | | | Not including third_party/icu as it contains huge data files that break Gerrit, and aren't actually used. Change-Id: I428a386e70f3b58cacd28677b8cfda282e891e15
* pwrite fixed in bionic so removing local change.Kristian Monsen2010-08-171-4/+0
| | | | Change-Id: I73494647479ae622a37fab29ad84fc24d9c15de8
* Collection of all the changs to external chromium.Ben Murdoch2010-08-113-1/+13
| | | | | | | | Time is running out, I guess we have to submit this and remember to upstream. Rebased to chromium r53293 Change-Id: Ie61ca0433b1eedd90144aee87c5efcd68fdc37ac
* Merge Chromium src@r53293Ben Murdoch2010-08-0439-1005/+2757
| | | | Change-Id: Ia79acf8670f385cee48c45b0a75371d8e950af34
* Initial source checkin.Patrick Scott2010-02-0461-0/+15597
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.