| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit 'a972e26e14066ec50afdaf4582836fe5fc4c190a':
Part of fix for bug 5523834, backporting cache fixes
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is hopefully a fix for bug 5255299
Cherry-picking CL
http://src.chromium.org/viewvc/chrome?view=rev&revision=84877
Change-Id: Ie38ecab599eb0d1bdb8a77efd7dd7f416ef26701
|
|\ \
| |/
| |
| |
| | |
* commit '2c4085b2006233b5e3a3fe507d62642377b5dc2e':
Backport SPDY ping changes from chrome 16.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 5524112
Backported Chrome 16 changes for SPDY Ping. The Chrome changes
are:
http://codereview.chromium.org/8036016
http://codereview.chromium.org/8230037
http://codereview.chromium.org/8319015
http://codereview.chromium.org/8330002
Also enable the SPDY protocol.
Change-Id: I2c25c19135ec1c75361d51fdbfbbbbb19f0a3098
Signed-off-by: Selim Gurun <sgurun@google.com>
|
|\ \
| |/
|/| |
|
| |\ |
|
| | |\
| |/ /
|/| /
| |/ |
|
| |\
| | |
| | |
| | |
| | | |
* commit '92b6b8e6dd0ba578b9091f7826568fccab6d2cf9':
fix for bug 5454586, fix up getDbThread()
|
| | |\
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Creating a LazyInstance and removing getter function, just
using the object that should now be thread safe.
Minor indenting change.
Change-Id: I9deca3f10d96fdaf655a28b8f4d8db8efdc1803a
|
| |\ \
| |/ /
|/| |
| | |
| | | |
* commit 'b54fbb0d9cf6451f1683823838b6c0d2b345ed4b':
Fix for build break
|
| |/
|/|
| |
| |
| |
| | |
Export needed function for SPDY support
Change-Id: I2a6c819d79dbc9dcf2e12eb41072cc0245954200
|
| |\
| |/
|/|
| |
| |
| |
| | |
everything
* commit '9fb7297dd54aca7ba646ee27608529f33634a7b2':
Part of fix for bug 5455901 Fix makefile, turn off exporting everything
|
| |
| |
| |
| |
| |
| |
| | |
Final fix, turn off exporting everything in the makefile, and
add needed defines
Change-Id: Id0ed1eefa375462a9023ff22ea692631d8477a93
|
| |\
| |/
|/|
| |
| | |
* commit '4154342345fc67972570f59528233826cd397f1e':
Part of fix for bug 5455901 Export symbols from base
|
| |
| |
| |
| |
| |
| | |
Some are upstream, others guarded with #ifdef ANDROID are not
Change-Id: I8615feafc0ad088d237794acdace655d9f842c12
|
| |\
| |/
|/|
| |
| |
| |
| | |
cookies
* commit 'a1fe9c0450e6d56112949b33ef2f7491e0cf0f60':
Part of fix for bug 5455901 Add exports needed for autofill and cookies
|
| |
| |
| |
| |
| |
| |
| | |
Local only exports due to using of autofill and cookies outside chromium.
All changes marked with #ifdef ANDROID
Change-Id: I72dcd7fe0fe546073c271663123ba17469deaa83
|
| |\
| |/
|/|
| |
| | |
* commit '2557749644f9d25af9721533322db19197c49b49':
Part of fix for bug 5455901 Export symbols from net/
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Exporting needed symbols for linking libwebcore and libstagefright.
Everything here is cherrypicks from upstream, but only taking
the definitions we need to satisfy linker errors.
One exception is in openssl_private_key_store.h, which because of this
uses an android guard.
Change-Id: I74a8f2bfd63a83c2c1684ba955fcdf00bcb2666a
|
| |\
| |/
|/|
| |
| | |
* commit 'a3fef89eb00853adb6524ab3d11c60f754f08b09':
Part of fix for bug 5455901 Export symbols in android/
|
| |
| |
| |
| |
| |
| |
| |
| | |
Exporting needed symbols from Android specific code.
Used NET_EXPORT for net code and BASE_API for other code.
Change-Id: Ief7426180eec993bbe894e7231b224dcac657c7b
|
| |\
| |/
|/|
| |
| | |
* commit 'cd7ce18ede8128e5c7a10cbc96c9ab197a4999b0':
Part of fix for bug 5455901 adding net_export.h
|
| |
| |
| |
| |
| |
| | |
Adding net/base/net_export as it is in ToT chromium.
Change-Id: Ia6e36b981854b26cf4ccdb315941dfb05aea0ff4
|
| |\
| |/
|/|
| |
| | |
* commit 'eaa86de4aa5278c05c8f4798a564a26ad2b1b0bc':
Remove temporary debug logging
|
| |
| |
| |
| |
| |
| |
| |
| | |
This is a cherry-pick of https://android-git.corp.google.com/g/#/c/141900,
which went into ics-mr0 only.
Bug: 5454995
Change-Id: I970b59f6da4890d0b89566ffa1909c33707f9506
|
| |\
| |/
|/|
| |
| |
| |
| | |
to be threadsafe
* commit '8d1e40fa83064d70b192f1b5aed95b8fc24e4cac':
Fix SQLitePersistentCookieStore's getDbThread() to be threadsafe
|
|\ \
| | |
| | |
| | |
| | | |
* commit 'c0c5e0fca18f5a0912fdba1bd5c5ca2ad0c2693c':
Fix SQLitePersistentCookieStore's getDbThread() to be threadsafe
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is an updated version of https://android-git.corp.google.com/g/#/c/141899,
which was rolled out, with the lock now static and moved to file scope to match
Chromium style.
Bug: 5244039
Change-Id: Ic6a6e949b2adc8cf433e6468c1f84ed449af09bc
|
| | |\
| |_|/
|/| |
| | |
| | | |
* commit '7d980efe6a2f9473c310a16bed689819ff3dee62':
Causing webviews to hang.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit 'df5ec85c1f7d3b444e458a4652302aca23624cc1':
Causing webviews to hang.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Revert "Fix SQLitePersistentCookieStore's getDbThread() to be threadsafe"
This reverts commit 47f5154a4217fb3626326224fc1c7d3c9918dd09
|
| | | |\
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
- DO NOT MERGE
* commit 'e3b44106f63aebd3a6e753bdebe4962455d5fcb9':
Remove temporary debug logging - DO NOT MERGE
|
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
* commit '08712c353f0e36ed1c0fd55ff369ca899d1bc9c5':
Remove temporary debug logging - DO NOT MERGE
|
|/ /
| |
| |
| |
| | |
Bug: 5244039
Change-Id: Ia383537b83933da362f4c7c7eba4b4886bce4ed5
|
| |\
| |/
|/|
| |
| | |
* commit '47f5154a4217fb3626326224fc1c7d3c9918dd09':
Fix SQLitePersistentCookieStore's getDbThread() to be threadsafe
|
| |
| |
| |
| |
| | |
Bug: 5244039
Change-Id: I2d4f66b2f5e64c2cab247574cdfd8fa2d707cad8
|
| |\
| |/
|/|
| |
| | |
* commit 'd0a07ba49f88f1e331ac5fd80f30c81d975ebd12':
More logging in Thread to help debugging
|
| |
| |
| |
| |
| |
| |
| | |
Add a check for multiple overlapping calls to StartWithOptions()
Bug: 5244039
Change-Id: Ic89b94309126cc53320c3e7973c0eea0d88fd9c4
|
| |\
| |/
|/|
| |
| | |
* commit '28480d4f48373da735986b2a75e099d3cfddab3e':
Add more logging to Thread and WaitableEvent to help debugging
|
| |
| |
| |
| |
| | |
Bug: 5244039
Change-Id: I385642faf33ec9f3875cfd035c9500e7342ca17d
|
| |\
| |/
|/|
| |
| |
| |
| | |
with debugging
* commit '9306e92a0b28f7c70a3e29272141b0e271452479':
Use notable values when clearing Thread::startup_data_ to help with debugging
|
| |
| |
| |
| |
| | |
Bug: 5244039
Change-Id: I2f91ceb69c140b70b550eda83aa6bbafc95631f2
|
| |\
| |/
|/|
| |
| | |
* commit 'e4aeb840e5cd2acd20cf6b18af808af55a92e745':
Reapply: Fix for bug 5226268 [Browser] http keep-alive
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Disabling connection reuse so we can disable keep-alives.
Needs a CL from external/webkit:
https://android-git.corp.google.com/g/#/c/135470/
Change-Id: I441682ee20f4b2ead8f0b0c945257ab56b607acf
|
| |\
| |/
|/|
| |
| | |
* commit 'd2fbc57a904aa88c9b79b1c34d6e2f5520a2ad78':
Fix for bug 5226268 [Browser] http keep-alive DO NOT MERGE
|
|\ \
| | |
| | |
| | | |
Change-Id: Iea480d23d42400ddb693da5615c64c7d37997c29
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Disabling connection reuse so we can disable keep-alives.
Needs a CL from external/webkit:
https://android-git.corp.google.com/g/#/c/135470/
Change-Id: If8cdfb2c1686d8c971f6025b1e9ae75f57dd7f16
|
| | |\
| |/ /
| | /
| |/
|/|
| |
| | |
http keep-alive DO NOT MERGE
* commit '2e6e5ef77762f9f5bca72bf42842a5aa1baa2953':
Fix for bug 5226268 [Browser] http keep-alive DO NOT MERGE
|