| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit 5fbe95affc8eeed93c678b1d271f64dcc4dd919b.
|
|\
| |
| |
| | |
https://android.googlesource.com/platform/external/chromium into mr1-staging
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When clearing a struct a null pointer check is missing in one
location in chromium.
The null check is present in another similar use cases.
When the backend cache is reset a member of the struct data_
is set to zero before data_ itself is set to null. If the
backend cache previously has been reset data_ will already
be null and the member cannot be accessed
(or uses undefined memory). The added null check will prevent
the clearing of the member variable when data_ is already null.
Change-Id: I475fea7436c871c2e82b841a93874e13a05161f4
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
features:
- early connection
- memory cache
- caching of redirection
- request queue priority
- closing unused sockets
- SHUTR
- fin aggregation
- object prefetch
- dns host name prioritization
Change-Id: Ief90b8206ba48115eaeb12d554424d65f36427ac
|
|
|
|
|
|
|
|
|
|
| |
Bug: 6603427
Cherry picking from master to jb-dev. Sha:
edec5f424996d4a532ba6fdb2203c06a02887606
This is to track some silent failures happening in mediaserver.
Change-Id: I9345cee5e0137b723fd5a2b7c787c235af4462b8
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Cherry-picking CL
http://src.chromium.org/viewvc/chrome?view=rev&revision=93059
Change-Id: I2e68fa722b65bd107846b6c8e84112844386bd94
|
|
|
|
|
|
|
| |
Cherry-picking CL
http://src.chromium.org/viewvc/chrome?view=rev&revision=92390
Change-Id: I77f8cbd61c90e90ca437fd73bf10afa29e606d7f
|
|
|
|
|
|
|
| |
Cherry-picking CL
http://src.chromium.org/viewvc/chrome?view=rev&revision=84877
Change-Id: Iaaa408fbf4375570e5d8bbb59314f8bedc7393a1
|
|
|
|
| |
Change-Id: Ic5ee2fec31358bbee305f7e915442377bfa6cda6
|
|
|
|
| |
Change-Id: I273dde2843af0839dfc08b419bb443fbd449532d
|
|
|
|
| |
Change-Id: I8b4aaf611a2a405fe3fe10e8a94ea7658645c192
|
|
|
|
| |
Change-Id: Iac2af492818d119bcc2562eb5fdabf5ab0b6df9c
|
|
|
|
| |
Change-Id: I070cc91c608dfa4a968a5a54c173260765ac8097
|
|
|
|
| |
Change-Id: Id686a88437441ec7e17abb3328a404c7b6c3c6ad
|
|
|
|
|
|
| |
Fix for bug 3239659
Change-Id: I2a01d779ba290dcd184da8fe160b9078ce72e0db
|
|
|
|
| |
Change-Id: I9639f8a997f90ec219573aa22a49f5dbde78cc7b
|
|
|
|
| |
Change-Id: I31d8f1d8cd33caaf7f47ffa7350aef42d5fbdb45
|
|
|
|
| |
Change-Id: Ifb9ee821af006a5f2211e81471be93ae440a1f5a
|
|
|
|
|
|
|
| |
Removing code that is not needed anymore as the compile errors
have been fixed in more general ways.
Change-Id: I483d7b4a474db030cb10e446692326f739679fff
|
|
|
|
|
|
| |
Not including third_party/icu as it contains huge data files that break Gerrit, and aren't actually used.
Change-Id: I428a386e70f3b58cacd28677b8cfda282e891e15
|
|
|
|
| |
Change-Id: I73494647479ae622a37fab29ad84fc24d9c15de8
|
|
|
|
|
|
|
|
| |
Time is running out, I guess we have to submit this and remember to upstream.
Rebased to chromium r53293
Change-Id: Ie61ca0433b1eedd90144aee87c5efcd68fdc37ac
|
|
|
|
| |
Change-Id: Ia79acf8670f385cee48c45b0a75371d8e950af34
|
|
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.
|